@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&display=swap');

*,
a:before,
a:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

/*   ***** Header Section  ***** */
#pageContainer {
    background-color: #FAFAFA;
    background-image: url("../../images/frontgate_1200.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.backColor {
    background-color: #a8e9ee;
}

.logo {
    margin: 0 10px 0 30px;
    width: 250px;
    height: 50px;
}

.logo img {
    width: 210px;
}

.link {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}

.rightIcons a {
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0 10px;
}

.rightIcons a.logout {
    font-size: 1.2rem;
    font-weight: 400;
}


/*   ***** Index.php Section  ***** */
#mainContentContainer {
    padding: 10px 30px;
}

.homeContainer {
    width: 100%;
    height: 100%;
}

.row {
    display: flex;
}


.homeBackground {
    margin: 20% auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.850);
    border-radius: 10px;
}

.banner {
    font-family: 'Poppins', sans-serif;
    background-color: steelblue;
    border-radius: .25rem;
    color: whitesmoke;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
}

.homeFont {
    font-size: 1.5rem;
    font-weight: 400;
}

.thankyou {
    text-align: center;
    font-size: 2.25rem;
    font-family: 'Petit Formal Script', cursive;
    color: rgb(30, 30, 150);
    font-weight: 600;
}

.vidblock {
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vidlink {
    margin-left: 1rem;
    margin-bottom: .5rem;
    font-size: 1.75rem;
    text-decoration: none;
}

/*   ***** about.php Section  ***** */

.aboutBackground {
    margin-top: 10%;
    background-color: rgba(255, 255, 255, 0.850);
    border-radius: 10px;
    margin-bottom: 10%;
}

.aboutText, .homeText {
    text-indent: 30px;
    font-weight: 500;
    text-align: justify;
    padding-left: 1rem;
    padding-right: 1.5rem;
}

.aboutText {
    font-size: 1rem;
}

/*     *****     MANAGEMENT PAGE     *****     */
.managementBackground {
    padding-top: 56px;
    background-color: #FAFAFA;
    background-image: url("../../images/clubhouse_web_1200.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.transparentBackground {
    margin-top: 10px;
    border-radius: 8px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.85);
    margin-bottom: 40px;
}

.transparentBackgroundNews {
    margin-top: 10px;
    border-radius: 8px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
}

.transparentBackground button a {
    text-decoration: none;
}

.mngText {
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 24px;
}

.indent{
    text-indent: 20px;
    margin-bottom: 30px;
}

.btnContainer {
    text-align: center;
}

.links {
    width: 150px;
}


/*     *****     PROSPECTIVE PAGE     *****     */

.proBackground {
    background-color: #FAFAFA;
    background-image: url("../../images/frontgate_1200.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.prospectiveBG {
    margin-top: 25px;
    border-radius: 10px;
    background-color: rgba(238, 238, 238, 0.85);
}

.proBanner {
    background-color: steelblue;
    border-radius: .25rem;
    color: whitesmoke;
    text-align: center;
    font-size: 1.5rem;
}

.proTop {
    font-size: 1.25rem;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1rem;
}

.proPara {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 500;
    margin-left: 30px;
    margin-right: 30px;
}

.proPara p {
    margin-bottom: .75rem;
}

a {
    align-self: center;
}

.prosBtn {
    display: inline-block;
    width: 250px;
    background: #4E9CAF;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    color: white;
    line-height: 36px;
    text-decoration: none;
    margin-bottom: 1.5rem;

}

.topText, .tableText {
    display: flex;
    justify-content: center;
}

.tableBackground {
    background-color: rgb(238, 238, 238, .85);
    border-radius: 10px;
    margin-bottom: 50px;
}

.tableText {
    margin-top: 1rem;
}

.buyerText {
    max-width: 90%;
}

.schoolTable {
    font-size: .75rem;
}

.prosButton {
    display: flex;
    align-self: flex-end;
    height: 40px;
    padding: 0;
    background-color: #009578;
    border: none;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 1rem;
}

.prosButton:hover {
    background-color: #008168;
}

.prosButton:active {
    background-color: #006E58;
}

.prosBtn_icon {
    font-size: 1rem;
    background-color: rgba(0,0,0, 0.08);
}

.prosBtn_text, .prosBtn_icon {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    color: white;
}

.contactBanner {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    height: 50px;
    background-color: rgb(30, 30, 150);
    width: 100%;
    text-align: center;
    color: white;
    font-size: 32px;
}

.contactBackground {
    height: fit-content;
    border-radius: 10px;
}

.requiredEntry {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: red;
    font-weight: 600;
    font-size: larger;
}

.rightIcons .logout {
    font-size: 20px;
    color: red !important;
    margin-right: 25px;
    font-weight: 600;
}

/*     *****     CONTACT FORM     *****     */


/*     *****     Main Link Page     *****     */
.containerLink {
    width: 1200;
}

.linkContainerBG {
    background-color: whitesmoke;
    margin: -6rem auto 4rem auto;
}

.linkContainerBG td {
    font-size: .8rem;
}

.linkText {
    text-align: center;
    font-size: 1.5rem;
}

.linkP {
    text-indent: 15px;
    font-weight: 400;
}



/*     *****     SIGNIN FORM     *****     */
.signInContainer {
    background-color: #FAFAFA;
    background-image: url("../../images/frontgate_1200.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 1000px;
    /* min-height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.signInContainer .column {
    display: flex;
    flex-direction: column;
    height: 470px;
    width: 550px;
    padding: 20px;
    background-color: rgba(245,245,245,.90);
    justify-content: center;
    border-radius: 10px;
    border: 2px solid grey;
}

.signInContainer .column .header .logoContainer img {
    width: 50%;
}

.signInContainer .header h3 {
    color: black;
    margin-top: 1rem;
    font-size: 1.75rem;
    text-shadow: rgb(175, 173, 173) 1px 1px;
}

.signInContainer .column .loginForm {
    margin: auto;
    width: 80%;
}

.login_btns {
    display: flex;
    justify-content: space-between;
}

.login_btns .btn-width {
    width: 150px;
}


.signInContainer .column .loginForm input[type="text"],
.signInContainer .column .loginForm input[type="password"] {
    width: 100%;
    font-size: 1.10rem;
    margin: 5px 0;
    border: none;
    padding-left: 5px;
    border-bottom: 1px solid #DEDEDE;
    box-shadow: 2px 2px 5px #000;
}

.signInContainer .column .loginForm input[type="submit"] {
    background: #4285F4;
    color: #FFF;
    height: 2.5rem;
    width: 50%;
    border: 2px solid #444;
    border-radius: .25rem;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 25%;
    box-shadow: 2px 2px 2px #575454;
}

/* .msgText {
    font-size: .85rem;
    text-decoration: none;
    color: white;
    margin-bottom: .35rem;
}

.msgText:hover {
    color: black;
} */

.signInContainer .column .loginForm .errorMessage,
.signInContainer .columnUp .loginForm .errorMessage {
    width: 90%;
    border-radius: 3px;
    border: 1px solid red;
    line-height: 24px;
    background-color: yellow;
    color: red;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 3px;
}



/*     *****     OWNERS SECTION     *****     */
/*     *****     MENU.PHP    *****     */
.titleBox{
    background-image: url("../../images/property.jpg");
    height: fit-content; 
}

.titleBox {
    display: grid;
    grid-template-columns: minmax(auto, 400px);
    justify-content: center;
    background-color: #f0e9e98c;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 3rem;
    line-height: 1.7;
    padding: 20px;
    text-shadow: 2px 2px rgb(37, 37, 37);
}

.responsive-example {
    max-width: 1200px;
    margin: 15px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
}

.card {
    display: flex;
    flex-direction: column;
    background-color: #dcdfe4d0;
    border: 2px solid blue;
    color: rgb(54, 50, 50);
}

.card-title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.1rem;
    color: black;
}

.card a {
    cursor: pointer;
    text-decoration: none;
    display: grid;
    height: 40px;
    width: 150px;
    background: linear-gradient(#1c3ccc, #57a8df);
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    place-items: center;
    font-family: "Poppins", sans-serif;
    font-size: .8rem;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.card a.ownerMenuButton {
    cursor: pointer;
    text-decoration: none;
    height: 40px;
    width: 220px;
    background: linear-gradient(#1c3ccc, #57a8df);
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    place-items: center;
    font-family: "Poppins", sans-serif;
    font-size: .8rem;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 2px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.card-body svg {
    color:rgb(30, 30, 150);
}

.card a:hover {
    background: linear-gradient(#57a8df, #1c3ccc);
    color: yellowgreen;
}

.ownerMenuLink {
    border: darkblue 2px solid;
    color: white;
    padding: .5rem 2rem;
    text-decoration: none;
}


/* -------------- Styling the profile-view Section --------   */
.containerLink {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 2rem 0;
}

fieldset, legend {
    all: revert;
}

fieldset {
    border: 2px solid gray;
    border-radius: .5rem;
    margin-bottom: 2rem;
}

legend {
    font-size: 1rem;
    color:rgb(30, 30, 150);
    font-weight: 500;
    margin-left: 1rem;
}

.leadEmp {
    padding: 1rem;
    background-color: lightgoldenrodyellow;
    color: red;
    font-size: 1rem;
    text-indent: 2rem;
    font-weight: 500;
    border-radius: .5rem;
    text-align: justify;
}

.user-form-container {
    margin: 0 10%;
    width:920px;
    background-color: rgb(245, 245, 245, .85);
    border: 2px solid blue;
    border-radius: 25px;
    padding: 20px;
}


.user-form-container input[type=text],
.user-form-container input[type=email],
.user-form-container input[type=tel] {
    font-size: .9rem;
    padding-left: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
}

.user-form-container fieldset {
    margin-left: 10px;
    padding: 6px;
}

.user-form-container label {
    color: #0c10ee;
    display: block;
    width: 150px;
    float: left;
    font-weight: 400;
    font-size: .8rem;
}

.vehBorder {
    border: 2px solid rgb(77, 74, 74);
    border-radius: 10px;
    padding: 10px 20px;
    margin: 20px 0;

}

.vTitle {
    border-radius: 5px;
    background-color: whitesmoke;
    font-size: 1.3rem;
    margin-top: -25px;
    padding-left: 15px;
    color: rgb(32, 30, 30);
}

.userNotificationText {
    font-size: 1.2rem;
    font-weight: 600;
}

.userNotificationTextRed {
    color: rgb(196, 24, 24);
    font-size: 1.2rem;
    font-weight: 600;
}



/* *****     FOOTER     *****      */
.copyright{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #252527;
    height: 70px;
}

.copyText {
    line-height: 1.1rem;
    padding-top: .5rem;
    font-size: 1rem;
    color: white;
}

.copySubText {
    line-height: 1.1rem;
    padding-top: 0;
    color: #b5bcc5;
    font-size: .8rem;
}


/* NEWS TICKER STYLES FOR HOME PAGE */
/*****************************
*	horizontal news ticker
******************************/

.ticker-wrapper-h{
    font-size: 1.5rem;
	display: flex;	
	position: relative;
	overflow: hidden;
	border: 1px solid #0a0a0a;
    background-color: white;
}

.ticker-wrapper-h .heading{
	background-color: steelblue;
	color: white;
	padding: 5px 10px;
	flex: 0 0 auto;
	z-index: 1000;
}
/* .ticker-wrapper-h .heading:after{
	content: "";
	position: absolute;
	top: 0;
	border-left: 20px solid #1c6547;
	border-top: 17px solid transparent;
	border-bottom: 15px solid transparent;
} */


.news-ticker-h{
	display: flex;
	margin:0;
	padding: 0;
	padding-left: 90%;
	z-index: 999;
	
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: tic-h;
	animation-duration: 45s;
	
}
.news-ticker-h:hover { 
	animation-play-state: paused; 
}

.news-ticker-h li:nth-child(1){
	display: flex;
	width: 100%;
	align-items: center;
	white-space: nowrap;
	padding-left: 10px;
}

.news-ticker-h li{
	display: flex;
	width: 100%;
	align-items: center;
	white-space: nowrap;
	padding-left: 60px;
}

.news-ticker-h li a{
	color: #212529;
	font-weight: bold;
}

@keyframes tic-h {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}