*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 100px;
  --borderwidth: 1px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --green: #C4D03C;
  --prime: #4459C5;
  --prime-dark: #040635;
  --prime-light: #8497FB;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --gradient2: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 54%);
  --container: 1280px;
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
}
@media (max-width: 1280px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.on-mobile {
  display: block;
}
@media (max-width: 991px) {
  .on-mobile {
    display: none;
  }
}

.on-desktop {
  display: none;
}
@media (max-width: 991px) {
  .on-desktop {
    display: block;
    margin-bottom: 15px;
  }
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 540px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.sub-heading h2 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .sub-heading h2 {
    font-size: 32px;
  }
}
@media (max-width: 540px) {
  .sub-heading h2 {
    font-size: 26px;
  }
}
.sub-heading p {
  text-align: center;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

h5 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

h6 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  color: var(--text);
}
@media (max-width: 540px) {
  p {
    font-size: 14px;
  }
}

a {
  color: #fff;
}

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

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 20px;
  --arrowspace: 8px;
}
@media (max-width: 540px) {
  .custom-select {
    --arrow: 18px;
  }
}
.custom-select.has-icon {
  --iconsize: 24px;
  --iconurl: url(../../icon/calendar.svg);
  --iconspace: 10px;
}
@media (max-width: 540px) {
  .custom-select.has-icon {
    --iconsize: 18px;
  }
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon::after {
  left: 5px;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: 3px;
}
.custom-select.has-icon2 {
  --iconurl: url(../../icon/trophy.svg);
  --iconsize: 24px;
  --iconspace: 10px;
}
.custom-select.has-icon2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon2::after {
  left: 5px;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon2 .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-white.svg);
  background-position: calc(100% - var(--paddingleftright)) 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: calc(100% - var(--arrow) - var(--arrowspace));
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
}
@media (max-width: 540px) {
  .custom-select .list li {
    padding: 8px;
  }
}
.custom-select .list li.selected {
  background: #1BB6F0;
  color: #fff;
}
.custom-select .list li.selected:hover {
  background: #1BB6F0;
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgba(256, 256, 256, 0.6);
  --color: #000;
  --font: 400;
  --borderbefore: rgba(256, 256, 256, 0.6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid #666;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 14px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: 100%;
  left: 0%;
  color: #fff;
  translate: 0 0;
  font-size: 16px;
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 14px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(179deg, rgba(0, 0, 0, 0) 27.5%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --bordercolor: var(--white);
  --playbtncolor: var(--prime);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: none;
}
@media (max-width: 1024px) {
  .play-btn {
    --btnsize: 42px;
  }
}
@media (max-width: 675px) {
  .play-btn {
    --btnsize: 42px;
    --border: 1px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--white);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.item .play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid var(--prime);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
}

.theme-btn {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 25px;
}
@media (max-width: 540px) {
  .theme-btn {
    font-size: 12px;
    padding: 10px 15px;
  }
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: #1BB6F0;
  color: #fff;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: #0381af;
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.website-content {
  width: 65%;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .website-content {
    width: 85%;
  }
}
.website-content * {
  font-family: "Poppins", serif;
  letter-spacing: 0px;
  font-weight: normal;
}
.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content h1 {
  font-size: 32px;
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 675px) {
  .website-content h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.website-content h2 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .website-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 675px) {
  .website-content h2 {
    font-size: 22px;
  }
}
.website-content h3, .website-content h4 {
  font-size: 24px;
  line-height: 1.21;
  text-transform: none;
  font-weight: 600;
}
@media (max-width: 675px) {
  .website-content h3, .website-content h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.website-content h4 {
  font-size: 22px;
}
@media (max-width: 675px) {
  .website-content h4 {
    font-size: 20px;
  }
}
.website-content h5 {
  font-size: 20px;
}
@media (max-width: 675px) {
  .website-content h5 {
    font-size: 18px;
  }
}
.website-content h6 {
  font-size: 18px;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 28px 0 18px;
}
.website-content p, .website-content li {
  color: var(--text);
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 20px;
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}

.privacy-secA {
  margin-top: calc(var(--headerfixed) + 10px);
  padding: 3rem 0;
}

p {
  line-height: 1.5;
}
@media (max-width: 520px) {
  p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.common-wrapper .heading {
  padding: 40px 0 30px;
  display: flex;
  justify-content: space-between;
}
.common-wrapper .heading .swiper-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.common-wrapper .heading .swiper-group button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-wrapper .heading .swiper-group button svg {
  display: block;
}
.common-wrapper .heading .swiper-group .common-grallery-prev {
  transform: rotate(180deg);
}
.common-wrapper .common-slider-slider .swiper-wrapper {
  width: 0 !important;
}
.common-wrapper .common-slider-slider .swiper-wrapper img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  --border-radius: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 30px;
  margin: 4rem 0 0;
  border-radius: var(--border-radius);
}
@media (max-width: 1300px) {
  .wrapper {
    margin: 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .wrapper {
    justify-content: center;
  }
}
.wrapper input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
  left: 0;
  top: 0;
}
.wrapper input[type=checkbox]:checked ~ .tooltip {
  width: 145px;
  height: 54px;
  animation: stretch-animation 0.6s ease-out forwards;
  top: -80px;
  opacity: 1;
}
.wrapper .share-toggle {
  display: block;
}
.wrapper .share-toggle svg {
  width: 45px;
  height: 45px;
}
.wrapper .share-toggle svg path {
  fill: var(--white);
  stroke: var(--white);
}
.wrapper .tooltip {
  width: 90px;
  height: 75px;
  border-radius: 70px;
  position: absolute;
  background: #fff;
  z-index: 2;
  padding: 0 15px;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
  opacity: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: opacity 0.15s ease-in, top 0.15s ease-in, width 0.15s ease-in;
  left: 0;
}
@media (max-width: 768px) {
  .wrapper .tooltip {
    left: 30%;
  }
}
.wrapper .tooltip a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
}
.wrapper .tooltip a svg {
  width: 24px;
  height: 26px;
}
.wrapper .tooltip a svg path {
  fill: #333333;
}
.wrapper .tooltip .arrow {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -8px;
  transform: rotate(45deg);
  z-index: 0;
}

@keyframes stretch-animation {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  30% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.loadmore {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 45px;
}
@media (max-width: 540px) {
  .loadmore {
    margin: 10px 0 35px;
    gap: 6px;
  }
}
.loadmore img {
  width: 40px;
  transition: transform 0.3s ease;
}
.loadmore p {
  color: var(--black);
}
.loadmore:hover {
  cursor: pointer;
}
.loadmore:hover img {
  animation: zigzag 0.6s ease-in-out 2;
}

@keyframes zigzag {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px) rotate(-5deg);
  }
  50% {
    transform: translateX(5px) rotate(5deg);
  }
  75% {
    transform: translateX(-3px) rotate(-3deg);
  }
}
.hall-secA-border {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 675px) {
  .hall-secA-border {
    position: sticky;
    top: 65px;
    z-index: 10;
  }
}
@media (max-width: 675px) {
  .hall-secA-border .container {
    max-width: 100%;
  }
}
.hall-secA-border .container .hall-secA {
  padding: 40px 0;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA {
    padding: 10px 0;
  }
}
.hall-secA-border .container .hall-secA .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter {
    flex-direction: column;
    gap: 8px;
  }
}
.hall-secA-border .container .hall-secA .filter form {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form {
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form {
    gap: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .hall-secA-border .container .hall-secA .filter form {
    flex-direction: row;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 18px;
  border: 1px solid #666666;
  background: white;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer {
    width: 100%;
    padding: 7px 8px;
  }
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .labelforsearch img {
    margin-right: 10px;
    width: 20px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer svg {
  width: 20px;
  height: 20px;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .search, .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1rem;
  width: 160px;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .search, .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
    font-size: 14px;
    width: 128px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  width: 100px;
  padding: 0;
  cursor: pointer;
  color: #666;
  background-color: transparent;
}
@media only screen and (max-width: 420px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
    width: 100%;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  cursor: pointer;
  color: #666;
  text-decoration: none;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown {
  padding-right: 65px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown {
    padding-right: 0;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-toggle {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul {
  padding: 10px 0;
  margin: 0;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li {
  padding: 8px 15px;
  transition: background 0.2s ease;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li {
    padding: 4px 8px;
    font-size: 14px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li:hover {
  background: #f5f5f5;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown:hover .dropdown-menu, .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown:hover::after {
  transform: translateY(-50%) rotate(180deg);
}

.swiper-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swiper-item .whats-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-item .whats-slider img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
.swiper-item .whats-slider .affiliation-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 100px;
  --borderwidth: 1px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --green: #C4D03C;
  --prime: #4459C5;
  --prime-dark: #040635;
  --prime-light: #8497FB;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --gradient2: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 54%);
  --container: 1280px;
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
}
@media (max-width: 1280px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.on-mobile {
  display: block;
}
@media (max-width: 991px) {
  .on-mobile {
    display: none;
  }
}

.on-desktop {
  display: none;
}
@media (max-width: 991px) {
  .on-desktop {
    display: block;
    margin-bottom: 15px;
  }
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 540px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.sub-heading h2 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .sub-heading h2 {
    font-size: 32px;
  }
}
@media (max-width: 540px) {
  .sub-heading h2 {
    font-size: 26px;
  }
}
.sub-heading p {
  text-align: center;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

h5 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

h6 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  color: var(--text);
}
@media (max-width: 540px) {
  p {
    font-size: 14px;
  }
}

a {
  color: #fff;
}

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

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 20px;
  --arrowspace: 8px;
}
@media (max-width: 540px) {
  .custom-select {
    --arrow: 18px;
  }
}
.custom-select.has-icon {
  --iconsize: 24px;
  --iconurl: url(../../icon/calendar.svg);
  --iconspace: 10px;
}
@media (max-width: 540px) {
  .custom-select.has-icon {
    --iconsize: 18px;
  }
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon::after {
  left: 5px;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: 3px;
}
.custom-select.has-icon2 {
  --iconurl: url(../../icon/trophy.svg);
  --iconsize: 24px;
  --iconspace: 10px;
}
.custom-select.has-icon2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon2::after {
  left: 5px;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon2 .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-white.svg);
  background-position: calc(100% - var(--paddingleftright)) 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: calc(100% - var(--arrow) - var(--arrowspace));
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
}
@media (max-width: 540px) {
  .custom-select .list li {
    padding: 8px;
  }
}
.custom-select .list li.selected {
  background: #1BB6F0;
  color: #fff;
}
.custom-select .list li.selected:hover {
  background: #1BB6F0;
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgba(256, 256, 256, 0.6);
  --color: #000;
  --font: 400;
  --borderbefore: rgba(256, 256, 256, 0.6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid #666;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 14px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: 100%;
  left: 0%;
  color: #fff;
  translate: 0 0;
  font-size: 16px;
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 14px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(179deg, rgba(0, 0, 0, 0) 27.5%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --bordercolor: var(--white);
  --playbtncolor: var(--prime);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: none;
}
@media (max-width: 1024px) {
  .play-btn {
    --btnsize: 42px;
  }
}
@media (max-width: 675px) {
  .play-btn {
    --btnsize: 42px;
    --border: 1px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--white);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.item .play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid var(--prime);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
}

.theme-btn {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 25px;
}
@media (max-width: 540px) {
  .theme-btn {
    font-size: 12px;
    padding: 10px 15px;
  }
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: #1BB6F0;
  color: #fff;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: #0381af;
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.website-content {
  width: 65%;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .website-content {
    width: 85%;
  }
}
.website-content * {
  font-family: "Poppins", serif;
  letter-spacing: 0px;
  font-weight: normal;
}
.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content h1 {
  font-size: 32px;
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 675px) {
  .website-content h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.website-content h2 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .website-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 675px) {
  .website-content h2 {
    font-size: 22px;
  }
}
.website-content h3, .website-content h4 {
  font-size: 24px;
  line-height: 1.21;
  text-transform: none;
  font-weight: 600;
}
@media (max-width: 675px) {
  .website-content h3, .website-content h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.website-content h4 {
  font-size: 22px;
}
@media (max-width: 675px) {
  .website-content h4 {
    font-size: 20px;
  }
}
.website-content h5 {
  font-size: 20px;
}
@media (max-width: 675px) {
  .website-content h5 {
    font-size: 18px;
  }
}
.website-content h6 {
  font-size: 18px;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 28px 0 18px;
}
.website-content p, .website-content li {
  color: var(--text);
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 20px;
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}

.privacy-secA {
  margin-top: calc(var(--headerfixed) + 10px);
  padding: 3rem 0;
}

p {
  line-height: 1.5;
}
@media (max-width: 520px) {
  p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.common-wrapper .heading {
  padding: 40px 0 30px;
  display: flex;
  justify-content: space-between;
}
.common-wrapper .heading .swiper-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.common-wrapper .heading .swiper-group button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-wrapper .heading .swiper-group button svg {
  display: block;
}
.common-wrapper .heading .swiper-group .common-grallery-prev {
  transform: rotate(180deg);
}
.common-wrapper .common-slider-slider .swiper-wrapper {
  width: 0 !important;
}
.common-wrapper .common-slider-slider .swiper-wrapper img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  --border-radius: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 30px;
  margin: 4rem 0 0;
  border-radius: var(--border-radius);
}
@media (max-width: 1300px) {
  .wrapper {
    margin: 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .wrapper {
    justify-content: center;
  }
}
.wrapper input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
  left: 0;
  top: 0;
}
.wrapper input[type=checkbox]:checked ~ .tooltip {
  width: 145px;
  height: 54px;
  animation: stretch-animation 0.6s ease-out forwards;
  top: -80px;
  opacity: 1;
}
.wrapper .share-toggle {
  display: block;
}
.wrapper .share-toggle svg {
  width: 45px;
  height: 45px;
}
.wrapper .share-toggle svg path {
  fill: var(--white);
  stroke: var(--white);
}
.wrapper .tooltip {
  width: 90px;
  height: 75px;
  border-radius: 70px;
  position: absolute;
  background: #fff;
  z-index: 2;
  padding: 0 15px;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
  opacity: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: opacity 0.15s ease-in, top 0.15s ease-in, width 0.15s ease-in;
  left: 0;
}
@media (max-width: 768px) {
  .wrapper .tooltip {
    left: 30%;
  }
}
.wrapper .tooltip a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
}
.wrapper .tooltip a svg {
  width: 24px;
  height: 26px;
}
.wrapper .tooltip a svg path {
  fill: #333333;
}
.wrapper .tooltip .arrow {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -8px;
  transform: rotate(45deg);
  z-index: 0;
}

@keyframes stretch-animation {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  30% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.loadmore {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 45px;
}
@media (max-width: 540px) {
  .loadmore {
    margin: 10px 0 35px;
    gap: 6px;
  }
}
.loadmore img {
  width: 40px;
  transition: transform 0.3s ease;
}
.loadmore p {
  color: var(--black);
}
.loadmore:hover {
  cursor: pointer;
}
.loadmore:hover img {
  animation: zigzag 0.6s ease-in-out 2;
}

@keyframes zigzag {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px) rotate(-5deg);
  }
  50% {
    transform: translateX(5px) rotate(5deg);
  }
  75% {
    transform: translateX(-3px) rotate(-3deg);
  }
}
.hall-secA-border {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 675px) {
  .hall-secA-border {
    position: sticky;
    top: 65px;
    z-index: 10;
  }
}
@media (max-width: 675px) {
  .hall-secA-border .container {
    max-width: 100%;
  }
}
.hall-secA-border .container .hall-secA {
  padding: 40px 0;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA {
    padding: 10px 0;
  }
}
.hall-secA-border .container .hall-secA .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter {
    flex-direction: column;
    gap: 8px;
  }
}
.hall-secA-border .container .hall-secA .filter form {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form {
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form {
    gap: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .hall-secA-border .container .hall-secA .filter form {
    flex-direction: row;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 18px;
  border: 1px solid #666666;
  background: white;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer {
    width: 100%;
    padding: 7px 8px;
  }
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .labelforsearch img {
    margin-right: 10px;
    width: 20px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer svg {
  width: 20px;
  height: 20px;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .search, .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1rem;
  width: 160px;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .search, .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
    font-size: 14px;
    width: 128px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  width: 100px;
  padding: 0;
  cursor: pointer;
  color: #666;
  background-color: transparent;
}
@media only screen and (max-width: 420px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
    width: 100%;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  cursor: pointer;
  color: #666;
  text-decoration: none;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown {
  padding-right: 65px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown {
    padding-right: 0;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-toggle {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul {
  padding: 10px 0;
  margin: 0;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li {
  padding: 8px 15px;
  transition: background 0.2s ease;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li {
    padding: 4px 8px;
    font-size: 14px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li:hover {
  background: #f5f5f5;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown:hover .dropdown-menu, .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown:hover::after {
  transform: translateY(-50%) rotate(180deg);
}

.swiper-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swiper-item .whats-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-item .whats-slider img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
.swiper-item .whats-slider .affiliation-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

:root {
  --headerheight: 150px;
  --headerpadding: 15px;
  --headerfixed: 100px;
  --borderwidth: 1px;
  --headerstripfixed: 0px;
  --footerstrip: 66px;
  --sectionpadding: 50px 0 60px;
  --primary: #fff;
  --secondary: #000;
  --green: #C4D03C;
  --prime: #4459C5;
  --prime-dark: #040635;
  --prime-light: #8497FB;
  --elementhover: #1BB6F0;
  --white: #fff;
  --black: #000;
  --text: #666;
  --triangle: 10px;
  --triangle2: 20px;
  --gradient: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 54%);
  --gradient2: linear-gradient(90deg, var(--secondary) 0%, var(--primary) 54%);
  --container: 1280px;
  --containerfluid: 2rem;
  --arrowsize: 20px;
  --space: 11px;
}
@media (max-width: 1280px) {
  :root {
    --containerfluid: 1rem;
  }
}
@media (max-width: 767px) {
  :root {
    --space: 5px;
  }
}

body.overflow-hidden {
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 991px) {
  body.overflow-hidden {
    margin-right: 0;
  }
}
body.overflow-hidden header {
  width: calc(100% - 8px);
}
@media (max-width: 991px) {
  body.overflow-hidden header {
    width: 100%;
  }
}

body, html {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", serif;
  font-weight: 400;
}

body.hidden {
  overflow: hidden;
  margin-right: 8px;
}

a[href] {
  text-decoration: none;
  cursor: pointer;
}

a {
  transition: 0.3s ease;
}

.on-mobile {
  display: block;
}
@media (max-width: 991px) {
  .on-mobile {
    display: none;
  }
}

.on-desktop {
  display: none;
}
@media (max-width: 991px) {
  .on-desktop {
    display: block;
    margin-bottom: 15px;
  }
}

.container {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 540px) {
  .container {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.container-fluid {
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 15px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1, h2, h3 {
  font-family: Queens;
}

h4, h5 {
  font-weight: 600;
}

h6 {
  font-weight: 500;
}

h1 {
  font-size: 64px;
  line-height: 1;
}

h2 {
  font-size: 48px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 540px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 520px) {
  h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 365px) {
  h3 {
    font-size: 22px;
  }
}

.sub-heading h2 {
  font-size: 36px;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .sub-heading h2 {
    font-size: 32px;
  }
}
@media (max-width: 540px) {
  .sub-heading h2 {
    font-size: 26px;
  }
}
.sub-heading p {
  text-align: center;
}

h4 {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}

h5 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 1300px) {
  h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

h6 {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 1024px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

p {
  color: var(--text);
}
@media (max-width: 540px) {
  p {
    font-size: 14px;
  }
}

a {
  color: #fff;
}

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

.grid {
  display: grid;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  transition: 0.3s ease;
}

.invert-img {
  transform: scaleX(-1);
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
}

input {
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

video {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.owl-prev img {
  transform: scaleX(-1);
}

button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.item-md {
  position: relative;
}
.item-md figure {
  overflow: hidden;
  line-height: 0;
}
.item-md figure img {
  transition: 0.5s ease;
}
.item-md::before, .item-md::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 1;
}
.item-md::after {
  content: none;
}
.item-md figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.item-md .link-md {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.model {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 7;
  width: 100%;
  max-width: 435px;
}
.model .close {
  position: absolute;
  top: 0;
  right: 0;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(100%);
  transition: opacity 1s ease;
  cursor: pointer;
}
@media (max-width: 991px) {
  .overlay {
    z-index: 2;
  }
}
@media (max-width: 675px) {
  .overlay {
    display: none;
  }
}
.overlay.is-open {
  opacity: 1;
  transform: translateY(0%);
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  display: block;
  font-family: inherit;
  height: var(--selectheight);
  position: relative;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  padding: 0 var(--paddingleftright);
  --arrow: 20px;
  --arrowspace: 8px;
}
@media (max-width: 540px) {
  .custom-select {
    --arrow: 18px;
  }
}
.custom-select.has-icon {
  --iconsize: 24px;
  --iconurl: url(../../icon/calendar.svg);
  --iconspace: 10px;
}
@media (max-width: 540px) {
  .custom-select.has-icon {
    --iconsize: 18px;
  }
}
.custom-select.has-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon::after {
  left: 5px;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
  padding-right: 3px;
}
.custom-select.has-icon2 {
  --iconurl: url(../../icon/trophy.svg);
  --iconsize: 24px;
  --iconspace: 10px;
}
.custom-select.has-icon2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.custom-select.has-icon2::after {
  left: 5px;
  width: var(--iconsize);
  background-image: var(--iconurl);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
}
.custom-select.has-icon2 .current {
  width: calc(100% - var(--arrow) - var(--iconsize) - var(--arrowspace) - var(--iconspace));
  padding-left: calc(var(--iconsize) + var(--iconspace));
}
.custom-select::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: var(--arrow);
  background-image: url(../../icon/arrow-down-white.svg);
  background-position: calc(100% - var(--paddingleftright)) 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.custom-select .current {
  display: block;
  width: calc(100% - var(--arrow) - var(--arrowspace));
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: var(--inputsize);
  color: var(--labelbefore);
  font-size: var(--labelfontbefore);
  font-weight: var(--font);
}
.custom-select .current.selected {
  color: var(--color);
}
.custom-select .list {
  text-align: left;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  transform-origin: 50% 0;
  z-index: 7;
  max-height: 180px;
  overflow-y: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  pointer-events: none;
}
.custom-select .list::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.custom-select .list::-webkit-scrollbar-track {
  box-shadow: none;
}
.custom-select .list::-webkit-scrollbar-thumb {
  background-color: var(--text);
  border-radius: 5px;
}
.custom-select .list li {
  display: block;
  line-height: 1.2;
  padding: 8px 16px;
  white-space: break-spaces;
  font-size: 14px;
}
@media (max-width: 540px) {
  .custom-select .list li {
    padding: 8px;
  }
}
.custom-select .list li.selected {
  background: #1BB6F0;
  color: #fff;
}
.custom-select .list li.selected:hover {
  background: #1BB6F0;
  color: var(--white);
}
.custom-select .list li:hover {
  background: #e2e2e2;
}
.custom-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px 0;
  --theme: #000;
  --label: rgba(256, 256, 256, 0.6);
  --color: #000;
  --font: 400;
  --borderbefore: rgba(256, 256, 256, 0.6);
  --borderafter: #fff;
  --sectionbackground: #fff;
}
@media (max-width: 675px) {
  .form {
    gap: 25px 0;
  }
}
.form .form-group {
  --inputsize: 42px;
  --lrgap: 15px;
  --tbgap: 20px;
  position: relative;
  flex: 0 1 100%;
  --selectheight: var(--inputsize);
}
.form .form-group.flex50 {
  flex: 0 1 48%;
}
@media (max-width: 675px) {
  .form .form-group.flex50 {
    flex: 0 1 100%;
  }
}
.form .form-group label {
  font-weight: var(--font);
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
  line-height: calc(var(--inputsize) - 1px);
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.form .form-group input, .form .form-group textarea {
  height: var(--inputsize);
  border: none;
  border-bottom: 1px solid #666;
  resize: none;
  border-radius: 0px !important;
  width: 100%;
  background: none;
  color: var(--color);
  font-size: inherit;
  font-family: inherit;
}
.form .form-group input.valid, .form .form-group textarea.valid {
  border-color: var(--border);
}
.form .form-group input:focus, .form .form-group input.valid, .form .form-group textarea:focus, .form .form-group textarea.valid {
  outline: none;
}
.form .form-group input:focus ~ label, .form .form-group input.valid ~ label, .form .form-group textarea:focus ~ label, .form .form-group textarea.valid ~ label {
  line-height: 0px;
  font-size: 14px;
  color: var(--black);
}
.form .form-group textarea {
  min-height: var(--inputsize);
  padding-top: 10px;
  line-height: 1.2;
}
.form .form-group select:focus {
  outline: none;
}
.form .form-group select ~ label {
  position: absolute;
  top: 100%;
  left: 0%;
  color: #fff;
  translate: 0 0;
  font-size: 16px;
  opacity: 0;
  transition: 0.6s ease;
}
.form .form-group select.valid {
  color: var(--color);
}
.form .form-group select.valid ~ label {
  opacity: 1;
}
.form .form-group.message-bx textarea {
  min-height: 86px;
  height: 100%;
  padding-top: 15px;
}
.form .form-group.message-bx label {
  top: 12px;
  translate: 0 0;
}
.form .form-group.message-bx textarea {
  padding-right: 15px;
}
.form .form-group.message-bx textarea::-webkit-scrollbar {
  width: 2px;
  background: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-track {
  box-shadow: none;
}
.form .form-group.message-bx textarea::-webkit-scrollbar-thumb {
  background-color: var(--white);
  border-radius: 15px;
}
.form .form-group.message-bx textarea:focus ~ label, .form .form-group.message-bx textarea.valid ~ label {
  top: 0;
  font-size: 14px;
  translate: 0 -50%;
}
.form .form-group.captcha-box {
  --size: 120px;
}
.form .form-group.captcha-box input {
  width: calc(100% - var(--size));
}
.form .form-group.captcha-box input:focus ~ .captcha-question, .form .form-group.captcha-box input.valid ~ .captcha-question {
  border-color: var(--border);
}
.form .form-group.captcha-box .captcha-question {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: var(--inputsize);
  width: var(--size);
  font-weight: 600;
  border-bottom: 1px solid var(--theme);
  text-align: center;
  color: var(--theme);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.form .sbmt-btn {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--black);
  height: 44px;
  line-height: 44px;
  border-radius: 25px;
  overflow: hidden;
  background: var(--gradient);
  padding: 0 50px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  transition: 0.7s;
  font-weight: 500;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
.form .sbmt-btn svg, .form .sbmt-btn path {
  transition: 0.7s;
}
.form .sbmt-btn::before, .form .sbmt-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.7s;
  z-index: -1;
}
.form .sbmt-btn::before {
  background: var(--gradient);
}
.form .sbmt-btn::after {
  background: var(--gradient2);
  opacity: 0;
}
.form .sbmt-btn:hover::before {
  opacity: 0;
}
.form .sbmt-btn:hover::after {
  opacity: 1;
}

.banner {
  position: relative;
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
}
.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(179deg, rgba(0, 0, 0, 0) 27.5%, rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video, .banner .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner .banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.play-btn {
  --btnsize: 42px;
  --border: 1px;
  --bordercolor: var(--white);
  --playbtncolor: var(--prime);
  height: var(--btnsize);
  width: var(--btnsize);
  border-radius: 50%;
  border: var(--border) solid var(--bordercolor);
  position: relative;
  background: none;
}
@media (max-width: 1024px) {
  .play-btn {
    --btnsize: 42px;
  }
}
@media (max-width: 675px) {
  .play-btn {
    --btnsize: 42px;
    --border: 1px;
  }
}
.play-btn::before {
  width: 100%;
  height: 100%;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  transform: translateX(-50%) translateY(-50%);
  background: var(--bordercolor);
  border-radius: 50%;
  display: block;
  animation: pulse-border 1500ms ease-out infinite;
}
.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 0;
  border-top: calc(var(--btnsize) / 8) solid transparent;
  border-bottom: calc(var(--btnsize) / 8) solid transparent;
  border-left: calc(var(--btnsize) / 5.6) solid var(--white);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.item .play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid var(--prime);
}

.blue {
  background: #1BB6F0;
}

.yellow {
  background: #FBC740;
}

.btn {
  background: #fff;
  border-radius: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 15px;
}

.btn2 {
  background: transparent;
  padding: 6px 10px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 25px;
}

.theme-btn {
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 25px;
}
@media (max-width: 540px) {
  .theme-btn {
    font-size: 12px;
    padding: 10px 15px;
  }
}

.whiteBtn {
  background: var(--white);
  color: var(--black);
  transition: 0.5s ease;
}
.whiteBtn:hover {
  background-color: #FBC740;
}

.yellowBtn {
  background: #1BB6F0;
  color: #fff;
  transition: 0.5s ease;
}
.yellowBtn:hover {
  background-color: #0381af;
}

.tab-nav {
  cursor: default;
}
.tab-nav [data-tab] {
  cursor: pointer;
  caret-color: transparent;
}

.tab-nav-content {
  position: relative;
}
.tab-nav-content .tabs:not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.svg path[fill] {
  fill: currentColor;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn-hovleft:hover svg {
  transform: translateX(-3px);
}

.btn-hovright:hover svg {
  transform: translateX(3px);
}

.ahov:hover {
  color: var(--prime) !important;
}

.aWhover:hover {
  color: #fff !important;
  padding-left: 5px;
}

.website-content {
  width: 65%;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .website-content {
    width: 85%;
  }
}
.website-content * {
  font-family: "Poppins", serif;
  letter-spacing: 0px;
  font-weight: normal;
}
.website-content > :first-child {
  margin-top: 0 !important;
}
.website-content h1 {
  font-size: 32px;
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 675px) {
  .website-content h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
.website-content h2 {
  font-size: 30px;
}
@media (max-width: 991px) {
  .website-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 675px) {
  .website-content h2 {
    font-size: 22px;
  }
}
.website-content h3, .website-content h4 {
  font-size: 24px;
  line-height: 1.21;
  text-transform: none;
  font-weight: 600;
}
@media (max-width: 675px) {
  .website-content h3, .website-content h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.website-content h4 {
  font-size: 22px;
}
@media (max-width: 675px) {
  .website-content h4 {
    font-size: 20px;
  }
}
.website-content h5 {
  font-size: 20px;
}
@media (max-width: 675px) {
  .website-content h5 {
    font-size: 18px;
  }
}
.website-content h6 {
  font-size: 18px;
}
.website-content h2, .website-content h3, .website-content h4 {
  margin: 40px 0 18px;
}
.website-content h5, .website-content h6 {
  margin: 28px 0 18px;
}
.website-content p, .website-content li {
  color: var(--text);
}
.website-content a {
  color: var(--black);
}
.website-content a:hover {
  text-decoration: underline;
}
.website-content p, .website-content ul {
  margin-bottom: 20px;
}
.website-content ul li {
  position: relative;
  padding-left: 28px;
}
@media (max-width: 675px) {
  .website-content ul li {
    padding-left: 20px;
  }
}
.website-content ul li:not(:last-child) {
  margin-bottom: 6px;
}
.website-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--primary);
}

.privacy-secA {
  margin-top: calc(var(--headerfixed) + 10px);
  padding: 3rem 0;
}

p {
  line-height: 1.5;
}
@media (max-width: 520px) {
  p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.common-wrapper .heading {
  padding: 40px 0 30px;
  display: flex;
  justify-content: space-between;
}
.common-wrapper .heading .swiper-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.common-wrapper .heading .swiper-group button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-wrapper .heading .swiper-group button svg {
  display: block;
}
.common-wrapper .heading .swiper-group .common-grallery-prev {
  transform: rotate(180deg);
}
.common-wrapper .common-slider-slider .swiper-wrapper {
  width: 0 !important;
}
.common-wrapper .common-slider-slider .swiper-wrapper img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper {
  --border-radius: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 0 30px;
  margin: 4rem 0 0;
  border-radius: var(--border-radius);
}
@media (max-width: 1300px) {
  .wrapper {
    margin: 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .wrapper {
    justify-content: center;
  }
}
.wrapper input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
  left: 0;
  top: 0;
}
.wrapper input[type=checkbox]:checked ~ .tooltip {
  width: 145px;
  height: 54px;
  animation: stretch-animation 0.6s ease-out forwards;
  top: -80px;
  opacity: 1;
}
.wrapper .share-toggle {
  display: block;
}
.wrapper .share-toggle svg {
  width: 45px;
  height: 45px;
}
.wrapper .share-toggle svg path {
  fill: var(--white);
  stroke: var(--white);
}
.wrapper .tooltip {
  width: 90px;
  height: 75px;
  border-radius: 70px;
  position: absolute;
  background: #fff;
  z-index: 2;
  padding: 0 15px;
  box-shadow: 0 10px 30px rgba(65, 72, 86, 0.05);
  opacity: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: opacity 0.15s ease-in, top 0.15s ease-in, width 0.15s ease-in;
  left: 0;
}
@media (max-width: 768px) {
  .wrapper .tooltip {
    left: 30%;
  }
}
.wrapper .tooltip a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
}
.wrapper .tooltip a svg {
  width: 24px;
  height: 26px;
}
.wrapper .tooltip a svg path {
  fill: #333333;
}
.wrapper .tooltip .arrow {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -8px;
  transform: rotate(45deg);
  z-index: 0;
}

@keyframes stretch-animation {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  30% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.loadmore {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 45px;
}
@media (max-width: 540px) {
  .loadmore {
    margin: 10px 0 35px;
    gap: 6px;
  }
}
.loadmore img {
  width: 40px;
  transition: transform 0.3s ease;
}
.loadmore p {
  color: var(--black);
}
.loadmore:hover {
  cursor: pointer;
}
.loadmore:hover img {
  animation: zigzag 0.6s ease-in-out 2;
}

@keyframes zigzag {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px) rotate(-5deg);
  }
  50% {
    transform: translateX(5px) rotate(5deg);
  }
  75% {
    transform: translateX(-3px) rotate(-3deg);
  }
}
.hall-secA-border {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 675px) {
  .hall-secA-border {
    position: sticky;
    top: 65px;
    z-index: 10;
  }
}
@media (max-width: 675px) {
  .hall-secA-border .container {
    max-width: 100%;
  }
}
.hall-secA-border .container .hall-secA {
  padding: 40px 0;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA {
    padding: 10px 0;
  }
}
.hall-secA-border .container .hall-secA .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter {
    flex-direction: column;
    gap: 8px;
  }
}
.hall-secA-border .container .hall-secA .filter form {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form {
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form {
    gap: 10px;
  }
}
@media only screen and (max-width: 420px) {
  .hall-secA-border .container .hall-secA .filter form {
    flex-direction: row;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 18px;
  border: 1px solid #666666;
  background: white;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer {
    width: 100%;
    padding: 7px 8px;
  }
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .labelforsearch img {
    margin-right: 10px;
    width: 20px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer svg {
  width: 20px;
  height: 20px;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .search, .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1rem;
  width: 160px;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .search, .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
    font-size: 14px;
    width: 128px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  width: 100px;
  padding: 0;
  cursor: pointer;
  color: #666;
  background-color: transparent;
}
@media only screen and (max-width: 420px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
    width: 100%;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  cursor: pointer;
  color: #666;
  text-decoration: none;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown {
  padding-right: 65px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown {
    padding-right: 0;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-toggle {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul {
  padding: 10px 0;
  margin: 0;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li {
  padding: 8px 15px;
  transition: background 0.2s ease;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li {
    padding: 4px 8px;
    font-size: 14px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li:hover {
  background: #f5f5f5;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown:hover .dropdown-menu, .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown:hover::after {
  transform: translateY(-50%) rotate(180deg);
}

.swiper-item {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.swiper-item .whats-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-item .whats-slider img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
}
.swiper-item .whats-slider .affiliation-pagination {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}

p {
  text-align: justify;
}

.banner::before {
  background: linear-gradient(360deg, #AFBCFF 0%, #4459C5 100%);
  overflow: hidden;
}
.banner .bg .banner-wrapper {
  bottom: 0 !important;
}
.banner .bg .banner-wrapper .container-fluid .flex {
  justify-content: center !important;
}
.banner .bg .banner-wrapper .container-fluid .flex .colA {
  margin-right: 0;
  width: 100%;
  position: relative;
  text-align: center;
}
.banner .bg .banner-wrapper .container-fluid .flex .colA img {
  width: 100%;
  max-width: 810px;
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media (max-width: 1366px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA img {
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA img {
    max-width: 380px;
  }
}
@media (max-width: 540px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA img {
    max-width: 320px;
  }
}
@media only screen and (max-width: 420px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA img {
    max-width: 310px;
  }
}
.banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  font-size: 20rem;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5019607843);
}
@media (max-width: 1784px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 18rem;
  }
}
@media (max-width: 1440px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 16rem;
  }
}
@media (max-width: 1280px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 13rem;
  }
}
@media (max-width: 1024px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 12rem;
  }
}
@media (max-width: 991px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 10rem;
  }
}
@media (max-width: 768px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    top: -12%;
    font-size: 7rem;
  }
}
@media (max-width: 540px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    top: -12%;
    font-size: 5rem;
  }
}
@media only screen and (max-width: 420px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 4rem;
    top: -22%;
  }
}
.banner .bg .banner-wrapper .container-fluid .flex .colA h1 span {
  margin-left: 160px;
}
@media (max-width: 1784px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 span {
    margin-left: 74px;
  }
}
@media (max-width: 1300px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 span {
    margin-left: 24px;
  }
}
@media (max-width: 768px) {
  .banner .bg .banner-wrapper .container-fluid .flex .colA h1 span {
    margin-left: 0;
  }
}
.banner .content {
  width: 100%;
  margin: 0 auto !important;
}

.hall-secA-border {
  border-bottom: 1px solid #ddd;
  background: #fff;
}
@media (max-width: 675px) {
  .hall-secA-border {
    position: sticky;
    top: 65px;
    z-index: 10;
  }
}
@media (max-width: 675px) {
  .hall-secA-border .container {
    max-width: 100%;
  }
}
.hall-secA-border .container .hall-secA {
  padding: 40px 0;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA {
    padding: 10px 0;
  }
}
.hall-secA-border .container .hall-secA .filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter {
    flex-direction: column;
    gap: 8px;
  }
}
.hall-secA-border .container .hall-secA .filter form {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form {
    gap: 10px;
  }
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form {
    gap: 10px;
    flex-direction: row;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 8px 18px;
  border: 1px solid #666666;
  background: white;
  justify-content: space-between;
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer {
    width: 100%;
    padding: 7px 8px;
  }
}
@media (max-width: 540px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .labelforsearch img {
    margin-right: 10px;
    width: 20px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer svg {
  width: 20px;
  height: 20px;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .search, .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1rem;
  width: 160px;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .search, .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
    font-size: 14px;
    width: 128px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  width: 100px;
  padding: 0;
  cursor: pointer;
  color: #666;
  background-color: transparent;
}
@media only screen and (max-width: 420px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
    width: 100%;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .dropdown-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer .calendar {
  cursor: pointer;
  color: #666;
  text-decoration: none;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown {
  padding-right: 65px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown {
    padding-right: 0;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-toggle {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul {
  padding: 10px 0;
  margin: 0;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li {
  padding: 8px 15px;
  transition: background 0.2s ease;
}
@media (max-width: 675px) {
  .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li {
    padding: 4px 8px;
    font-size: 14px;
  }
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li:hover {
  background: #f5f5f5;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown .dropdown-menu ul li a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 14px;
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown:hover .dropdown-menu, .hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown.active .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hall-secA-border .container .hall-secA .filter form .InputContainer.hasDropdown:hover::after {
  transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 675px) {
  .hall-secB-parent .container {
    max-width: 98%;
  }
}
@media (max-width: 540px) {
  .hall-secB-parent .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 420px) {
  .hall-secB-parent .container {
    max-width: 98%;
  }
}
.hall-secB-parent .container .hall-secB {
  padding: 55px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .hall-secB-parent .container .hall-secB {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .hall-secB-parent .container .hall-secB {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .hall-secB-parent .container .hall-secB {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  .hall-secB-parent .container .hall-secB {
    padding: 45px 0;
  }
}
.hall-secB-parent .container .hall-secB .card {
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2392156863);
  background-color: var(--white);
  border-radius: 15px;
  overflow: hidden;
}
.hall-secB-parent .container .hall-secB .card div {
  padding: 30px 30px 40px 30px;
}
@media (max-width: 1280px) {
  .hall-secB-parent .container .hall-secB .card div {
    padding: 20px 20px 30px 20px;
  }
}
.hall-secB-parent .container .hall-secB .card div .btn-wraper {
  padding: 0;
}
.hall-secB-parent .container .hall-secB .card div .btn-wraper .theme-btn {
  padding: 10px 16px;
  position: relative;
  z-index: 1;
}
.hall-secB-parent .container .hall-secB .card div .btn-wraper .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.hall-secB-parent .container .hall-secB .card div .btn-wraper .theme-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.hall-secB-parent .container .hall-secB .card div .btn-wraper .theme-btn:hover::before {
  width: 100%;
}
.hall-secB-parent .container .hall-secB .card div .btn-wraper .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.hall-secB-parent .container .hall-secB .card div .btn-wraper .theme-btn::before {
  border-radius: 25px;
}
.hall-secB-parent .container .hall-secB .card div p {
  margin: 16px 0 30px;
}
@media (max-width: 1152px) {
  .hall-secB-parent .container .hall-secB .card div p {
    font-size: 14px;
    line-height: 1.3;
    margin: 7px 0 30px;
  }
}
.hall-secB-parent .container .hall-secB .card div small {
  font-size: 15px;
  margin-bottom: 14px;
  display: inline-block;
  font-weight: 600;
  color: var(--prime);
}
@media (max-width: 1152px) {
  .hall-secB-parent .container .hall-secB .card div small {
    margin-bottom: 8px;
  }
}
@media (max-width: 1440px) {
  .hall-secB-parent .container .hall-secB .card div h4 {
    font-size: 17px;
    line-height: 23px;
  }
}
.hall-secB-parent .container .hall-secB .card img {
  width: 100%;
  height: 280px;
}
@media (max-width: 540px) {
  .hall-secB-parent .container .hall-secB .card img {
    height: 180px;
  }
}

.pagination-controls {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 40px 0 90px;
}
@media (max-width: 540px) {
  .pagination-controls {
    margin: 0px 0 60px;
    gap: 6px;
  }
}
.pagination-controls button {
  padding: 10px 20px;
  border: 1px solid #666666;
  background: #fff;
  color: var(--text);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s ease;
  font-size: 16px;
}
@media (max-width: 540px) {
  .pagination-controls button {
    padding: 5px 10px;
    font-size: 12px;
  }
}
.pagination-controls button.active, .pagination-controls button:hover {
  background: var(--prime);
  color: #fff;
  border: 1px solid var(--prime);
}
.pagination-controls button:disabled {
  opacity: 0.4;
  cursor: pointer;
}
.pagination-controls button svg {
  margin-left: 8px;
  width: 18px;
  height: 18px;
}
.pagination-controls .prev svg {
  transform: rotate(180deg);
  margin-right: 8px;
  margin-left: 0;
}
.pagination-controls .page-numbers {
  display: flex;
  gap: 18px;
}
@media (max-width: 540px) {
  .pagination-controls .page-numbers {
    gap: 10px;
  }
}

p {
  text-align: justify;
}

.banner::before {
  background: linear-gradient(180deg, #8497FB 0%, #495BB7 100%);
  overflow: hidden;
}
.banner.home-banner .bg {
  position: relative;
}
.banner.home-banner .bg .banner-wrapper {
  bottom: 4% !important;
}
.banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
  font-size: 14rem;
  color: var(--white);
  letter-spacing: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 45%);
  letter-spacing: 0;
}
@media (max-width: 1440px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 12rem;
    transform: translate(-50%, 60%);
  }
}
@media (max-width: 1280px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 11rem;
    transform: translate(-50%, 65%);
  }
}
@media (max-width: 1152px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 9.5rem;
    transform: translate(-50%, 92%);
  }
}
@media (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 8rem;
    transform: translate(-50%, 94%);
  }
}
@media (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 7rem;
    transform: translate(-50%, 100%);
  }
}
@media (max-width: 675px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 5.5rem;
    transform: translate(-50%, 150%);
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA h1 {
    font-size: 3rem;
    top: -52%;
    transform: translate(-50%, 50%);
    z-index: 2;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .gallery {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -26%);
  width: 100%;
}
@media (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .gallery {
    transform: translate(-50%, -18%);
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .gallery {
    transform: translate(-50%, -12%);
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA {
  position: relative;
}
.banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn {
    width: 64%;
    transform: translate(-47%, -50%);
  }
}
@media (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn {
    left: 50%;
    width: 84%;
  }
}
@media (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn {
    width: 80%;
  }
}
@media (max-width: 675px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn {
    width: 95%;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn {
    width: 86%;
  }
}
@media only screen and (max-width: 420px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn {
    width: 100%;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn .swiper-button-prev,
.banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 11px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  width: 60px;
  height: 60px;
}
@media (max-width: 675px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn .swiper-button-prev,
  .banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn .swiper-button-prev::after,
.banner.home-banner .bg .banner-wrapper .container-fluid .flex .colA .photo-secA .swiper-btn .swiper-button-next::after {
  font-size: 14px;
}
.banner .swiper {
  width: 475px;
  height: 475px;
}
@media (max-width: 1366px) {
  .banner .swiper {
    width: 390px;
    height: 390px;
  }
}
@media (max-width: 768px) {
  .banner .swiper {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 540px) {
  .banner .swiper {
    width: 235px;
    height: 235px;
  }
}
.banner .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  position: relative;
}
.banner .swiper .swiper-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.banner .swiper .swiper-slide .item .play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid var(--prime);
}
.banner .swiper .swiper-slide .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
  display: block;
}
.banner .swiper .swiper-slide .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  border-radius: 18px;
  transition: opacity 0.3s ease;
  z-index: 1;
  border: 2px solid rgba(255, 255, 255, 0.5803921569);
}

.swiper-slide-active .item::after {
  opacity: 0;
}

@media only screen and (max-width: 420px) {
  .container {
    padding: 0 2px;
  }
}

.photo-secB {
  padding: 20px 0 0;
}
.photo-secB .btn-groups {
  display: flex;
  gap: 45px;
  justify-content: center;
  margin: 60px 0 90px;
}
@media (max-width: 991px) {
  .photo-secB .btn-groups {
    margin: 30px 0 60px;
    gap: 30px;
  }
}
@media (max-width: 540px) {
  .photo-secB .btn-groups {
    gap: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .photo-secB .btn-groups {
    gap: 6px;
    margin: 20px 0 35px;
  }
}
.photo-secB .btn-groups .btn-outline {
  padding: 10px 16px;
  color: var(--black);
  transform: rotate(9deg);
  line-height: 2;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .photo-secB .btn-groups .btn-outline {
    transform: rotate(0);
    padding: 6px 10px;
    font-size: 12px;
  }
}
.photo-secB .btn-groups .btn-outline:last-child {
  transform: rotate(-12deg);
}
@media (max-width: 540px) {
  .photo-secB .btn-groups .btn-outline:last-child {
    transform: rotate(0);
  }
}
.photo-secB .btn-groups .btn-outline:hover {
  color: var(--white);
}
.photo-secB .btn-groups .btn-outline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.photo-secB .btn-groups .btn-outline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.photo-secB .btn-groups .btn-outline:hover::before {
  width: 100%;
}
.photo-secB .btn-groups .btn-outline::after {
  border: 1px solid var(--black);
  border-radius: 25px;
}
.photo-secB .btn-groups .btn-outline::before {
  background-color: var(--black);
  border-radius: 25px;
}
.photo-secB .btn-groups .theme-btn {
  padding: 10px 16px;
  transform: rotate(-12deg);
  line-height: 2;
  position: relative;
  z-index: 1;
}
.photo-secB .btn-groups .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.photo-secB .btn-groups .theme-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.photo-secB .btn-groups .theme-btn:hover::before {
  width: 100%;
}
@media (max-width: 540px) {
  .photo-secB .btn-groups .theme-btn {
    transform: rotate(0);
    padding: 6px 10px;
    font-size: 12px;
  }
}
.photo-secB .btn-groups .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.photo-secB .btn-groups .theme-btn::before {
  border-radius: 25px;
}
.photo-secB .photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .photo-secB .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .photo-secB .photo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .photo-secB .photo-grid {
    padding: 0 15px;
    margin-bottom: 35px;
  }
}
.photo-secB .photo-grid .card {
  padding: 20px 20px 0 20px;
  background: linear-gradient(180deg, #C4CDFF 0%, #FFFFFF 100%);
  border: 1px solid rgb(76, 93, 186);
  border-radius: 15px;
  align-items: center;
}
.photo-secB .photo-grid .card img {
  width: 100%;
  border-radius: 10px;
}
.photo-secB .photo-grid .card .play-btn::after {
  border-left: calc(var(--btnsize) / 5.6) solid var(--prime);
}
.photo-secB .photo-grid .card .line-grid {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .photo-secB .photo-grid .card .line-grid {
    grid-template-columns: 30px 1fr;
    gap: 14px;
  }
}
@media (max-width: 991px) {
  .photo-secB .photo-grid .card .line-grid {
    grid-template-columns: 110px 1fr;
  }
}
@media (max-width: 768px) {
  .photo-secB .photo-grid .card .line-grid {
    grid-template-columns: 60px 1fr;
  }
}
@media (max-width: 675px) {
  .photo-secB .photo-grid .card .line-grid {
    grid-template-columns: 160px 1fr;
  }
}
@media only screen and (max-width: 420px) {
  .photo-secB .photo-grid .card .line-grid {
    grid-template-columns: 40px 1fr;
    padding: 16px 0;
  }
}
.photo-secB .photo-grid .card .line-grid .line {
  width: 100%;
  height: 2px;
  background-color: var(--prime);
  margin: auto 0;
}
.photo-secB .photo-grid .card .line-grid h5 {
  font-size: 16px;
  text-align: left;
}

p {
  text-align: justify;
}

.banner {
  z-index: 2;
}
.banner .bg .banner-wrapper {
  bottom: 15% !important;
}
.banner .bg .banner-wrapper .content {
  width: 100%;
  margin: 0 auto !important;
}

.banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(179deg, rgba(0, 0, 0, 0) 27.5%, rgba(0, 0, 0, 0.85) 100%);
  overflow: hidden;
}

.photo-secB {
  padding: 20px 0 90px;
}
.photo-secB .btn-groups {
  display: flex;
  gap: 45px;
  justify-content: center;
  margin: 60px 0 90px;
}
@media (max-width: 991px) {
  .photo-secB .btn-groups {
    margin: 30px 0 60px;
    gap: 30px;
  }
}
@media (max-width: 540px) {
  .photo-secB .btn-groups {
    gap: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .photo-secB .btn-groups {
    gap: 6px;
    margin: 20px 0 35px;
  }
}
.photo-secB .btn-groups .btn-outline {
  padding: 10px 16px;
  color: var(--black);
  transform: rotate(9deg);
  line-height: 2;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .photo-secB .btn-groups .btn-outline {
    transform: rotate(0);
    padding: 6px 10px;
    font-size: 12px;
  }
}
.photo-secB .btn-groups .btn-outline:last-child {
  transform: rotate(-12deg);
}
@media (max-width: 540px) {
  .photo-secB .btn-groups .btn-outline:last-child {
    transform: rotate(0);
  }
}
.photo-secB .btn-groups .btn-outline:hover {
  color: var(--white);
}
.photo-secB .btn-groups .btn-outline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.photo-secB .btn-groups .btn-outline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.photo-secB .btn-groups .btn-outline:hover::before {
  width: 100%;
}
.photo-secB .btn-groups .btn-outline::after {
  border: 1px solid var(--black);
  border-radius: 25px;
}
.photo-secB .btn-groups .btn-outline::before {
  background-color: var(--black);
  border-radius: 25px;
}
.photo-secB .btn-groups .theme-btn {
  padding: 10px 16px;
  transform: rotate(-12deg);
  line-height: 2;
  position: relative;
  z-index: 1;
}
.photo-secB .btn-groups .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.photo-secB .btn-groups .theme-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  z-index: -1;
}
.photo-secB .btn-groups .theme-btn:hover::before {
  width: 100%;
}
@media (max-width: 540px) {
  .photo-secB .btn-groups .theme-btn {
    transform: rotate(0);
    padding: 6px 10px;
    font-size: 12px;
  }
}
.photo-secB .btn-groups .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.photo-secB .btn-groups .theme-btn::before {
  border-radius: 25px;
}
.photo-secB .photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding: 0 15px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1536px) {
  .photo-secB .photo-grid {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .photo-secB .photo-grid {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .photo-secB .photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .photo-secB .photo-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .photo-secB .photo-grid {
    padding: 0 15px;
    width: 100%;
  }
}
.photo-secB .photo-grid .card {
  border: none;
  padding: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .photo-secB .photo-grid .card {
    padding: 15px;
  }
}
.photo-secB .photo-grid .card::before {
  position: absolute;
  bottom: 45px;
  left: 10px;
  content: "";
  background-image: url("../../images/creative-corner/frame-girl.png");
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  background-size: contain;
  z-index: 1;
  animation: rotateImage 1.5s linear infinite alternate;
}
@keyframes rotateImage {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(22deg);
  }
}
.photo-secB .photo-grid .card:nth-child(3n+1) {
  background-image: url("../../images/creative-corner/frame1.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.photo-secB .photo-grid .card:nth-child(3n+2) {
  background-image: url("../../images/creative-corner/frame2.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.photo-secB .photo-grid .card:nth-child(3n) {
  background-image: url("../../images/creative-corner/frame3.jpg");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.photo-secB .photo-grid .card img {
  display: block;
  border: 3px solid var(--white);
  transform: rotate(-2deg);
}
.photo-secB .photo-grid .card h5 {
  padding: 20px 0 0;
  text-align: center;
  transform: rotate(-2deg);
  font-size: 1.2rem;
  line-height: 1.2;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .photo-secB .photo-grid .card h5 {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .photo-secB .photo-grid .card h5 {
    width: 75%;
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .photo-secB .photo-grid .card h5 {
    width: 55%;
  }
}/*# sourceMappingURL=creative-corner.css.map */