/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "SF UI Display Ultralight";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Ultralight"),
    url("../fonts/SF\ UI\ DISPLAY/sf-ui-display-ultralight-58646b19bf205.woff")
      format("woff");
}

@font-face {
  font-family: "SF UI Display Thin";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Thin"),
    url("../fonts/SF\ UI\ DISPLAY/sf-ui-display-thin-58646e9b26e8b.woff")
      format("woff");
}

@font-face {
  font-family: "SF UI Display Light";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Light"),
    url("../fonts/SF\ UI\ DISPLAY/sf-ui-display-light-58646b33e0551.woff")
      format("woff");
}

@font-face {
  font-family: "SF UI Display Medium";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Medium"),
    url("../fonts/SF\ UI\ DISPLAY/sf-ui-display-medium-58646be638f96.woff")
      format("woff");
}

@font-face {
  font-family: "SF UI Display Semibold";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Semibold"),
    url("../fonts/SF\ UI\ DISPLAY/sf-ui-display-semibold-58646eddcae92.woff")
      format("woff");
}

@font-face {
  font-family: "SF UI Display Bold";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Bold"),
    url("../fonts/SF\ UI\ DISPLAY/sf-ui-display-bold-58646a511e3d9.woff")
      format("woff");
}

@font-face {
  font-family: "SF UI Display Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Heavy"),
    url("../fonts/SF\ UI\ DISPLAY/sf-ui-display-heavy-586470160b9e5.woff")
      format("woff");
}

@font-face {
  font-family: "SF UI Display Black";
  font-style: normal;
  font-weight: normal;
  src: local("SF UI Display Black"),
    url("../fonts/SF\ UI\ DISPLAY/sf-ui-display-black-58646a6b80d5a.woff")
      format("woff");
}
.table > :not(caption) > * > * {
  border-bottom-width: 0px;
}

* {
  outline: none;
  text-decoration: none;
  padding: 0;
}
body {
  font-family: "SF UI Display Light";
  background: #f6f9ff;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
  # Main
  --------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

.child-nav:hover {
  color: #fff !important;
  background-color: #011c45;
}
.collapse .active {
  color: #fff !important;
  background-color: #011c45;
}
/*--------------------------------------------------------------
  # Page Title
  --------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}
.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #012970;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Override some default Bootstrap stylings
  --------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}
.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}
.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}
.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}
.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}
.card-table {
  position: relative;
  height: 500px;
  overflow-y: scroll;
  border-radius: 10px !important;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
}
.card .card-header {
  top: 0;
  position: sticky;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  z-index: 3;
}
.card-header-margin h3 {
  font-size: 22px;
}
.modal1 {
  width: 2000px !important;
}
.react-tel-input .form-control {
  width: 100% !important;
}
@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
  .office-text-margin {
    margin-left: 300px;
  }
  .container-position {
    justify-self: center;
    align-self: center;
    margin: 90px auto;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 /0.5);
    padding: 0px;
    width: 1200px;
  }
  .illustration {
    position: relative;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(1, 41, 112),
      rgba(37, 118, 184, 0.75)
    );
    text-align: -webkit-center;
    padding-top: 70px;
  }
  .illus-img img {
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 150px;
  }
  .illust-img img {
    position: absolute;
    bottom: 0;
    right: 0px;
  }
  .container-wrapper {
    background: #fff;
    background-size: cover;
    background-position: center;
    margin: 0 !important;
    padding: 20px;
  }

  i.email {
    right: 20px;
    top: 13px;
    color: rgb(1, 49, 89, 0.5);
  }

  input {
    height: 40px;
    text-align: center;
    background: none;
    border: none;
    color: #013159;
    font-size: 12px;
  }

  input.email {
    border: 2px solid #013159;
    border-radius: 50px;
  }
  i.password {
    left: 20px;
    top: 13px;
    color: rgb(1, 49, 89, 0.5);
  }

  input.password {
    border: 2px solid #013159;
    border-radius: 50px;
  }
  button.submit {
    background: none;
    border: none;
    border: 2px solid #013159;
    color: #013159;
    font-size: 12px;
    border-radius: 50px;
    width: 170px;
    padding: 5px 0px;
  }
  button.submit:hover {
    color: white;
    background: #013159;
  }
  input[type="checkbox"] {
    border: 2px solid #013159;
    background: none;
  }

  label {
    color: #013159;
    font-size: 12px;
  }

  button.action {
    font-size: 12px;
    color: #013159;
    background: none;
    border: 2px solid #013159;
    border-radius: 20px;
    padding: 5px 0px;
  }
  button.action:hover {
    color: white;
    background: #013159;
  }

  h1 {
    color: #013159;
  }

  ::-webkit-input-placeholder {
    color: rgb(1, 49, 89, 0.5);
  }

  input:focus {
    outline: none;
  }
  .illust-text h4 {
    color: #fff;
    font-size: 50px;
  }
  .illust-text h4 span {
    color: rgb(201, 149, 29);
  }
}
@media (max-width: 768px) {
  .dashboard .info-card {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    height: 130px !important;
  }
  .logout-sm {
    font-size: 3vw;
  }
  .circle1 {
    position: absolute;
    top: 60px !important;
    right: -60px !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgb(255, 255, 255, 0.1);
  }
  .circle2 {
    position: absolute;
    top: 90px !important;
    right: -30px !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgb(255, 255, 255, 0.1);
  }
  .digit-pos h3 {
    font-size: 8vw !important;
  }
  .text-pos h4 {
    font-size: 5vw !important;
  }
  .container-position {
    margin: 100px auto;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 /0.5);
    padding: 0px;
    width: 90%;
  }
  .illustration {
    position: relative;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(1, 41, 112),
      rgba(37, 118, 184, 0.75)
    );
  }
  .illus-img img {
    display: none;
  }
  .illust-img img {
    display: none;
  }
  .illust-text h4 {
    padding-left: 10px;
    padding-top: 10px;
    color: #fff;
    font-size: 5vw;
  }
  .illust-text h4 span {
    color: rgb(201, 149, 29);
  }
  .container-wrapper {
    background: #fff;
    background-size: cover;
    background-position: center;
    padding: 20px;
  }

  i.email {
    right: 20px;
    top: 13px;
    color: rgb(1, 49, 89, 0.5);
  }

  input {
    height: 40px;
    text-align: center;
    background: none;
    border: none;
    color: #013159;
    font-size: 12px;
  }

  input.email {
    border: 2px solid #013159;
    border-radius: 50px;
  }

  i.password {
    left: 20px;
    top: 13px;
    color: rgb(1, 49, 89, 0.5);
  }

  input.password {
    border: 2px solid #013159;
    border-radius: 50px;
  }

  button.submit {
    font-size: 12px;
    color: #013159;
    background: none;
    border: 2px solid #013159;
    border-radius: 20px;
    padding: 5px 0px;
    width: 100px;
  }
  button.submit:hover {
    color: white;
    background: #013159;
  }
  input[type="checkbox"] {
    border: 2px solid #013159;
    background: none;
  }

  label {
    color: #013159;
    font-size: 12px;
  }

  button.action {
    font-size: 12px;
    color: #013159;
    background: none;
    border: 2px solid #013159;
    border-radius: 20px;
    padding: 5px 0px;
  }
  button.action:hover {
    color: white;
    background: #013159;
  }

  h1 {
    color: #013159;
  }

  ::-webkit-input-placeholder {
    color: rgb(1, 49, 89, 0.5);
  }

  input:focus {
    outline: none;
  }
}
@-webkit-keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}


.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}
.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}
.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}
.form-control {
  background: #fff !important;
}
.moa {
  overflow: hidden !important;
}
.share-content {
  /* text-align: -webkit-center !important; */
}
.modal-padding {
  padding: 0 !important;
}
.comboSearch {
  z-index: 999999999999999999;
}
.textarea-size {
  resize: none !important;
  height: 150px !important;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
}
.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}
.breadcrumb a:hover {
  color: #51678f;
}
.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}
.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}
.card-shadow1 {
  box-shadow: none !important;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
.logo {
  line-height: 1;
}
@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}
.logo img {
  max-height: 26px;
  margin-right: 6px;
}
.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #013159;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}
.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #fff;
}
.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }
  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}
.header .search-form {
  width: 100%;
}
.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}
.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}
.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
  # Header Nav
  --------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}
.header-nav > ul {
  margin: 0;
  padding: 0;
}
.header-nav .nav-icon {
  font-size: 20px;
  color: #012970;
}
.header-nav .nav-profile {
  color: #012970;
}
.header-nav .nav-profile img {
  max-height: 36px;
}
.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}
.header-nav .badge-number {
  position: absolute;
  inset: 4px 6px auto auto;
  font-weight: normal;
  font-size: 11px;
  padding: 3px 6px;
}
.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}
.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}
.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}
.header-nav .messages .message-item a {
  display: flex;
}
.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}
.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}
.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}
.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}
.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
  # Sidebar
  --------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px 20px 20px 0px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}
@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {
  #main,
  #footer {
    margin-left: 300px;
  }
}
@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }
  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-item {
  margin-bottom: 5px;
}
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #013159;
  transition: 0.3;
  background: rgb(1, 49, 89, 0.1);
  padding: 15px 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sidebar-nav .nav-link i {
  font-size: 20px;
  margin-right: 10px;
  margin-left: 10px;
  color: #013159;
}
.sidebar-nav .nav-link.collapsed {
  color: #899bbd;
  background: #fff;
}
.sidebar-nav .nav-link.collapsed i {
  color: #899bbd;
}
.sidebar-nav .nav-link:hover {
  color: rgb(9, 98, 171);
  background: rgb(9, 98, 171, 0.1);
}
.sidebar-nav .nav-link:hover i {
  color: rgb(9, 98, 171);
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}
.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}
.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
  # Dashboard
  --------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}
.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}
.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}
.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}
.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}
.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}
.circle1 {
  position: absolute;
  top: 50px;
  right: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgb(255, 255, 255, 0.1);
}
.circle2 {
  position: absolute;
  top: 90px;
  right: -20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgb(255, 255, 255, 0.1);
}
.digit-pos h3 {
  font-size: 50px;
}
.text-pos {
  position: absolute;
  bottom: 0;
  right: 20px;
}
/* Info Cards */
.dashboard .info-card {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  height: 150px;
}
.dashboard .info-card h6 {
  font-size: 28px;
  color: #012970;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.sales-card {
  background: rgb(1, 49, 89);
  box-shadow: 0 7px 12px 0 rgb(1 49 89 / 50%);
}
.revenue-card {
  background: rgb(201, 149, 29);
  box-shadow: 0 7px 12px 0 rgb(201 149 29 / 50%);
}
.customers-card {
  background: rgb(51, 133, 64);
  box-shadow: 0 7px 12px 0 rgb(51 133 64 / 50%);
}
.customers-card1 {
  background: rgb(220, 53, 69);
  box-shadow: 0 7px 10px 0 rgb(220 53 69 / 50%);
}
.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}
.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}
.dashboard .customers-card .card-icon {
  color: #ff771d;
  background: #ffecdf;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}
.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}
.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}
.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}
.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}
.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}
.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}
.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}
.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}
.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}
.dashboard .news h4 a:hover {
  color: #4154f1;
}
.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}
.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}
.dashboard .recent-sales .table thead th {
  border: 0;
}
.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}
.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}
.dashboard .top-selling .table thead {
  background: #f6f6fe;
}
.dashboard .top-selling .table thead th {
  border: 0;
}
.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}
.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
  # Icons list page
  --------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}
.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}
.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}
.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
  # Profie Page
  --------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}
.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}
.profile .profile-card h3 {
  font-size: 18px;
}
.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.profile .profile-card .social-links a:hover {
  color: #012970;
}
.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}
.profile .profile-overview .card-title {
  color: #012970;
}
.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}
.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
  # F.A.Q Page
  --------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}
.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
  # Error 404
  --------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}
.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}
.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}
.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}
.error-404 .btn:hover {
  background: #3e4f6f;
}
@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}
.footer .copyright {
  text-align: center;
  color: #012970;
}
.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #06397082;
  padding: 20px 60px;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
  transition: 0.3s ease-in-out;
  width: 100vw;
}
.nav-bar.active {
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 65%);
  background: #063970;
}
#nav-bar-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
#nav-bar-links li {
  list-style: none;
  padding: 0 10px;
  position: relative;
}
#nav-bar-links li a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  transition: 0.3s ease-in-out;
}
#nav-bar-links li a:hover,
#nav-bar-links li a.active {
  color: rgb(201, 149, 29);
}
#nav-bar-links li a:hover::after,
#nav-bar-links li a.active::after {
  content: "";
  width: 60%;
  height: 2px;
  background: rgb(201, 149, 29);
  position: absolute;
  bottom: -4px;
  left: 20px;
}
.mobile {
  display: none;
}
.mobile i {
  color: #fff;
}
.nav-bar img {
  width: 100px;
}
.btn-outline-primary1 {
  color: #012970;
  border-color: #012970 !important;
}
.btn-outline-primary1:hover {
  color: #fff !important;
  background-color: #012970;
  border-color: #012970;
}
.footer-text-title {
  font-family: "SF UI Display Semibold";
  font-size: 1rem;
  line-height: 1rem;
  color: #000000;
}
.footer-text span{
  color: #F9C03E;
}
.footer-links li a {
  font-family: "SF UI Display Normal";
  line-height: 1.8;
  text-decoration: none;
  color: #494e4c;
  opacity: 0.7;
  font-size: 1.025rem;
  text-align: left !important;
}

.footer-links li a:hover {
  text-decoration: none;
  color: #063970;
}
.footer-links {
  list-style: none;
  padding-left: 0 !important;
}
.footer {
  background: #063970;
  color: white;
}
.card-trans {
  background: transparent !important;
}
.page-link {
  color: #000000 !important;
}
.card-overflow {
  overflow: hidden;
}
.cur-pointer {
  cursor: pointer;
}
.spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.error-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%); */
  width: 100%;
  background: #fff;
  text-align: center;
}
.page-item.active .page-link {
  color: #ffffff !important;
}
/* Desktop view */
@media screen and (min-width: 769px) {
  .error-cover h4 {
    font-size: 30px;
    color: #011535;
  }
  .error-cover h4 span {
    display: block;
  }
  .card-shadow {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    border: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo-container {
    width: 200px;
  }
  #react-qrcode-logo {
    width: 100% !important;
    height: 100% !important;
  }
  .qr-container {
    width: 300px;
  }
  .text-font h3 {
    font-size: 25px;
    font-weight: 900;
  }
  .text-font h3 span {
    display: block;
  }
  .text-font h4 {
    font-size: 20px;
    font-weight: 600;
  }
  .text-font h5 {
    font-size: 18px;
  }
  .text-font h5 span {
    display: block;
  }
  .section-container {
    width: 100%;
  }
  .section-1 {
    width: 50%;
  }
  .section-2 {
    width: 50%;
  }
  .section-1 h4 {
    font-size: 16px;
  }
  .section-2 h4 {
    font-size: 16px;
  }
  .card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
  }
  .card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
  }
  .card-title h4 span {
    font-size: 18px;
    color: #899bbd;
  }
  .card-title h4 {
    font-size: 18px;
  }
  .nom-height {
    width: 100%;
  }
  .total-font {
    font-size: 20px;
  }
  .search-icon {
    position: absolute;
    right: 30px;
    top: 13px;
  }
  .search-text {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 5%);
  }
  .search-margin {
    margin-top: 4%;
  }
  .search-margin h1 {
    font-size: 2rem;
    color: #10455d !important;
    font-weight: 600;
  }
  .award-div {
    position: relative;
    background: #011535;
    height: 15vw;
    padding: 0px 60px;
  }
  .award-div1 {
    position: relative;
    background: #011535;
    height: 305px;
    padding: 0px 60px;
  }
  .award-img-bg {
    top: 50%;
    position: absolute;
    width: 16vw;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    border-radius: 15px;
  }
  .award-img-bg img {
    width: 100%;
  }
  .award-img-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
  }
  .award-img-title h1 {
    font-size: 3vw;
  }
  
  .award-img-title2 {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
  }
  .award-img-title2 h1 {
    font-size: 3vw;
  }
  .share-content h4 {
    font-size: 22px;
    font-weight: 700;
  }
  .share-content h3 {
    font-size: 18px;
    color: #5e5e5e;
  }
  .share-content h5 {
    font-size: 16px;
    font-weight: 700;
  }
  .award-img-title1 {
    position: absolute;
    top: 60%;
    left: 30%;
  }
  .award-img-title1 h1 {
    font-size: 3vw;
  }
  .row-mg-top {
    margin-top: -105px;
  }
  .card-border-radius {
    border-radius: 10px !important;
  }
  .timer-font h4 {
    font-size: 20px;
  }
  .timer-font h5 {
    font-size: 18px;
  }

  .card-height {
    height: 392px;
  }
  .carousel-div {
    position: relative;
    width: 100vw;
    height: 40vw;
  }
  .carousel-div img {
    width: 100vw !important;
  }
  .ticket-div {
    background: url("../images/TKB3.webp") no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    position: relative;
    width: 100vw;
    height: 40vw;
  }
  .title-font h1 {
    font-size: 40px;
    font-weight: 700;
  }
  .title-font h4 {
    font-size: 25px;
  }
  .slider {
    position: relative !important;
  }
  .slider .left-arrow {
    position: absolute !important;
    top: 0 !important;
  }
  .bord-line {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 100px;
    height: 3px;
    background: #013159;
  }
  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #06397082;
    padding: 5px 60px !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
    transition: 0.3s ease-in-out;
    width: 100vw;
  }
  #nav-bar-links {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #nav-bar-links li {
    list-style: none;
    padding: 0 20px;
    position: relative;
  }
  #nav-bar-links li a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    transition: 0.3s ease-in-out;
  }
  .text-display h5 {
    font-size: 1rem;
  }
  .footer-icon img {
    width: 120px;
  }
  .footer-icon-img img {
    width: 120px;
    height: 50px;
  }
  .footer-mg-top {
    margin-top: 120px;
  }
  .footer-text {
    font-family: "SF UI Display Normal";
    font-size: 1.125rem;
    /* line-height: 1.75rem; */
    text-align: left;
    vertical-align: Top;
    color: #011535;

    opacity: 0.7;
  }
  .channels {
    width: 250px !important;
    height: 130px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    margin-right: 20px !important;
    position: relative;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .channels img {
    top: 10%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 150px;
  }
  .card-img-cover {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover img {
    width: 100%;
    height: 110px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-img-cover2 {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover2 img {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover3 img {
    width: 5vw;
    height: 5vw;
    margin-top: 14%;
  }
  .card-img-cover1 {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover1 img {
    width: 100%;
    height: 7vw;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-h-1 {
    width: 220px !important;
    height: 240px !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    padding: 13px 13px 0px 13px !important;
    cursor: pointer;
  }

  .col-custom-2 {
    flex: 0 0 25%;
    max-width: 20% !important;
  }

  .award-width {
    margin: 5%;
  }
  .card-h-1:hover {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-h-2-width {
    width: 15vw !important;
  }
  .ticket-h {
    min-height: 600px;
  }
  .ticket-table-h {
    position: relative;
    height: 340px;
  }
  .des-h {
    min-height: 600px;
  }
  .text-left-f {
    font-size: 15px;
  }
  .card-h-2 {
    width: 100%;
    min-height: 15vw !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    padding: 13px 13px 0px 13px !important;
    cursor: pointer;
  }
  .card-h-2:hover {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 35%);
  }
  .card-h-category {
    width: 7vw !important;
    height: 7vw !important;
    border-radius: 50% !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    text-align: -webkit-center;
    cursor: pointer;
    padding-top: 1px;
  }
  .card-h-category:hover {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-margin-top {
    margin-top: -4%;
  }
  .card-margin-top1 {
    margin-top: -2%;
  }
  .fill-font h3 {
    font-size: 30px;
  }
  .award-title-text h4 {
    font-size: 1vw;
    font-weight: 600;
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
  }
  .award-text h4 {
    font-size: 1vw;
    width: 7vw;
    overflow-x: hidden;
    color: #5e5e5e;
  }
  .award-title-text1 h4 {
    font-size: 0.9vw;
    font-weight: 400;
    color: #5e5e5e;
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .slick-slide .sli-img {
    width: 60vw;
    height: 28vw;
    margin: 0px 30px 0px 0px !important;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }

  .advert-margin {
    padding: 0px 60px;
  }
  .overlay5 {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    height: 80vh;
    width: 100%;
  }
  .container-index {
    position: sticky;
    z-index: 3;
  }
  .featured-event {
    margin-top: 30px;
  }
  .featured-even {
    margin-top: 30px !important;
  }
  .featured-event h1 {
    font-size: 2rem;
    color: #10455d !important;
    font-weight: 600;
  }
  .featured-event1 {
    margin-top: 50px;
  }
  .featured-event1 h3 {
    color: #10455d !important;
    font-weight: 600;
  }
  .featured-events-cover {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 15%);
    text-align: center;
  }
  .featured-events-cover .img1 {
    margin-top: 10px;
    width: 80%;
  }
  .featured-events-cover .img2 {
    margin-top: 17px;
    width: 100%;
  }
  .featured-events-cover .img3 {
    margin-top: 5px;
    width: 90%;
  }
  .text-margin-start1 h3 {
    font-size: 1.2rem;
    color: #305e73;
    margin-top: 20px;
    font-weight: 600;
  }
  .text-margin-start12 h3 {
    font-size: 1rem;
    color: #305e73;
    font-weight: 600;
  }
  .text-margin-start h3 {
    font-size: 1.2rem;
    color: #305e73;
    margin-top: 20px;
    font-weight: 600;
  }
  .text-margin-start2 h3 {
    font-size: 1.2rem;
    color: #305e73;
    margin-top: 20px;
    font-weight: 600;
  }
  .center-items {
    text-align: -webkit-center;
  }
  .row-margin {
    margin: 0 10px 0px 90px;
  }
  .row-margin span {
    display: block;
  }
  .row-margin h3 {
    font-weight: 600;
    color: var(--first-color);
  }
  .row-margin h5 {
    color: #011535;
  }
  .row-margin h4 {
    font-weight: 600;
    color: var(--first-color);
  }
  .step-img-cover {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #063970;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .step-img-cover i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
  }
  
  .subtitle2 {
    font-family: "SF UI Display Semibold";
    font-size: 1.25rem;
    line-height: 2rem;

    text-align: center;
    color: #000000;
  }
  .text-left1 {
    text-align: left !important;
  }
  .text-left {
    text-align: left !important;
  }
  .step-text h4 {
    color: #10455d !important;
    font-size: 20px;
    margin-top: 5%;
  }
  .step-text h5 {
    font-size: 15px;
    margin-top: 5%;
  }
  .featured-event2 {
    margin-top: 50px;
  }
  .featured-event2 h1 {
    color: #10455d !important;
    font-weight: 600;
    font-size: 2rem;
  }
  .pagin-pos {
    position: absolute;
    bottom: 0;
    right: 30px;
    color: #000000;
  }
  .cover-bg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 15%);
    margin-right: 40px;
    text-align: -webkit-center;
    padding-top: 7px;
  }
  .cover-bg img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }
  .cate-cover {
    text-align: center;
  }
  .cate-name h4 {
    margin-top: 10px;
    letter-spacing: 1px;
    width: 80px;
    font-size: 12px;
  }
  .page-margin {
    margin-top: 100px;
  }
  .rec-text {
    font-size: 20px;
  }
  .textbx-size1 {
    position: relative !important;
  }
  .view-password-icon1 {
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .eye-pos {
    width: 100%;
    position: relative;
  }
  .phone-input {
    border: 2px solid #013159 !important;
    border-radius: 50px !important;
  }
  .pad-right {
    padding-right: 0px !important;
  }
  .pad-left {
    padding-left: 0px !important;
  }
}
/* Desktop View */

/* Mobile View */
@media only screen and (max-width: 426px) {
  .view-password-icon1 {
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .eye-pos {
    width: 100%;
    position: relative;
  }
  .ticket-table-h {
    position: relative;
    height: 345px;
  }
  .error-cover h4 {
    font-size: 5vw;
    color: #011535;
  }

  .card-title h4 {
    font-size: 4vw;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
  }
  .card-title h4 span {
    font-size: 4vw;
    color: #899bbd;
  }
  .btn {
    font-size: 3.5vw !important;
  }
  .cover-bg {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    margin-right: 20px;
    text-align: -webkit-center;
    padding-top: 7px;
  }
  .cover-bg img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .cate-cover {
    text-align: center;
  }
  .cate-name h4 {
    margin-top: 10px;
    letter-spacing: 1px;
    width: 70px;
    font-size: 3vw;
  }
  .nom-height {
    width: 100%;
  }
  .total-font {
    font-size: 4vw;
  }
  .award-text h4 {
    font-size: 3vw;
    width: 22vw;
    overflow-x: hidden;
    color: #5e5e5e;
    margin-left: -22%;
  }
  .col-custom-2 {
    flex: 0 0 25%;
    max-width: 50% !important;
  }
  .carousel-div {
    position: relative;
    width: 100vw;
  }
  .carousel-div img {
    width: 100vw;
  }
  .ticket-div {
    background: url("../images/TKB3.webp") no-repeat;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    height: 30vh;
  }
 
  .title-font h1 {
    font-size: 5vw;
    font-weight: 700;
  }
  .title-font h4 {
    font-size: 4vw;
  }
  .channels {
    width: 160px !important;
    height: 90px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    margin-right: 20px !important;
    position: relative;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .channels img {
    top: 20%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 80px;
  }
  .mt-small {
    margin-top: 4%;
  }
  .footer-icon img {
    width: 20vw;
  }
  .footer-icon-img img {
    width: 20vw;
    height: 7vw;
  }
  .footer-mg-top {
    margin-top: 10%;
  }
  .text-left1 {
    text-align: left !important;
  }
  .footer-links li a {
    font-family: "SF UI Display Normal";
    line-height: 1;
    text-decoration: none;
    color: #494e4c;
    opacity: 0.7;
    font-size: 0.8rem;
  }
  .subtitle2 {
    font-family: "SF UI Display Semibold";
    font-size: 1rem !important;
    line-height: 1rem;

    text-align: center;
    color: #000000;
  }
  .footer-text-title {
    font-family: "SF UI Display Semibold";
    font-size: 1rem;
    line-height: 1rem;
    color: #000000;
  }
  .footer-text {
    font-family: "SF UI Display Normal";
    font-size: 1rem;
    /* line-height: 1.75rem; */
    text-align: left;
    vertical-align: Top;
    color: #494e4c;

    opacity: 0.7;
  }
  .padding-row {
    padding: 0 4%;
  }
  .step-text h4 {
    color: #10455d !important;
    font-size: 4vw;
    margin-top: 5%;
  }
  .step-text h5 {
    font-size: 3.7vw;
    margin-top: 5%;
  }

  .step-img-cover {
    position: relative;
    width: 20vw;
    height: 20vw;
    border-radius: 50%;
    background: #063970;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .step-img-cover i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 10vw;
  }
 
  .text-position-center {
    text-align: -webkit-center;
    /* padding: 0px 60px; */
  }
  .card-img-cover {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover img {
    width: 100%;
    height: 20vw;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-img-cover3 img {
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
  }
  .card-img-cover2 {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover2 img {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover1 {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover1 img {
    width: 100%;
    height: 20vw;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-h-1 {
    width: 40vw !important;
    min-height: 42vw !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    padding: 4% 4% 3% 4% !important;
    cursor: pointer;
  }
  .card-h-1:hover {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-h-category {
    width: 20vw !important;
    min-height: 20vw !important;
    border-radius: 50% !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    text-align: -webkit-center;
    cursor: pointer;
    padding-top: 36%;
  }
  .card-h-2-width {
    width: 40vw !important;
  }
  .card-h-2 {
    width: 100%;
    min-height: 50vw !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    padding: 5% 5% 3% 5% !important;
    cursor: pointer;
  }
  .card-h-2:hover {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-h-3 {
    width: 40vw !important;
    min-height: 42vw !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    padding: 4% 4% 3% 4% !important;
    cursor: pointer;
  }
  .card-h-3:hover {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .form-control {
    font-size: 3vw !important;
  }
  .card-margin-top {
    margin-top: -13%;
  }
  .card-margin-top1 {
    margin-top: -4%;
  }
  .fill-font h3 {
    font-size: 5vw;
  }
  .award-title-text h4 {
    font-size: 3.5vw;
    font-weight: 600;
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
  }
  .award-title-text1 h4 {
    font-size: 3.2vw;
    font-weight: 400;
    color: #5e5e5e;
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .view-text {
    font-size: 3vw !important;
  }
  .slick-slide .sli-img {
    width: 80vw;
    height: 38vw;
    margin: 0px 30px 0px 0px !important;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .slick-slide .sli-img1 {
    width: 90vw;
    height: 45vw;
    margin: 0px 30px 0px 0px !important;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .advert-margin {
    padding: 0px 0px;
  }
  .text-alignment {
    text-align: center;
    text-align: -webkit-center;
  }
  .col-margin {
    margin-top: 15%;
  }
  .row-margin h3 {
    /* font-size: 5vw; */
    font-weight: 600;
    color: var(--first-color);
  }
  .row-margin h5 {
    color: #011535;
    font-size: 4.8vw;
  }
  .row-margin h4 {
    font-weight: 600;
    color: var(--first-color);
    font-size: 5.2vw;
  }
  .row-margin {
    margin: 0 5% !important;
  }

  .text-margin-start h3 {
    color: #305e73;
    margin-top: 5%;
    margin-bottom: 5%;
    font-weight: 600;
    font-size: 4vw;
  }
  .text-margin-start1 h3 {
    color: #305e73;
    margin-top: 5%;
    margin-bottom: 5%;
    font-weight: 600;
    font-size: 4vw;
  }
  .text-margin-start12 h3 {
    color: #305e73;
    margin-top: 5%;
    margin-bottom: 5%;
    font-weight: 600;
    font-size: 4.8vw;
  }
  .text-margin-start2 h3 {
    color: #305e73;
    margin-top: 5%;
    margin-bottom: 5%;
    font-weight: 600;
    font-size: 4vw;
  }
  .margin-left-row {
    margin-left: 12%;
    padding: 0 3%;
  }
  .featured-event {
    margin-top: 16px;
  }
  .featured-event h1 {
    color: #10455d !important;
    font-weight: 600;
    font-size: 7vw;
  }
  .featured-event2 h1 {
    color: #10455d !important;
    font-weight: 600;
    font-size: 7vw;
  }
  .featured-event1 {
    margin-top: 50px;
  }
  .featured-event1 h3 {
    color: #10455d !important;
    font-weight: 600;
  }
  .featured-events-cover {
    width: 22vw;
    height: 22vw;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    text-align: center;
  }
  .featured-events-cover .img1 {
    margin-top: 13%;
    width: 70%;
  }
  .featured-events-cover .img2 {
    margin-top: 20%;
    width: 90%;
  }
  .featured-events-cover .img3 {
    margin-top: 5%;
    width: 90%;
  }
  .container-index {
    position: sticky;
    z-index: 3;
  }
  #nav-bar-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 40px;
    right: -60vw;
    width: 60vw;
    bottom: 0;
    background: #154c79;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
    transition: 0.3s ease-in-out;
    z-index: 10;
    opacity: 0.9;
    padding: 16px;
  }
  #nav-bar-links.active {
    right: 0;
  }
  .nav-bar img {
    width: 20%;
  }
  #bar {
    font-size: 6vw;
  }
  .mobile {
    display: block;
  }
  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #06397082;
    padding: 0px 20px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    height: 40px;
    width: 100vw;
  }

  #nav-bar-links li {
    margin-bottom: 25px;
  }
  .mobile i {
    font-size: 24px;
    cursor: pointer;
  }
  .bottom-font {
    font-size: 4vw;
  }
  .search-icon {
    position: absolute;
    right: 34px;
    top: 13px;
  }
  .search-text {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 5%);
  }
  .search-margin {
    margin-top: 4%;
  }
  .search-margin h1 {
    font-size: 5vw;
    color: #10455d !important;
    font-weight: 600;
  }
  .award-div {
    position: relative;
    background: #011535;
    height: 40vw;
    padding: 0px 20px;
    text-align: center;
  }
  .award-div1 {
    position: relative;
    background: #011535;
    height: 250px;
    padding: 0px 20px;
    text-align: center;
  }
  .award-img-bg {
    top: 50%;
    position: absolute;
    width: 29vw;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .award-img-bg img {
    display: none;
  }
  .award-img-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  .card-border-radius {
    border-radius: 5px !important;
  }
  .card-height {
    height: 390px;
  }
  .btn-size {
    font-size: 3.5vw !important;
    width: 45vw !important;
  }
  .award-img-title h1 {
    font-size: 5vw;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
  .award-img-title2 {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  .award-img-title2 h1 {
    font-size: 5vw;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .share-content h4 {
    font-size: 5vw;
    font-weight: 700;
  }
  .share-content h3 {
    font-size: 4vw;
    color: #5e5e5e;
  }
  .share-content h5 {
    font-size: 3.8vw;
    font-weight: 700;
  }
  .btn-outline-light {
    font-size: 3vw !important;
  }
  .page-item .page-link {
    font-size: 3vw;
  }
  .row-mg-top {
    margin-top: -120px;
  }
  .timer-font {
    margin-left: 4%;
    margin-right: 4%;
  }
  .timer-font h4 {
    font-size: 5vw;
  }
  .timer-font h5 {
    font-size: 4vw;
  }
  .award-img-title1 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }
  .award-img-title1 h1 {
    font-size: 5vw;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .cur-width {
    width: 20px;
  }
  .card-shadow {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    border: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo-container {
    width: 30vw;
  }
  #react-qrcode-logo {
    width: 100% !important;
    height: 100% !important;
  }
  .qr-container {
    margin: 0 auto;
    width: 65vw;
  }
  .qr-width {
    width: 100% !important;
    height: 100% !important;
  }
  .text-font h3 {
    font-size: 5vw !important;
    font-weight: 900 !important;
  }
  .text-font h3 span {
    display: block;
  }
  .text-font h4 {
    font-size: 4vw !important;
    font-weight: 600 !important;
  }
  .text-font h5 {
    font-size: 4vw !important;
  }
  .text-font h5 span {
    display: block;
  }
  .section-container {
    width: 100%;
  }
  .section-1 {
    width: 50% !important;
  }
  .section-2 {
    width: 50% !important;
  }
  .section-1 h4 {
    font-size: 3.5vw !important;
  }
  .section-2 h4 {
    font-size: 3.5vw !important;
  }
  .pagin-pos-mobile {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
  .rec-text {
    font-size: 5vw;
  }
  .phone-input {
    border: 2px solid #013159 !important;
    border-radius: 50px !important;
  }
}
/* Mobile View */

/* Tablet view */
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .view-password-icon1 {
    position: absolute;
    right: 10px;
    top: 8px;
  }
  .eye-pos {
    width: 100%;
    position: relative;
  }
  .ticket-table-h {
    position: relative;
    height: 345px;
  }
  .error-cover h4 {
    font-size: 4vw;
    color: #011535;
  }
  .error-cover h4 span {
    display: block;
  }
  .pagin-pos {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .search-icon {
    position: absolute;
    right: 50px;
    top: 13px;
  }
  .search-text {
    position: relative;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 5%);
  }
  .search-margin {
    margin-top: 4%;
  }
  .search-margin h1 {
    font-size: 1.7rem;
    color: #10455d !important;
    font-weight: 600;
  }
  .award-div {
    position: relative;
    background: #011535;
    height: 20vw;
    padding: 0px 20px;
  }
  .award-div1 {
    position: relative;
    background: #011535;
    height: 200px;
    padding: 0px 60px;
  }
  .award-img-bg {
    top: 50%;
    position: absolute;
    width: 20vw;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .award-img-bg img {
    width: 100%;
  }
  .award-img-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    white-space: nowrap;
  }
  .award-img-title h1 {
    font-size: 3vw;
  }
  .award-img-title2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
  }
  .btn-outline-light {
    font-size: 1.5vw !important;
  }
  .award-img-title2 h1 {
    font-size: 3vw;
  }
  .share-content h4 {
    font-size: 22px;
    font-weight: 700;
  }
  .share-content h3 {
    font-size: 18px;
    color: #5e5e5e;
  }
  .share-content h5 {
    font-size: 16px;
    font-weight: 700;
  }
  .row-mg-top {
    margin-top: -80px;
  }
  .card-border-radius {
    border-radius: 8px !important;
  }
  .timer-font h4 {
    font-size: 2vw;
  }
  .timer-font h5 {
    font-size: 1.5vw;
  }
  .award-img-title1 {
    position: absolute;
    top: 60%;
    left: 30%;
  }
  .award-img-title1 h1 {
    font-size: 3vw;
  }
  .nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #06397082;
    padding: 5px 20px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
    transition: 0.3s ease-in-out;
    width: 100vw;
  }
  .banner-content-margin {
    top: 40px;
    position: absolute !important;
  }
  .carousel-div {
    position: relative;
    width: 100vw;
  }
  .carousel-div img {
    width: 100vw;
  }
  .ticket-div {
    background: url("../images/TKB3.webp") no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    width: 100vw;
    height: 50vh;
  }
 
  .title-font h1 {
    font-size: 20px;
    font-weight: 700;
  }
  .title-font h4 {
    font-size: 15px;
  }
  .channels {
    width: 200px !important;
    height: 100px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    margin-right: 20px !important;
    position: relative;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .channels img {
    top: 20%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 80px;
  }
  .device-width {
    width: 100%;
  }
  .footer-links li a {
    font-family: "SF UI Display Normal";
    line-height: 1.3;
    text-decoration: none;
    color: #494e4c;
    opacity: 0.7;
    font-size: 0.9rem;
    text-align: left !important;
  }

  .view-text {
    font-size: 0.7rem !important;
  }
  .text-display h5 {
    font-size: 0.9rem;
  }
  .footer-icon img {
    width: 100px;
  }
  .footer-icon-img img {
    width: 100px;
    height: 30px;
  }
  .footer-mg-top {
    margin-top: 50px;
  }
  .footer-text {
    font-family: "SF UI Display Normal";
    font-size: 1rem;
    /* line-height: 1.75rem; */
    text-align: left;
    vertical-align: Top;
    color: #011535;

    opacity: 0.7;
  }
  .card-img-cover {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover img {
    width: 100%;
    height: 90px;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-img-cover2 {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover3 img {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    margin-top: 15%;
  }
  .card-img-cover2 img {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover1 {
    width: 100%;
    border-radius: 10px;
  }
  .card-img-cover1 img {
    width: 100%;
    height: 10vw;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-h-1 {
    width: 200px !important;
    height: 200px !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    padding: 13px 13px 0px 13px !important;
    cursor: pointer;
  }
  .card-h-1:hover {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-h-category {
    width: 10vw !important;
    min-height: 10vw !important;
    border-radius: 50% !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    text-align: -webkit-center;
    cursor: pointer;
    padding-top: 0.8px;
  }
  .card-h-2-width {
    width: 20vw !important;
  }
  .card-h-2 {
    width: 100%;
    min-height: 15vw !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    padding: 13px 13px 0px 13px !important;
    cursor: pointer;
  }
  .card-h-2:hover {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .card-h-3 {
    width: 22vw !important;
    min-height: 15vw !important;
    border-radius: 10px !important;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    padding: 13px 13px 0px 13px !important;
    cursor: pointer;
  }
  .card-h-3:hover {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .award-text h4 {
    font-size: 1.5vw;
    width: 10vw;
    overflow-x: hidden;
    color: #5e5e5e;
  }
  .fill-font h3 {
    font-size: 3vw;
  }
  .card-margin-top {
    margin-top: -5%;
  }
  .card-margin-top1 {
    margin-top: -2%;
  }
  .award-title-text h4 {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000000;
  }
  .award-title-text1 h4 {
    font-size: 13px;
    font-weight: 400;
    color: #5e5e5e;
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .slick-slide .sli-img {
    width: 60vw;
    height: 28vw;
    margin: 0px 30px 0px 0px !important;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }

  .advert-margin {
    padding: 0px 10px;
  }
  .overlay5 {
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    height: 80vh;
    width: 100%;
  }
  .container-index {
    position: sticky;
    z-index: 3;
  }
  .featured-event {
    margin-top: 50px;
  }
  .featured-event h1 {
    color: #10455d !important;
    font-weight: 600;
    font-size: 2rem;
  }
  .featured-event2 {
    margin-top: 50px;
  }
  .featured-event2 h1 {
    color: #10455d !important;
    font-weight: 600;
    font-size: 2rem;
  }
  .featured-event1 {
    margin-top: 50px;
  }
  .featured-event1 h3 {
    color: #10455d !important;
    font-weight: 600;
  }
  .featured-events-cover {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 15%);
    text-align: center;
  }
  .featured-events-cover .img1 {
    margin-top: 10px;
    width: 80%;
  }
  .featured-events-cover .img2 {
    margin-top: 17px;
    width: 100%;
  }
  .featured-events-cover .img3 {
    margin-top: 5px;
    width: 90%;
  }
  .text-margin-start1 h3 {
    color: #305e73;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.2rem;
  }
  .text-margin-start12 h3 {
    color: #305e73;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .text-margin-start h3 {
    color: #305e73;
    margin-top: 20px;
    font-weight: 600;
  }
  .text-margin-start2 h3 {
    color: #305e73;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.2rem;
  }
  .buttonedit1 {
    font-size: 1.7vw !important;
    height: 5vw !important;
  }
  .btn-outline-primary {
    font-size: 1.7vw !important;
  }
  .center-items {
    text-align: -webkit-center;
  }
  .row-margin {
    margin: 0 10px 0px 90px;
  }
  .row-margin span {
    display: block;
  }
  .row-margin h3 {
    font-weight: 600;
    color: var(--first-color);
  }
  .row-margin h5 {
    color: #011535;
  }
  .row-margin h4 {
    font-weight: 600;
    color: var(--first-color);
  }
  .step-img-cover {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #063970;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
  }
  .step-img-cover i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 50px;
  }
  
  .subtitle2 {
    font-family: "SF UI Display Semibold";
    font-size: 1.25rem;
    line-height: 2rem;

    text-align: center;
    color: #000000;
  }
  .text-left1 {
    text-align: left !important;
  }
  .text-left {
    text-align: left !important;
  }
  .step-text h4 {
    color: #10455d !important;
    font-size: 3vw;
    margin-top: 5%;
  }
  .step-text h5 {
    font-size: 2vw;
    margin-top: 5%;
  }
  .card-title {
    padding: 20px 0 1px 0;
    font-size: 1.5vw;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
  }
  .card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
  }
  .card-title h4 span {
    font-size: 1.5vw;
    color: #899bbd;
  }
  .card-title h4 {
    font-size: 1.5vw;
  }
  .nom-height {
    width: 100%;
  }
  .total-font {
    font-size: 18px;
  }
  .cover-bg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    margin-right: 20px;
    text-align: -webkit-center;
    padding-top: 7px;
  }
  .cover-bg img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
  }
  .cate-cover {
    text-align: center;
  }
  .cate-name h4 {
    margin-top: 10px;
    letter-spacing: 1px;
    width: 70px;
    font-size: 12px;
  }
  .card-shadow {
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 15%);
    border: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .logo-container {
    width: 15vw;
  }
  #react-qrcode-logo {
    width: 100% !important;
    height: 100% !important;
  }
  .qr-container {
    width: 40vw;
  }
  .text-font h3 {
    font-size: 2.8vw !important;
    font-weight: 900 !important;
  }
  .text-position-center {
    text-align: -webkit-center;
    /* padding: 0px 60px; */
  }
  .text-font h3 span {
    display: block !important;
  }
  .text-font h4 {
    font-size: 2.5vw !important;
    font-weight: 600 !important;
  }
  .text-font h5 {
    font-size: 2.5vw !important;
  }
  .text-font h5 span {
    display: block !important;
  }
  .section-container {
    width: 100% !important;
  }
  .section-1 {
    width: 50% !important;
  }
  .section-2 {
    width: 50% !important;
  }
  .section-1 h4 {
    font-size: 2.2vw !important;
  }
  .section-2 h4 {
    font-size: 2.2vw !important;
  }
  .rec-text {
    font-size: 20px;
  }
  .phone-input {
    border: 2px solid #013159 !important;
    border-radius: 50px !important;
  }
}
/* Tablet */
