/*

TemplateMo 590 topic listing

https://templatemo.com/tm-590-topic-listing

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #13547a;
  --secondary-color:              #80d0c7;
  --section-bg-color:             #f0f8ff;
  --custom-btn-bg-color:          #80d0c7;
  --custom-btn-bg-hover-color:    #13547a;
  --dark-color:                   #000000;
  --light-color:                  #aef6ec;
  --gray-color:                   #808080;
  --white-color:                  #f0f0f0;
  --p-color:                      #717275;
  --a-color:                      #80d0c7;
  --border-color:                 #7fffd4;
  --link-hover-color:             #13547a;
  --slide-color:				  #800000;	
  
  --body-font-family:             'Open Sans', sans-serif;
  --title-font-family:            'Montserrat', sans-serif;
  --arrows-font-family;			  'Arrows', sans-serif;	

  --h1-font-size:                 58px;
  --h2-font-size:                 46px;
  --h3-font-size:                 32px;
  --h4-font-size:                 28px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --h7-font-size:                 24px;
  --h8-font-size:                 16px;
  --p-font-size:                  20px;
  --menu-font-size:               14px;
  --btn-font-size:                18px;
  --copyright-font-size:          16px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-semibold:         600;
  --font-weight-bold:             700;
  
  --bs-btn-active-color:         #990000;
  --thumb-radius:					15px;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
 
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

@font-face {
    font-family: 'Arrows'; /*a name to be used later*/
    src: url('/a/fonts/Arrows ADF.ttf'); /*URL to font*/
}


h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h7,
.h8 {
  font-family: var(--title-font-family); 
  font-weight: var(--font-weight-semibold);
}


h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  color: var(--primary-color);
  font-size: var(--h6-font-size);
}

.h7 {
  color: var(--white-color);
  font-size: var(--h7-font-size);
}

.h8 {
  color: var(--border-color);
  font-size: var(--h8-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  /*color: var(--primary-color);*/
  color:#80d0c7;
  text-decoration: none;
   
}

a:hover {
  color: var(--link-hover-color);
  /*text-shadow: 0 0 1px #80d0c7, 0 0 1px  #80d0c7, 0 0 1px  #80d0c7, 0 0 1px  #80d0c7;
  text-shadow: 0 0 1px #13547a, 0 0 1px #13547a, 0 0 1px #13547a, 0 0 1px #13547a,;*/
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.cp{
	font-size: 0.7em;
	color: var(--p-color);
}

.cb{
	font-size: 0.7em;
	color: var(--light-color);
}

.font-cj
{
	font-size: 0.7em;
	
}

.font-mini-cj
{
	font-size: 0.5em;
	
}
/*---------------------------------------
  SECTION               
-----------------------------100px 100px--*/
.section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-over {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  color: var(--white-color);
  /*background-color: var(--white-color);
  border-radius: var(--border-radius-medium);*/
}

.tab-pane > p {
  color: var(--white-color);
  font-size: 1em;
 
}

.nav-tabs {
  /*border-bottom: 1px solid #ecf3f2;
  margin-bottom: 7px;*/
  justify-content: center;
}

.nav-tabs .nav-link {
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  /*color: var(--p-color);
  color: var(--custom-btn-bg-color);*/
  color: var(--light-color);
  font-family: var(--title-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-medium);
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-lnk{
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  color: var(--p-color);
  font-family: var(--title-font-family);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-medium);
  padding: 0px 0px;
  transition: all 0.3s;
	
}

.nav-tabs .nav-link:first-child {
  /*margin-right: 20px;*/
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-bottom-color: var(--primary-color);
  color: var(--primary-color);
  border-radius: 10px;
}


/*---------------------------------------
  CUSTOM ICON COLOR               
-----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}

.custom-icon-bg {
  color: var(--secondary-color);
  font-size: var(--h4-font-size);
}

.custom-icon-bg:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}



/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-semibold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
  text-shadow: 1px 1px 2px black;
  
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-btn.btn-left { 
  border-radius: 0;
  border-top-left-radius: var(--border-radius-large) ;
  border-bottom-left-radius: var(--border-radius-large) ;
  
}

.custom-btn.btn-right {
   border-radius: 0;
  border-top-right-radius: var(--border-radius-large) ;
  border-bottom-right-radius: var(--border-radius-large) ;
  
}

.custom-btn.btn-mid { 
  border-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}




.custom-btn.btn-small {
  
   padding: 2px 10px;
}

.custom-btn.btn-tiny{
  font-size:0.7em;
  padding: 2px 10px;
}


.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-border-btn-yellow {
  background: transparent;
  border: 2px solid var(--bs-yellow);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn-yellow:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-border-btn-orange {
  background: transparent;
  border: 2px solid var(--bs-orange);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn-orange:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-border-btn-red {
  background: transparent;
  border: 2px solid #990000;
  color: var(--custom-btn-bg-color);
  text-shadow: 1px 1px 2px gray;
}

.custom-border-btn-red:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}




.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

.custom-btn-text-light {
	color: var(--light-color);
}

.custom-btn-text-white {
	color: var(--white-color);
	
}

.custom-btn-text-orange {
	color: var(--bs-orange);
	
}
.custom-btn-text-yellow {
	color: var(--bs-yellow);
	
}

.custom-btn-text-red {
	color: #990000;
	
}

.shadow{
	text-shadow: 1px 1px 2px black;
	
}

/*---------------------------------------
  SITE HEADER              
-----------------------------------------*/
.site-header {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  padding-top: 150px;
  padding-bottom: 80px;
 
  width: auto;
}

.site-header .container {
  height: 100%;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item a:hover,
.breadcrumb-item.active {
  color: var(--white-color);
}

.site-header .custom-icon {
  color: var(--white-color);
  font-size: var(--h4-font-size);
}

.site-header .custom-icon:hover {
  color: var(--secondary-color);
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--secondary-color);
  
}

.sticky-wrapper.is-sticky .navbar {
  background-color: var(--secondary-color);
}

.navbar {
  background: var(--secondary-color);
  border-bottom: 1px solid rgba(128, 208, 199, 0.35);
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
}

.navbar-brand span {
  font-family: var(--title-font-family);
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color: var(--white-color);
  font-family: var(--title-font-family); 
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--primary-color);
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--primary-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-bg-color);
  font-family: var(--title-font-family); 
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  /*color: var(--primary-color);*/
    color: var(--bs-btn-active-color);
}





.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 990px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

.navbar-icon {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  display: inline-block;
  font-size: var(--h5-font-size);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.navbar-icon-half {
  background: var(--white-color);
  border-radius: var(--border-radius-large);
  display: inline-block;
  font-size: var(--h5-font-size);
  width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.navbar-icon:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
  position: relative;
  overflow: hidden;
  /*
  padding-top: 150px;
  padding-bottom: 150px;
  */
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-section .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  padding: 10px 15px;
}

.hero-section .input-group-text {
  background-color: transparent;
  border: 0;
}

.hero-section input[type="search"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-section button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
}


/*---------------------------------------
  TOPICS              
-----------------------------------------*/
.featured-section {
  background-color: var(--secondary-color);
  border-radius: 0 0 100px 100px;
  padding-bottom: 100px;
}

.featured-section .row {
  position: relative;
  bottom: 100px;
  margin-bottom: -100px;
}

.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px;
  transition: all 0.3s ease;
  height: 100%;
}

.cb-spin{
	
	padding-bottom: 150px;
}

.custom-block:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

.custom-block > a {
  width: 100%;
}

.custom-block-image {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 35px;
}

.custom-block-video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 35px;
}

.custom-block .rounded-pill {
  border-radius: 10px !important;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100px;
  height: 25px;
  padding-top:2px;
  line-height: 20px;
  font-size: 0.7em;
  text-shadow: 1px 1px 2px black;
}

.rounded-pill:hover {
	 background: var(--secondary-color);
}


.rounded-pill {
	 background: var(--gray-color);
}

.selected {
   background: var(--secondary-color);
}

.custom-block-overlay {
  height: 100%;
  min-height: 550px;
  padding: 0;
}


.custom-block-overlay > a {
  height: 100%;
}

.custom-block-overlay .custom-block-image {
  border-radius: var(--border-radius-medium);
  display: block;
  height: 100%;
  margin-top: 0;
}

.custom-block-overlay-text {
  /*position: absolute;*/
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}

.custom-block-overlay-intro-text {
 position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px;
}


.social-share {
 position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 20px 35px;
}

.social-share .bi-bookmark {
  color: var(--white-color);
  font-size: var(--h5-font-size);
}

.social-share .bi-bookmark:hover {
  color: var(--secondary-color);
}

.bg-design {
  background-color: #00B0FF;
}

.bg-graphic {
  background-color: #00BFA6;
}

.bg-advertising {
  background-color: #F50057;
}

.bg-finance {
  background-color: #536DFE;
}

.bg-music {
  background-color: #F9A826;
}

.bg-education {
  background-color: #00BFA6;
}


/*---------------------------------------
  TOPICS               
-----------------------------------------*/
.topics-detail-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.topics-detail-block-image {
  display: block;
  border-radius: var(--border-radius-medium);
}

blockquote {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
  font-family: var(--title-font-family);
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: inline-block;
  text-align: center;
  margin: 30px;
  padding: 40px;
}

.topics-listing-page .site-header {
  padding-bottom: 65px;
}

.custom-block-topics-listing-info {
  margin: 30px 20px 20px 30px;
}

.custom-block-topics-listing {
  height: inherit;
}

.custom-block-topics-listing .custom-block-image {
  width: 200px;
}


/*---------------------------------------
  PAGINATION              
-----------------------------------------*/
.pagination {
  margin-top: 40px;
}

.page-link {
  border: 0;
  border-radius: var(--border-radius-small);
  color: var(--p-color);
  font-family: var(--title-font-family);
  margin: 0 5px;
  padding: 10px 20px;
}

.page-link:hover,
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.page-item:first-child .page-link {
  margin-right: 10px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-small);
}

.active>.page-link, .page-link.active {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}


/*---------------------------------------
  TIMELINE              
-----------------------------------------*/
.timeline-section {
  background-image: url('img/avatar-plus.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.timeline-container .vertical-scrollable-timeline {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.timeline-container .vertical-scrollable-timeline .list-progress {
  width: 8px;
  height: 100%;
  background-color: var(--primary-color);
  position: absolute;
  left: 27px;
  top: 0%;
  overflow: hidden;
}

.action-progress {
	left: 10px !important;
	width:20px !important;
}

.timeline-container .vertical-scrollable-timeline .list-progress .inner {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--secondary-color);
  width: 100%;
}

.timeline-container .vertical-scrollable-timeline li {
  position: relative;
  padding: 15px 0px 15px 100px;
}

.timeline-container .vertical-scrollable-timeline li:last-child {
  padding-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li p {
  line-height: 30px;
}

.timeline-container .vertical-scrollable-timeline li p:last-child {
  margin-bottom: 0;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 3em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s all;
}



.timeline-container .vertical-scrollable-timeline li .icon-holder::before {
  content: "";
  width: 3em;
  height:3em;
  border: 4px solid #fff;
  position: absolute;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
}

.timeline-container .vertical-scrollable-timeline li .icon-holder i {
  font-size: 2em;
  color: var(--white-color);
}

.timeline-container .vertical-scrollable-timeline li::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 8px;
  background-color: transparent;
  left: 52px;
  z-index: 0;
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder {
  background-color: var(--primary-color);
}

.timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
  background-color: var(--primary-color);
}




.timeline-container .vertical-scrollable-timeline li .btn-holder {
 
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  /*
  width: 2em;
  height: 3em;
  
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  border-radius: 50%; 
  */
  z-index: 1;
  transition: 0.4s all;
 
}



.timeline-container .vertical-scrollable-timeline li .btn-holder::before {
  /*
  content: "";
  width: 2em;
  height:3em;
  border: 4px solid #fff;
  position: absolute;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s all;
	*/
}

.timeline-container .vertical-scrollable-timeline li .btn-holder i {
  font-size: 2em;
  color: var(--white-color);
}



.timeline-container .vertical-scrollable-timeline li.active .btn-holder {
  background-color: var(--primary-color);
}

.timeline-container .vertical-scrollable-timeline li.active .btn-holder::before {
  background-color: var(--primary-color);
}

/*---------------------------------------
  FAQs              
-----------------------------------------*/
.faq-section .accordion-item {
  border: 0;
}

.faq-section .accordion-button {
  font-size: var(--h6-font-size);
  font-weight: var(--font-weight-semibold);
}

.faq-section .accordion-item:first-of-type .accordion-button {
  border-radius: var(--border-radius-large);
}

.faq-section .accordion-button:not(.collapsed) {
  border-radius: var(--border-radius-large);
  box-shadow: none;
  color: var(--primary-color);
}

.faq-section .accordion-body {
  color: var(--p-color);
  font-size: var(--btn-font-size);
  line-height: 40px;
}

/*---------------------------------------
  NEWSLETTER               
-----------------------------------------*/
.newsletter-image {
  border-radius: var(--border-radius-medium);
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}

.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 150px;
}


/*---------------------------------------
  SUBSCRIBE FORM               
-----------------------------------------*/
.subscribe-form-wrap {
  padding: 50px;
}

.subscribe-form {
  width: 95%;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  color: var(--p-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  outline: none;
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-family: var(--title-font-family);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-semibold);
  transition: all 0.3s;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px black;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  border-bottom: 10px solid var(--secondary-color);
  position: relative;
}

.site-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 200px;
  border-color: transparent transparent var(--secondary-color) transparent;
  pointer-events: none;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer .dropdown-menu {
  padding: 0;
}

.site-footer .dropdown-item {
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding: 4px 18px;
}

.site-footer .dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.site-footer .dropdown-menu li:first-child .dropdown-item {
  padding-top: 10px;
}

.site-footer .dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 12px;
}

.site-footer .dropdown-toggle {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.site-footer .dropdown-toggle:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}

.site-footer-links {
  padding-left: 0;
  font-size: var(--copyright-font-size);
}

.site-footer-link-item {
  display: inline;
  list-style: none;
  line-height: normal;
}

.site-footer-link {
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-medium);
  line-height: normal;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}

.login-text {
  font-size: 0.9em !important;
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/

@media screen and (max-width: 990px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--secondary-color);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-bottom: 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }

  .nav-tabs .nav-link:first-child {
    margin-right: 5px;
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }

  .featured-section {
    border-radius: 0 0 80px 80px;
    padding-bottom: 50px;
  }

  .custom-block-topics-listing .custom-block-image {
    width: auto;
  }

  .custom-block-topics-listing > .d-flex,
  .custom-block-topics-listing-info,
  .custom-block-topics-listing a {
    flex-direction: column;
  }

  .timeline-container .vertical-scrollable-timeline .list-progress {
    height: 100%;
  }

  .timeline-container .vertical-scrollable-timeline li {
    padding-left: 90px;
  }

  .subscribe-form-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }
  
   audio {
	  transform: scale(0.7);
	  margin-left:-30px;
  }
}

.form-select {
        margin-bottom: 24px;
		border-radius: var(--border-radius-large);
}

/*---------------------------------------
  SIDE NAV             
-----------------------------------------*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  background-color: var(--section-bg-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #80d0c7;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.refresh-captcha {
	background-color: var(--secondary-color);
	border: none;
	border-radius: var(--border-radius-small);
	
}


@media screen and (max-height: 360px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
  
}

.pulsating-qrc {
	justify-content: center;
    box-sizing: border-box;
    text-align: center;
    min-width: 250px;
	min-height: 250px;
	background: rgb(128 128 128 / 66%);
	overflow: auto;
}

.container-qr {
    width: 100%;
    max-width: 500px;
    margin: 5px;
}
 
.container-qr h5 {
    color: #ffffff;
}
 
.section-qr {
    background-color: #ffffff;
    /*padding: 50px 30px;
    border: 1.5px solid #b2b2b2;
    border-radius: 0.25em;*/
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.25);
}
 
#my-qr-reader {
    /*padding: 20px !important;
    border: 1.5px solid #b2b2b2 !important;*/
    border-radius: 8px;
	box-shadow: 0 20px 25px rgba(0, 0, 0, 0.3);
}
 
#my-qr-reader img[alt="Info icon"] {
    display: none;
}
 
#my-qr-reader img[alt="Camera based scan"] {
    width: 100px !important;
    height: 100px !important;
}
 
.container-qr button {
    padding: 10px 20px;
    border: 1px solid #b2b2b2;
    outline: none;
    border-radius: 0.25em;
    color: white;
    font-size: 15px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 10px;
    background-color: #008000ad;
    transition: 0.3s background-color;
}
 
.container-qr button:hover {
    background-color: #008000;
}
 
#html5-qrcode-anchor-scan-type-change {
    text-decoration: none !important;
    color: #1d9bf0;
}
 
.container-qr video {
    width: 100% !important;
    border: 1px solid #b2b2b2 !important;
    border-radius: 0.25em;
}





.slo{
	
	font-size: 0.5em;
	padding: 2em;
}

.circle {
  background-color: #80d0c7;
  color: white;
  border-radius: 50%;
  margin-bottom: 15px;
  height: 0;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.circle:hover {
    background-color: #f0f8ff;
}

.circle .p{
  margin: 0;
  font-size: 90%;
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate180deg);
    transform: rotate(180deg);
}

.tarot-extra span {
	
	color: #80d0c7;
}

.tarot-dex {
	
	color:  #13547a;
}
.tarot-ex {
	
	color: #80d0c7;
}


/******************
slider
*******************/


#rangeBValue {
  position: relative;
  display: block;
  text-align: center;
  font-size: 4em;
  color: #999;
  font-weight: 400;
}
.rangeB {
  width: 100%;
  margin:0 auto;
  height: 15px;
  -webkit-appearance: none;
  background: #111;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
}
.rangeB::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fd000a;
  cursor: pointer;
  border: 4px solid #333;
  box-shadow: -407px 0 0 400px #fd000a;
}

#rangeAValue {
  position: relative;
  display: block;
  text-align: center;
  font-size: 4em;
  color: #999;
  font-weight: 400;
}

.rangeA {
  width: 100%;
  margin:0 auto;
  height: 15px;
  -webkit-appearance: none;
  background: #111;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
}
.rangeA::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #00fd0a;
  cursor: pointer;
  border: 4px solid #333;
  box-shadow: -407px 0 0 400px #00fd0a;

}

.rangeAction {
  width: 70%;
  margin:0 auto;
  height: 15px;
  -webkit-appearance: none;
  background: #111;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 1);
}

.rangeAction::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--slide-color);
  cursor: pointer;
  border: 4px solid #33f;
  box-shadow: -407px 0 0 400px var(--slide-color);
}


#rangeCValue {
  position: relative;
  display: block;
  text-align: center;
  font-size: 2em;
  color: #999;
  font-weight: 400;
}

.ribbon-1 {
  position: fixed;
  background: #08769b;
  box-shadow: 0 0 0 999px #08769b;
  clip-path: inset(0 -100%);
}
.left-ribbon {
  inset: 0 auto auto 0;
  transform-origin: 100% 0;
  transform: translate(-29.3%) rotate(-45deg);
}
.right-ribbon {
  inset: 0 0 auto auto;
  transform-origin: 0 0;
  transform: translate(29.3%) rotate(45deg);
}

.ribbon-2 {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */
  
  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  background: #BD1550;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}

.h3 span {
	
	 color: var(--secondary-color);
	
}

.h3 span:hover {
	
	 color: var(--bs-pink);
	
}
.h4 span {
	
	 color: var(--secondary-color);
	
}

.h4 span:hover {
	
	 color: var(--bs-pink);
	
}

.pulsating-ble {
	position: absolute;
	left: 50%;
	top: 50% ;
 	transform: translateX(-50%) translateY(-50%);
	
	background-image: url("/img/ble-logo.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	width: 60px;
	height: 60px;
  
  &:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
	
	 
	
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }
  
  &:after {
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
	
	background-image: url("/img/ble-logo.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
  }
}




.pulsating-nfc {
	position: absolute;
	left: 50%;
	top: 50% ;
 	transform: translateX(-50%) translateY(-50%);
	
	background-image: url("/img/nfc-logo.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	width: 60px;
	height: 60px;
  
  &:before {
    content: '';
    position: relative;
    display: block;
    width: 300%;
    height: 300%;
    box-sizing: border-box;
    margin-left: -100%;
    margin-top: -100%;
    border-radius: 45px;
    background-color: #01a4e9;
	
	 
	
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }
  
  &:after {
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
	
	background-image: url("/img/nfc-logo.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}

.sgn {
	color: var(--light-color);
	display:inline-block;	
}

.nav-how {
	padding: 0 0.5em 0.5em !important;
}

.modal-gradient {
	background-image: linear-gradient(15deg, #13547a 0%, #80d0c7 100%);
}


.img-overlay{
  background-image: url("/img/body-matrix.jpg");
  background-size: cover;
  background-position: center center;
  background-color: rgba(50,50,50,0.3);
  background-blend-mode: overlay;
  display: flex;
  flex-direction: column;*/
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-medium);	

	/*position: relative;*/
	
}

.img-overlay-text{
	 position: absolute;
	/* Choose one of the following positions */
	/*bottom: 8px; left: 16px; /* Bottom left */
    /*top: 8px; left: 16px; /* Top left */
    /*top: 8px; right: 16px; /* Top right */
    /*bottom: 8px; right: 16px; /* Bottom right */
    top: 50%; left: 50%; transform: translate(-50%, -50%); /* Centered */
   
   color: white; /* Text color */
	
}

.img-overlay-text-top{
	 position: absolute;
	/* Choose one of the following positions */
	/*bottom: 8px; left: 16px; /* Bottom left */
    /*top: 8px; left: 16px; /* Top left */
    /*top: 8px; right: 16px; /* Top right */
    /*bottom: 8px; right: 16px; /* Bottom right */
    top: 30%; left: 50%; transform: translate(-50%, -50%); /* Centered */
    padding: 1%;
    color: white; /* Text color */
	text-shadow: 1px 1px 2px black;
}

.img-overlay-text-center{
	 position: absolute;
	/* Choose one of the following positions */
	/*bottom: 8px; left: 16px; /* Bottom left */
    /*top: 8px; left: 16px; /* Top left */
    /*top: 8px; right: 16px; /* Top right */
    /*bottom: 8px; right: 16px; /* Bottom right */
    top: 50%; left: 50%; transform: translate(-50%, -50%); /* Centered */
   
    color: white; /* Text color */
	text-shadow: 1px 1px 2px black;
}


.img-overlay-text-bottom{
	 position: absolute;
	/* Choose one of the following positions */
	/*bottom: 8px; left: 16px; /* Bottom left */
    /*top: 8px; left: 16px; /* Top left */
    /*top: 8px; right: 16px; /* Top right */
    /*bottom: 8px; right: 16px; /* Bottom right */
    /*top: 50%; left: 50%; transform: translate(-50%, -50%); /* Centered */
    top: 75%; left: 50%; transform: translate(-50%, -50%); /* Centered */
   color: white; /* Text color */
	text-shadow: 1px 1px 2px black;
}

.img-overlay-text-bottom{
	 position: absolute;
	/* Choose one of the following positions */
	/*bottom: 8px; left: 16px; /* Bottom left */
    /*top: 8px; left: 16px; /* Top left */
    /*top: 8px; right: 16px; /* Top right */
    /*bottom: 8px; right: 16px; /* Bottom right */
    /*top: 50%; left: 50%; transform: translate(-50%, -50%); /* Centered */
    top: 70%; left: 50%; transform: translate(-50%, -50%); /* Centered */
   color: white; /* Text color */
	text-shadow: 1px 1px 2px black;
}

.img-overlay-text-footer{
	 position: absolute;
	/* Choose one of the following positions */
	/*bottom: 8px; left: 16px; /* Bottom left */
    /*top: 8px; left: 16px; /* Top left */
    /*top: 8px; right: 16px; /* Top right */
    /*bottom: 8px; right: 16px; /* Bottom right */
    /*top: 50%; left: 50%; transform: translate(-50%, -50%); /* Centered */
    top: 85%; 
	margin: 0 auto; 
	/*left: 50%; transform: translate(-50%, -50%); /* Centered */
  	text-shadow: 1px 1px 2px black;
}

.img-overlay-btn-left{
	 position: absolute;
	/* Choose one of the following positions */
	/*bottom: 8px; left: 16px; /* Bottom left */
    top: 50%; left:20%; /* Top left */
	margin: 1%;
    /*top: 8px; right: 16px; /* Top right */
   /*bottom: 8px; right: 16px; /* Bottom right */
    /*top: 50%; left: 50%; transform: translate(-50%, -50%); /* Centered */
   
  
	
}

.img-overlay-btn-right{
	 position: absolute;
	/* Choose one of the following positions */
	/*bottom: 8px; left: 16px; /* Bottom left */
    /*top: 8px; left: 16px; /* Top left */
    top:50%; right: 20%; /* Top right */
	margin: 1%;
   /*bottom: 8px; right: 16px; /* Bottom right */
    /*top: 50%; left: 50%; transform: translate(-50%, -50%); /* Centered */
   
  
	
}

.img-border{
	border-radius: 60px;
	opacity: 0.7;
}

.vid-fluid {
    max-width:80%;
	width: auto;
    max-height: 300px;
	height:auto;
}

.text-shadow{
	
	text-shadow: 1px 1px 2px black;
}

.text-carmine{
	
	color: #990000;
}

.text-small{
	font-size: 0.8em;
	
}


.canvas-parent {
	
	position:relative;
	
}

.canvas-child {
	position:absolute;
	width:87%;
	overflow: hidden;
}

.canva{
	display: block;
	position:absolute;
	top:0;
	left:5%;
	width:90%;
	height:100%;
}

/* The heart of the matter */
        
	.horizontal-scrollable > .row {
	 overflow-x: auto;
	 white-space: nowrap;
  }
        
   .horizontal-scrollable > .row > .col-lg-4 .col-md-6 .col-12 {
            display: inline-block;
            float: none;
        }
		
	.crolling-wrapper{
	overflow-x: auto;
	
	padding-bottom: 2em;
}
	
	
	
	.scrolling-wrapper{
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-color: #007 #bada55;
	
	}

/* Camera Background */
  #camera {
    position: fixed;
    top: 80px; 
    left: 0;
    width: 100%;
    height: calc(100% - 80px); 
    z-index: -1; 
  }

  #camera video {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }

  /* Overlay Styles */
  #content {
    margin-top: 80px;
	position: relative; 
    z-index: 1; 
    height: calc(100vh - 90px); 
	width:100%;
   	display:inline-block;
	background-color: transparent;
  }

 .nice-shape{
	background-image: linear-gradient(15deg, rgba(19, 84, 122, 0.9) 0%,  rgba(128, 208, 199, 0.9) 100%);
    padding: 10px;
	border-radius: 20px; 
}	

 .nicer-shape{
	background-image: linear-gradient(15deg, rgba(19, 84, 122, 0.9) 0%,  rgba(128, 208, 199, 0.9) 100%);
    border-radius: 20px; 
}	

.nice-bkg{
	background-image: linear-gradient(15deg, rgba(19, 84, 122, 0.9) 0%,  rgba(128, 208, 199, 0.9) 100%) !important;
    
}	


.strip {
  float: left;
  
}

.strip-left {
  position:relative;
  width: 19%;
  height:98%;
  margin: 1% 0 0 1%;
}




.strip-right {
  width: 79%;
  height:98%;
  margin: 0 0 0 0.5%;
}

.top-left {
	position: relative;
	display:inline-block;
	float:left;
	height: 24%;
	width: 100%;
	margin-bottom: 1%;
	border-radius: 20px;
	overflow: hidden;
	 object-fit: cover;
}

.strip-left-text {
	position: absolute;
	top: 3%;
	left: 50%;
	transform: translate( -50%, -50%);
	z-index: 5;
}

.overlay-text-center{
	position: absolute;
	top: 2%;
	left: 50%;
	transform: translate( -50%, -50%);
	z-index: 15;
}

.overlay-text-left{
	position: absolute;
	top: 2%;
	left: 3%;
	/*transform: translate( -50%, -50%);*/
	z-index: 15;
}

.bottom-left {
	position: relative;
	display:inline-block;
	float:left;
	height:75%;
	width: 100%;
	margin-top: 1%;
	margin-bottom: 1%;
}

.bottom-left-text{
	
	position: absolute;
	top: 7%;
	left: 50%;
	transform: translate( -50%, -50%);
	z-index: 5;	
}

.mid-top{
	
	display:inline-block;
	float:left;
	height: 70%;
	width: 100%;
	
}

.mid-top-left{
	position: relative;
	display:inline-block;
	float:left;
	width: 70%;
	height: 100%;
	
}
.mid-top-left-text {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate( -50%, -50%);
	z-index: 5;
}



.mid-top-right{
	position: relative;
	display:inline-block;
	float:left;
	width: 30%;
	height: 97%;
	margin-top:1%;
	margin-bottom:2%;
	cursor: url('/img/magnet50.png') auto;
	
	
}
.mid-top-right-text {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate( -50%, -50%);
	z-index: 5;
}





.mid-mid{
	display:inline-block;
	float:left;
	height: 26%;
	width: 100%;
	
}	

.mid-bottom{
	display: inline-block;
    float: left;
    height: 5%;
    width: 100%;
    margin-top: 0.3%;
	
	
}

.mid-mid-left{
	display:inline-block;
	float:left;
	width: 19%;
	height: 99%;
	
	
}

.mid-mid-mid{
	display:inline-block;
	float:left;
	width: 61%;
	height: 99%;
	margin-left: 0.6%;
	
}

.mid-mid-right{
	display:inline-block;
	float:left;
	width: 19%;
	height: 99%;
	
	
}

.mid-mid-mid-top{
	display:inline-block;
	float:left;
	width: 100%;
	height: 25%;
	
}

.mid-mid-mid-top-left{
	display:inline-block;
	float:left;
	width: 99%;
	height: 90%;
	
}
.mid-mid-mid-top-right{
	display:flex;
	float: left;
	width: 36%;
	height: 99%;
	margin: 0 1% 0 1%;
	align-items: center;
}

.mid-mid-mid-bottom{
	display:inline-block;
	float:left;
	width: 99%;
	height: 75%;
	margin: 0 0 0 0;
}



  
  #scrollbar {
  width: 1%;
  height: 100%;
  padding: 0;
  margin: 0 0 0 auto;
  right: 0;
  top: 0;
  position: fixed;
  background-color: transparent;
}

#scrollbar #bar {
  width: 100%;
  height: 0%;
  background-color: blue;
}




/*---------------------------------------
  BREATH               
-----------------------------------------*/



.breath-container {
  display: flex;
  align-items: center;
  justify-content: center;
  
  height: 180px;
  width: 180px;
  position: relative;
  transform: scale(1);
}

.breath-circle {
  background-color: #010f1c;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.breath-gradient-circle {
  background: conic-gradient(
    #55b7a4 0%,
    #4ca493 21%,
    #fff 21%,
    #fff 58%,
    #336d62 58%,
    #2a5b52 100%
  );
  height: 200px;
  width: 200px;
  z-index: -2;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  left: -10px;
}

.breath-pointer {
  background-color: #f10606;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: block;
}

.breath-pointer-container {
  position: absolute;
  top: -20px;
  left: 82px;
  width: 14px;
  height: 110px;
  transform-origin: bottom center;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


.breath-container.grow {
  animation: grow 4s linear forwards;
}


@keyframes grow {
  from {
    transform: scale(0.6);
  }

  to {
    transform: scale(0.95);
  }
}


.breath-container.shrink {
  animation: shrink 4s linear forwards;
}

@keyframes shrink {
  from {
    transform: scale(0.95);
  }

  to {
    transform: scale(0.6);
  }
}

.arrow-anchor{
	position: relative;
	
	
}

.arrow-1{
position:absolute;	
margin-top:-41px; 
margin-left:30px;
font-family: 'Arrows'; font-size: 3em;	
text-shadow: 1px 1px 2px black;	
color: var(--a-color);
}
.arrow-2{
position:absolute;	
margin-top:-15px;
margin-left:75px;
font-family: 'Arrows'; 
font-size: 3em;	
text-shadow: 1px 1px 2px black;
color: var(--a-color);
}
.arrow-3{
position:absolute;	
margin-top:-20px;
margin-left:-20px;
font-family: 'Arrows'; 
font-size: 3em;	
color: red;
text-shadow: 1px 1px 2px black;	
}
.arrow-4{
position:absolute;	
margin-top:-41px; 
font-family: 'Arrows'; 
font-size: 3em;
margin-left:30px;	
text-shadow: 1px 1px 2px black;	
color: var(--a-color);
}
.arrow-5{
position:absolute;	
margin-top:-65px; 
font-family: 'Arrows'; 
font-size: 3em;	
margin-left:75px;
text-shadow: 1px 1px 2px black;
color: var(--a-color);
}

.story{
	
	height: 85%;
	overflow-y: auto;
	overflow-x: hidden;
	
}

.story.toy{
	
	height: 100%;
	
	
}
	
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90);
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}	


.bg-cj{
	
	background: #80d0c7;
}


.scroll-left, .scroll-right {
  position: absolute;
  top: 50%; /* Vertically center the buttons */
  transform: translateY(-50%); /* Correct for vertical centering */
  padding: 10px; /* Button padding */
  border: none;
  background-color: rgba(0, 0, 0, 0.5); /* Dark background */
  color: white; /* White text */
  cursor: pointer; /* Indicate clickable */
  border-radius: 5px; /* Rounded corners */
  /* Add more styling as needed */
}

.scroll-left {
  left: 0; /* Position on the left side */
}

.scroll-right {
  right: 0; /* Position on the right side */
}

.collimator {
  --s: 50px; /* the size on the corner */
  --t: 5px;  /* the thickness of the border */
  --g: 20px; /* the gap between the border and image */
  
  z-index:100;
  
  padding: calc(var(--g) + var(--t));
  outline: var(--t) solid #B38184; /* the color here */
  outline-offset: calc(-1*var(--t));
  mask:
    conic-gradient(at var(--s) var(--s),#0000 75%,#000 0)
     0 0/calc(100% - var(--s)) calc(100% - var(--s)),
    conic-gradient(#000 0 0) content-box;
  transition: .4s;
}
.collimator:hover {
  outline-offset: calc(-1*var(--g));
}

 .overlay {
        position: relative;
        width: 50%;
        height: 85%;
		top: 10%;
		margin-left: 25%;
        --border-style: 3px solid #80d0c7;
        --border-space: 20px;
    }

 .overlay-element {
        position: absolute;
        width: 150px; /* controls the length of the borders */
        height: 100px;  /* controls the height of the borders */
    }

 .overlay .topo-left {
        border-left: var(--border-style);
        border-top: var(--border-style);
        top: var(--border-space);
        left: var(--border-space);
    }

 .overlay .topo-right {
        border-right: var(--border-style);
        border-top: var(--border-style);
        top: var(--border-space);
        right: var(--border-space);
    }

 .overlay .bottomo-left {
        border-left: var(--border-style);
        border-bottom: var(--border-style);
        bottom: var(--border-space);
    }

 .overlay .bottomo-right {
        border-right: var(--border-style);
        border-bottom: var(--border-style);
        bottom: var(--border-space);
        right: var(--border-space);
    }
	
	
	
	
.scr{
 float: left;	
	
}


.header-scr{
  position:relative;
  width: 99%;
  height:8%;
  margin: 0.1% 0 0 0.5%;
}


.content-scr{
  position:relative;
  width: 99%;
  height:60%;
  margin: 0.1% 0 0 0.5%;	
}

.footer-scr{
  position:relative;
  width: 99%;
  height:27%;
  margin: 0.1% 0 0 0.5%;	
}
.crawl-scr{
  position:relative;
  width: 99%;
  height:4%;
  margin: 0.1% 0 0 0.5%;	
}


.content-left {
	position: relative;
	width: 35%;
	height: 99%;
	display:inline-block;
	float:left;
	/*
	text-align: center;
	align-content: center;
	object-fit: fill;
	*/
	border-radius: 20px;
	overflow: hidden;
	object-fit:cover;
	background: #000000;
	top: 0;
	left: 0;
		
}

.content-mid {
	position: relative;
	width :29%;
	height: 99%;
	display:inline-block;
	float:left;
	/*
	text-align: center;
	align-content: center;
	object-fit: fill;
	*/
	border-radius: 20px;
	overflow: hidden;
	background: #000000;
	object-fit:cover;
	margin: 0 0.5% 0 0.5%;	
}

.content-right {
	position: relative;
	width :35%;
	height: 99%;
	display:inline-block;
	float:left;
	/*
	text-align: center;
	align-content: center;
	object-fit: fill;
	*/
	border-radius: 20px;
	overflow: hidden;
	background: #000000;
	object-fit:cover;
}


.scr-center{
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: 3; 
  overflow: hidden;
	
}

.radar {
  position: relative;
  overflow: hidden;
  /*width: 300px;*/
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  
  z-index: 2;
  width: 50vh;
  aspect-ratio: 1;
  background:  url(/img/textures/vY6Tl-eye.png) center / cover;
  
  border-radius: 50%;
}

.beam {
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  aspect-ratio: inherit;
  
  background: url(/img/textures/GCbf1.png) center / cover;
  animation: 5s rotate linear infinite;
}

@keyframes rotate {
  100% {
    rotate: 1turn;
  }
}

.dot {
  position: absolute;
  left: calc(var(--x) * 100%);
  top: calc(var(--y) * 100%);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin: -2px;
  background: #cf5;
 
  box-shadow: 0 0 10px 5px rgba(100, 255, 0, 0.5);
  opacity: 0;
}

.footer-left{
	position: relative;
	width: 35%;
	height: 100%;
	display:inline-block;
	float:left;
	/*
	text-align: center;
	align-content: center;
	object-fit: fill;
	*/
	border-radius: 20px;
	overflow: hidden;
	object-fit:cover;
	
	top: 0;
	left: 0;	
	margin: 0 0.5% 0 0;	
}

.footer-mid{
	position: relative;
	width: 29%;
	height: 100%;
	display:inline-block;
	float:left;
	/*
	text-align: center;
	align-content: center;
	object-fit: fill;
	*/
	border-radius: 20px;
	overflow: hidden;
	object-fit:cover;
	
	top: 0;
	left: 0;	
	margin: 0 0.5% 0 0;	
}


.footer-right{
	position: relative;
	width: 35%;
	height: 100%;
	display:inline-block;
	float:left;
	/*
	text-align: center;
	align-content: center;
	object-fit: fill;
	*/
	border-radius: 20px;
	overflow: hidden;
	object-fit:cover;
	
	top: 0;
	left: 0;	
	
}

.consent-action input[type="checkbox"] {
  /* Make the checkbox bigger */
  width: 24px;   /* Adjust as needed */
  height: 24px;  /* Adjust as needed */
  margin-right: 12px; /* Increased space for a larger checkbox */
  cursor: pointer;

  /* The following can help if default styling interferes with custom sizing,
     or if you want to further customize the appearance.
     However, direct styling of checkbox appearance can be tricky across browsers.
     Often, custom checkbox solutions involve hiding the default checkbox
     and styling a ::before or ::after pseudo-element on the label.
     For simplicity, we're directly sizing here. */
  -webkit-appearance: none; /* May be needed for Chrome/Safari/Edge */
  -moz-appearance: none;    /* May be needed for Firefox */
  appearance: none;         /* Standard property */
  border: 1px solid #999; /* Example border, customize as you like */
  border-radius: 3px;     /* Slightly rounded corners */
  position: relative;     /* For positioning the checkmark if you add one manually */
  vertical-align: middle; /* Helps with alignment if not using flex on parent */
                          /* With flex `align-items: center;` on parent is better */
}

/* Style for the checked state (if you used appearance: none) */
.consent-action input[type="checkbox"]:checked {
  background-color: #80d0c7; /* Example checked background color */
  border-color: #80d0c7;
}

/* Optional: Add a visual checkmark if you set appearance: none
   This is a simple CSS checkmark. SVG or font icons are more robust. */
.consent-action input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 7px;  /* Adjust for your checkbox size */
  top: 2px;   /* Adjust for your checkbox size */
  width: 6px; /* Adjust for your checkbox size */
  height: 12px;/* Adjust for your checkbox size */
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.consent-action input[type="checkbox"]:focus {
  outline: 2px solid  #80d0c7; /* Or your preferred focus color */
  outline-offset: 2px;
  /* If using appearance: none, you might want a different focus style */
  /* box-shadow: 0 0 0 2px skyblue; */
}
  /* 
#sourceVideoContainer {
    /* Make it technically visible but position it off-screen */
   /*  position: absolute;
    top: -9999px;
    left: -9999px;*/

    /* Start with it hidden; JS will make it visible when a video loads */
    /* visibility: hidden;
}*/