@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");
:root {
  --bs-primary: #005be2;
  --bs-primary-rgb: 0, 91, 226;
  --bs-primary-dark: #0051cb;
  --bs-secondary: #171717;
  --bs-secondary-dark: #000000;
}

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
}

.nav-link {
  text-decoration: none;
  font-weight: 500;
  color: var(--bs-secondary);
  border-radius: 5px;
  margin: 0 0.1rem;
  padding: 0.5rem 1.5rem !important;
  border-radius: 50px;
  transition: background-color 100ms linear;
}
.menu .nav-link:hover,
.menu .active .nav-link {
  color: #ffffff !important;
  background-color: var(--bs-primary);
}
.hero .btn-lg {
  font-size: 0.9375rem;
  padding: 14px 30px;
  text-align: center;
  font-weight: 500;
  border-radius: 4px;
  line-height: normal;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary-dark);
  --bs-btn-hover-bg: var(--bs-primary-dark);
}

.btn-primary:hover {
  --bs-btn-bg: var(--bs-primary-dark);
}

.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary-dark);
  --bs-btn-hover-bg: var(--bs-secondary-dark);
}

.btn-secondary:hover {
  --bs-btn-bg: var(--bs-secondary-dark);
}

.box-style {
  border: 1px solid var(--bs-primary);
  border-radius: 0 50px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  transition: background-color 200ms;
  background-color: #ffffff;
}
.box-style:hover {
  cursor: pointer;
  background-color: rgb(242 247 254);
}

.fs-7 {
  font-size: 0.9rem !important;
}

.search-control {
  border: 1px solid #000;
  padding: 15px;
  border-radius: 0;
  padding-right: 200px;
  border-bottom: 3px solid;
}

.btn-subscribe {
  position: absolute !important;
  right: 3px;
  top: 3px;
  border-radius: 0;
  font-size: 16px;
  padding: 12px 25px;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  background-color: var(--bs-secondary);
  color: #ffffff;
  font-size: 13px;
}

footer a {
  color: #ffffff;
  text-decoration: none;
}

footer a:hover {
  color: var(--bs-primary);
}

.social-media {
  font-size: 28px;
}

.list-inline-item:not(:last-child) {
  margin-right: 1.0rem;
}

.vlist li {
  line-height: 28px;
}

.vertical-lines {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -99;
  height: 100vh;
}

.vertical-lines .line {
  width: 10%;
  border-right: 1px solid #ededed;
  height: 100vh;
  float: left;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: opacity 100ms;
}

.play-icon:hover {
  opacity: .9;
}

.play-vdio {
  border-radius: var(--bs-border-radius-xxl)!important;
  box-shadow: 0px 0px #005be2;
  transition: box-shadow 100ms;
}

.play-vdio:hover {
  border-radius: var(--bs-border-radius-xxl)!important;
  box-shadow: 5px 5px #005be2;
}

.dropdown-menu a {
  text-decoration: none; 
}

.dropdown-menu.show {
  padding: 15px;
}

.pAbsolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: opacity 100ms;
  z-index: 999;
}

footer {
  background-color: var(--bs-secondary);
  color: #ffffff;
  font-size: 14px;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  padding: 5px 15px;
}