body {
  font-family: "Oswald", sans-serif;
  background-color: #111;
  color: #fff;
}

a{
    text-decoration:none;
}
/* Spinner Start */

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1); 
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:150px;
  height:150px;
  background:transparent;
  border:3px solid #3c3c3c;
  border-radius:50%;
  text-align:center;
  line-height:150px;
  font-family:sans-serif;
  font-size:20px;
  color:#ff0000;
  letter-spacing:4px;
  text-transform:uppercase;
  text-shadow:0 0 10px #ff0000;
  box-shadow:0 0 20px rgba(0,0,0,.5);
}
.loader:before
{
  content:'';
  position:absolute;
  top:-3px;
  left:-3px;
  width:100%;
  height:100%;
  border:3px solid transparent;
  border-top:3px solid #ff0000;
  border-right:3px solid #ff0000;
  border-radius:50%;
  animation:animateC 2s linear infinite;
}
.loaderSpan
{
  display:block;
  position:absolute;
  top:calc(50% - 2px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
.loaderSpan:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#ff0000;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #ff0000;
}
@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}
/* Spinner End */

#homeSection {
  background: url("/assets/img/background.png");
  background-size: cover;
  text-align: center;
  padding-top: 5rem;
  /* padding: 100px 0;
    padding-bottom: 7rem; */
  height: 100vh;
}

#homeSection h1,
#homeSection h2 {
  margin: 20px 0;
}

#homeSection .btn-get-started {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin-top: 15px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
}

#homeSection .btn-get-started:hover {
  background: #fff;
  color: #333;
}

/* Header Section */
.nav-item.active {
  color: #333;
  font-weight: bold;
}

#logo {
  animation: anim 4s;
}

@keyframes anim {
  0% {
    transform: rotateZ(-45deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}
/* End Header */

/* About Section */
.about-image {
  background: url(../img/about.jpg) right top no-repeat;
  border: 2px solid white;
}

.about_text {
  /* background: #1c3c8a !important; */
  background-image: linear-gradient(
    to right top,
    #525458,
    #000206,
    #0b193394,
    #00000094,
    #525458
  ) !important;
  padding: 30px;
  margin: 60px 0px;
  box-shadow: -5px 15px 50px #8f92a385 !important;
  /* box-shadow: -5px 15px 50px #00000085 !important; */
  text-align: justify;
}

.about_text h1 {
  font-size: 43px;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
  text-align: center;
}
.about_text p {
  font-size: 18px;
  color: #fff;
  margin: 25px 0px;
  line-height: 35px;
}

/* End About */

/* Why Us Section */

.whyUsImage {
  border-width: 4rem;
  border-style: solid;
  border-color: transparent #607f7f  transparent #607f7f;
  transition: all 2s;
  padding: 1rem;
}

.whyUsImage:hover {
  border-width: 4rem;
  border-color: #607f7f transparent #607f7f transparent;
  transition: all 2s;
}
.whyUsText p {
  text-align: justify;
}

/* Media Query for Smaller Devices */
@media (max-width: 768px) {
  .whyUsImage {
    width: 75%;
    height: auto;
    border-width: 1.5rem;
    border-style: solid;
    border-color: transparent #607f7f transparent #607f7f;
    transition: all 2s;
    padding: 1rem;
    margin-left: 3.5rem;
  }
  .whyUsImage:hover {
    border-width: 1.5rem;
    border-color: #607f7f transparent #607f7f transparent;
    transition: all 2s;
  }
  .whyUsText p{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}

@media (min-width: 1400px){
    .whyUsImage{
        width: 90%;
        height: auto;
    }
}
@media (max-width: 400px) {
    .whyUsImage {
        display:none;
    }
}

/* End Why Us */

/* Feature Section */
.featureSection {
  padding: 2em 0;
}

@media (min-width: 768px) {
  .featureSection {
    padding: 2em 0;
  }
}
.featureSection.featureSection-sm {
  padding: 2em 0;
}

.featureSection-heading {
  font-size: 30px;
  color: #25262a;
  position: relative;
}
.featureSection-heading:before {
  content: "";
  left: 0%;
  top: 0;
  position: absolute;
  width: 40px;
  height: 2px;
  background: #f23a2e;
}
.featureSection-heading.text-center:before {
  content: "";
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  width: 40px;
  height: 2px;
  background: #f23a2e;
}
.text {
  background-color: #fff;
  color: #000;
}

.col-md-6.text:hover {
  background-color: #26282a; /* Change to your desired hover background color */
  color: #dbd0d0; /* Change to your desired hover text color */
  transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition effect */
}

.col-md-6 text:hover a {
  color: #007bff; /* Change to your desired link hover color */
}

/* End Feature */

/* Product Section */
.pi{
  background-image: url("/assets/img/features/feature2.jfif");
  background-size: cover
}

@media (min-width: 76px) { 
  .product_btn{
      width: 24%;
      margin-left:2px;
      margin-right:2px;
  } 
  
  .ac{
  background-color: white;
  width: 24%;
      margin-left:2px;
      margin-right:2px;
}
  }
  @media (min-width: 700px) {
    .product_btn{
       width:20%;}
    }
  /*@media (min-width: 1200px) {*/
  /*  .product_btn{*/
  /*     width:15%;*/
        
  /*  }*/
  /*  }*/

.product_btn{
  background-color: #ffffff9e;
 
 
}

.ac{
  background-color: white;
}

.ProductSection {
  padding: 2em 0;
}
@media (min-width: 768px) {
  .ProductSection {
    padding: 2em 0;
  }
}
.ProductSection.ProductSection-sm {
  padding: 2em 0;
}

/* End Product Section */

/* Gallery Section */
.gallery_img div:hover {
  background-image: url("./assets/img/background.png");
  background-size: cover;
}

.gallery_img div img:hover {
  width: calc(100% - 10px);
}
/* End Gallery */

/* Video Start */
.bg-video {
 background-image: linear-gradient(
    to right top,
    #525458,
    #000206,
    #0b193394,
    #00000094,
    #525458
  ) !important;
  padding: 30px;
  margin: 60px 0px;
  box-shadow: -5px 15px 50px #8f92a385 !important;
  /* box-shadow: -5px 15px 50px #00000085 !important; */
  text-align: justify;
}
/* End Video */


/* Contact Us Start */
#map{
  clip-path: polygon(0% 0% ,100% 0% , 100% 60% , 0% 100%);
}
/* End Contact Us */


/* Footer Start */
.footer {
  background: url(../img/footer.png) center center no-repeat;
  background-size: contain;
}

.footer .btn.btn-social {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(256, 256, 256, 0.1);
  border-radius: 40px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  transition: 0.3s;
  text-decoration: none;
}

.footer .btn.btn-link:hover {
  color: #ffffff;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .copyright a:hover {
  color: #ffffff;
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footerText {
  line-height: 2.2rem;
}
.btn-social {
  font-size: 1.4rem;
  background-color: #343a40;
  border: none;
}

.btn-social:hover {
  background-color: #000;
  color: white;
}
.copyrightLink {
  text-decoration: none;
}
/* End Footer */

/* Back Top Button Start */
#back-to-top-btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ffffff;
  color: rgb(0, 0, 0);
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 50%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

#back-to-top-btn:hover {
  background-color: #716e6e;
  color: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}

/* Back Top Button End */

