*,
*::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.home-banner .bg {
  height: 100vh;
}
@media (max-width: 991px) {
  .banner.home-banner .bg {
    height: 70vh;
  }
}
@media (max-width: 768px) {
  .banner.home-banner .bg {
    height: 75vh;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg {
    height: 60vh;
  }
}
.banner.home-banner .bg .banner-wrapper {
  bottom: 40%;
}
.banner.home-banner .bg .banner-wrapper .container .content {
  display: flex;
  justify-content: center;
}
.banner.home-banner .bg .banner-wrapper .container .content h2 {
  max-width: 530px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .banner.home-banner .bg .banner-wrapper .container .content h2 {
    max-width: 465px;
  }
}
@media (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .container .content h2 {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container .content h2 {
    max-width: 345px;
  }
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container .content h2 {
    width: 65%;
    font-size: 34px;
  }
}
@media only screen and (max-width: 420px) {
  .banner.home-banner .bg .banner-wrapper .container .content h2 {
    width: 100%;
  }
}
.banner.home-banner .bg .banner-wrapper.banner2 {
  bottom: 10%;
}
@media (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper.banner2 {
    bottom: 5%;
  }
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex {
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA .flex {
  gap: 20px;
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA .flex {
    gap: 9px;
  }
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA .flex li {
  padding: 0 15px 0 0;
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA .flex li {
    padding: 0 6px 0 0;
  }
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA .flex li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4509803922);
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA .flex li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: 0.5s ease;
  font-size: 12px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA .flex li a:hover {
  color: #1BB6F0;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA .flex li a img {
  width: 35px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA .flex li a.star {
  transition: 0.5s ease;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colA .flex li a.star:hover svg path {
  stroke: #1BB6F0;
  transition: 0.5s ease;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colB .play-btn {
  margin-right: 26px;
  --btnsize: 52px;
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colB .play-btn {
    --btnsize: 38px;
    margin-top: 34px;
  }
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colB .play-btn svg {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -21px;
  left: -20px;
  transform: rotate(274deg);
}
@media (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colB .play-btn svg {
    width: 70px;
    height: 70px;
    top: -14px;
    left: -17px;
  }
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colB .play-btn svg text {
  fill: #fff;
  letter-spacing: 4px;
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colC {
  display: block;
}
@media (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colC {
    margin-right: 0;
    text-align: center;
    margin-bottom: 33px;
    display: none;
  }
}
.banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colC button {
  animation: scroll 1.5s ease-in-out infinite forwards;
  margin-right: 5rem;
}
@keyframes scroll {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(10px);
  }
}
@media (max-width: 520px) {
  .banner.home-banner .bg .banner-wrapper.banner2 .container-fluid .flex .colC button img {
    width: 40px;
  }
}

.home-secA {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .home-secA {
    padding: 50px 0;
  }
}
@media (max-width: 540px) {
  .home-secA {
    padding: 24px 0;
    background-color: #DCE2FF;
  }
}
.home-secA .container.flex {
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  padding: 20px 10px;
}
@media (max-width: 1280px) {
  .home-secA .container.flex {
    gap: 22px;
  }
}
@media (max-width: 768px) {
  .home-secA .container.flex {
    gap: 45px;
  }
}
@media (max-width: 540px) {
  .home-secA .container.flex {
    gap: 16px;
    padding: 10px;
  }
}
.home-secA .container.flex .left-a, .home-secA .container.flex .right-a {
  flex: 1;
}
@media (max-width: 991px) {
  .home-secA .container.flex .left-a, .home-secA .container.flex .right-a {
    flex: auto;
  }
}
.home-secA .container.flex .left-a {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home-secA .container.flex .left-a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 70%);
  z-index: -1;
}
.home-secA .container.flex .left-a img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.home-secA .container.flex .left-a .count-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  color: #fff;
  align-items: center;
  bottom: 2%;
  left: 0;
  padding: 10px 20px;
  width: 100%;
  gap: 60px;
}
@media (max-width: 768px) {
  .home-secA .container.flex .left-a .count-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 540px) {
  .home-secA .container.flex .left-a .count-wrapper {
    gap: 14px;
    padding: 10px 10px;
  }
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap {
  flex: 1;
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap:first-child {
  flex: 0 1 auto;
  padding-right: 25px;
}
@media (max-width: 540px) {
  .home-secA .container.flex .left-a .count-wrapper .count-info-wrap:first-child {
    padding-right: 0;
  }
}
@media (max-width: 540px) {
  .home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info {
    text-align: left;
  }
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info h4, .home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info p {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 1366px) {
  .home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info h4, .home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info p {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info h4, .home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info p {
    font-size: 16px;
  }
}
.home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info p {
  font-size: 14px;
}
@media (max-width: 540px) {
  .home-secA .container.flex .left-a .count-wrapper .count-info-wrap .count-info p {
    font-size: 14px;
  }
}
.home-secA .container.flex .right-a {
  padding: 20px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .home-secA .container.flex .right-a {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .home-secA .container.flex .right-a {
    padding: 0;
  }
}
.home-secA .container.flex .right-a h2 {
  text-transform: capitalize;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 540px) {
  .home-secA .container.flex .right-a h2 {
    font-size: 28px;
  }
}
.home-secA .container.flex .right-a p {
  color: var(--text);
  padding: 25px 0 40px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .home-secA .container.flex .right-a p {
    width: 85%;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .home-secA .container.flex .right-a p {
    width: 100%;
  }
}
.home-secA .container.flex .right-a .theme-btn {
  position: relative;
  z-index: 1;
}
.home-secA .container.flex .right-a .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.home-secA .container.flex .right-a .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;
}
.home-secA .container.flex .right-a .theme-btn:hover::before {
  width: 100%;
}
.home-secA .container.flex .right-a .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.home-secA .container.flex .right-a .theme-btn::before {
  border-radius: 25px;
}

.home-secB {
  position: relative;
  height: 100%;
  padding: 80px 0;
  background-image: url(/assets/images/home/secB-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #8497FB;
}
@media (max-width: 540px) {
  .home-secB {
    padding: 30px 0;
  }
}
.home-secB::before {
  content: "";
  width: 100%;
  height: 80%;
  background-image: url(/assets/images/home/secB-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home-secB .container .sub-heading {
  text-align: center;
}
.home-secB .container .sub-heading h3, .home-secB .container .sub-heading p {
  color: #fff;
  text-transform: capitalize;
}
.home-secB .container .sub-heading h3 {
  line-height: 48px;
  font-size: 35px;
}
@media (max-width: 540px) {
  .home-secB .container .sub-heading h3 {
    font-size: 28px;
  }
}
.home-secB .container .building-wings-container {
  position: relative;
  padding: 50px 0 70px;
}
@media (max-width: 768px) {
  .home-secB .container .building-wings-container {
    padding: 50px 0 0;
  }
}
@media (max-width: 540px) {
  .home-secB .container .building-wings-container {
    padding: 34px 0 0;
  }
}
.home-secB .container .building-wings-container .swiper-nav.swiper-group {
  display: flex;
  align-items: center;
  width: 28%;
  justify-content: space-between;
  position: absolute;
  left: 36%;
  top: 30%;
  z-index: 2;
}
@media (max-width: 768px) {
  .home-secB .container .building-wings-container .swiper-nav.swiper-group {
    left: 26%;
    width: 50%;
  }
}
@media (max-width: 540px) {
  .home-secB .container .building-wings-container .swiper-nav.swiper-group {
    left: 4%;
    width: 90%;
  }
}
.home-secB .container .building-wings-container .swiper-nav.swiper-group button {
  color: #fff;
}
.home-secB .container .building-wings-container .wings-slider {
  padding: 15px 0;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 1s ease;
  transform: translateY(130px);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-prev, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-next {
  transform: translateY(130px);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-prev figcaption, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-next figcaption {
  transition: 0.3s ease;
  transform: translateY(-30px);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-prev figcaption h5, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-next figcaption h5 {
  font-size: 18px;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active {
  transform: translateY(0);
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active figure {
  scale: 1;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active figcaption p, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide.swiper-slide-active figcaption .read-more {
  opacity: 1;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figure {
  scale: 0.7;
  transition: 0.7s ease;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figure img {
  border-radius: 50%;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption {
  padding: 5px 20px;
  text-align: center;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption h5, .home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption p {
  color: #fff;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption h5 {
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.5s ease;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption p {
  padding-bottom: 30px;
  opacity: 0;
  transition: 1s ease;
  text-align: center;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  padding: 10px 22px;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 6px 20px;
  opacity: 0;
  transition: 1s ease;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 25px;
  z-index: -2;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--elementhover);
  transition: all 0.3s;
  border-radius: 25px;
  z-index: -1;
}
.home-secB .container .building-wings-container .wings-slider .swiper-wrapper .item.swiper-slide figcaption .read-more:hover::before {
  width: 100%;
}

.home-secC {
  width: 100%;
  height: 80vh;
}
.home-secC .container-fluid {
  padding: 0;
  height: 100%;
}
.home-secC .container-fluid .grid {
  height: 100%;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1024px) {
  .home-secC .container-fluid .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .home-secC .container-fluid .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .home-secC .container-fluid .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secC .container-fluid .grid .notes {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transition: 0.5s ease;
}
@media (max-width: 768px) {
  .home-secC .container-fluid .grid .notes {
    padding: 90px 16px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .home-secC .container-fluid .grid .notes {
    padding: 80px 16px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 540px) {
  .home-secC .container-fluid .grid .notes {
    padding: 45px 16px;
    flex-direction: column-reverse;
  }
}
.home-secC .container-fluid .grid .notes::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3647058824);
  opacity: 0;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes:hover .icon1 {
  transform: translateY(0%);
}
.home-secC .container-fluid .grid .notes:hover .icon2 {
  transform: translateY(75%);
}
@media (max-width: 768px) {
  .home-secC .container-fluid .grid .notes:hover .icon2 {
    transform: translateY(0);
  }
}
.home-secC .container-fluid .grid .notes:hover.notes1, .home-secC .container-fluid .grid .notes:hover.notes2, .home-secC .container-fluid .grid .notes:hover.notes3, .home-secC .container-fluid .grid .notes:hover.notes4, .home-secC .container-fluid .grid .notes:hover.notes5, .home-secC .container-fluid .grid .notes:hover.notes6, .home-secC .container-fluid .grid .notes:hover.notes7 {
  background-color: transparent;
}
.home-secC .container-fluid .grid .notes:hover.notes3 .icon1 {
  transform: translateY(750%);
}
.home-secC .container-fluid .grid .notes:hover.notes3 .icon2 {
  transform: translateY(110%);
}
@media (max-width: 768px) {
  .home-secC .container-fluid .grid .notes:hover.notes3 .icon2 {
    transform: translateY(0);
  }
}
.home-secC .container-fluid .grid .notes:hover::before {
  opacity: 1;
}
.home-secC .container-fluid .grid .notes .icon1 {
  transform: translateY(75%);
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes .icon1 p {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-weight: 600;
  max-width: 140px;
}
@media (max-width: 540px) {
  .home-secC .container-fluid .grid .notes .icon1 p {
    font-size: 16px;
  }
}
.home-secC .container-fluid .grid .notes .icon2 {
  transform: translateY(0%);
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes img {
  width: 100%;
}
@media (max-width: 768px) {
  .home-secC .container-fluid .grid .notes img {
    width: 38px;
  }
}
.home-secC .container-fluid .grid .notes figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.home-secC .container-fluid .grid .notes figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secC .container-fluid .grid .notes1 {
  background-color: #E03E40;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes2 {
  background-color: #1BB6F0;
  transition: 0.5s ease;
}
.home-secC .container-fluid .grid .notes3 {
  background-color: #1B0E96;
  transition: 0.5s ease;
  flex-direction: column;
  align-items: center;
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: 991px) {
  .home-secC .container-fluid .grid .notes3 {
    grid-column: span 1;
    grid-row: span 2;
    padding: 88px 12px 25px;
  }
}
@media (max-width: 675px) {
  .home-secC .container-fluid .grid .notes3 {
    grid-column: span 1;
  }
}
@media (max-width: 540px) {
  .home-secC .container-fluid .grid .notes3 {
    grid-column: span 1;
    grid-row: span 2;
  }
}
.home-secC .container-fluid .grid .notes3 .icon1 {
  transform: translateY(0%);
}
@media (max-width: 768px) {
  .home-secC .container-fluid .grid .notes3 .icon1 {
    transform: translateY(-150%);
  }
}
.home-secC .container-fluid .grid .notes3 .icon1 p {
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 36px;
  line-height: 48px;
}
@media (max-width: 768px) {
  .home-secC .container-fluid .grid .notes3 .icon1 p {
    font-size: 30px;
  }
}
@media (max-width: 540px) {
  .home-secC .container-fluid .grid .notes3 .icon1 p {
    font-size: 18px;
    line-height: 24px;
  }
}
.home-secC .container-fluid .grid .notes3 .icon2 {
  transform: translateY(20%);
}
@media (max-width: 768px) {
  .home-secC .container-fluid .grid .notes3 .icon2 {
    transform: translateY(-27%);
  }
}
@media (max-width: 540px) {
  .home-secC .container-fluid .grid .notes3 .icon2 {
    transform: translateY(30%);
  }
}
.home-secC .container-fluid .grid .notes3 img {
  width: 100%;
}
.home-secC .container-fluid .grid .notes4 {
  background-color: #E69000;
}
.home-secC .container-fluid .grid .notes5 {
  background-color: #3740EA;
}
.home-secC .container-fluid .grid .notes6 {
  background-color: #FF59CD;
}
@media (max-width: 1024px) {
  .home-secC .container-fluid .grid .notes6 {
    grid-column: span 2;
  }
}
@media (max-width: 991px) {
  .home-secC .container-fluid .grid .notes6 {
    grid-column: span 1;
  }
}
.home-secC .container-fluid .grid .notes7 {
  background-color: #BCBF00;
}
@media (max-width: 1024px) {
  .home-secC .container-fluid .grid .notes7 {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .home-secC .container-fluid .grid .notes7 {
    grid-column: span 1;
  }
}

.home-secD {
  width: 100%;
  padding: 80px 0;
  background: #DCE2FF;
}
@media (max-width: 1024px) {
  .home-secD {
    padding: 48px 0 80px;
  }
}
@media (max-width: 768px) {
  .home-secD {
    padding: 48px 0 55px;
  }
}
.home-secD .sub-heading {
  text-align: center;
}
.home-secD .sub-heading h2 {
  text-transform: none;
  max-width: 365px;
  margin: 0 auto;
  line-height: 1;
}
@media (max-width: 540px) {
  .home-secD .sub-heading h2 {
    font-size: 28px;
  }
}
.home-secD .events-slider-container {
  position: relative;
  padding: 50px 0 60px;
}
@media (max-width: 540px) {
  .home-secD .events-slider-container {
    padding: 34px 0 38px;
  }
}
.home-secD .events-slider-container .events-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
  position: absolute;
  left: 16%;
  top: 32%;
  z-index: 2;
}
@media (max-width: 991px) {
  .home-secD .events-slider-container .events-nav {
    display: none;
  }
}
.home-secD .events-slider-container .events-nav button {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}
.home-secD .events-slider-container .events-slider .item {
  transition: 1s ease;
}
.home-secD .events-slider-container .events-slider .item.swiper-slide-active figcaption a {
  opacity: 1;
}
.home-secD .events-slider-container .events-slider .item.swiper-slide-prev {
  transform: rotate(356deg);
  scale: 0.8;
  transition: 0.5 ease;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .home-secD .events-slider-container .events-slider .item.swiper-slide-prev {
    transform: rotate(360deg);
    scale: 1;
  }
}
.home-secD .events-slider-container .events-slider .item.swiper-slide-next {
  transform: rotate(364deg);
  scale: 0.8;
  transition: 0.5 ease;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .home-secD .events-slider-container .events-slider .item.swiper-slide-next {
    transform: rotate(360deg);
    scale: 1;
  }
}
.home-secD .events-slider-container .events-slider .item figure {
  height: 270px;
}
@media (max-width: 768px) {
  .home-secD .events-slider-container .events-slider .item figure {
    height: 230px;
  }
}
.home-secD .events-slider-container .events-slider .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home-secD .events-slider-container .events-slider .item figcaption {
  padding: 25px 15px 35px;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.home-secD .events-slider-container .events-slider .item figcaption h6 {
  line-height: 20px;
}
.home-secD .events-slider-container .events-slider .item figcaption p {
  font-size: 14px;
  line-height: 20px;
  padding: 11px 0;
}
.home-secD .events-slider-container .events-slider .item figcaption a {
  color: #4358C5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  opacity: 0;
  transition: 0.5s ease;
}
.home-secD .events-slider-container .events-slider .item figcaption a::after {
  content: "";
  position: absolute;
  background: url(/assets/icon/right-arow.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.home-secD .btn-wraper {
  text-align: center;
}
.home-secD .btn-wraper .theme-btn {
  position: relative;
  z-index: 1;
}
.home-secD .btn-wraper .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.home-secD .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;
}
.home-secD .btn-wraper .theme-btn:hover::before {
  width: 100%;
}
.home-secD .btn-wraper .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.home-secD .btn-wraper .theme-btn::before {
  border-radius: 25px;
}

.home-secE {
  width: 100%;
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 768px) {
  .home-secE {
    padding: 48px 0;
  }
}
.home-secE .container .sub-heading {
  text-align: center;
}
.home-secE .container .sub-heading p {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home-secE .container .sub-heading p {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  .home-secE .container .sub-heading p {
    width: 75%;
    margin: 0 auto;
  }
}
.home-secE .container h2 {
  text-transform: none;
  max-width: 365px;
  margin: 0 auto 10px;
  line-height: 1;
}
@media (max-width: 540px) {
  .home-secE .container h2 {
    font-size: 28px;
  }
}
.home-secE .container .grid {
  padding-top: 2.5rem;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3px;
}
@media (max-width: 540px) {
  .home-secE .container .grid {
    padding-top: 1.5rem;
  }
}
@media (max-width: 991px) {
  .home-secE .container .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .home-secE .container .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.home-secE .container .grid .item {
  position: relative;
  position: relative;
}
@media (max-width: 768px) {
  .home-secE .container .grid .item:last-child {
    grid-column: span 2;
    display: none;
  }
}
.home-secE .container .grid .item::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: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 70%);
}
.home-secE .container .grid .item::before {
  z-index: 1;
}
.home-secE .container .grid .item:hover figure img {
  transform: scale(1.06);
}
.home-secE .container .grid .item figure {
  overflow: hidden;
}
.home-secE .container .grid .item figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
  transform-origin: top;
}
.home-secE .container .grid .item figcaption {
  position: absolute;
  top: 5%;
  right: 7%;
  z-index: 2;
}
.home-secE .container .grid .item figcaption p {
  font-size: 23px;
  font-weight: 600;
  writing-mode: sideways-lr;
  color: #fff;
}
@media (max-width: 540px) {
  .home-secE .container .grid .item figcaption p {
    font-size: 16px;
  }
}

.home-secF {
  width: 100%;
  background: #8497FB;
  padding: 80px 0;
}
@media (max-width: 540px) {
  .home-secF {
    padding: 50px 0;
  }
}
.home-secF .container {
  position: relative;
}
.home-secF .container .sub-heading {
  text-align: center;
  position: relative;
  align-items: center;
}
.home-secF .container .sub-heading h2 {
  text-transform: none;
  font-size: 60px;
  margin: 0 auto 10px;
  line-height: 1;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1366px) {
  .home-secF .container .sub-heading h2 {
    font-size: 55px;
  }
}
@media (max-width: 1024px) {
  .home-secF .container .sub-heading h2 {
    font-size: 50px;
    left: 36px;
    top: -13px;
  }
}
@media (max-width: 768px) {
  .home-secF .container .sub-heading h2 {
    font-size: 40px;
    top: -1px;
  }
}
@media (max-width: 675px) {
  .home-secF .container .sub-heading h2 {
    left: 5px;
    font-size: 36px;
    top: -4px;
  }
}
@media (max-width: 540px) {
  .home-secF .container .sub-heading h2 {
    font-size: 30px;
    left: 3px;
    top: 1px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .container .sub-heading h2 {
    font-size: 25px;
    left: -4px;
    top: 15px;
    margin: 0 auto 30px;
  }
}
.home-secF .container .sub-heading span {
  position: absolute;
  top: -3rem;
  left: 28rem;
  font-size: 100px;
  text-transform: uppercase;
  font-family: "Queens";
  z-index: 1;
  color: rgba(255, 255, 255, 0.1607843137);
}
@media (max-width: 1784px) {
  .home-secF .container .sub-heading span {
    top: -3rem;
    left: 16rem;
  }
}
@media (max-width: 1366px) {
  .home-secF .container .sub-heading span {
    left: 13rem;
    top: -50px;
    font-size: 100px;
  }
}
@media (max-width: 1280px) {
  .home-secF .container .sub-heading span {
    left: 10rem;
    top: -44px;
    font-size: 90px;
  }
}
@media (max-width: 1024px) {
  .home-secF .container .sub-heading span {
    left: 10rem;
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  .home-secF .container .sub-heading span {
    top: -1.5rem;
    left: 7rem;
    font-size: 59px;
  }
}
@media (max-width: 675px) {
  .home-secF .container .sub-heading span {
    top: -2rem;
    left: 2rem;
    font-size: 60px;
  }
}
@media (max-width: 540px) {
  .home-secF .container .sub-heading span {
    left: 80px;
    top: -22px;
    font-size: 50px;
  }
}
@media only screen and (max-width: 420px) {
  .home-secF .container .sub-heading span {
    left: 20px;
    top: 0px;
    font-size: 38px;
  }
}
.home-secF .container .shining-stars-container {
  padding: 60px 0 0;
}
@media (max-width: 1024px) {
  .home-secF .container .shining-stars-container {
    padding: 15px 0 0;
  }
}
.home-secF .container .shining-stars-container .stars-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: absolute;
  top: 6%;
  right: 0%;
  z-index: 2;
}
.home-secF .container .shining-stars-container .stars-nav button {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
}
.home-secF .container .shining-stars-container .shining-slider .item {
  background: #fff;
  padding: 40px 15px 0;
  border-radius: 10px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
  font-size: 22px;
}
@media (max-width: 768px) {
  .home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h4 {
    font-size: 18px;
  }
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption .rank {
  padding-top: 25px;
  padding-left: 8px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 {
  font-family: "Poppins", serif;
  font-weight: 600;
  color: #667ADF;
  padding-left: 8px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figcaption h2 span {
  font-size: 15px;
}
.home-secF .container .shining-stars-container .shining-slider .item .flex figure img {
  width: 100%;
  display: inline-flex;
}

.home-secG {
  width: 100%;
  background: #BCBF00;
  padding: 60px 0 0;
}
@media (max-width: 1024px) {
  .home-secG {
    padding: 40px 0 0;
  }
}
.home-secG .container .sub-heading {
  text-align: center;
  margin: 50px 0 0;
}
@media (max-width: 768px) {
  .home-secG .container .sub-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .home-secG .container .sub-heading {
    margin-bottom: 30px;
  }
}
.home-secG .container .sub-heading h2 {
  text-transform: none;
  max-width: 365px;
  margin: 0 auto 10px;
  line-height: 1;
  color: #fff;
}
.home-secG .container .sub-heading p {
  color: #fff;
  text-align: center;
}
.home-secG .container .parents-container {
  padding-top: 30px;
}
@media (max-width: 540px) {
  .home-secG .container .parents-container {
    padding-top: 0;
  }
}
.home-secG .container .parents-container .flex {
  align-items: center;
  justify-content: center;
  gap: 6rem;
  line-height: 0;
}
@media (max-width: 1024px) {
  .home-secG .container .parents-container .flex {
    gap: 3rem;
  }
}
@media (max-width: 991px) {
  .home-secG .container .parents-container .flex {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
.home-secG .container .parents-container .flex .colA {
  flex: 0 1 18%;
}
@media (max-width: 1024px) {
  .home-secG .container .parents-container .flex .colA {
    flex: 0 1 35%;
  }
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colA {
    flex: 0 1 50%;
    display: none;
  }
}
.home-secG .container .parents-container .flex .colA img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secG .container .parents-container .flex .colB {
  flex: 0 1 36%;
  padding: 0 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 991px) {
  .home-secG .container .parents-container .flex .colB {
    flex: 0 1 50%;
  }
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colB {
    flex: 0 1 70%;
    padding: 0 0 43px 0;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content {
  width: 100%;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs {
  background: #fff;
  padding: 40px;
  border-radius: 25px;
  position: relative;
  display: none;
}
@media (max-width: 675px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs {
    padding: 26px;
    width: 450px;
  }
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs {
    width: 310px;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs.active {
  display: block;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs::before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  width: 30px;
  height: 60px;
  border-right: solid 30px rgb(255, 255, 255);
  border-bottom: solid 30px transparent;
  border-top: solid 30px transparent;
  position: absolute;
  transform: rotate(270deg);
  left: 20%;
  bottom: -10%;
  z-index: 0;
}
@media (max-width: 1366px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs::before {
    bottom: -10%;
  }
}
@media (max-width: 1024px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs::before {
    bottom: -10%;
  }
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs::before {
    bottom: -10%;
    left: 14%;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info {
  padding-top: 80px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info {
    padding-top: 45px;
  }
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info {
    padding-top: 20px;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info .parent-name h5 {
  font-size: 18px;
  color: #000;
  margin: 0;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info .parent-name h6 {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info button.play-btn {
  --bordercolor: var(--prime);
  --playbtncolor: #000;
  cursor: pointer;
}
.home-secG .container .parents-container .flex .colB .parent-wrap {
  position: relative;
  width: 100%;
  max-width: 465px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 675px) {
  .home-secG .container .parents-container .flex .colB .parent-wrap {
    max-width: 100%;
  }
}
.home-secG .container .parents-container .flex .colB .parent-wrap .parents-tab-nav {
  width: 100%;
  overflow: hidden;
  max-width: 300px;
}
@media (max-width: 675px) {
  .home-secG .container .parents-container .flex .colB .parent-wrap .parents-tab-nav {
    max-width: 205px;
  }
}
.home-secG .container .parents-container .flex .colB .parent-wrap .parents-tab-nav .swiper-wrapper {
  display: flex;
  align-items: center;
  transition-timing-function: linear;
}
.home-secG .container .parents-container .flex .colB .parent-wrap .parents-tab-nav .swiper-slide {
  cursor: pointer;
  width: 45px !important;
  min-width: 45px !important;
  max-width: 45px !important;
  height: 45px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.home-secG .container .parents-container .flex .colB .parent-wrap .parents-tab-nav .swiper-slide:not(.active) img {
  opacity: 0.5;
}
.home-secG .container .parents-container .flex .colB .parent-wrap .parents-tab-nav .swiper-slide.active img {
  opacity: 1;
  border: 2px solid #fff;
}
.home-secG .container .parents-container .flex .colB .parent-wrap .parents-tab-nav .swiper-slide img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
.home-secG .container .parents-container .flex .colB .parent-wrap .swiper-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.home-secG .container .parents-container .flex .colB .parent-wrap .swiper-group button {
  pointer-events: auto;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parent-wrap .swiper-group button {
    width: 30px;
    height: 30px;
  }
}
.home-secG .container .parents-container .flex .colB .parent-wrap .swiper-group button:hover {
  background-color: #fff;
  transform: scale(1.1);
}
.home-secG .container .parents-container .flex .colB .parent-wrap .swiper-group button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.home-secG .container .parents-container .flex .colB .parent-wrap .swiper-group button svg {
  width: 12px;
  height: 24px;
}
.home-secG .container .parents-container .flex .colB .parent-wrap .swiper-group .parent-tabs-slider-prev svg {
  transform: rotate(180deg);
}
.home-secG .container .parents-container .flex .colC {
  flex: 0 1 auto;
  transform: translateY(-55px);
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colC {
    transform: translateY(-20px);
    flex: 0 1 100%;
  }
}
.home-secG .container .parents-container .flex .colC .flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colC .flex {
    flex-direction: row;
  }
}
.home-secG .container .parents-container .flex .colC .flex a {
  text-decoration: none;
}
.home-secG .container .parents-container .flex .colC .flex a:hover .contents {
  background: #fff;
}
.home-secG .container .parents-container .flex .colC .flex a:hover .contents .icon svg path {
  fill: #BCBF00;
}
.home-secG .container .parents-container .flex .colC .flex a:hover .contents p {
  color: #BCBF00;
}
.home-secG .container .parents-container .flex .colC .flex .contents {
  min-width: 132px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: 0.5s ease;
}
.home-secG .container .parents-container .flex .colC .flex .contents .icon img {
  width: 35px;
  height: auto;
}
.home-secG .container .parents-container .flex .colC .flex .contents p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  padding-top: 7px;
  max-width: 110px;
  margin: 0 auto;
  transition: 0.3s ease;
}

.home-secH {
  width: 100%;
  background: #fff;
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 540px) {
  .home-secH {
    padding: 40px 0 0 0;
  }
}
.home-secH .form-container {
  width: 100%;
  margin: 0 auto;
}
.home-secH .form-container .sub-heading {
  text-align: center;
  margin-bottom: 40px;
}
.home-secH .form-container .sub-heading h2 {
  font-size: 2.5rem;
  line-height: 1.3;
  width: 26%;
  margin: 0 auto;
}
@media (max-width: 1784px) {
  .home-secH .form-container .sub-heading h2 {
    width: 35%;
  }
}
@media (max-width: 1024px) {
  .home-secH .form-container .sub-heading h2 {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .home-secH .form-container .sub-heading h2 {
    width: 50%;
    font-size: 2rem;
  }
}
@media (max-width: 540px) {
  .home-secH .form-container .sub-heading h2 {
    width: 55%;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 420px) {
  .home-secH .form-container .sub-heading h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    width: 94%;
    margin: 0 auto;
  }
}
.home-secH .form-container .bg-image figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  height: 60vh;
}
@media (max-width: 540px) {
  .home-secH .form-container .bg-image figure {
    height: 40vh;
  }
}
.home-secH .form-container .bg-image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home-secH .form-container .form-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: -120px;
}
@media (max-width: 540px) {
  .home-secH .form-container .form-container {
    width: 94%;
    margin-top: -80px;
  }
}
.home-secH .form-container .form-container .rotate-form form {
  max-width: 600px;
  width: 100%;
  text-align: center;
  padding: 0 78px 30px;
  transform: translateY(-4rem);
  position: relative;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .home-secH .form-container .form-container .rotate-form form {
    padding: 0 22px 30px;
  }
}
.home-secH .form-container .form-container .rotate-form form::after {
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  transform: rotate(6deg);
  z-index: -1;
  border-radius: 50px;
}
@media (max-width: 540px) {
  .home-secH .form-container .form-container .rotate-form form::after {
    top: 0;
    transform: rotate(0);
    border-radius: 30px;
  }
}
.home-secH .form-container .form-container .rotate-form form::before {
  content: "";
  max-width: 608px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: -55px;
  left: -19px;
  rotate: 5deg;
  border-radius: 50px;
  z-index: -1;
}
@media (max-width: 675px) {
  .home-secH .form-container .form-container .rotate-form form::before {
    max-width: 540px;
  }
}
@media (max-width: 540px) {
  .home-secH .form-container .form-container .rotate-form form::before {
    width: 0;
  }
}
.home-secH .form-container .form-container .rotate-form form .title-image {
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .home-secH .form-container .form-container .rotate-form form .title-image {
    margin-bottom: 0;
  }
}
.home-secH .form-container .form-container .rotate-form form .title-image img {
  width: 160px;
}
@media (max-width: 540px) {
  .home-secH .form-container .form-container .rotate-form form .title-image img {
    width: 110px;
  }
}
.home-secH .form-container .form-container .rotate-form form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 20px;
}
@media (max-width: 540px) {
  .home-secH .form-container .form-container .rotate-form form .form-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.home-secH .form-container .form-container .rotate-form form .form-grid .form-group {
  position: relative;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .form-group:nth-child(5) {
  grid-column: span 2;
}
@media (max-width: 540px) {
  .home-secH .form-container .form-container .rotate-form form .form-grid .form-group:nth-child(5) {
    grid-column: span 2;
  }
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp {
  grid-column: span 2;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 540px) {
  .home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp {
    grid-column: span 2;
  }
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn {
  position: relative;
  z-index: 1;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .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;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn:hover::before {
  width: 100%;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::after {
  background-color: #4459C5;
  border-radius: 25px;
}
.home-secH .form-container .form-container .rotate-form form .form-grid .sbmt-grp .theme-btn::before {
  border-radius: 25px;
}

.shining-slider {
  margin-top: 0;
}
@media (max-width: 540px) {
  .shining-slider {
    margin-top: 36px;
  }
}

.home-secF .container .sub-heading {
  display: flex;
  justify-content: flex-end;
}
.home-secF .container .swiper-nav.swiper-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 540px) {
  .home-secF .container .swiper-nav.swiper-group {
    display: none;
  }
}
.home-secF .container .btn-hovleft,
.home-secF .container .btn-hovright {
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.health-secA {
  background: #DCE2FF;
  padding: 35px 0 80px;
}
@media (max-width: 540px) {
  .health-secA {
    padding: 20px 0 50px;
  }
}
.health-secA .heading {
  width: 38%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1536px) {
  .health-secA .heading {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .health-secA .heading {
    width: 70%;
  }
}
@media (max-width: 675px) {
  .health-secA .heading {
    width: 100%;
  }
}
.health-secA .btn-groups {
  display: flex;
  gap: 65px;
  justify-content: center;
  margin: 60px 0 90px;
}
@media (max-width: 991px) {
  .health-secA .btn-groups {
    gap: 35px;
  }
}
@media (max-width: 540px) {
  .health-secA .btn-groups {
    margin: 36px 0 20px;
    gap: 10px;
  }
}
.health-secA .btn-groups .btn-wraper {
  display: inline-block;
  background: #bdbdbd;
  color: #000 !important;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 540px) {
  .health-secA .btn-groups .btn-wraper {
    padding: 12px 14px;
  }
}
.health-secA .btn-groups .btn-wraper.active {
  background: var(--prime);
  color: #fff;
}
.health-secA .health-card .health-grid {
  display: grid;
  grid-template-columns: 450px 450px 1fr;
  gap: 25px;
}
@media (max-width: 1366px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .health-secA .health-card .health-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.health-secA .health-card .health-grid .card {
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 540px) {
  .health-secA .health-card .health-grid .card {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .health-secA .health-card .health-grid .card:last-child {
    grid-column: 1/-1;
  }
}
.health-secA .health-card .health-grid .card div h6 {
  margin-top: 45px;
  color: var(--text);
}
@media (max-width: 540px) {
  .health-secA .health-card .health-grid .card div h6 {
    margin-top: 28px;
  }
}
.health-secA .health-card .health-grid .card div p {
  margin-top: 12px;
}

p {
  text-align: justify;
}

.header-container {
  background-color: var(--prime-dark);
  height: 30px;
}

.home-secG {
  margin: 80px 0 0;
  padding-bottom: 0;
}
@media (max-width: 540px) {
  .home-secG {
    margin: 75px 0 0;
  }
}
.home-secG .container .sub-heading {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .home-secG .container .sub-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .home-secG .container .sub-heading {
    margin-bottom: 30px;
  }
}
.home-secG .container .sub-heading h2 {
  text-transform: none;
  max-width: 365px;
  margin: 0 auto 10px;
  line-height: 1;
  color: #fff;
}
.home-secG .container .sub-heading p {
  color: #fff;
}
.home-secG .container .parents-container {
  padding-top: 90px;
}
@media (max-width: 540px) {
  .home-secG .container .parents-container {
    padding-top: 0;
  }
}
.home-secG .container .parents-container .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  line-height: 0;
}
@media (max-width: 1440px) {
  .home-secG .container .parents-container .flex {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex {
    align-items: flex-start;
  }
}
.home-secG .container .parents-container .flex .colA {
  flex: 0 1 18%;
  display: block;
}
@media (max-width: 1536px) {
  .home-secG .container .parents-container .flex .colA {
    flex: 0 1 35%;
  }
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colA {
    flex: 0 1 50%;
    display: none;
  }
}
.home-secG .container .parents-container .flex .colA img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secG .container .parents-container .flex .colB {
  flex: 0 1 36%;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 991px) {
  .home-secG .container .parents-container .flex .colB {
    flex: 0 1 50%;
  }
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colB {
    flex: 0 1 70%;
    padding-bottom: 43px;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs {
  background: #fff;
  padding: 40px;
  border-radius: 25px;
  position: relative;
}
@media (max-width: 675px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs {
    padding: 26px;
    width: 450px;
  }
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs {
    width: 310px;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 60px;
  border-right: solid 30px #fff;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
  position: absolute;
  transform: rotate(270deg);
  left: 20%;
  bottom: -14%;
  z-index: 0;
}
@media (max-width: 1536px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs::before {
    bottom: -10%;
  }
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs::before {
    bottom: -10%;
    left: 14%;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments p {
    font-size: 14px;
    line-height: 20px;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info {
    padding-top: 45px;
  }
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info .parent-name h5 {
  font-size: 18px;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info .parent-name h6 {
  font-size: 14px;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav-content .tabs .parents-comments .parents-info button.play-btn {
  --bordercolor: #000;
  --playbtncolor: #000;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav .swiper-wrapper {
  display: flex;
  align-items: center;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav .swiper-slide {
  flex: 0 0 auto;
  min-width: calc((100% - 60px) / 5);
  text-align: center;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.home-secG .container .parents-container .flex .colB .parents-tab-nav li:not(.active) img {
  filter: grayscale(1);
  opacity: 0.4;
}
@media (max-width: 991px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav .swiper-slide {
    min-width: calc((100% - 45px) / 4);
  }
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav .swiper-slide {
    min-width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 540px) {
  .home-secG .container .parents-container .flex .colB .parents-tab-nav .swiper-slide {
    min-width: calc((100% - 10px) / 2);
  }
}
.home-secG .container .parents-container .flex .colC {
  transform: translateY(-55px);
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colC {
    transform: translateY(-20px);
  }
}
.home-secG .container .parents-container .flex .colC .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .home-secG .container .parents-container .flex .colC .flex {
    flex-direction: row;
  }
}
.home-secG .container .parents-container .flex .colC .flex a:hover .contents {
  background: #fff;
}
.home-secG .container .parents-container .flex .colC .flex a:hover .contents .icon svg path {
  fill: #BCBF00;
}
.home-secG .container .parents-container .flex .colC .flex a:hover .contents p {
  color: #BCBF00;
}
.home-secG .container .parents-container .flex .colC .flex .contents {
  min-width: 132px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  border: 2px solid #fff;
  transition: 0.5s ease;
}
.home-secG .container .parents-container .flex .colC .flex .contents .icon img {
  width: 35px;
}
.home-secG .container .parents-container .flex .colC .flex .contents p {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  font-weight: 600;
  padding-top: 7px;
  max-width: 110px;
  transition: 0.3s ease;
}/*# sourceMappingURL=parent-speak.css.map */