@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=League+Script&family=Tenor+Sans&display=swap');

:root {
  --color1: #041B29;
  --color2: #0C2939;
  --color3: #083248;
  --color4: #8C0E0F;
  --color5: #E69C31;
  --color6: #DCA958;
  --main-width-card: 250px;
  --main-width-card-mini: 60px;
}


a,
a:hover {
  color: inherit;
  text-decoration: none;
}

button:active,
button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus,
select:active,
select:focus {
  outline: 0;
}

body {
  color: #000;
  font-family: "Funnel Display", serif;
  overflow-x: hidden;
  font-size: 16px;
}

.container {
  max-width: 1700px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.py-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.px-6 {
  padding-left: 80px;
  padding-right: 80px;
}

.heading {
  position: relative;
  margin-bottom: 45px;
}

.heading h5 {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 28px;
  color: var(--color6);
  font-family: "League Script", serif;
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 21px;
}

.heading h5 img {
  width: 45px;
  margin-top: -13px;
}

.heading p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 21px;
  line-height: 37px;
  color: white;
}


.heading h2 {
  font-size: 38px;
  margin-bottom: 10px;
  line-height: 58px;
  color: var(--color6);
  word-break: break-word;
  font-family: "Tenor Sans", serif;
}

.content p {
  font-size: 18px;
  line-height: 29px;
}

.main-header.fixed {
  position: fixed !important;
  z-index: 999999 !important;
  left: 0;
  width: 100%;
  box-shadow: 0 11px 35px #00000063;
  height: auto !important;
  /* border-bottom: 1px solid var(--color1); */
  background: var(--color1) !important;
  transition: .5s;
}

.button-85 {
  position: relative;
  margin: auto;
  padding: 13px 20px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
  display: inline-block;
}

.button-85:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: var(--color5);
  width: 50px;
  height: 50px;
  transition: .5s;
}

.button-85 span {
  position: relative;
  /* font-family: "Ubuntu", sans-serif; */
  font-size: 15px;
  /* font-weight: 700; */
  letter-spacing: 0.05em;
  color: white;
  font-family: "Kaushan Script", cursive;
}

.button-85 i {
  position: relative;
  top: 0;
  margin-left: 16px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  /* stroke: var(--color1); */
  /* stroke-width: 4px; */
  transform: translateX(-5px);
  transition: .5s;
  font-size: 18px;
  color: white;
}

.button-85:hover span {
  color: white;
}

.button-85:hover:before {
  width: 100%;
  background: var(--color1);
  transition: .5s;
}

.button-85:hover i {
  transform: translateX(0);
  transition: .5s;
  color: white;
}

.button-85:active {
  transform: scale(0.95);
  transition: .5s;
}

/* CSS */
/* header */
.main-header.style-one {
  background: rgb(0 0 0 / 0%);
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 0;
  transition: .5s;
}

.main-header .container {
  max-width: 100%;
  padding: 0;
}

.main-header .container .row {
  margin: 0;
}

.main-header .outer-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: space-between; */
  /* height: 100%; */
  padding: 0;
  /* justify-content: center; */
  padding: 12px 60px;
  border-bottom: 1px solid #ffffff73;
}

.main-header .logo-box {
  position: relative;
  display: inline-block;
  padding: 0;
  background-repeat: no-repeat;
  /* height: 100%; */
  display: flex;
  align-items: center;
  padding: 0;
  /* width: 12%; */
  /* background: #ffffff; */
  /* height: 95px; */
  justify-content: center;
  font-size: 20px;
  color: white;
  margin-bottom: 0;
  border-right: 1px solid #ffffff73;
  padding-right: 40px;
  margin-right: 40px;
}

.main-header .logo-box .logo {
  background-repeat: no-repeat;
}

.main-header .logo-box img {
  width: 75px;
  margin-right: 11px;
  background: white;
  padding: 5px;
  border-radius: 5px;
}

.main-header .menu-area {
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

.main-header .menu-area ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.main-header .menu-area ul li {}

.main-header .menu-area ul li a {
  color: white;
}

.main-header.style-one .menu-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header.style-one .menu-right-content li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.main-header.style-one .menu-right-content li:last-child {
  margin-right: 0px;
}

.main-header.style-one .menu-right-content .user-btn a,
.main-header.style-one .menu-right-content .cart-btn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu {
  margin: 0px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--color5);
  width: 40%;
  height: 100vh;
  overflow: auto;
  padding: 5% 5%;
  left: -100%;
  transition: .5s;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, .3);
  box-shadow: 0 0 60px rgba(0, 0, 0, .3);
  z-index: 2;
}

.main-menu img {
  width: 100px;
}

.main-menu.open {
  left: 0;
  transition: .5s;
}

.main-menu ul {
  /* height: 87%; */
  overflow: auto;
  padding: 50px 0;
}

.main-menu ul>li {
  position: inherit;
  float: left;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  /* font-size: 15px; */
}

.main-menu ul>li:last-child {
  margin-right: 0px !important;
}

.main-menu ul>li:last-child a {
  margin-right: 0;
}

.main-menu ul>li:first-child {
  margin-left: 0px !important;
}

.main-menu ul>li>a {
  position: relative;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #030000;
  font-size: 18px;
  line-height: 55px;
  opacity: 1;
  z-index: 1;
  letter-spacing: 1.6px;
  letter-spacing: 1px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-menu ul>li>a {
  margin-right: 45px;
}

.main-menu ul>li>ul,
.main-menu ul>li>.megamenu {
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 100;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
  box-shadow: 0px 4px 4px 1px rgb(0 0 0 / 20%);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu ul>li>ul>li {
  position: relative;
  width: 100%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.2s cubic-bezier(0.4, 0.28, 0.31, 1.28) 0s;
}


.main-menu ul>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu ul>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu ul>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu ul>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu ul>li>ul>li:nth-child(2n+5) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu ul>li>ul>li:nth-child(2n+6) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.main-menu ul>li>ul>li:nth-child(2n+7) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu ul>li>ul>li:nth-child(2n+8) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.main-menu ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu ul>li>ul>li>a,
.main-menu ul>li>.megamenu li>a {
  position: relative;
  display: block;
  padding: 15px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid #ffffff6b;
}

.main-menu ul>li>ul>li>a:hover:before,
.main-menu ul>li>ul>li>ul>li>a:hover:before {
  width: 0%;
}

.main-menu ul>li>ul>li>a:hover:after,
.main-menu ul>li>ul>li>ul>li>a:hover:after {
  width: 100%;
}

.main-menu ul>li>ul>li>a:before,
.main-menu ul>li>ul>li>ul>li>a:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  background-color: var(--primary-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu ul>li>ul>li>a:after,
.main-menu ul>li>ul>li>ul>li>a:after {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 0;
  height: 100%;
  content: '' !important;
  z-index: -1 !important;
  background-color: var(--theme-color);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu ul>li>ul>li:last-child>a,
.main-menu ul>li>.megamenu li:last-child>a {
  border-bottom: none;
}

.main-menu ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f067";
  position: absolute;
  right: -15px;
  top: 0px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  z-index: 5;
}

.main-menu ul>li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0%;
  width: 230px;
  z-index: 100;
  display: none;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 4px 1px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-menu ul>li>ul>li>ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu ul>li>ul>li>ul>li {
  position: relative;
  width: 100%;
}

.main-menu ul>li>ul>li>ul>li {
  position: relative;
  width: 100%;
}

.main-menu ul>li>ul>li:hover>ul>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.main-menu ul>li>ul>li>ul>li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu ul>li>ul>li>ul>li:nth-child(2n+2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.main-menu ul>li>ul>li>ul>li:nth-child(2n+3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu ul>li>ul>li>ul>li:nth-child(2n+4) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.main-menu ul>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu ul>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu ul>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 15px 20px;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border-bottom: 1px solid #ffffff6b;
}

.main-menu ul>li>ul>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu ul>li>ul>li>ul>li.dropdown>a:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position: absolute;
  right: 20px;
  top: 12px;
  display: block;
  line-height: 24px;
  font-size: 16px;
  font-weight: 900;
  z-index: 5;
}

.main-menu ul>li.dropdown:hover>ul,
.main-menu ul>li.dropdown:hover>.megamenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu ul li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 0%;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
}

.main-menu ul li.dropdown .dropdown-btn {
  position: absolute;
  right: -32px;
  top: 66px;
  width: 34px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  display: none;
  z-index: 5;
  transition: all 500ms ease;
}


.main-menu ul li.dropdown ul li.dropdown .dropdown-btn {
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
  margin-bottom: 0px;
}

.main-header .sticky-header .logo-box .logo {
  padding: 10px 0px;
}

.main-header .sticky-header .main-menu .navigation>li {
  padding: 25px 0px !important;
}

.main-header.style-one .menu-area {}

.main-btn-bk {
  background: transparent;
  height: 100%;
  border: 0;
  padding: 34px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  justify-content: center;
  width: 95px;
  /* border-right: 1px solid #ffffff29; */
  /* border-bottom: 1px solid #ffffff29; */
  transition: .9s;
  border-radius: 0 10px 10px 0;
  /* position: fixed; */
  z-index: 1;
  height: 95px;
  display: none;
}

.main-btn-bk i {
  display: inline-block;
  width: 27px;
  height: 2px;
  background: var(--color5);
  border-radius: 50px;
  transition: .5s;

}

.main-btn-bk i:nth-child(2),
.main-btn-bk:hover i {
  width: 17px;
  transition: .5s;
}

.main-btn-bk:hover i:nth-child(2) {
  width: 30px;
  transition: .5s;
}

.close {
  height: 40px;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 50px;
  top: 50px;
  /* z-index: 1; */
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  background: white !important;
  opacity: 1;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.main-menu.open ul>li>a,
.main-menu.open .header-widget,
.main-menu.open img,
.main-menu.open .close {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

.menufxd {
  position: fixed;
  height: auto;
  transform: translate(11px, 12px);
  width: 71px;
  padding: 25px 22px;
  transition: .9s;
  border-radius: 10px;
  background: #264143;
  z-index: 2;
}

/* header */
/* banner */
.banner .container {
  /* max-width: 100%; */
  padding: 0;
}

.banner .container .row {
  height: 80vh;
  /* background: var(--color1); */
  margin: 0;
  justify-content: end;
}

.banner-left {
  width: 12%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: start;
  padding: 0;
  position: relative;
  z-index: 1;
}

.banner-left p {
  text-shadow: rgba(0, 0, 0, 0.05) 0px 0px 35px;
  z-index: 1 !important;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: left;
  line-height: 130px;
  border-width: 0px;
  margin: 0px 0px 10px;
  padding: 0px;
  letter-spacing: -7px;
  font-weight: 700;
  font-size: 184px;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  color: rgb(255, 255, 255);
  filter: blur(0px);
  opacity: .3;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  mix-blend-mode: soft-light;
  /* font-family: 'hevitas'; */
}

.banner-mid {
  background: var(--color4);
  padding: 60px;
  width: 42%;
  height: 100%;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* box-shadow: -8px 0px 21px; */
}

.banner-mid .banner-owl {}

.banner-mid .banner-owl h5 {}

.banner-mid .banner-owl h2 {
  color: white;
}

.banner-mid .banner-owl p {
  color: white;
}

.banner-mid .banner-owl .owl-item.active h5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

.banner-mid .banner-owl .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}

.banner-mid .banner-owl .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

.banner-right {
  width: 46%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  float: right;
}

.banner-right svg {
  width: 100%;
  height: 100%;
  transform: scale(2);
  margin-left: 22%;
  margin-top: 11%;
}

.banner-right path {
  fill: var(--color2);
  stroke: var(--color1);
}

.banner-right path:hover {}

.banner-right path#IN,
.banner-right path#NP {}

.enabled {
  fill: var(--color5) !important;
  cursor: pointer;
}

.description {
  pointer-events: none;
  position: absolute;
  font-size: 13px;
  text-align: center;
  background: var(--color2);
  padding: 2px 16px;
  z-index: 5;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  color: var(--color4);
  border-radius: 5px;
  display: none;
  transform: translateX(-50%);
  text-transform: uppercase;
}

.description.active {
  display: block
}

.description:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color2);
}

.world-map {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1em;
  position: relative;
}

.world-map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: difference;
  /* filter: drop-shadow(14px 38px 27px black); */
}

.pin {
  background: #4362f8;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
}

.usa {
  top: 50%;
  left: 21%;
}

.france {
  top: 45%;
  left: 48%;
}

.sweden {
  top: 33%;
  left: 52%;
}

.south-africa {
  top: 78%;
  left: 53%;
}

.brazil {
  top: 71%;
  left: 32%;
}

.china {
  top: 52%;
  left: 74%;
}

.australia {
  top: 76%;
  left: 82%;
}

.pin::before {
  content: '';
  background: #4362f8;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: pulse 1.3s ease-in-out infinite;
}

.pin span {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  left: 1.5em;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color5);
  border-radius: 3em;
  padding: 5px 10px;
  font-size: 12px;
}

@keyframes pulse {
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.5);
  }
}

@media screen and (max-width: 600px) {
  .world-map {
    font-size: 13px;
  }
}

/* banner */
/* academy */
#parent {
  display: grid;
  gap: 25px;
}

.feature-itemsv1 {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 30px 30px 0;
  background: white;
  position: relative;
  z-index: 1;
  width: 42.74vw;
}

.feature-itemsv1::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 88%;
  height: 100%;
  content: "";
  border: 1px solid var(--color2);
  z-index: -1;
  border-radius: 10px;
}

.feature-itemsv1 img {
  border-radius: 10px;
  width: 180px;
}

.feature-itemsv1 .content .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: var(--p900-clr);
  margin-bottom: 10px;
  display: block;
}

.aca1 .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: var(--p800-clr);
  margin-bottom: 10px;
  display: none;
}

.feature-itemsv1 .content h5 {
  color: var(--p1-clr);
  font-size: 20px;
  margin-bottom: 15px;
  display: none;
}

.feature-itemsv1 .content .add-tocart {
  border-radius: 100px;
  border: 1px solid var(--p200-clr);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3px;
  padding: 10px 18px;
  color: var(--p900-clr);
  display: inline-block;
  transition: all 0.4s;
}

.academi-grd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.aca-box {}

.filter-btn {
  margin-bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}

.filter-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  background: var(--color1);
  height: 1px;
  bottom: -18px;
}

.filter-btn .btn.active::before,
.filter-btn .btn:hover::before {
  content: '';
  position: absolute;
  width: 100%;
  background: var(--color3);
  height: 1px;
  bottom: -18px;
  left: 0;
}

.filter-btn .btn {
  font-size: 17px;
  padding: 0 30px;
  margin: 0;
  outline: 0;
  color: #878787;
  position: relative;
  border: none;
  box-shadow: none;
  /* font-family: "Kaushan Script", cursive; */
}

.filter-btn .btn.active {
  color: var(--color3);
}

/* academy */
/* message */
.message-box {
  padding-left: 0px;
}

.message-box h5 {
  color: var(--color6);
}

.message-box h2 {
  color: var(--color5);
}

.message-box p {
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  color: white;
}

#mission .container {
  max-width: 1340px;
}

#mission .container .row {
  display: inherit;
}

.mssg-img {
  width: 40%;
  float: right;
  padding: 0;
  margin: 0 0px 50px 50px;
}

.mssg-content {
  width: 100%;
}

#mission {
  background: var(--color2);
}

.message-img {
  width: 100%;

}

/* message */
/* contact */
#contact {
  background: var(--color1);
}

#contact .container {
  max-width: 1340px;
}

.contact-det {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.contact-det a,
.address-det a {
  display: flex;
  align-items: center;
  /* flex-direction: column; */
  background: var(--color2);
  border-radius: 10px;
  padding: 40px;
  box-shadow: 5px 5px 18px #0000001f, -5px -5px 18px #00000033;
  border: 1px solid #0d3045;
  gap: 25px;
}

.contact-det a span,
.address-det a span {
  background: var(--color5);
  border-radius: 10px;
  font-size: 27px;
  color: var(--color4);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 25px; */
}

.contact-det a p,
.address-det a p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 24px;
  color: white;
}

.address-det {
  border-radius: 10px;
  /* padding: 40px; */
  background: var(--color2);
  /* box-shadow: 5px 5px 18px #00000026, -5px -5px 18px #ffffffba; */
  /* border: 1px solid #eadcd8; */
  box-shadow: 5px 5px 18px #0000001f, -5px -5px 18px #00000033;
  border: 1px solid #0d3045;
}

.address-det a {
  flex-direction: row;
  /* padding: 0; */
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  /* margin-bottom: 25px; */
}

.address-det a p {
  width: calc(100% - 55px);
  line-height: 23px;
  font-size: 17px;
  color: white;
}

.address-det iframe {
  width: 100%;
  height: 253px;
}

/* contact */
/* announcement */
#announcement {
  background-image: linear-gradient(180deg, var(--color2), transparent);
  padding-top: 0;
}

#announcement .container {
  max-width: 1340px;
}

.announcement-tab-btn {
  width: 30%;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 7px;
}

.announcement-tab-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.announcement-tab {
  width: 30%;
}

.announcement-tab-btn {
  width: 100%;
  position: sticky;
  top: 12vh;
  padding-left: 49px;
}

.announcement-tab-btn::before {
  content: "";
  background: #dbdbdb;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 50px;
}

.announcement-tabContainer {
  width: 70%;
  padding-right: 50px;
}

.announcement-tab-btn a {
  display: flex;
  width: 100%;
  /* background-color: #171f2e6b; */
  color: white;
  font-size: 16px;
  text-align: left;
  border-right: 0;
  position: relative;
  padding: 10px 0;
  font-weight: 500;
  transition: .5s;
  align-items: center;
  gap: 12px;
}

.announcement-tab-btn a span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #ededed;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a8a8a8;
  transition: .5s;
}

.announcement-tab-btn a span i {}

.announcement-tab-btn a::before {
  content: "";
  background: var(--color5);
  position: absolute;
  transition: .5s;
  left: -49px;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 50px;
  opacity: 0;
}

.announcement-tab-btn a.active,
.announcement-tab-btn a:hover {
  color: var(--color5);
  transition: .5s;
}

.announcement-tab-btn a.active::before {
  transition: .5s;
  opacity: 1;
}

.announcement-tab-btn a.active span,
.announcement-tab-btn a:hover span {
  background: var(--color5);
  color: #ffffff;
  transition: .5s;
}

.announcement-Tabcondent {
  display: none;
  position: sticky;
  top: 11vh;
}

.announcement-Tabcondent .heading h2 {
  font-size: 38px;
  line-height: 53px;
  color: white;
}

.announcement-Tabcondent .heading h5 {
  font-size: 20px;
  color: var(--color6);
  font-family: inherit;
  margin-bottom: 20px;
}


/* announcement */
/* publication */
#publication {
  background: var(--color4);
}

#publication .container {
  max-width: 1340px;
}

.publication-tab-btn {
  width: 30%;

  display: flex;
  align-items: center;
  /* flex-direction: column; */
  gap: 7px;
  justify-content: center;
  gap: 21px;
}

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

.publication-tab {
  width: 100%;
  margin-bottom: 50px;
}

.publication-tab-btn {
  width: 100%;
  /* position: sticky; */
  /* top: 12vh; */
}

.publication-tab-btn::before {
  /* content: ""; */
  background: #dbdbdb;
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 50px;
}

.publication-tabContainer {
  width: 100%;
  padding-left: 0;
}

.publication-tab-btn a {
  position: relative;
}

.publication-tab-btn a span {
  display: flex;
  width: initial;
  background-color: #091c1d;
  color: white;
  font-size: 16px;
  text-align: left;
  border-right: 0;
  position: relative;
  padding: 19px 29px;
  font-weight: 500;
  transition: .5s;
  align-items: center;
  gap: 12px;
  border-radius: 50px;
  border: 4px solid transparent;
  /* z-index: -1; */
}

.publication-tab-btn a span i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a8a8a8;
  transition: .5s;
}

.publication-tab-btn a span i {}

.publication-tab-btn a::before {
  content: "";
  background: var(--color5);
  position: absolute;
  transition: .5s;
  left: 50%;
  top: 50%;
  width: 99%;
  height: 165%;
  border-radius: 50px;
  opacity: 0;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgb(233 159 76) 0%, rgba(255, 255, 172, 0) 70%);
  filter: blur(29px);
}

.publication-tab-btn a.active span,
.publication-tab-btn a:hover span {
  color: var(--color5);
  transition: .5s;
  border-color: var(--color5);
}

.publication-tab-btn a.active::before {
  transition: .5s;
  opacity: 1;
}

.publication-tab-btn a.active span i,
.publication-tab-btn a:hover span i {
  background: transparent;
  color: var(--color5);
  transition: .5s;
}

.publication-Tabcondent {
  display: none;
  position: relative;
  /* top: 11vh; */
}

.publication-wrap {
  background: #091c1d;
  padding: 50px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 2px 2px 38px #1e4d42;
  position: relative;
}

.publication-Tabcondent::before {
  position: absolute;
  left: -4px;
  top: -4px;
  transition: all .3s;
  width: calc(100% + 8px);
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, var(--color5) 0, var(--color5), transparent 77%);
  content:
    "";
  border-radius: 20px;
  /* right: 4px; */
}

.publication-wrap-left {}

.publication-wrap-left h3 {
  font-size: 48px;
  margin-bottom: 36px;
  color: white;
}

.publication-wrap-left-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
  margin-bottom: 30px;
}

.publication-wrap-left-ul li {
  font-size: 24px;
  line-height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color2);
  cursor: pointer;
}

.publication-wrap-left-ul li.active {
  color: var(--color5);
}

.publication-wrap-left-ul li span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.publication-wrap-left-ul li span i {
  opacity: 0;
  transition: .5s;
}

.publication-wrap-left-ul li.active span,
.publication-wrap-left-ul li:hover span {
  color: var(--color5);
}

.publication-wrap-left-ul li.active span i,
.publication-wrap-left-ul li:hover span i {
  opacity: 1;
  transition: .5s;
}

.publication-wrap-right {
  border-radius: 18px;
  overflow: hidden;
  width: 50%;
}

.publication-wrap-right img {
  border: 29px solid;
  border-image-source: linear-gradient(to left, #091c1d, #25494a5c);
  /* border: 10px solid; */
  border-image-slice: 1;
  border-width: 23px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.publication-wrap-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 100%;
  width: 27%;
  background: url(/_next/static/media/tab-bg-shape.51eb17fb.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 0;
  border-radius: 2px;
  background: radial-gradient(circle, rgb(45 79 81) 0%, rgba(255, 255, 172, 0) 70%);
  filter: blur(40px);
}

.pub-btn {
  display: none;
}

.pub-btn.active {
  display: inline-block;
}

/* publication */
/* footer */
.footer-widgets {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  /* align-items: center; */
}

.widget-title {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.widget_rss .widget-title h3 a:last-child,
.widget-title h3 {
  color: var(--color6);
  font-size: 14px;
  font-weight: 600;
  /* font-family: "Work Sans",sans-serif; */
  line-height: normal;
  letter-spacing: 0;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  padding-bottom: 14px;
  /* font-family: 'hevitas'; */
  letter-spacing: 2px;
}

.widget-title h3:after {
  background-color: var(--color5);
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  bottom: 0;
  position: absolute;
  margin-left: 0;
  left: 0;
}

.widget-title a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
}

.widget .textwidget .wp-caption {
  margin-right: 0;
  margin-top: 0;
}

.widget .textwidget .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.widget .textwidget .wp-caption .wp-caption-text img {
  width: auto;
  max-width: 100%;
}

.widget select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0 10px;
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget ul li {}

.widget ul li,
.widget ol li {
  color: #ffffff;
  font-size: 15px;
}

.widget ul li i {
  color: #8a8a8a;
  margin-right: 5px;
  font-size: 15px;
}

.footer-widgets {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  gap: 30px;
  /* align-items: center; */
}

.widget ul li:not(:last-of-type),
.widget ol li:not(:last-of-type),
.widget ul li li:not(:last-of-type),
.widget ol li li:not(:last-of-type) {
  margin: 0 0 15px;
}

.widget select,
.widget select option,
.widget ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  box-shadow: none;
  letter-spacing: -.2px;
}

.widget ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.widget:not(.widget_tag_cloud) ul li+li {
  margin-top: -1px;
}

.widget ul li ul {
  margin: 0 0 -1px;
  padding: 0;
  position: relative;
}

.widget ul li li {
  border: 0;
  padding-left: 15px;
}

.widget ul li ul li {
  padding-left: 15px;
}

.widget ul li ul li:before,
.widget.widget_rss ul li:before {
  display: none;
}

.widget_rss ul li {
  padding-bottom: 15px;
  padding-top: 15px;
}

.widget .post-date,
.widget .rss-date {
  font-size: 12px;
}

.widget_text {
  word-wrap: break-word;
}

.widget_text ul {
  list-style: disc;
  margin: 0 0 25px 25px;
}

.widget_text ol {
  list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
  border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
  padding-bottom: 0;
}

.widget_text ul li ul {
  margin: 0 0 0 25px;
}

.widget_text ul li li {
  padding-left: 0;
  padding-right: 0;
}

.widget_text ol li {
  list-style-position: inside;
}

.widget_text ol li+li {
  margin-top: -1px;
}

.widget_rss .widget-title a {
  box-shadow: none;
}

.textwidget b,
.textwidget strong,
.widget_rss b,
.widget_rss strong {
  font-weight: 500;
}

.widget_rss .widget-title a:last-child {
  box-shadow: none;
  line-height: normal;
  margin-right: 10px;
  margin-bottom: 20px;
}

.widget_rss .widget-title h3:after {
  margin-left: 30px;
  margin-top: 2px;
}

.widget_rss .widget-title .rsswidget:first-child {
  float: right;
  margin-top: 3px;
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
  background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
  display: block;
  box-shadow: none;
}

.widget_rss ul {
  list-style: none;
}

.widget_rss ul li {
  padding: 15px 0;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss li .rsswidget {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #6a8695;
}

.widget_rss .rss-date,
.widget_rss li cite {
  color: #6a8695;
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.widget_rss .rss-date {
  margin: 10px 0;
  padding: 0;
  letter-spacing: 1px;
  font-weight: 600;
}

.widget_rss .rssSummary {
  margin-bottom: 10px;
  font-weight: normal;
  font-family: 'Work Sans', sans-serif;
  color: #6a8695;
}

.widget_contact_info .contact-map {
  margin-bottom: 10px;
}

.widget-grofile h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
  border: 0;
}

.widget.widget_recent_comments {}

.widget.widget_recent_comments ul {}

.widget.widget_recent_comments ul li {
  padding-left: 20px;
}

.widget.widget_recent_comments ul li:before {
  display: none;
}

.widget.widget_recent_comments ul li a {
  color: #6a8695;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}

.widget.widget_recent_comments ul li a:hover {
  color: #bfca02;
}

.widget.widget_recent_comments ul li span.comment-author-link {
  padding-left: 20px;
  position: relative;
  margin-left: -20px;
}

.widget.widget_recent_comments ul li span.comment-author-link:before {
  font-family: "themify";
  content: "\e602";
  font-size: 10px;
  color: #bfca02;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_recent_entries .post-date {
  display: block;
}

.widget_recent_entries ul {}

.widget_recent_entries ul li {}

.widget_recent_entries ul li a {
  font-size: 14px;
  line-height: 22px;
}

.widget_recent_entries ul li a:hover {}

.widget-mailchimp .wt-subscribe-wrap form {
  position: relative;
  margin: 15px 0;
  border: 1px solid var(--color1);
}

.widget-mailchimp .wt-subscribe-wrap form input {
  display: block;
  background-color: transparent;
  border: 0;
  color: #6a8695;
  border-radius: 0;
  padding: 15px 13px;
  padding-right: 90px;
  width: 100%;
}

.widget-mailchimp.dark .wt-subscribe-wrap form input {
  border: 2px solid #ddd;
  color: #fff;
}

.widget-mailchimp .wt-subscribe-wrap form input::-webkit-input-placeholder {
  color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form input::-moz-placeholderr {
  /* Firefox 19+ */
  color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form input:-ms-input-placeholder {
  color: #fff !important;
}

.widget-mailchimp .wt-subscribe-wrap form button {
  background-color: var(--color1);
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 70px;
  height: 45px;
  position: absolute;
  right: 5px;
  top: 4px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 0;
}

.widget-mailchimp .wt-subscribe-wrap form button svg {
  width: 15px;
}

.widget-mailchimp .wt-subscribe-wrap form button:focus {
  outline: none;
}

.widget-mailchimp .wt-subscribe-wrap form button:hover {
  opacity: 0.9;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.widget-mailchimp p.muted {
  color: #ddd;
  margin-bottom: 0;
}

.widget-mailchimp .subscribe-result p {
  margin: 15px 0 0;
  padding: 15px;
  display: none;
}

.widget-mailchimp .subscribe-result.subs-success p.subscription-success {
  display: block;
}

.widget-mailchimp .subscribe-result.subs-error p.subscription-error {
  display: block;
}

.widget-mailchimp .subscribe-result p.subscription-success {
  border: 1px solid #5ecc62;
}

.widget-mailchimp .subscribe-result p.subscription-error {
  border: 1px solid #ff4c4c;
}

.widget-mailchimp p {
  color: white;
}

.widget-about .widget-brand img {
  max-width: 106px;
}

.widget-about .widget-brand {
  display: block;
  margin-bottom: 20px;
}

.widget-about p {
  color: #fff;
}

.footer_bottom {
  background: #152a2b;
  padding: 15px 0px;
  text-align: center;
}

.footer_bottom p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2eab;
  border: 0;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: var(--color5);
  padding: 13px 20px;
  border: 1px solid var(--color5);
  top: 0;
  color: var(--color4);
}

.subscribe-form button i {
  color: #fff;
  font-size: 20px;
  /* transform: rotate(-6deg); */
}

.header-widget {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.header-widget div {}

.header-widget h6 {
  border-bottom: 1px solid #0000006e;
  padding-bottom: 8px;
  margin-bottom: 11px;
  font-size: 16px;
  color: black;
  letter-spacing: .5px;
}

.header-widget h5,
.header-widget a {
  font-size: 13px;
  color: black;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
  font-weight: 400;
}

.header-widget a p {
  margin-bottom: 0;
}

.header-widget a span {}

/* footer */

.roadmap-item {}

.roadmap-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 45px;
  margin-left: 14px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  color: var(--color6);
}

.roadmap-content {
  border: 1px solid rgba(43 44 56 / 46%);
  background: var(--color1);
  border-radius: 15px;
  padding: 40px;
}

.roadmap-content-title {
  display: flex;
  align-items: flex-start;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
  gap: 16px;
  color: var(--color5);
}

.roadmap-content audio {
  width: 100%;
}

.roadmap-content-title .dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: block;
  position: relative;
  background: rgba(255 255 255 / 11%);
  flex: 0 0 auto;
  transform: translateY(3px);
}

.roadmap-content-title .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(0deg, #eddcd9 0%, var(--color4) 47.60%, var(--color5) 98.23%);
}

.roadmap-content-title .dot::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  width: 1px;
  height: 83px;
  background: #4e5b5c;
}

.roadmap-content p {
  margin-bottom: 0;
  color: white;
  margin-top: 10px;
}

#podcast::after {
  content: '';
  position: absolute;
  background: linear-gradient(to top, #df86aa 2%, rgb(56 217 229), transparent 25%);
  filter: blur(175px);
  inset: -100px 0 0 0;
}

#podcast {
  background: var(--color3);
  position: relative;
  overflow: hidden;
}

#podcast .container {
  max-width: 1340px;

}

.int-ft {
  /* max-width: 100%; */
  margin-right: 200px;
  margin: auto;
  /* margin-left: 212px; */
  /* padding-right: 212px; */
}

.int-ft.owl-carousel button {
  width: 50px;
  height: 50px;
  border-radius: 0 !important;
  font-size: 18px !important;
  border: none !important;
  background: #ffffff00 !important;
  color: #ffffff !important;
  line-height: 0 !important;
  border-radius: 50px !important;
  /* overflow: hidden; */
  border: 1px solid white !important;
}

.int-ft.owl-carousel .owl-nav {
  position: absolute;
  top: -119px;
  left: 1204px;
  width: 100px;
  display: flex;
  gap: 8px;
}

.main {
  padding: 0 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 75%;
  /* overflow-x: hidden; */
  /* overflow-y: auto; */
  padding-bottom: 0;
  height: 100%;
  perspective: 1px;
  margin-top: -154px;
}

.main .up-con_section:last-child {
  margin-bottom: 100px;
}

.nav {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 25%;
  position: sticky;
  top: 154px;
}

.nav__menu {
  width: 100%;
}

.nav__item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.nav__item.active {
  background: var(--color1);
  transition: .8s;
}

.nav__link {
  display: block;
  color: #FFF !important;
  font-weight: 200;
}

.media {
  display: flex;
  align-items: center;
  padding: 2rem;
}

.media__img {
  width: 60px;
  height: 60px;
  margin-right: 1rem;
  border-radius: 0.25rem;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  object-fit: contain;
}

.media__content {
  margin: 0;
}

.up-con__header {
  height: 500px;
  width: 100%;
  padding: 40px;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  /* position: absolute; */
  top: 50px;
  left: 0;
  right: 0;
  /* transform: translateZ(-1px) scale(1.9); */
}

.up-con__content {
  position: relative;
  z-index: 1;
  padding: 0 1rem;
  padding: 0;
  /* transform: translateZ(0); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 100%;
  left: -18px;
}

.up-con-top {
  width: calc(100% - 250px);
}

.up-con-logo {
  position: absolute;
  right: 40px;
  max-width: 220px;
  max-height: 140px;
}

.boxgrid__item {
  display: flex;
}

.up-con__title {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 0.5rem;
  line-height: 1;
  color: white;
  position: relative;
  width: calc(100% - 250px);
}

.up-con__subtitle {
  font-size: 20px;
  margin: 0;
  color: white;
  position: relative;
  width: calc(100% - 220px);
}

.boxgrid {
  display: flex;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.up-con-counter {
  display: flex;
  flex: 1 0 0;
  position: relative;
  padding: 20px;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #FFF !important;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  /* transform: scale(1); */
  /* transition: all 0.25s ease; */
  /* filter: brightness(100%); */
  background-color: #091c1dc2;
  align-items: center;
}

.up-con-counter p {
  margin-bottom: 0;
  font-size: 20px;
}

.up-con-counter p .text--large {
  font-size: 25px;
  font-weight: 200;
}

.up-con_section {
  margin: 100px 0;
  position: relative;
  transform-style: preserve-3d;
  scroll-snap-align: start;
  /* padding-top: 400px; */
  /* margin-bottom: 750px; */
  position: relative;
  /* transform-style: preserve-3d; */
  scroll-snap-align: start;
  cursor: pointer;
}

.back-overlay::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #8d7600c4;
  mix-blend-mode: multiply;
  border-radius: 15px;
}

.journal-box {
  position: relative;
  margin-bottom: 0vh;
  background: var(--color2);
  padding: 20px;
  display: flex;
  align-items: start;
  border-radius: 15px;
  margin-bottom: 35px;
}

.book-photo {
  width: 290px !important;
  position: absolute;
  left: -47px;
  top: -5px;
}

.journal-content {
  padding-left: 178px;
  color: white;
}

.book-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.book-title {
  color: #ffffff;
  font-weight: 600;
}

.book-author {
  margin-top: 3px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.book-content {
  padding: 0 20px;
  color: #ffffff;
  overflow: hidden;
}

.book-card {
  margin-top: 20px;
  background-color: #fff;
  /* height: 270px; */
  box-shadow: -1px 3px 8px -1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  /* display: flex; */
  flex-direction: column;
  cursor: pointer;
  padding: 0 0 20px 20px;
  color: var(--body-color-light);
}

.book-card-img {
  width: 160px;
  margin-top: -35px;
  border-radius: 2px;
  box-shadow: 0px 1px 7px 2px #c7c9d3;
  border-bottom: 1px solid #dcddde;
  object-fit: cover;
  margin-bottom: 20px;
  transition: .3s ease;

  &:hover {
    transform: scale(1.04);
  }
}


.card-content {
  color: var(--body-color);
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.book-name {
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.book-by {
  font-size: 13px;
  color: var(--body-color-light);
  margin-top: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.book-rate>label {
  color: #cccccc;
}

.rate {
  display: inline-block;
  white-space: nowrap;
}

.book-rate>input:checked~label,
.book-rate:not(:checked)>label:hover,
.book-rate:not(:checked)>label:hover~label {
  color: #ff9700;
}

.book-rate>input:checked+label:hover,
.book-rate>input:checked~label:hover,
.book-rate>label:hover~input:checked~label,
.book-rate>input:checked~label:hover~label {
  color: #ff9700;
}

.card-vote {
  color: var(--body-color-light);
}

.card-sum {
  color: var(--body-color-light);
  font-size: 13px;
  line-height: 1.6em;
  -webkit-line-clamp: 4;
  margin-top: 15px;
}

.content-wrapper {
  display: flex;
  border-bottom: 1px solid #ebedef;
  position: relative;

  &:before {
    content: "";
    position: absolute;
    background-color: #8f98a9;
    background-color: #aaaebc;
    box-shadow: 0 -6px 0 0 #aaaebc, 0 6px 0 0 #aaaebc;
    width: 4px;
    height: 4px;
    border: 0;
    padding: 0;
    right: 12px;
    top: 17px;
    border-radius: 50%;
    margin-left: auto;
  }
}

.like-profile {
  margin-top: 8px;

  &+& {
    margin-left: -5px;
  }
}

.like-img {
  border-radius: 50%;
  width: 28px;
  object-fit: cover;
  border: 2px solid #fff;
}

.like-name {
  font-size: 13px;
  margin-left: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

  span {
    font-weight: 600;
  }
}

.likes {
  @extend %display;
}

.journal-port {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

.week {
  padding: 0 30px;
  width: 20%;
}

.author {
  display: flex;
  margin: 10px 0;

}

.author-title {
  padding: 0 0 10px;
  font-weight: 500;
  font-size: 15px;
}

.author-img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 16px;
  object-fit: cover;
  object-position: center;
}

.journal-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.journal-filter-wrap {
  width: 80%;
}

.banner {
  position: relative;
  background: var(--color1);
  overflow: hidden;
}

.banner-slider-right {
  /* position: absolute; */
  width: 45%;
  right: 0%;
  padding-right: 0;
  top: 0;
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  margin-left: 60px;
  margin-top: -48vh;
}

.banner-slider-right .card {
  position: relative;
  /* width:320px; */
  height: 332px;
  background: #fbffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 7px 10px #00000040;
}

/* .container .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #264143;
  clip-path: circle(130px at 80% 20%);
  transition: 0.5s ease-in-out;
}

.container .card:hover:before {
  clip-path: circle(300px at 80% -20%);
} */

.banner-slider-right .card::after {
  content: '';
  position: absolute;
  top: 0%;
  left: 0;
  background-image: radial-gradient(#e9e9e9b0 57%, transparent);
  width: 100%;
  height: 40%;
  filter: blur(26px);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: scale(0);
}

.banner-slider-right .card:hover::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

.banner-slider-right .card .imgBx {
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  z-index: 10000;
  width: 100%;
  height: 178px;
  transition: 0.5s;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-slider-right .card:hover .imgBx {
  top: 0%;
  transform: translateY(0%);
}

.banner-slider-right .card .imgBx img {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
  /* max-width: 150px; */
  max-height: 90px;
  object-fit: contain;
}

.banner-slider-right .card .contentBx {
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 100px;
  text-align: center;
  transition: 1s;
  z-index: 10;
}

.banner-slider-right .card:hover .contentBx {
  height: 210px;
}

.banner-slider-right .card h2 {
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  color: #091c1d;
  font-size: 22px;
}

.banner-slider-right .card .size,
.banner-slider-right .card .contentBx .color {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.banner-slider-right .card:hover .contentBx .size {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}

.banner-slider-right .card:hover .contentBx .color {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.6s;
}

.banner-slider-right .card .contentBx .size h3,
.banner-slider-right .card .contentBx .color h3 {
  color: #091c1d;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
}

.banner-slider-right .card .contentBx .size span {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  color: #111;
  background: #fff;
  transition: 0.5s;
  color: #111;
  border-radius: 4px;
  cursor: pointer;
}

.banner-slider-right .card .contentBx .size span:hover {
  background: #9bdc28;
}

.banner-slider-right .card .contentBx .color span {
  width: 20px;
  height: 20px;
  background: #ff0;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}


.banner-slider-right .card a {
  display: inline-block;
  padding: 10px 20px;
  background: #e99f4c;
  border-radius: 50px;
  margin-top: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}

.banner-slider-right .card:hover a {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 0.75s;
}

.banner-slider-owl-country {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s ease-in-out;
  width: 100%;
  height: auto;
  /* transform: translateY(12px) scale(1.2); */
}


.banner-slider-right .card:hover .banner-slider-owl-country {
  /* transform: translateZ(0px); */
  transform: translateY(12px) scale(1.2);
  filter: blur(11px);
}

.banner-slider-right .owl-nav {
  margin-top: 0;
  position: absolute;
  bottom: 5vh;
  right: -160px;
}

/* .banner-slider-owl.owl-carousel .owl-stage-outer {
  padding: 15px;
} */

.banner-slider-owl.owl-carousel .owl-nav button.owl-next,
.banner-slider-owl.owl-carousel .owl-nav button.owl-prev {
  padding: 7.5px 15px !important;
  font-size: 24px !important;
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
  margin: 0 6px !important;
}

.banner-head {
  text-align: left;
  z-index: 1;
  position: absolute;
  left: 60px;
  /* transform: translateY(-50%); */
  width: 50%;
  bottom: 44px;
}

.banner-head img {
  width: 187px;
  margin-bottom: 0;
}

.banner-head h2 {
  color: white;
  font-size: 76px;
  font-weight: 700;
  /* display: flex; */
  /* align-items: center; */
  justify-content: start;
  gap: 30px;
  line-height: 94px;
}

#highlights {
  background: #00111a;
}

.con-high {

  display: flex;
  align-items: start;
  position: relative;
  /* height: 100vh; */
}

.journal-owl.owl-carousel .owl-nav button.owl-next,
.journal-owl.owl-carousel .owl-nav button.owl-prev {
  padding: 4px 8px !important;
  font-size: 16px !important;
  border: 2px solid #ffffff !important;
  color: white !important;
  margin: 10px 3px !important;
}

.journal-owl.owl-carousel .owl-nav button.owl-next,
.journal-owl.owl-carousel .owl-nav button.owl-prev {
  border: 2px solid #ffffff !important;
  color: #ffffff !important;
}

.journal-owl {
  width: 1023px !important;
  margin: auto;
}

.socity-slider {
  background: var(--color1);
}

.upcmng_detail-lt {
  width: 321px;
}

.upcmng_detail-lt img {
  height: 395px;
  width: 321px !important;
}

.upcmng_detail-rt {
  width: calc(100% - 321px);
  padding-left: 30px;
}

.upcmng_map {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
  opacity: .3;
}

.upcmng_map svg {
  stroke: #a5a5a5 !important;
}

#highlights .heading {
  width: 25%;
  padding: 2rem;
  position: sticky;
  top: 0;
}

.profile-card {
  width: 18%;
  /* height: var(--main-width-card); */
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: left;
  padding-right: 30px;
  /* padding-bottom: 30px; */
}

.profile-card::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: white;
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  border-radius: 15px;
}

.profile-card-description,
.profile-card-image {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.profile-card-image {
  /* z-index: 2; */
  top: 0;
  left: 0;
  transition: top .3s, left .3s, width .3s .3s, height .3s .3s, border-radius .3s .45s;
  overflow: hidden;
  background-image: radial-gradient(#1a9dfa, #00315d);
  position: relative;
  box-shadow: 2px 2px 15px #0000002e;
}

.profile-card-image img {
  width: 100%;
}

.profile-card-description {
  background-color: white;
  z-index: 1;
  top: 33px;
  left: 22px;
  overflow: hidden;
  transition: top .3s, left .3s, width .3s, height .3s;
}

.profile-card-description-elements {
  /* position: absolute; */
  /* top: calc(var(--main-width-card) - 26px); */
  padding: 15px;
  transition: top .3s;
  position: relative;
  padding-left: 30px;
}

.profile-card-description-elements>h2 {
  margin: 0;
  font-size: 19px;
  color: #444444;
  transition: font-size .3s .0s, padding-left .3s .0s;
  /* line-height: 22px; */
}

.profile-card-description-elements>hr {
  opacity: 0;
}

.profile-card-description-elements>label {
  margin: 0;
  font-size: 1em;
}

.profile-card-description-elements>p {
  margin: 0;
  font-size: 16px;
  color: var(--color4);
  margin-top: 3px;
  /* line-height: 25px; */
}

/* .profile-card:hover .profile-card-image {
  top: 10px;
  left: 10px;
  width: var(--main-width-card-mini);
  height: var(--main-width-card-mini);
  border-radius: 50%;

}

.profile-card:hover .profile-card-description {
  top: 0;
  left: 0;
  width: calc(var(--main-width-card) + 20px);
  height: calc(var(--main-width-card) + 20px);
  transition: top .3s, left .3s, width .3s .3s, height .3s .3s;
}

.profile-card:hover .profile-card-description-elements {
  transition: top .3s .3s;
  top: calc(var(--main-width-card-mini) - 45px);
}

.profile-card:hover .profile-card-description-elements>h2 {
  font-size: 1.2em;
  color: gray;
  height: 49px;
  display: flex;
  align-items: center;
  line-height: auto;
}

.profile-card:hover .profile-card-description-elements>label {
  font-size: 0.9em;
  color: gray;
}

.profile-card:hover .profile-card-description-elements>h2,
.profile-card:hover .profile-card-description-elements>label {
  padding-left: 70px;
  transition: font-size .3s .3s, padding-left .3s .3s;
} */

.course_card-spek-modal {
  position: fixed;
  top: 1vh;
  left: 1%;
  width: 98%;
  height: 98vh;
  z-index: 9999;
  /* background: rgb(5 26 45 / 96%); */
  display: none;
  border-radius: 26px;
  overflow: hidden;
}

.course_card-spek-modal-inner {
  display: flex;
  flex-direction: column;
  /* gap: 50px; */
  height: 94vh;
  align-items: center;
  overflow: auto;
  padding: 0 55px;
  margin: 2vh 0;
  position: relative;
}

.course_card-spek-modal-grd {
  padding: 0;
  width: 100%;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid white;
  /* padding-bottom: 52px; */
}

.course_card-spek-modal-grd h3 {
  color: white;
  font-size: 3em;
  font-weight: 200;
  text-align: center;
}

.course_card-spek-modal-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 45px;
}

.banner-slide-wrap {
  padding: 15px;
}

#upcmng_conference {
  background: var(--color2);
}

#journal {
  background: var(--color1);
}

#podcast .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.copy-box {
  border-left: 1px solid #ffffff80;
  padding-left: 30px;
  border-radius: 0;
  padding-left: 30px !important;
  display: flex;
  align-items: center;
}

.copy-right img {
  margin: 20px 0;
  filter: brightness(20.5);
  width: 150px;
}

.mem-flag {
  position: absolute;
  z-index: 2;
  left: -23px;
  top: 0;
  width: 74px;
}

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

.backbtn {
  position: fixed;
  left: 129px;
  top: 19px;
  z-index: 1;
  transition: .5s;
}

.backbtn.scrolled {
  left: 22px;
  top: 100px;
  transition: .5s;
}

.backbtn.scrolled span {
  display: none;
  transition: .5s;
}

.backbtn.scrolled i {
  margin: 0;
  transition: .5s;
}

.msg-logo {
  position: absolute;
  right: 0;
  top: -175px;
  /* transform: translate(-50%, -50%); */
  width: 350px;
  opacity: .1;
}

.main-menu .banner-head h2 {
  font-size: 34px;
  justify-content: start;
}

.main-menu .banner-head img {
  width: 101px;
}

footer .banner-head h2 {
  font-size: 26px;
  justify-content: start;
  gap: 15px;
}

footer .banner-head img {
  width: 82px;
}

.course-tabContainer {
  margin-top: 50px;
}


.course-tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.course-tab-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  border-radius: 50px;
  padding: 10px 27px;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  min-width: fit-content;
}

.course-tab-btn a.active {
  color: var(--color6);
  border-color: var(--color6);
}

.course-tab-btn a:hover {
  border-color: var(--color6);
}

.course_card_wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.course_card {
  position: relative;
  z-index: 1;
  /* max-width: 20rem; */
  /* min-height: 20rem; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  text-align: center;
  position: relative;
  box-shadow: 1px 12px 25px rgb(24 65 101);
  border-radius: 2.25rem;
  /* gap: 34px; */
  width: 25%;
  /* display: block; */
  /* padding: 30px; */
  overflow: hidden;
}

.course_card::before {
  position: absolute;
  content: '';
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.25rem;
  z-index: -1;
  border: 0.155rem solid transparent;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  left: 0;
}

.course_card.active {
  display: flex;
}

.course_card h3 {
  font-size: 26px;
  color: #ffffff;
  margin: 0;
  text-align: left;
  margin-bottom: 0;
  line-height: 33px;
  padding: 38px;
  padding-bottom: 66px;
}

.course_card img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}

.course_card::after {
  content: '';
  position: absolute;
  background: #386b7b;
  width: 100%;
  height: 235px;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}

.course-footer {
  width: 100%;
  border-top: 0.063rem solid #ffffff2e;
  display: flex;
  justify-content: center;
  padding: 20px;
  /* background: #151419; */
  border-bottom-left-radius: 2.25rem;
  border-bottom-right-radius: 2.25rem;
}

.btn-countdown {
  background: #fa841a;
  color: #fff;
  border-top-left-radius: 1em;
  padding: 16px 28px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.course_card.green {
  background: radial-gradient(ellipse at left bottom, #107667b5 0%, #091f33 47%, #0e2e4b 100%);
}

.course_card.green:before {
  background: linear-gradient(45deg, #01c3a8, #14324c, #14324c, #14324c, #232228) border-box;
}

.course_card.green .btn-countdown:hover {
  background: #01c3a8;
}

.course_card.orange {
  background: radial-gradient(ellipse at left bottom, #ffb74170 0%, #091f33 47%, #0e2e4b 100%);
}

.course_card.orange:before {
  background: linear-gradient(45deg, #ffb741, #14324c, #14324c, #14324c, #232228) border-box;
}

.course_card.orange .btn-countdown:hover {
  background: #ffb741;
}

.course_card.red {
  background: radial-gradient(ellipse at left bottom, #a63d2a96 0%, #091f33 47%, #0e2e4b 100%);
}

.course_card.red:before {
  background: linear-gradient(45deg, #f7745c, #14324c, #14324c, #14324c, #232228) border-box;
}

.course_card.red .btn-countdown:hover {
  background: #a63d2a;
}

.course_card.purple {
  background: radial-gradient(ellipse at left bottom, #c741ff52 0%, #091f33 47%, #0e2e4b 100%);
}

.course_card.purple:before {
  background: linear-gradient(45deg, #eb41ff, #14324c, #14324c, #14324c, #232228) border-box;
}

.course_card.purple .btn-countdown:hover {
  background: #c51afa;
}

.course_card.sky {
  background: radial-gradient(ellipse at left bottom, #88ff0259 0%, #091f33 47%, #0e2e4b 100%);
}

.course_card.sky:before {
  background: linear-gradient(45deg, #33e149, #14324c, #14324c, #14324c, #232228) border-box;
}

.course_card.sky .btn-countdown:hover {
  background: #00970d;
}

.course_card.blue {
  background: radial-gradient(ellipse at left bottom, #7841ff52 0%, #091f33 47%, #0e2e4b 100%);
}

.course_card.blue:before {
  background: linear-gradient(45deg, #7969f9, #14324c, #14324c, #14324c, #232228, ) border-box;
}

.course_card.blue .btn-countdown:hover {
  background: #6400ff;
}

#course {
  background: var(--color2);
}

.symp-spek-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
  /* border-radius: 26px; */
  overflow: hidden;
  background: #041b2900;
  backdrop-filter: blur(4px);
}

.symp-spek-modal-inner {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-items: center;
  overflow: auto;
  padding: 0;
  margin: 0;
  position: relative;
}

.symp-spek-modal-inner img {
  height: 87%;
  object-fit: contain;
  width: 60%;
}

.sympcls {
  position: absolute;
  right: 2%;
  top: 2vh;
  font-size: 20px;
  background: #001121;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  z-index: 2;
  color: var(--color5);
}

.sympcls:hover {
  cursor: pointer;
  color: white !important;
  background: var(--color5);
}

.hv_slide_img {
  /* overflow: hidden; */
  height: 500px;
  position: relative;
}

.hv_slide_img img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

.hv_slide_img img.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: .5s;
}

.iml.fadein {
  display: block;
  animation: fadein 1s linear forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
    display: block;
  }

  50% {
    opacity: 0.3;
    display: block;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    display: none;
  }

  50% {
    opacity: 0.3;
    display: block !important;
  }

  100% {
    opacity: 1;
    display: block !important;
  }
}

.hv_slide_txt {
  position: relative;
  margin-bottom: 25px;
  margin-left: auto;
  cursor: pointer;
  display: flex;
  padding-right: 50px;
}

.hv_slide_txt::after {
  /* content: ''; */
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--color5);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.hv_slide_txt h3 {
  color: white;
  font-size: 28px;
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.hv_slide_txt p {
  margin: 10px 0;
  font-size: 16px;
  color: white;
  line-height: 22px;
  margin-bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.hv_slide_txt.active h3 {
  color: var(--color5);
}

.hv_slide_txt.active p {
  color: var(--color5);
}

.hv_slide_txt.active::after {
  width: 100%;
}

.abt-img {
  width: 60px;
  height: 60px;
}

.abt-txt {
  width: calc(100% - 60px);
  padding-left: 30px;
}

.abt-box {
  background: #09293d;
}

.founder_wrap {
  /* display: flex; */
  /* align-items: end; */
  margin: auto;
}

.founder_lt {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}

.founder_lt img {
  width: 100%;
  position: relative;
  display: none;
}

.founder_rt {
  width: 100%;
  /* padding-left: 50px; */
  position: relative;
}

.about-one-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10000px;
  right: 50%;
  background: var(--color5);
  /* z-index: -1; */
  height: 100%;
}

.founder_rt h2 {
  font-size: 36px;
  /* color: var(--color1); */
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 23px;
}

.founder_rt p {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
}

.founder_rt ul {
  display: grid;
  gap: 20px;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.founder_rt ul li {
  position: relative;
  display: block;
  padding: 23px;
  font-size: 20px;
  color: var(--color5);
  font-weight: 600;
  line-height: 23px;
  /* border: 1px solid #d73a30; */
  border-radius: 16px;
  background: var(--color3);
}

.founder_rt ul li span {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  font-weight: 100;
  font-size: 14px;
  margin-top: 11px;
  font-weight: 600;
}

.founder_rt ul li:before {
  position: absolute;
  top: 14px;
  left: 0;
  /* content: ""; */
  height: 1px;
  width: 20px;
  background: #c1b79a;
}

.curve {
  font-family: "League Script", serif;
  line-height: 38px;
}

.thin {
  font-weight: 100;
  font-size: 82px;
  color: var(--color6);
}

.ft-logo h2 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 24px;
  color: white;
  margin-bottom: 25px;
}

.ft-logo h2 img {
  width: 61px;
  background: white;
  padding: 5px;
  border-radius: 5px;
}

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



.profile-card-image {
  background-image: radial-gradient(var(--color3), var(--color1));
}

.symp-spek-modal-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
}

#committee {
  background: var(--color3);
}

#committee .heading h5 {
  justify-content: center;
}

#mission .container {
  max-width: 95%;
}

.founder_lt .heading {
  width: 250px;
  margin-bottom: 0;
  border-right: 2px solid var(--color6);
}

.founder_lt p {
  width: calc(100% - 250px);
  font-size: 16px;
  color: white;
  margin: 0;
  padding-left: 30px;
}
.banner-head p, .top-sticky p{
  color: white;
  margin-bottom: 0;
  margin-top: 25px;
  font-size: 18px;
  line-height: 30px;
}
.present-wrap
{
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 60%;
}
.present-wrap li{
  background: var(--color2);
  border-radius: 17px;
}
.present-clk
{
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: transparent;
  padding: 15px;

  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  padding-right: 51px;
  border-bottom: 1px solid transparent;
  color: white;
}
.present-clk::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f067";
  color: #fff;
  font-size: 17px;
  position: absolute;
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
  right: 16px;
}
.present-box
{
  display: none;
  padding: 16px;
  color: white;
}
.present-box ul{display: flex;flex-direction: column;gap: 13px;padding-left: 17px;}
.present-box ul li{list-style: disc; background: transparent;}
.present-box ul li p{margin: 0;/* display: flex; */}
.present-box ul li p span{

}
.present-box ul li p span:first-child
{width: 113%;font-weight: 800;margin-right: 11px;}
.present-wrap h6.active {
  border-bottom: 1px solid #FFFFFF33;
}

.present-wrap h6.active::before {
  content: "\f068";
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}
.top-sticky
{
  position: sticky;
  top: 11vh;
  width: 40%;
}
.top-sticky p{

}
.focus_wrap{
  display: flex;
}