/* The styling */

video {
  margin-bottom: 1rem;
  background: black;
  width:  800px;
  height:  650px;
  }
  
 .buttonLogin {
  width: 80px;
  height: 40px;
  vertical-align: top;
}

.loginBorder {
  padding: 2rem 2rem;
  text-align: left;
  width: 440px;
  height: 190px;
}
  
.aboutBio {
  display: inline-block;
  vertical-align: top;
  width: 860px;
  height: 190px;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
}
.aboutBioPixs {
  display: inline-block;
  padding: 1rem 1rem;
  width: 800px;
  height: 700px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
}


.videoPane {
    height:  500px;
    width:  660px;
}

videoPane::-webkit-media-controls-timeline,
videoPane::-webkit-media-controls-current-time-display {
    display: none;
}

.swiper-slide {
    background-color:  #5e42ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-hero-progress {
    position: absolute;
    left: 0;
    bottom: 20px;
    width:  0;
    height:  3px;
    background: #FFF;
    z-index: 5;
}


.divLoginContainer {
	  border-width:  1px;
    border-style: solid;
    overflow: -moz-scrollbars-vertical; 
		overflow-y: hidden;
		overflow-x: hidden;
		position: relative;
}

.divPropertiesContainer {
	display: inline-block;
	border-width:  1px;
	border-style: solid;
	position: absolute;
	top: 120px;
	width: 400px;	
}


.packit {
  background-color:  #203162;
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1rem;
  width:780px;
  height: 260px;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
}

.packit2 {
  background-color:  #203162;
  display: inline-block;
  vertical-align: center;
  text-align: left;
  padding: 1rem 1rem;
  width: 820px;
  height: 500px;
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
}


.packitMeet {
  background-color:  #86c2f8;
  display: inline-block;
  vertical-align: center;
  text-align: left;
  padding: 1rem 1rem;
  width: 820px;
  height: 880px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}


.packbuttons {
  background-color:  #203162;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding: 1rem 1rem;
  width:540px;
  height: 140px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}


.packbanner {
  background-color:  #203162;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  padding: 1rem 1rem;
  width:160px;
  height: 140px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}


.packClass {
  background-color:  #ff9d42;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 1rem 1rem;
  width:600px;
  height: 620px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}


.packClass2 {
  background-color:  #ff9d42;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 1rem 1rem;
  width:820px;
  height: 620px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}

.packPresent {
  background-color:  #ff9d42;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 1rem 1rem;
  width:820px;
  height: 1020px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}

.packAbout {
  background-color:  #ff9d42;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 1rem 1rem;
  width:820px;
  height: 600px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}


/* CSS */
.button-87 {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}


.orange-rounded-button {
  background-color: #FFA500; /* A shade of orange */
  color: white; /* White text for contrast */
  padding: 10px 10px; /* Adjust padding as needed */
  border: none; /* Remove default border */
  border-radius: 25px; /* Adjust for desired roundness; 50% for a pill shape */
  font-size: 16px; /* Adjust font size */
  cursor: pointer; /* Indicate it's clickable */
  text-align: center;
  text-decoration: none;
  display: inline-block;
}



.greendk-rounded-button {
  background-color: #19a28d; /* A shade of orange */
  color: white; /* White text for contrast */
  padding: 10px 10px; /* Adjust padding as needed */
  border: none; /* Remove default border */
  border-radius: 25px; /* Adjust for desired roundness; 50% for a pill shape */
  font-size: 16px; /* Adjust font size */
  cursor: pointer; /* Indicate it's clickable */
  text-align: center;
  text-decoration: none;
  display: inline-block;
}


.yellow-rounded-button {
  background-color: #ffc610; /* A shade of orange */
  color: white; /* White text for contrast */
  padding: 10px 10px; /* Adjust padding as needed */
  border: none; /* Remove default border */
  border-radius: 25px; /* Adjust for desired roundness; 50% for a pill shape */
  font-size: 16px; /* Adjust font size */
  cursor: pointer; /* Indicate it's clickable */
  text-align: center;
  text-decoration: none;
  display: inline-block;
}




.bio {
	border: 3px solid green;
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1rem;
  width: 680px;
  height: 140px;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
}

.bioDesc {
	border: 3px solid green;
	background-color:  #C3B1E1;
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1rem;
  width: 680px;
  height: 140px;
}

.userBio {
	background-color:  #C3B1E1;
  display: inline-block;
  vertical-align: top;
  width: 580px;
  height: 480px;
  font-family: "Times New Roman", Times, serif;
  font-size: 24px;
}

.userReg {
	background-color: white;
  display: inline-block;
  vertical-align: top;
  width: 580px;
  height: 700px;
  padding: 2rem 2rem 2rem 2rem;
}

.userSub {
	background-color: white;
  display: inline-block;
  vertical-align: top;
  width: 580px;
  height: 700px;
  padding: 2rem 2rem 2rem 2rem;
}

.userAddLabel {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
}

.userAddButton {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 30px;
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
}

.bcVideo {
  width:  660px;
  height:  880px;
}
.codepenBox {
  width:  520px;
  height: 60px;
}

.codepenToken {
  width:  220px;
  height: 60px;
}

.aiOverlay {
  width:  100%;
  height:  100%;
  vertical-align: top;
  background-color:  rgba(0, 0, 0, 0.0);
}

.aiImage {
  width:  450px;
  height:  530px;
  margin-bottom: 5px;
  background-image: url("/images/zoom.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.commsParentBorder {
  border: 3px solid blue;
  margin: 1rem;
  padding: 2rem 2rem;
  text-align: left;
  width: 880px;
}

.orangeCommsBoxParent {
  border: 3px solid orange;
  margin: 1rem;
  padding: 2rem 2rem;
  text-align: left;
  width: 1600px;
}

.buttonBoxComms {
  background-color: orange;
  width: 120px;
  height: 40px;
  border: 1px solid black;
  text-align: center;
}

.buttonBoxCommsData {
  background-color: #4CAF50; /* Green */
  opacity: 0.6;  
  width: 120px;
  height: 40px;
  text-align: center;
}


.welcomeApps {
	margin: auto;
  	width: 90%;
	background-color:#ffff;
	color:#003399;
	font-size: 12pt;
	width: 380px;
}

.welcomeAppsBar {
  	margin: auto;
  	width: 98%;
	background-color:#ffff;
	color:#003399;
	font-size: 12pt;
	width: 360px;
	height: 150px;
	text-align: center;
}

.welcomeAppsButton {
  	margin: auto;
	background-color:#ffff;
	color:#003399;
	font-size: 12pt;
	width: 300px;
	height: 100px;
}

.aboutAppsBar {
  	margin: auto;
  	width: 98%;
	background-color:#ffff;
	color:#003399;
	font-size: 12pt;
	width: 360px;
	height: 350px;
	text-align: center;
}