

@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Cabin ;

} 



/* Global Colors */
:root {
  overflow-x: hidden;
  --teal:#023047;
 --light-blue: #8ECAE6;
 --blue:#219EBC;
 --yellow:#FFB703;
 --orange:#FB8500;


}





/**

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff7f5d;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* navbar  */
.navbar-nav {
  flex-grow: 1;
  justify-content: center;
  background:transparent !important;
}
nav{
  background:transparent;
  position: sticky;

}

.nav-link {

  color: #023047 !important; 
  font-style: bold;
  font-size: 1.5rem !important;
}
/* button  */

.main-btn {

  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--teal);
  background-color: var(--orange);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: rgba(255, 255, 255, 0.333);
  border-radius: 20px 20px 20px 20px;
  padding: 10px 20px 10px 20px;
  transform: translate(0px, 0px) rotate(0deg);
  transition: 0.2s;
  box-shadow: -4px -2px 16px 0px #ffffff, 4px 2px 16px 0px rgb(95 157 231 / 48%);
 }
 
.main-btn a{
  text-decoration: none;
  text-align: center;
  color: #fff;
}
 
 .main-btn:hover {
  color: var(--light-blue);
  background-color: var(--teal);
  box-shadow: -2px -1px 8px 0px #ffffff, 2px 1px 8px 0px rgba(69, 144, 236, 0.48);
 }
 

 .main-btn:hover a {
  color: var(--light-blue);
  scale: 1.2;
  font-size: 20px;
 }
 
 .main-btn:active {
  box-shadow: none;

 }


 /* main section  */
 .main{
  background: url("../images/bg-2.webp");
  height: 100vh;
  width: 100%;
  background-size: cover;
 }

/* hero */
 .hero{
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
 }
 .content{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.text{
  color: #fff;
  flex: 1;
  /* text-transform: uppercase; */
}
.text h1{
  font-size: calc(1rem  + 4vw);
  font-weight: 800;
  line-height: 1.2;
  color: var(--teal);
}
.text p{
   font-size: 1.4rem;
   line-height: 1.5;
   margin-bottom: 2rem;
   color: #555;
}

.garage-door-wrapper{
  flex: 0 0 35%;

}
.circle{
  position: absolute;

}

.circle img{
 visibility: visible;
}

.circle-small{
  bottom: 10rem; /* Adjust this value */
  right: 11rem; /* Adjust this value */
}

.overlay{
  background-color: var(--light-blue);
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 10000;
  display: flex;
  top: 0;
  left: 0;
}
.layer-1{
flex: 1;
}

.layer-2{
  flex: 1;
}

.layer-3{
  flex: 1;
}




/* counter style */

.counters{
  padding: 3em 2em;
 
  color: var(--orange);
  text-align: center;
  font-weight: bold;
}

.counters > div{

  margin: 0 auto;
  
}

.counter{
  position: relative;
}
.counter h2{
  font-size: 2.8em;
  margin-bottom: 0.5em;

}


.container-count h2{
  color: var(--teal);
}
/* services */

/*--------------------------------------------------------------
# Our services
--------------------------------------------------------------*/
.our-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.our-services .card-body {
  z-index: 10;
  background: rgba(142, 202, 230, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.our-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #333;
}

.our-services .card-title a {
  color: #333;
}

.our-services .card-text {
  color: #333;
}

.our-services .read-more a:hover {
  text-decoration: underline;
}

.our-services .card:hover .card-body {
  background: #ff7f5d;
}

.our-services .card:hover .read-more a,
.our-services .card:hover .card-title,
.our-services .card:hover .card-title a,
.our-services .card:hover .card-text {
  color: #eee;
}


.service-link {
  color: #333 !important; 
  text-decoration: none !important;
}
.service-link span{
  color: #333;
}

.service-link:hover {
  color: #eee !important; 
  text-decoration: none !important;
}
.service-link span:hover{
  color: #eee;
}

/* center */

.center {
  text-align: center !important;
  align-self: center;
 
}

/*  */
.glassmorphism{
  background: rgba( 142, 202, 230, 0.85 );
  /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
  backdrop-filter: blur( 3.5px );
  -webkit-backdrop-filter: blur( 3.5px );
  border-radius: 10px;
}






/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--teal);
  float: left;
  width: 44px;
  height: 44px;
  background: var(--orange);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--teal);
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--teal);
}

.contact .info .email,
.contact .info .hours,
.contact .info .phone {
  margin-top: 20px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i,
.contact .info .hours:hover i {
  background: var(--yellow);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: var(--orange);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #023047;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--teal);
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--orange);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {

  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;

}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* spam */
form.CUS input.subject { display: none; }

/* testimonials */


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.section-title{
  text-align: center;
  align-self: center;
  color: var(--teal);
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
  margin-top: 20px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: var(--orange);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #fff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--orange);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--yellow);
}
/* end of testimonials */
/* foooter */
.footer{
  background-color: var(--light-blue);
  padding: 0; 
  margin: 0;
}


.footer .social-links {
  margin-top: 30px;
}

.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--orange);
  color: var(--teal);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 15px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: var(--yellow);
  color: var(--teal);
  text-decoration: none;
}

#item-footer{
  display: inline-block;
  background: var(--teal);
  margin: 0;
  padding: 5px 5px;
}


#item-footer a{
  text-decoration: none;
  font-size: 1rem;
  padding: 10px 10px;
  margin: 2px 2px;
  color: #fff;
}

#item-footer:hover{
  background: var(--orange);
}

#item-footer:hover a{
  color: var(--teal);
}
.footer .footer-bottom {
  /* border-top: 1px solid var(--teal); */
  z-index: 2;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .copyright {
  float: left;
}

.footer .credits {
  float: right;
  
 
}
.footer .credits a{
  color: var(--teal);
  font-size: 20px;
  text-decoration: none;
}

@media (max-width: 768px) {

  .footer .copyright,
  .footer .credits {
    float: none;
    text-align: center;
  }

  .footer .credits {
    padding-top: 5px;
  }
}


