#right-side div ul li {
	font-size: 1.2rem;
}

#right-side div ol li {
	font-size: 1.2rem;
}

#right-side div h3 {
	margin-bottom: 2rem;
}

.header-1 {
	box-shadow: inset -10px -10px 10px 20px white;
}

.bi-arrow-up {
	font-family: "Arial", sans-serif;
	height: 30px;
	width: 20px;
	display: block;
}

.pad-3 {
	padding: 3rem;
}

.pad-6 {
	padding: 6rem;
}

.img-carousel {
	margin: 1rem;
	box-shadow: inset -10px -10px 10px 20px #364954;
	box-sizing: content-box;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-blend-mode: lighten;
	font-size: 1rem;
}

body {
	background-image: url("/assets/background2.png");
	background-repeat: repeat;
	background-color: #364954;
}

#body-main-div {
	max-width: 1600px;
	width: 1600px;
	/* background-image: url("/assets/background2.png"); */
	background-blend-mode: lighten;
	background-color: white;
}

#btn-login-desktop {
	border: 0;
}
.m-0 img {
	margin-right: 0.6em;
}

#nav-link-news {
	background-color: rgb(159, 159, 71);
	height: 2em;
	line-height: 2em;
	text-align: center;
	padding: 0 1em 0 1em;
	color: white;
}

#nav-link-news-div {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	text-align: center;
	justify-content: center;
}

#btn-login-mobile {
	display: none;
}
#launch-campaign {
	margin: 0;
	padding: 1rem;
	display: flex;
	object-fit: cover;
	box-shadow: 0 0 20px 20px white inset;
}
#youtube-campaign {
	margin: 0;
	padding: 0;
	display: flex;
	object-fit: cover;
}
#launch-image {
	object-fit: cover;
	max-width: 50%;
}
#import-image {
	object-fit: cover;
	max-width: 34%;
	box-shadow: 0 0 8px 8px white inset;
}
#assistant-image {
	object-fit: cover;
	max-width: 60%;
}
#youtube-image {
	object-fit: cover;
	max-width: 30%;
}

#right-side {
	display: flex;
	gap: 1vh;
	flex-direction: column;
	flex-grow: 1;
	padding: 2em;
	justify-content: space-between;
}
#right-side h1 {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-size: 3.5rem;
}
.launch-p {
	color: #99aebb;
	font-size: 1.4em;
}

#launch-btn {
	border: 0;
	background-color: #364954;
	padding: 1em;
	color: antiquewhite;
	font-size: larger;
	border-radius: 20px;
}

#launch-btn-2 {
	border: 0;
	background-color: #364954;
	padding: 0.7em;
	color: antiquewhite;
	font-size: larger;
	border-radius: 20px;
}

#launch-btn-3, #launch-btn-4 {
	border: 0;
	background-color: #364954;
	padding: 0.7em;
	color: antiquewhite;
	font-size: larger;
	border-radius: 20px;
	border: 1px solid antiquewhite;
}

#launch-btn-3:hover, #launch-btn-4:hover {
	background-color: #142129;

}

.screenshot {
	width: auto;
	height: 25rem;
	min-width: 100%;
	object-fit: cover;
}

.mb-4 a {
	color: black !important;
}

.dark-text {
	color: black !important;
}

.dark-icon {
	color: black !important;
	border-color: black !important;
}

.btn-primary {
	border-color: transparent !important;
}

.btn-primary.disabled {
	background-color: cadetblue !important;
}

.img-hover {
	cursor: pointer;
}
.foot-social {
	display: flex;
	margin-top: 0.7em;
}

#btn-login-desktop {
	font-size: 1.4rem;
}

.img-bkg-blend {
	position: absolute;
	background-color: #ffffff7d;
	z-index: 500;
	width: 100%;
	height: 100%;
}

.z-front {
	z-index: 1000;
}

.z-front h1 {
	color: #364954 !important;
}

.z-back {
	z-index: -1;
}

.display-4 {
	line-height: 1rem;
	font-weight: 500;
	font-size: 4rem;
}

@media (orientation: portrait) {
	.nav-item {
		font-size: 1.3vw !important;
	}
	#btn-login-desktop {
		font-size: 1.5vw;
	}
	.m-0 img {
		height: 5vh;
		margin-right: 0.6em;
	}
}

@media (orientation: landscape) {
	.m-0 img {
		height: 5vh;
		margin-right: 0.6em;
	}
}

@media (width < 1440px) {
	.nav-item {
		font-size: 1.5vw !important;
	}
	#btn-login-desktop {
		font-size: 1.5vw;
	}

	#body-main-div {
		max-width: 100%;
		border-left: 0;
		border-right: 0;
	}

	.navbar {
		max-width: 100%;
		overflow: hidden;
	}
	.nav-item {
		text-wrap: wrap;
	}

	.navbar-brand {
		padding-right: 20px !important;
	}
}

@media (max-width: 1200px) {
	.nav-item {
		font-size: 1.5vw !important;
		text-wrap: nowrap;
	}
	#btn-login-desktop {
		font-size: 1.5vw;
		text-wrap: nowrap;
	}
}

@media (max-width: 992px) {
	.navbar {
		line-height: 1em;
	}

	#nav-link-news-div {
		align-items: flex-start;
	}

	#btn-login-desktop {
		display: none;
	}

	#btn-login-mobile {
		display: block;
	}
	#launch-campaign {
		overflow: hidden;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
	}

	#launch-image {
		object-fit: cover;
		max-width: 50%;
	}

	#right-side h1 {
		font-size: 2.4em;
		margin-bottom: 0.4em;
	}

	#right-side h3 {
		font-size: 1.2em;
	}

	#launch-btn,
	#launch-btn-2 {
		height: 2.2em;
		padding: 0.4em;
		margin-top: 0.4em;
		border-radius: 10px;
	}
	.nav-item {
		font-size: 2.4vw !important;
	}
}

@media (max-width: 768px) {
	#launch-campaign {
		overflow: hidden;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
	}

	#right-side h1 {
		margin-bottom: 0.2em;
		margin-top: 0.2em;
	}

	#launch-image,
	#import-image {
		height: auto;
		max-height: 100%;
		object-fit: cover;
		max-width: 40%;
	}
	.nav-item {
		font-size: 3vw !important;
	}

	.flex-column-reverse {
		flex-direction: column;
	}
}
@media (max-width: 576px) {
	#launch-campaign {
		flex-direction: column;
	}
	#launch-image,
	#import-image {
		object-fit: cover;
		max-width: 100%;
	}
}
@media (max-width: 450px) {
	.col-6 {
		flex-basis: 100%;
	}
	.screenshot {
		width: auto;
		height: auto;
		margin-bottom: 0.5em;
	}
	.footer-row {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.foot-social {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.nav-item {
		font-size: 5vw !important;
	}
}

h2 {
	margin-bottom: 5rem;
}

.back-img-pract-dash {
	margin-top: 1rem;
	border-radius: 30px;
	margin-bottom: 2rem;
}

.back-to-top {
	position: fixed;
	right: 10px;
	bottom: 65px;
	z-index: 99;
}
#assistant-image {
	object-fit: cover;
	max-width: 100%;
}
#youtube-image {
	object-fit: cover;
	max-width: 100%;
}

@media (min-width: 768px) {
	.back-to-top {
		bottom: 105px;
		display: block;
		position: fixed;
		right: 145px;
		z-index: 999;
		width: 48px;
	}
	.back-img-pract-dash {
		background-image: url("assets/screenshot-pract-dash2.jpg");
		background-repeat: no-repeat;
		background-position: top;
		margin-top: 1rem;
		border-radius: 30px;
		padding-top: 35rem;
		margin-bottom: 2rem;
	}
	#assistant-image {
		object-fit: cover;
		max-width: 60%;
	}
	#youtube-image {
		object-fit: cover;
		max-width: 30%;
	}
}

.bg-light {
	background-color: #c2c2bc95 !important;
	border: #00a3ed solid 1px;
}

.inner-row {
	align-items: center;
}

.fa {
	font-size: 1.2rem;
}

.img-max-size {
	height: 400px;
}

.owl-stage-outer {
	max-height: 600px;
}

.nav-link {
	font-size: 1.1rem !important;
}

.hide {
	display: none !important;
}

.play { 
	background: red;
	border-radius: 50% / 10%;
	color: #FFFFFF;
	font-size: 1em; /* change this to change size */
	height: 3em;
	margin: 20px auto;
	padding: 0;
	position: relative;
	text-align: center;
	text-indent: 0.1em;
	transition: all 150ms ease-out;
	width: 4em;
  }
  
  .play:hover {
	background: darkorange;
  }
  
  .play::before { 
	background: inherit;
	border-radius: 5% / 50%;
	bottom: 9%;
	content: "";
	left: -5%;
	position: absolute;
	right: -5%;
	top: 9%;
  }
  
  .play::after {
	border-style: solid;
	border-width: 1em 0 1em 1.732em;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
	content: ' ';
	font-size: 0.75em;
	height: 0;
	margin: -1em 0 0 -0.75em;
	top: 50%;
	position: absolute;
	width: 0;
  }

  #btn-back-to-top-new {
	position: fixed;
	bottom: 70px;
	right: 10px;
	display: none;
	border-radius: 50%;
	background-color: #365b6d;
	color: white;
  }

  .fijTwW {
	bottom: 10px;
	display: block;
	position: fixed;
	right: 10px;
	z-index: 999;
	width: 48px;
}

.my-breadcumb {
	/* padding: 0.5rem 1rem; */
	margin: 1rem 0;
	display: flex;
	justify-content: center;
	flex-grow: 0;
}

.my-breadcumb ol {
	background-color: #f8f9fa;
	padding: 0 10px;
	margin: 0;
	border-radius: 0.25rem;
	border: 1px solid #dee2e6;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: black
}

.breadcrumb-item.active {
  background-color: transparent;
}