/* Fonts Start */
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap"); /* Fonts End */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Custom Reset Css Start */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* Custom Reset Css End */
.container-fluid {
  padding: 0 50px !important;
}

/* Buttons Start */
.arrow-btn {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  padding: 8px 20px;
  color: #142437;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-radius: 5px;
}
.arrow-btn .icon {
  margin-left: 10px;
  font-size: 20px;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2c80e3;
  transition: 300ms all;
}
.read-more-btn .icon {
  margin-left: 5px;
  font-size: 20px;
  transition: 300ms all !important;
}
.read-more-btn:hover {
  color: #142437;
}
.read-more-btn:hover .icon {
  margin-left: 15px;
}

.bg-blue-btn {
  background-color: #2c80e3 !important;
  color: #fff !important;
}
.bg-blue-btn .icon {
  transition: 300ms all;
}
.bg-blue-btn:hover .icon {
  margin-left: 25px !important;
}

.bg-grey-btn {
  background-color: rgba(20, 36, 55, 0.4) !important;
  color: #fff !important;
  transition: 300ms all;
  border: 1px solid transparent;
  text-transform: uppercase;
}
.bg-grey-btn:hover {
  background-color: transparent !important;
  color: rgba(20, 36, 55, 0.4) !important;
  border-color: rgba(20, 36, 55, 0.4);
}

.submit-btn {
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #2c80e3;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
  border: 0;
  border: 2px solid #2c80e3;
  transition: 300ms all;
  width: 100%;
  text-transform: uppercase;
}
.submit-btn:hover {
  background-color: transparent;
  color: #2c80e3;
}
.submit-btn .icon {
  width: 18px;
  height: 18px;
  overflow: hidden;
}
.submit-btn .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.close-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 34px;
  position: fixed;
  top: -100%;
  right: 20px;
  transition: 300ms all;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 0 20px rgba(20, 36, 55, 0.4);
}

.open-btn {
  display: none;
  font-size: 38px;
  color: #2c80e3;
  transition: 300ms all;
}
.open-btn:hover {
  opacity: 0.7;
}

.link-btn {
  background-color: transparent;
  color: #2c80e3;
  border: none;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.rounded-arrow-btn {
  color: #fff;
  background-color: #2c80e3;
  border: 2px solid #2c80e3;
  transition: 300ms all;
  display: inline-flex;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 20px;
  border-radius: 43px;
}
.rounded-arrow-btn .icon {
  font-size: 20px;
  margin-left: 7px;
  display: flex;
  align-items: center;
}
.rounded-arrow-btn:hover {
  background-color: transparent;
  color: #2c80e3;
}

/* Buttons End */
/* Form Elements Start */
/* Form Elements End */
/* Header Start */
#header {
  padding-top: 50px;
  margin-bottom: 100px;
  position: relative;
}
#header .header-menu-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 318px;
  height: 240px;
  z-index: -1;
  overflow: hidden;
}
#header .header-menu-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#header .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .container-fluid .right {
  display: flex;
  align-items: center;
}
#header .container-fluid .right .header-menu {
  margin-right: 20px;
}
.logo {
  display: inline-block;
  width: 260px;
  height: 55px;
  overflow: hidden;
  transition: 300ms all;
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.logo:hover {
  opacity: 0.8;
}

.header-menu nav ul {
  display: flex;
  align-items: center;
}
.header-menu nav ul li {
  margin-right: 25px;
}
.header-menu nav ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #1e1e1e;
  transition: 300ms all;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-transform: uppercase;
}
.header-menu nav ul li a img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  transition: 300ms all;
  margin-bottom: 5px;
}
.header-menu nav ul li a:hover {
  color: #2c80e3;
}
.header-menu nav ul li a:hover img {
  opacity: 1;
  visibility: visible;
}
.header-menu nav ul li.active img {
  opacity: 1;
  visibility: visible;
}
.header-menu nav ul li.active a {
  color: #2c80e3;
}

.social-media ul {
  display: flex;
  align-items: center;
}
.social-media ul li {
  margin-right: 10px;
}
.social-media ul li a {
  background-color: #2c80e3;
  color: #fff !important;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #2c80e3;
  transition: 300ms all;
}
.social-media ul li a:hover {
  background-color: transparent;
  border-color: #2c80e3;
  color: #2c80e3 !important;
}

/* Header End */
/* Footer Start */
#footer {
  margin-top: 80px;
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
}
#footer .footer-desc {
  margin-top: 20px;
  color: #142437;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.footer-items .title {
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #142437;
  opacity: 0.4;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-items ul li {
  margin-bottom: 10px;
}
.footer-items ul li a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #1e1e1e;
  text-transform: uppercase;
  transition: 100ms all;
  letter-spacing: 0.3px;
  display: flex;
  align-items: center;
}
.footer-items ul li a .icon {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 100ms all;
}
.footer-items ul li a .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.footer-items ul li a:hover {
  color: #2c80e3;
}
.footer-items ul li a:hover .icon {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.contact-item {
  margin-bottom: 15px;
  color: #142437;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}
.contact-item .tag {
  display: block;
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  line-height: 29px;
  letter-spacing: 0.03em;
}
.contact-item a {
  color: #142437;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  transition: 100ms all;
}
.contact-item a:hover {
  color: #2c80e3;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  color: #142437;
  border-top: 1px solid #eeeeee;
  margin-top: 50px;
}
.copyright p {
  width: 55%;
  margin: 0 auto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.copyright .vevona-logo {
  width: 90px;
  height: 35px;
  display: inline-block;
  overflow: hidden;
  margin-top: 20px;
  transition: 300ms all;
}
.copyright .vevona-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.copyright .vevona-logo:hover {
  opacity: 0.5;
}

/* Footer End */
.page-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.page-title .title {
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 71px;
  color: #142437;
}
.page-title .desc {
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.03em;
  width: 80%;
}

.events-tab {
  display: flex;
  flex-direction: column;
}
.events-tab .tab {
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #eaf2fc;
  padding: 5px;
  border-radius: 55px;
  margin: 0 auto 60px auto;
  flex-wrap: wrap !important;
}
.events-tab .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  padding: 10px 20px;
  border-radius: 45px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #142437;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.events-tab .tab button .icon {
  margin-right: 5px;
}
.events-tab .tab button:hover, .events-tab .tab button.active {
  background-color: #fff;
}
.events-tab .tab button:not(:last-child) {
  margin-right: 10px;
}
.events-tab .tabcontent {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.event-item {
  display: block;
  margin-bottom: 30px;
}
.event-item .image {
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.event-item .image img {
  transition: 300ms all;
}
.event-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.event-item .image .free-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background-color: #142437;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 5px;
}
.event-item .image .time-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background-color: #2c80e3;
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 5px;
}
.event-item .image .price-tag {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background-color: #fff;
  padding: 5px 10px;
  color: #142437;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 33px;
}
.event-item .image .price-tag .title {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.event-item .detail .category {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #2c80e3;
  display: inline-flex;
  align-items: center;
}
.event-item .detail .category .icon {
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin-right: 5px;
}
.event-item .detail .category .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.event-item .detail .place {
  display: inline-flex;
  align-items: center;
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.event-item .detail .place .icon {
  color: #1e1e1e;
  font-size: 20px;
  margin-right: 5px;
}
.event-item .detail .desc {
  margin-top: 6px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #142437;
}
.event-item:hover .image img {
  transform: scale(1.2);
}

.pagintion {
  margin: 10px 0;
}
.pagintion ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagintion ul li {
  margin: 0 5px;
}
.pagintion ul li a {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #142437;
  transition: 300ms all;
  background-color: rgba(44, 128, 227, 0.1);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.pagintion ul li a:hover {
  background-color: #2c80e3;
  color: #fff;
}
.pagintion ul li.active a {
  background-color: #2c80e3;
  color: #fff;
}
.pagintion ul li:first-child a,
.pagintion ul li:last-child a {
  font-size: 20px;
  background-color: transparent !important;
  opacity: 0.5;
}
.pagintion ul li:first-child a:hover,
.pagintion ul li:last-child a:hover {
  color: #142437 !important;
  opacity: 1;
}

#banners {
  margin-top: 70px;
}

.banners-item-primary {
  background: #2c80e3;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  position: relative;
}
.banners-item-primary .title {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 99;
}
.banners-item-primary .desc {
  margin-bottom: 40px;
  width: 75%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 3;
}
.banners-item-primary .banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.banners-item-primary .banner-img {
  width: 241px;
  height: 260px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.banners-item-primary .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banners-item-primary .arrow-btn {
  z-index: 80;
  position: relative;
}

.banners-item-secondary {
  background: #142437;
  border-radius: 10px;
  padding: 30px;
  color: #fff;
  position: relative;
}
.banners-item-secondary .title {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 99;
}
.banners-item-secondary .desc {
  margin-bottom: 40px;
  width: 75%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 3;
}
.banners-item-secondary .banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.banners-item-secondary .banner-img {
  width: 241px;
  height: 260px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.banners-item-secondary .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.banners-item-secondary .arrow-btn {
  z-index: 80;
  position: relative;
}

.blog-item {
  display: inline-block;
  margin-bottom: 30px;
}
.blog-item .image {
  margin-bottom: 10px;
  border-radius: 10px;
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}
.blog-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-item .image img {
  transition: 300ms all;
}
.blog-item .image .category-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #142437;
  border-radius: 5px;
}
.blog-item .detail .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #142437;
}
.blog-item .detail .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  color: #142437;
}
.blog-item:hover .image img {
  transform: scale(1.2);
}

.big-team-item {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.big-team-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.big-team-item .team-detail {
  background-color: #fff;
  color: #000;
  position: absolute;
  padding: 10px;
  top: 30px;
  right: 30px;
  border-radius: 10px;
}
.big-team-item .team-detail .name {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.big-team-item .team-detail .desc {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.big-team-item .detail {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

#others-blog {
  margin-top: 80px;
}

.sub-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sub-title .h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #142437;
}

.team-detai-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.team-detai-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-detail-job {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #1e1e1e;
}

.team-detail-name {
  color: #142437;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 10px;
}

.team-detail-desc {
  color: #1e1e1e;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
}

.dark-social-media {
  margin: 10px 0;
}
.dark-social-media ul li a {
  background-color: #142437 !important;
  border-color: #142437 !important;
}
.dark-social-media ul li a:hover {
  background-color: transparent !important;
  border-color: #142437 !important;
  color: #142437 !important;
}

.gallery-item {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  margin-top: 30px;
  background-color: #142437;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-item img {
  transition: 300ms all;
}
.gallery-item .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: #2c80e3;
  border-radius: 50%;
  color: #142437;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 300ms all;
}
.gallery-item:hover img {
  opacity: 0.2;
}
.gallery-item:hover .overlay {
  opacity: 1 !important;
}

#contact {
  min-height: 620px;
  position: relative;
}
#contact .col-lg-5 {
  position: static !important;
}

.left-page-title {
  margin-bottom: 10px;
}
.left-page-title .title {
  margin-bottom: 10px;
  color: #142437;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 59px;
}
.left-page-title .desc {
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03em;
}

.map {
  width: 40%;
  height: 620px;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.contact-item {
  margin-top: 20px;
}
.contact-item .icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background-color: #142437;
  min-width: 50px;
  min-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.contact-sub-title {
  color: #000;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin: 40px 0 10px 0px;
}

.payment-detail {
  background-color: #142437;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin-bottom: 20px;
}
.payment-detail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.payment-detail img {
  opacity: 0.2;
}
.payment-detail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.payment-detail .overlay .desc {
  width: 100% !important;
}
.payment-detail .overlay .succes-icon {
  width: 50px;
  height: 50px;
  background-color: #142437;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
}
.payment-detail .overlay .title {
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.payment-detail .overlay .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
}

.payment-detail-text .title {
  margin-bottom: 5px;
  color: #1e1e1e;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.payment-detail-text .desc {
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}

.event-payment-right {
  width: 100%;
  background: #eaf2fc;
  border-radius: 10px;
  padding: 20px;
}
.event-payment-right hr {
  width: calc(100% + 40px);
  margin-left: -20px;
  height: 0.5px;
  background-color: #142437;
  opacity: 0.05;
  margin-bottom: 20px;
}

.event-category {
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  padding: 10px 20px;
  background-color: #fff;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #142437;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.event-category .icon {
  width: 18px;
  height: 18px;
  overflow: hidden;
  margin-right: 5px;
}
.event-category .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.event-date .span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.event-date .strong {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #000000;
}

.event-couch .span {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}

.event-couch .span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.event-couch ul {
  display: flex;
  flex-wrap: wrap;
}
.event-couch ul li {
  width: 50%;
  margin-bottom: 10px;
}
.event-couch ul li a {
  display: flex;
  align-items: center;
}
.event-couch ul li a .profile {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.event-couch ul li a .profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.event-couch ul li a .profile img {
  transition: 300ms all;
}
.event-couch ul li a:hover .profile img {
  transform: scale(1.3);
}
.event-couch ul li a .name {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #000000;
}
.event-couch ul li a .job {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.event-price {
  margin-top: 10px;
  margin-bottom: 30px;
}
.event-price .span {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0.03em;
  display: block;
  color: #000000;
}
.event-price .price {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #142437;
}

.list .title {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #000000;
}
.list ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  color: #142437;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  position: relative;
  padding-left: 27px;
}
.list ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/list-ico.svg);
}

#other-events {
  margin-top: 80px;
}
#other-events .container {
  position: relative !important;
}
#other-events .swiper {
  width: 100%;
  height: 100%;
  position: static !important;
}
#other-events .swiper-button-next {
  right: 15px !important;
  top: 30px !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2c80e3;
  transition: 300ms all;
  opacity: 0.4;
}
#other-events .swiper-button-next::after {
  color: white;
  font-size: 14px !important;
}
#other-events .swiper-button-next:hover {
  opacity: 1;
}
#other-events .swiper-button-prev {
  right: 69px !important;
  left: auto !important;
  top: 30px !important;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #2c80e3;
  transition: 300ms all;
  opacity: 0.4;
}
#other-events .swiper-button-prev::after {
  color: white;
  font-size: 14px !important;
}
#other-events .swiper-button-prev:hover {
  opacity: 1;
}

.payment-detail .error-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  background: #ce2020;
  border-radius: 50%;
  margin-bottom: 20px;
}
.payment-detail .back-home {
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  border: 2px solid #fff;
  transition: 300ms all;
  padding: 5px 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #142437;
  border-radius: 50px;
  margin-top: 20px;
}
.payment-detail .back-home .icon {
  font-size: 18px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.payment-detail .back-home:hover {
  color: #fff;
  background-color: transparent;
}

.payment-form {
  background: rgba(44, 128, 227, 0.05);
  border-radius: 10px;
  padding: 30px;
}
.payment-form .title {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  color: #142437;
  letter-spacing: 0.03em;
}
.payment-form label {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #000000;
  display: block;
  text-transform: uppercase;
}
.payment-form input {
  padding: 10px 15px;
}
.payment-form select {
  padding: 7px 15px;
  background: #ffffff;
  border: 2px solid rgba(20, 36, 55, 0.1);
  border-radius: 5px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #1e1e1e;
  outline: none;
  cursor: pointer;
}

.icon-input {
  position: relative;
  margin-bottom: 20px;
}
.icon-input .icon {
  position: absolute;
  top: 40px;
  left: 10px;
  font-size: 18px;
  color: #000;
}
.icon-input input {
  padding-left: 34px;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  padding: 10px;
  background: #ffffff;
  border: 2px solid rgba(20, 36, 55, 0.1);
  border-radius: 5px;
}

.warning-notice {
  background: #faf007;
  border: 1px solid #fad307;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #142437;
  letter-spacing: 0.03em;
}
.warning-notice .icon {
  font-size: 18px;
  margin-right: 8px;
}

.form-check {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.03em;
  color: #1e1e1e;
  margin-bottom: 50px;
}
.form-check a {
  text-decoration: underline !important;
  color: #2c80e3;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.03em;
}

.nav {
  width: 100%;
}
.nav ul {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.nav ul li {
  padding-right: 38px;
  margin: 5px 0;
  margin-right: 20px;
  position: relative;
}
.nav ul li a {
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  transition: 300ms all;
}
.nav ul li a:hover {
  color: #2c80e3;
}
.nav ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/img/right-arrow.svg);
}

.event-detail-img {
  width: 100%;
  height: 530px;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0;
}
.event-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.event-title {
  margin-bottom: 10px;
  color: #1e1e1e;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
}

.content-desc {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #1e1e1e;
}

.event-sub-title {
  color: #142437;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.03em;
  margin-top: 20px;
}

.small-gallery-item {
  height: 190px !important;
}

.video-item {
  cursor: pointer;
}

.blog-title {
  color: #142437;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  margin-bottom: 10px;
}

.category-blog-tag {
  padding: 5px 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  background-color: #142437;
  color: #ffffff;
  border-radius: 5px;
  margin: 0 15px 0 0;
}

.time-blog-tag {
  color: #1e1e1e;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.category-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.category-list ul li {
  width: 40%;
  margin-bottom: 10px;
}
.category-list ul li a {
  display: flex;
  align-items: center;
  color: #1e1e1e;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  transition: 300ms all;
  position: relative;
  padding-left: 17px;
  text-transform: uppercase;
}
.category-list ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "";
  width: 13px;
  height: 13px;
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/img/category-list-icon.svg);
}
.category-list ul li a:hover {
  color: #2c80e3 !important;
}
.category-list ul li a:hover::before {
  filter: grayscale(0) !important;
}

.small-banner-primary {
  margin: 30px 0;
  width: 100%;
  height: 210px;
  border-radius: 10px;
  background-color: #142437;
  color: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.small-banner-primary .bg-image {
  position: absolute;
  left: 0;
  bottom: -6px;
}
.small-banner-primary .title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #ffffff;
  position: relative;
}
.small-banner-primary .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  position: relative;
}
.small-banner-primary a {
  position: relative;
}

.small-banner-secondary {
  margin: 30px 0;
  width: 100%;
  height: 210px;
  border-radius: 10px;
  background-color: #2c80e3;
  color: #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.small-banner-secondary .bg-image {
  position: absolute;
  left: 0;
  bottom: -6px;
}
.small-banner-secondary .title {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.03em;
  color: #ffffff;
  position: relative;
}
.small-banner-secondary .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  position: relative;
}
.small-banner-secondary a {
  position: relative;
}

.popular-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.popular-item .image {
  width: 120px;
  height: 100px;
  min-width: 120px;
  min-height: 100px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
}
.popular-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.popular-item .strong {
  display: block;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #142437;
  transition: 300ms all;
}
.popular-item .category-label {
  display: inline-block;
  padding: 3px 5px;
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #142437;
  border-radius: 3px;
  transition: 300ms all;
}
.popular-item:hover .strong {
  color: #2c80e3;
}
.popular-item:hover .category-label {
  border-color: #2c80e3;
  color: #2c80e3;
}

.modal {
  background-color: rgba(20, 36, 55, 0.65);
}

.modal-dialog .modal-content {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.modal-dialog .modal-title {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 25px;
  color: #142437;
  letter-spacing: 0.03em;
}
.modal-dialog .btn-close {
  background-color: transparent !important;
  border: none;
  outline: none;
  font-size: 24px;
}
.modal-dialog .modal-body {
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  height: 315px !important;
  overflow: auto;
  margin-right: 10px;
  margin-top: 10px;
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}
.modal-dialog .modal-body::-webkit-scrollbar {
  width: 10px;
}
.modal-dialog .modal-body::-webkit-scrollbar-track {
  background: #fff;
}
.modal-dialog .modal-body::-webkit-scrollbar-thumb {
  background: rgba(20, 36, 55, 0.4);
  border-radius: 10px;
}

#about-us {
  background: #f5f9fe;
  padding: 80px 0;
  margin-top: 90px;
}

.about-us-title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  color: #142437;
  text-align: center;
  margin-bottom: 10px;
}

.about-us-desc {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #1e1e1e;
  width: 90%;
  margin: 0 auto;
}

.step-items {
  margin-top: 30px;
}
.step-items .step-item .title {
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #142437;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step-items .step-item .image {
  width: 100%;
  height: 240px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.step-items .step-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.step-items .col-lg-3 {
  padding: 0 25px !important;
}
.step-items .col-lg-3:not(:last-child) .step-item {
  position: relative;
}
.step-items .col-lg-3:not(:last-child) .step-item::after {
  content: "";
  position: absolute;
  top: calc(50% + 30px);
  right: -40px;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: none;
  background-image: url(/img/step-arrow.svg);
}

#promotion-video {
  margin: 90px 0;
}
#promotion-video .image {
  border-radius: 20px;
  height: 600px;
  overflow: hidden;
}
#promotion-video .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#promotion-video .shape {
  position: absolute;
  left: -80px;
  bottom: -90px;
}

.promotion-video-content {
  display: flex;
  align-items: center;
  width: calc(100% + 200px);
  margin-left: -200px;
}
.promotion-video-content .video {
  width: 280px;
  height: 170px;
  min-width: 280px;
  min-height: 170px;
  margin-right: 30px;
  background-color: #142437;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.promotion-video-content .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.promotion-video-content .video img {
  opacity: 0.2;
}
.promotion-video-content .video .overlay {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  color: #142437 !important;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion-video-content .text {
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  color: #142437;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
  display: block;
}
.promotion-video-content .desc {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1e1e1e;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}

#list-section {
  padding: 90px 0;
  margin-top: 80px;
  background: rgba(44, 128, 227, 0.05);
  position: relative;
}
#list-section .about-us-desc {
  margin-bottom: 50px !important;
}
#list-section .list-section-bg {
  position: absolute;
  left: 0;
  top: 0;
}
#list-section .container {
  position: relative;
}

.number-list-item {
  margin-top: 30px;
  display: flex;
}
.number-list-item .number {
  min-width: 110px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 80px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  color: transparent;
  margin-right: 15px;
}
.number-list-item .title {
  color: #142437;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.number-list-item .title img {
  margin-right: 7px;
}
.number-list-item .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1e1e1e;
  letter-spacing: 0.03em;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 300ms all;
  background-color: rgba(20, 36, 55, 0.9);
}
.video-modal .container {
  height: 100%;
}
.video-modal .video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pswp__img {
  object-fit: cover !important;
}

#healty-items {
  margin-top: 80px;
}

.healty-item {
  height: 230px;
  display: flex;
  background: rgba(44, 128, 227, 0.05);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 300ms all;
  margin-top: 30px;
}
.healty-item .image {
  top: 0;
  right: 0;
  position: absolute;
  width: 45%;
  height: 100%;
  overflow: hidden;
}
.healty-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.healty-item .image::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 60%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #f4f9fe;
  transition: 300ms all;
}
.healty-item .text {
  position: relative;
  z-index: 3;
}
.healty-item .title {
  margin: 30px 0 5px 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 29px;
  color: #142437;
  letter-spacing: 0.03em;
  transition: 300ms all;
}
.healty-item .desc {
  width: 60%;
  margin: 0 0 5px 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #1e1e1e;
  letter-spacing: 0.03em;
  transition: 300ms all;
}
.healty-item .arrow-btn {
  margin: 30px 0 5px 30px;
  background-color: #142437 !important;
  color: #fff !important;
  transition: 300ms all;
}
.healty-item:hover {
  background-color: #2c80e3;
}
.healty-item:hover .image::after {
  background-color: #2c80e3;
}
.healty-item:hover .title,
.healty-item:hover .desc {
  color: #fff;
}
.healty-item:hover .arrow-btn {
  color: #142437 !important;
  background-color: #fff !important;
}

#index-slider {
  width: 100%;
}
#index-slider .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#index-slider .swiper-slide .slider-images {
  margin-right: 40px;
  min-width: 500px;
  min-height: 500px;
  width: 500px;
  height: 500px;
  margin-left: 80px;
}
#index-slider .swiper-slide .slider-images .slider-bg {
  position: relative;
}
#index-slider .swiper-slide .slider-images .slider-bg .bg {
  width: 100%;
  height: 100%;
}
#index-slider .swiper-slide .slider-images .slider-bg .bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#index-slider .swiper-slide .slider-images .slider-bg .front {
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#index-slider .swiper-slide .slider-images .slider-bg .front img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
}
#index-slider .swiper-slide .right {
  width: calc(100% - 500px);
}
#index-slider .swiper-slide .right .slider-category {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.03em;
  padding: 5px 10px;
  background: rgba(44, 128, 227, 0.1);
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
}
#index-slider .swiper-slide .right .title {
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 71px;
  color: #142437;
}
#index-slider .swiper-slide .right .desc {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #1e1e1e;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
#index-slider .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
#index-slider .number {
  position: absolute;
  left: 30px;
  top: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 126px;
  line-height: 161px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  color: transparent;
}
#index-slider .swiper-pagination-horizontal {
  display: flex !important;
  flex-direction: column !important;
  margin-left: 30px;
  top: 33% !important;
  transform: translate(0, -50%) !important;
  z-index: 999;
  height: 100px;
}
#index-slider .swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 5px 0;
  background-color: transparent !important;
  opacity: 1 !important;
  border: 3px solid #2c80e3 !important;
}
#index-slider .swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background-color: #2c80e3 !important;
}

/* Responsive Start */
@media only screen and (max-width: 1230px) {
  #header .social-media {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  #header .logo {
    width: 160px !important;
    height: 45px !important;
  }
}
@media only screen and (max-width: 998px) {
  #index-slider .swiper-slide {
    flex-direction: column !important;
  }
  #index-slider .right {
    width: 80% !important;
    text-align: center !important;
  }
  .step-item::after {
    display: none !important;
  }
  #promotion-video .content-desc {
    margin-top: 60px;
  }
  .promotion-video-content {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .list-section-bg {
    opacity: 0.2;
  }
  .big-team-item {
    height: 400px !important;
    margin-bottom: 30px;
  }
  .team-detai-img {
    margin-bottom: 30px;
    height: 400px !important;
  }
  .payment-form {
    margin-top: 30px;
  }
  #other-events .sub-title .h2 {
    font-size: 24px !important;
  }
  .event-payment-right {
    margin-top: 30px;
  }
  #contact .map {
    position: static !important;
    width: 100% !important;
    height: 200px !important;
    border-radius: 20px !important;
    margin: 20px 0;
  }
  #footer .footer-items {
    margin-top: 30px;
  }
  .banners-item-primary,
.banners-item-secondary {
    margin-bottom: 40px !important;
  }
  #header .social-media {
    display: block !important;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    margin: 0 !important;
  }
  #header .open-btn {
    display: block !important;
  }
  #header .header-menu {
    position: fixed;
    width: calc(100% - 90px);
    height: 100%;
    z-index: 999;
    background-color: #fff;
    top: 0;
    left: -100%;
    transition: 300ms all;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  #header .header-menu nav {
    height: 100% !important;
  }
  #header .header-menu ul {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
  }
  #header .header-menu ul img {
    display: none !important;
  }
  #header .header-menu ul a {
    font-size: 24px;
    padding: 10px 0;
  }

  .right .header-menu #lang-selector {
    top: 20px !important;
    right: 30px !important;
  }
  .right .header-menu #lang-selector .separator {
    font-size: 25px;
  }
}
@media only screen and (max-width: 778px) {
  #promotion-video .image {
    height: 300px !important;
  }
  .about-us-desc {
    width: 100% !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
  .promotion-video-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .promotion-video-content .video {
    margin-bottom: 15px;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .event-detail-img {
    height: 350px !important;
  }
  .page-title .title {
    font-size: 34px !important;
  }
  .page-title .desc {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}
@media only screen and (max-width: 668px) {
  .video-modal iframe {
    width: 90% !important;
    height: 300px !important;
  }
  .header-menu-dark-bg {
    opacity: 0.2;
  }
  #index-slider .title {
    font-size: 36px !important;
    line-height: 1.3 !important;
  }
  #index-slider .desc {
    font-size: 18px !important;
    line-height: 1.3 !important;
  }
  #index-slider .slider-images {
    min-width: 100% !important;
    width: 100% !important;
    height: 400px !important;
    min-height: 400px !important;
    margin-bottom: 30px;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #index-slider .slider-images img {
    width: 100% !important;
    height: 100% !important;
  }
  #index-slider .slider-images .front {
    width: 60% !important;
  }
  #index-slider .slider-images .bg {
    width: 90% !important;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 468px) {
  #index-slider .right {
    width: 100% !important;
    padding: 0 15px !important;
  }
  .number-list-item .number {
    min-width: 60px !important;
    font-size: 46px !important;
    line-height: 1.3 !important;
  }
}
/* Responsive End */


.step-item .image {
  min-height: 400px !important;
  border-radius: 0 !important;
  position: relative;
  padding: 30px;
  background: linear-gradient(135deg, #007cff, #00438a);
}
.first-child-step .image {
  border-top-left-radius: 45px !important;
}
.last-child-step .image {
  border-bottom-right-radius: 45px !important;
}
.step-item img {
  opacity: 0.3;
  object-fit: cover !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.step-items .col-lg-3:not(:last-child) .step-item::after {
  background-image: url("../img/step-arrow.png");
  width: 50px !important;
  height: 50px !important;
  right: -35px !important;
  z-index: 88;
  margin-top: 120px !important;
}
.step-items .col-lg-3 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.step-item .image .title {
  font-size: 26px;
  color: #fff;
  text-align: start !important;
  line-height: 1.2;
  height: auto !important;
  margin-bottom: 30px !important;
  position: relative !important;
  z-index: 3;
  display: block !important;
}
.tick-list {
  position: relative;
  z-index: 3;
}
.tick-list ul li {
  font-size: 22px;
  color: #fff;
  margin-bottom: 7px;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}

.tick-list ul li::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/tick-list-icon.png");
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.plus-list {
  position: relative;
  z-index: 3;
}
.plus-list ul li {
  font-size: 22px;
  color: #fff;
  margin-bottom: 7px;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}

.plus-list ul li::before {
  width: 20px;
  height: 20px;
  background-image: url("../img/plus-ico.png");
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.step-item .small-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.step-item .small-img img {
  width: 100% !important;
  height: 100% !important;
  object-position: center !important;
  object-fit: contain !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 3 !important;
}
.step-item p {
  font-size: 22px;
  color: #fff;
  margin-top: 100px !important;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 998px) {
  .step-item {
    margin-bottom: 30px;
  }
  .step-item .image {
    border-radius: 30px !important;
  }
}

#paymentModal .modal-content {
  height: 600px;
}
#paymentModal .modal-body {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
#paymentModal iframe {
  width: 100%;
  height: 100%;
}

.right .header-menu {
  position: relative;
}
.right .header-menu #lang-selector {
  position: absolute;
  right: 30px;
  top: -40px;
}
.right .header-menu #lang-selector li {
  float: left;
  margin-left: 8px;
}
.right .header-menu #lang-selector li.active a {
  font-weight: bold;
}