/* Base Styles */
* {
  box-sizing: border-box;
}

body {
	font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
	color: #444;
	letter-spacing: 0.5px;
	background-color: #f9f9f9;
}

div {
	display: block;
    unicode-bidi: isolate;
}

a {
	color: #3f3b39;
	text-decoration:none;
}

a:hover{
	color: #AE2824;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}


/* Header */
#masthead.container-width .wrapper img.custom-logo {
    max-height: 50px;
    width: auto;
}


.site-title a {
	color: #3f3b39;
	text-decoration: none;    
	text-align: left;
	font-family: Barlow, sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 1.5px;
	cursor: pointer;
}

@media screen and (max-width: 1023px) {
    #masthead.container-width {
        width: 90%;
        max-width: 480px;
        margin: 0 auto;
    }

    #masthead, #masthead.container-width {
        margin-top: 25px;
    }
	
    #masthead .header-container {
        height: 90px;
    }
	
	#masthead.container-width .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
		display: flex
;
    align-items: center;
    }
	
	#masthead.container-width .wrapper img.custom-logo {
        max-height: 50px;
    }

}

@media screen and (min-width: 1024px) {
    #masthead.container-width {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }

    #masthead, #masthead.container-width {
        margin-top: 25px;
    }
	
    #masthead .header-container {
        height: 90px;
    }
	
	#masthead.container-width .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
		display: flex
;
    align-items: center;
    }
	
	#masthead.container-width .wrapper img.custom-logo {
        max-height: 50px;
    }

}

@media screen and (min-width: 1920px) {
    #masthead.container-width {
        width: 90%;
        max-width: 1500px;
        margin: 0 auto;
    }

    #masthead, #masthead.container-width {
        margin-top: 25px;
    }
	
    #masthead .header-container {
        height: 150px;
    }
	
	#masthead.container-width .wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
    }
	
	#masthead.container-width .wrapper img.custom-logo {
        max-height: 100px;
    }

	#masthead.container-width .wrapper .site-details {
        display:inline;
    }

}


#masthead {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    z-index: 200;
    font-size: 17px;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


#masthead .header-container {
    position: relative;
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
}


.wrapper {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

#masthead .header-element {
    position: relative;
}

.site-branding {
    text-align: center;
    display: flex;
    align-items: center;
}


/* MAIN */
.main-container {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
	.main-container {
		width: 100%;
		max-width: 480px;
	}
}

@media screen and (min-width: 1024px) {
	.main-container {
		width: 100%;
		max-width: 960px;
	}
}

@media screen and (min-width: 1920px) {
	.main-container {
		width: 100%;
		max-width: 1920px;
	}
 }

/* Hero Section */
.hero {
	color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Barlow", Sans-serif;
    font-style: normal;


    margin-right: auto;
    margin-left: auto;
    position: relative;

	display:block;
	align-items: center;
	text-align:center;
	justify-content:center;
}

.hero-subtitle {
	font-size: 30px;
    font-weight: 700;
	text-align:center;
	margin: 0;
	display:block;
	width: 100%;
}

.hero-title {
    font-size: 90px;
    font-weight: 800;
	text-align:center;    
	text-transform: uppercase;
    font-style: normal;
	display:block;
	width: 100%;
}

/* Video Section */
.hero-container, .video-logo-container {
	background-color:#000000;
	margin-top:100px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
	text-align:center;
	justify-content:center;
	height:400px;
 }

.video-logo {
	pointer-events: none;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
	position:absolute;

	box-sizing: border-box;
	display: block;
    unicode-bidi: isolate;
}

.video-logo video {

	height: 600px;
   	
	object-fit: cover;
		
    margin: 0;
    line-height: 1;
    border: none;
	box-sizing: border-box;
	vertical-align: baseline;
	overflow-clip-margin: content-box;
    overflow: clip;
	pointer-events: none;
}
 
 .video-background-overlay {
	opacity: 0.62;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	box-sizing: border-box;
}

@media screen and (max-width: 1023px) {

	.hero-container, .video-logo-container {
		margin-top:100px;
		margin-bottom: 0px;
		padding: 0px 0px 0px 0px;
		display: flex;
		align-items: center;
		text-align:center;
		justify-content:center;
		width:480px;
		height:270px;
	}
	
	 .hero-subtitle {
		font-size: 15px;
		font-weight: 700;
		text-align:center;
		margin: 0;
		display:block;
		width: 100%;
	}

	.hero-title {
		font-size: 45px;
		font-weight: 800;
		text-align:center;    
		text-transform: uppercase;
		font-style: normal;
		display:block;
		width: 100%;
	}
	
	.video-logo video {
		height:270px;
	}	
}

@media screen and (min-width: 1024px) {

	.hero-container, .video-logo-container {
		margin-top:100px;
		margin-bottom: 0px;
		padding: 0px 0px 0px 0px;
		display: flex;
		align-items: center;
		text-align:center;
		justify-content:center;
		width:960px;
		height:540px;
	}
	
 .hero-subtitle {
	font-size: 30px;
    font-weight: 700;
	text-align:center;
	margin: 0;
	display:block;
	width: 100%;


}

.hero-title {
    font-size: 90px;
    font-weight: 800;
	text-align:center;    
	text-transform: uppercase;
    font-style: normal;
	display:block;
	width: 100%;
}
	.video-logo video {
		height:540px;
	}
}

@media screen and (min-width: 1920px) {
	.hero-container, .video-logo-container {
		margin-top:100px;
		margin-bottom: 0px;
		padding: 0px 0px 0px 0px;
		display: flex;
		align-items: center;
		text-align:center;
		justify-content:center;
		width:1920px;
		height:1080px;
	 }
	.hero-subtitle {
		font-size: 60px;
		font-weight: 700;
		text-align:center;
		margin: 0;
		display:block;
		width: 100%;
	}

	.hero-title {
		font-size: 180px;
		font-weight: 800;
		text-align:center;    
		text-transform: uppercase;
		font-style: normal;
		display:block;
		width: 100%;
	}

	.video-logo video {
		height: 1080px;
	}
 }

/* Mitivator Section */
.motivator-container{
	text-align:center;
}


/* Section Titles */
.section-title {
  font-size: 2em;
  margin-bottom: 40px;
  text-align: center;
  color: #007BFF;
}


/* Contact Section */
.contact {
  background-color: #3f3b39;
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
}
.contact a {
  color: #ffffff;
  text-decoration: underline;
}
.contact-details {
  margin: 20px 0 0;
  font-size: 1.2em;
}



/* Login Section */
.login {
  background-color: #ddd;
  color: #ffffff;
  padding: 60px 0;
  text-align: center;
  display:flex;
	align-items: center;
	text-align:center;
	justify-content:center;
}

/* Login Box */
.login-container {
  width: 100%;
  max-width: 400px;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  animation: fadeIn 0.5s ease-in-out;
}

/* Fade In Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Form Headline */
.login-container h2 {
  color: #AE2824;
  font-size: 1.8em;
  margin-bottom: 20px;
  font-weight: 700;
}

/* Form Inputs */
form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

label {
  text-align: left;
  font-weight: bold;
  font-size: 0.9em;
  color: #333;
}

input {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 6px;
  font-size: 1em;
  transition: all 0.3s ease-in-out;
}

/* Focus Effect on Inputs */
input:focus {
  border-color: #AE2824;
  outline: none;
  box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.2);
}


/* Submit Button */
button {
  background: #AE2824;
  color: white;
  border: none;
  padding: 12px;
  font-size: 1.1em;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

/* Button Hover & Active Effects */
button:hover {
  background: #0056b3;
  box-shadow: 0px 4px 10px rgba(0, 91, 187, 0.3);
}

button:active {
  transform: scale(0.98);
}


.section-transtion svg {
    width: calc(125% + 1.3px);
    height: 40px;
	
	position: relative;
    left: 50%;
    transform: translateX(-50%);
	
}

/* Responsive Design */
@media (max-width: 480px) {
  .login-container {
    width: 90%;
    padding: 20px;
  }
}




/* Footer */
.footer-container {
  background-color: #222222;
  color: #cccccc;
  text-align: center;
  padding: 20px 0;
  font-size: 0.9em;
}

/* Responsive Styles */
@media (max-width: 992px) {
 
}

@media (max-width: 600px) {
  .hero-title {
    font-size: 2em;
  }
   .header-container, .hero, .video-section, .services, .portfolio, .about, .contact {
    padding: 20px 0;
  }
}



