/* 
    Theme Name: FJ Scaler Theme Push/Pull
    Author: Andrew Kassab, Sree Gajula
    Version: 1.7
*/

body,h1,h2,h3,h4,h5,h6,p,span {
  font-family: 'Montserrat', sans-serif; /*RKM*/ 
}

body, html {
  height: 100%;
  line-height: 1.8;
}

*, ::before, ::after {
  margin:0;
  padding: 0;
  color: black;  /*RKM*/
}


.logo {
  margin-left: 10px;
  margin-top: 10px;
  max-width: 10rem;  /*RKM*/ 
  /*-webkit-filter: invert(100%); RKM*/ 
  padding-bottom: 15px;
}

.background-black-light{
  background-color: rgba(0, 0, 0, 0.1);
}

.navbar {
  position: absolute !important;
  width: 100%;
  background: none;
  z-index: 2;
  font: 300 18px 'Montserrat', sans-serif; /*RKM*/
  text-shadow: 0px 0px 4px #000000; /*RKM*/
}

.nav-link {
  padding-right: 10px !important;
  padding-left: 10px  !important;
}

@media (max-width: 993px) {
  .navbar-collapse {
    text-align: center;
  }

  .signin{
    margin: 10px;
  }
}

.navbar button{
  border: none;
}

.signin {
  background-color: white;
  border-radius: 10%;

}

.bi-list::before{
  color: white!important;
}

.btn.btn-primary {
  color: white;
  background-color: black;
  border-color: black;
}

.btn.btn-primary:hover {
  color: white;
  background-color: black;
  border: none;
}
.bi-list{
  zoom: 1.3;
}


/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.thumbnail {
  position: relative;
}


/* Sree */
img{
  max-height: 100%;
}

/* INTRO */
#Home{
  margin-bottom: -10rem;
}

.intro-title{
  height: auto;
  padding-top: 2rem;
}

.intro-title img{
 opacity: 100%; 
}

.intro-page{
  height: 40rem;
  background-size: cover; 
  background-position: center center;
  position: fixed;
  background-repeat: no-repeat;
  position: relative;
  bottom: 10rem;
  text-shadow: 0px 0px 6px #000000;  /*RKM*/ 
  overflow: hidden;
}

.into-page-video {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  bottom: 12rem;
  text-shadow: 0px 0px 6px #000000;  /*RKM*/ 
  min-height: 100%;
}

/* VIDEO BACKGROUND HERE */
.video-responsive {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Add this line to ensure the video covers the entire div */
}

@media (max-width: 1000px) {
  .video-responsive {
    position: absolute!important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
/* ------------------------ */


/*
.intro-page-overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
*/  /*RKM*/ 

.intro-page button{
  font-size: 0.7rem;
}

.intro-page-contents{
  width: 75%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 5rem;
}



/* CHANGE THIS: can probably be done in Bootstrap */
.intro-page{
  background-color: black;
}

/* TECHNOLOGY */
.tech-boxes-mobile{
  display: hidden;
}

.technology-box img{
  width: 30rem;
  object-fit: cover;
}

.technology-img-r{
  box-shadow: -7px 7px lightgray;
}

.technology-img-l{
  box-shadow: 7px 7px lightgray;
}

.tech-spacer-r{
  margin-right: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tech-spacer-l{
  margin-left: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.technology-box{
  padding-bottom: 10px;
  width: 75%;
}

.tech-boxes-mobile{
  display: none;
}

/* PRODUCTS */

.carousel-item{
  height: 650px;
  width: 100%!important;
  object-fit: cover;
} 
.carousel-item img{
  height: 650px;
  width: 100%!important;
  object-fit: cover;
}

.carousel-caption{
  top: 50%;
  transform: translateY(-50%);
  bottom: auto!important;
}
@media (max-width: 768px) {
  .carousel-caption{
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto!important;
  }
  h1.font-weight-bold{
    font-size: 1.7rem!important;
  }

  .carousel-image-main{
    min-height: 100px!important;
  }
}

.caption-backdrop{
  padding: 3.5rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 25px;
}

.bottom-zero {
  bottom: none!important
}

/* QUALITY */
.quality{
  margin-top: 3rem;
}

.quality-box{
  text-align: center!important;
}

.icon-yellow{
  color: black;
  font-size: 85px;
}

.icon-green{
  color: black;
  font-size: 85px;
}

.icon-blue{
  color: black;
  font-size: 85px;
}

@media (max-width: 1000px) {
  .quality-boxes{
    display: block;
    
  }
}
@media (min-width: 1000px) {
  .quality-boxes{
    display: flex;
    justify-content: space-around;
  }
  .quality-box {
    max-width: 30%;
  }
}

/* ABOUT US */

.about-us-img{
  opacity: 60%;
}

.about-us{
  position: relative;
  text-align: center;
  height: 35rem;
  background-size: cover; 
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.about-us-overlay{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.about-us-paragraph {
  max-height: 10% !important;
  font-size: 1rem;
  text-align: left;
}

.about-us h1 {
  max-height: 10% !important;
}

.centered {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-text {
  position: absolute;
  top: 15rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centered-img {
  position: absolute;
  top: 30%;
  left: 50%;
  max-width: 10rem;  /*RKM*/ 
  transform: translate(-50%, -50%);
}

.logo-img.mt-5 {
  /* margin-top: 30%!important; */
  margin-top: 20em!important;
}

/* NEWS */

.news-box{
  border-radius: 25px;
  width: 75%;
  zoom: .75;
}

.news-img{
  width: 50%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  object-fit: cover;
}

/* CONTACT FORM */
#contact {
  width: 100%;
  height: 100%;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px 'Montserrat', sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
/*   justify-content: space-between; */
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
	
	/* Temp Area  */
	justify-content: center
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-weight: 400;
}

.form-group-sub {
  justify-content: center;
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.form-control, 
textarea {
  text-align: center;
  background-color: #000;
  color: #fff;
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 100%;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all .2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}
.column-inner{
  padding-left: 40px;
}
/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
	padding-left: 0;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #aaa;
}

.contact-text {
  font: 300 18px 'Montserrat', sans-serif;
  letter-spacing: 1.9px;
  color: #bbb;
}

i.fa.fa-map-marker.fa-2x,
i.fa.fa-phone.fa-2x {
	display: inline-flex;
  align-items: center;
}

i.fa.fa-envelope.fa-2x {
  display: inline-flex;
  align-items: center;
}

i.fa.fa-linkedin.fa-2x {
  display: inline-flex;
  align-items: center;
}

.place {
  margin-left: 26px;
}

.phone {
  margin-left: 20px;
}

.gmail {
  margin-left: 20px;
}

.linkedin {
  margin-left: 20px;
}

.contact-text a {
  color: #000;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #bbb;
  text-decoration: none;
}


/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative; 
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: rgb(27,27,27);
  cursor: pointer; 
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff; 
}

.social-media-list li:hover:after {
  opacity: 1;  
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px 'Oswald', sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 10px;
}

.cp-text{
  color: #555;
}

hr {
  border-color: rgba(255,255,255,.6);
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }  
  
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }    
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }  
  .form-control, textarea {
    
    margin: 0 auto;
  }
 
  
  .name, .email, textarea {
    justify-content: center;
  } 
  
  .direct-contact-container {
    margin-top: 60px;
  }  
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    max-height: 55px;
    max-width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
  
}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}

.title{
  font-size: 3.5rem!important;
}

.title-descriptor {
  font-size: 1.4rem!important;
}

/* RESPONSIVE */

@media screen and (max-width: 1500px) {
  .news-box{
    zoom: 55%;
  }
}
@media (max-width: 1000px) {
  .news-box.d-flex.bg-light.m-auto {
    background-color: transparent!important;
  }
  
  .news-box {
    display: none;
    position: relative;
  }

  .news-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .news-box > div {
    position: relative;
    z-index: 1;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    margin: 20px;
  }
}



@media screen and (max-width: 1400px) {
  .title{
    font-size: 3rem !important;
  }
  .title-descriptor{
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .title{
    font-size: 2.5rem !important;
  }

  .technology-box h1{
    font-size: 1.7rem;
  }

  .technology-box p{
    font-size: 0.7rem;
  }

  .about-us-paragraph {
    max-height: 10% !important;
    font-size: 0.8rem;
    width: 45%;
  }

}

/* MOBILE RESPONSIVE */
@media screen and (max-width: 1000px) {
  .navbar{
    background: black;
	opacity: 90%;
  }

  .intro-page-contents h1{
    font-size: 1.7rem;
  }

  .tech-boxes{
    display: none!important;
  }

  .tech-boxes-mobile{
    display: block;
  }

  .tech-spacer-r{
    width: 100%;
    margin-right: 0%;
    text-align: center;
  }
  
  .tech-spacer-l{
    width: 100%;
    margin-left: 0%;
    text-align: center;
  }

  .technology-box{
    width: 100%;
  }

  .tech-box-title{
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
  }

  .tech-p{
    width: 87%;
    margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.7rem;
  }

  .tech-box-title h1{
    padding-left: 10px;
    text-align: left;
    font-size: 1.3rem;
    width: 50%;
    margin: auto;
    border-left: 10px solid #ffffff;
  }

  .tech-overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .quality-box i{
    zoom: 0.7;
    padding-right: 15px;
  }

  .carousel-caption{
    right: 0!important;
    left: 0!important;
  }

  .carousel-item img{
    height: 500px;
  }

  .caption-backdrop{
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0px;
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
    margin-bottom: 150px;
  }

  .carousel-indicators{
    margin-bottom: 10rem;
  }

  .quality{
    margin-top: -100px;
  }

  .quality-boxes h1{
    font-size: 1.5rem!important;
  }

  .quality-boxes p{
    font-size: 0.7rem!important;
  }

  .quality-box{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left!important;
  }

  .quality-text{
    padding-left: 15px;
  }

  .about-us-paragraph{
    width: 75%;
    font-size: 0.8rem;
  }

  .contact-wrapper{
    zoom: 0.8;
  }

}

@media screen and (max-width: 770px) {
  .intro-page {
    background-position: center !important;
    background-attachment: unset !important;
  }

  .news-box{
    zoom: 0.5;
    width: 85%;    
  }

  .news-box h1{
    font-size: 2rem!important;
  }
}

@media screen and (max-width: 500px) {
  .news-box{
    zoom: 0.30;
    width: 85%;    
  }
}

@media screen and (max-width: 550px) {
  .intro-page-contents h1{
    font-size: 1rem;
  }

  .tech-box-title h1{
    width: 80%;
  }
}

@media screen and (max-width: 350px) {
  .contact-wrapper{
    zoom: 0.7;
  }
}

@media screen and (max-width: 300px) {
  .contact-wrapper{
    zoom: 0.5;
  }
}

@media screen and (max-width: 280px) {
  body{
    zoom: 0.8;
  }
}

@media screen and (max-width: 185px) {
  body{
    zoom: 0.6;
  }
}

@media screen and (max-width: 125px) {
  body{
    zoom: 0.4;
  }
}

@media screen and (max-width: 90px) {
  body{
    zoom: 0.2;
  }
}


.wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
}

.wpcf7-form label {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.wpcf7-form textarea {
  resize: vertical;
  height: 150px;
}

.wpcf7-form input[type="submit"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-form input[type="submit"]:hover {
  background-color: #0069d9;
}