/*
#3b5ee5
#e56d3b 
#4a4947
*/


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}



.banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-image:
    url(../images/garage-door.webp);

}

.banner-installation{
  
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/236f4d138e82c56973ae0713c39724e3.jpg);
}

.banner-opener{
    
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/94a9f528f1c5008661cb1e67d7487bbf.png);
}

.banner-repair{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/7df920060ab7784baa4130b7c4d9343d.jpg);

}

.banner-spring{

  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/Panelift-Icon-Nullarbor-Textured-Luxe-Design-Black-Ace-1200x800.webp);
}

.nav-link {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}

.nav-link:hover {
  color: #e56d3b;
  border-bottom: #e56d3b 1px solid;

}


.navbar-toggler-icon{
  background-image: none;
}  


/* --------------- */

.effect::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 50px;
  background-color: #10375C;
}

.effect::after {
  content: "";
  display: inline-block;
  height: 50px;
  width: 10px;
  background-color: #10375C;
}

.effect-1 {
  margin-top: -50px;
}

.effect-1::before {
  content: "";
  display: inline-block;
  height: 50px;
  width: 10px;
  background-color: #10375C;
}

.effect-1::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 50px;
  background-color: #10375C;
}

.effect-2 {
  margin-top: -50px;
  margin-left: -50px;
  transform: rotate(3.142rad);
}

.effect-2::before {
  content: "";
  display: inline-block;
  height: 50px;
  width: 10px;
  background-color: #10375C;

}

.effect-2::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 50px;
  background-color: #10375C;
}

.effect-3 {
  margin-top: -50px;

  text-align: left;
  transform: rotatex(3.142rad);
}

.effect-3::before {
  content: "";
  display: inline-block;
  height: 50px;
  width: 10px;
  background-color: #10375C;

}

.effect-3::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 50px;
  background-color: #10375C;
}

/* ----------------------------- */



/* buttons */
.one {
  border-color: #EB8317;
  color: #10375C;
  box-shadow: 0 0 40px 40px #EB8317 inset, 0 0 0 0 #EB8317;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.one:hover {
  box-shadow: 0 0 10px 0 #EB8317 inset, 0 0 10px 4px #EB8317;
  color: #000;
}

.secound {
  border-color: #EB8317;
  color: #10375C;
  box-shadow: 0 0 40px 40px #EB8317 inset, 0 0 0 0 #EB8317;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.secound:hover {
  box-shadow: 0 0 10px 0 #EB8317 inset, 0 0 10px 4px #EB8317;
  color: #fff;
}

.third {
  border-color: #10375C;
  color: #fff;
  box-shadow: 0 0 40px 40px #10375C inset, 0 0 0 0 #10375C;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.third:hover {
  box-shadow: 0 0 10px 0 #10375C inset, 0 0 10px 4px #10375C;
}


/* buttons */
.sec-section li{
padding-top: 18px;
}

/* marquee */

.marquee {
  width: 100%;
  margin: 15px auto;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  animation: marquee 35s linear infinite;
  color: #fff;
  padding-left: 70%;
}

.marquee:hover {
  animation-play-state: paused
}

/* Make it move */

@keyframes marquee {
  0% {
    text-indent: 27.5em
  }

  100% {
    text-indent: -120em
  }
}

/* marquee */

.table td{
  padding: 1rem 1rem;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-accent-bg: rgb(0 0 0 / 15%);
  color: #fff;
}

/* JUMP */
.compare h1 {
  cursor: default;
  position: relative;
  top: 16rem;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  margin: auto;
  display: block;
  text-align: center;
}

.compare h1 span {
  position: relative;
  top: 20px;
  display: inline-block;
  -webkit-animation: bounce 0.3s ease infinite alternate;
  font-size: 80px;
  color: #10375C;
  font-weight: 700;
  /* text-shadow: 0 1px 0 #e0e0e0, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
    0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent,
    0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, 0.4); */
}

.compare h1 span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
}

.compare h1 span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
}


/* ANIMATION */
@-webkit-keyframes bounce {
  100% {
    top: -20px;
    /* text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
      0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc,
      0 50px 25px rgba(0, 0, 0, 0.2); */
  }
}


/* service */

.gallery img {
	width: 100%;
	display: block;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 1000ms;
}

.service{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  /* gap: 0.5rem; */
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  max-width: 100%;

}

figure {
	margin: 0;
	position: relative;
	overflow: hidden;
}

figure::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200%;
	height: 200%;
	background: rgba(0, 0, 0, 0.5);
	transform-origin: center;
	opacity: 0;
	transform: scale(2);
	transition: opacity 300ms;
}

figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	place-items: center;
	text-align: center;
	padding: 1rem;
	color: white;
	font-size: 1.5rem;
  font-weight:700;
	z-index: 1;
	opacity: 0;
	transition: opacity 600ms, transform 600ms;
}

a:is(:hover, :focus) figure::after {
	opacity: 1;
}

a:is(:hover, :focus) figcaption {
	opacity: 1;
	transition: opacity 600ms;
}

@media (prefers-reduced-motion: no-preference) {
	figcaption {
		transform: translate3d(0, 2rem, 0);
	}
	
	figure::after {
		border-radius: 50%;
		opacity: 1;
		transform: scale(0);
		transition: transform 900ms;
	}
	
	a:is(:hover, :focus) figure::after {
		transform: scale(2.5);
	}

	a:is(:hover, :focus) figcaption {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: opacity 600ms 400ms, transform 600ms 400ms;
	}

	.gallery a:is(:hover, :focus) img {
		transform: scale(1.2);
	}
}

/* service */

.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 700 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* footer */
.contact-section{
  padding: 50px 0;
}
.contact-card{
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.contact-card i{
  font-size: 24px;
  color: #007bff;
  margin-bottom: 15px;
}
.contact-form input,
.contact-form textarea {
  margin-bottom: 15px;
}
.social-icons a{
  font-size: 20px;
  color: #007bff;
  margin-right: 10px;
}
.social-icons a:hover {
  color: #0056b3;}

/* footer */


.userselect {
  user-select: none;
}

.spam {
  display: none;
}

textarea {
  resize: none;
  margin-bottom: 20px;
}



.Locations a {

  margin: 9px auto;
  color: #fff;
}

.Locations a:hover {
  background-color: #ffffff;
  color: #10375C;
}

.zipcodes a{
  
  color: #fff;
  background-color: transparent;
  padding: 6px;
margin: 5px auto;
}
.zipcodes a:hover{
  color: #10375C;
  background-color: #fff;

}
.social-links {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 8px 8px 0;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
  transition: all .5s ease;
  font-size: 1.3rem
}

.social-links:hover {
  color: #10375C;
  background-color: #fff
}


#lz_overlay_wm .lz_overlay_wm_sh_act {
  width: 57px !important;
  height: 57px !important;
  background: #EB8317 !important;
  border-radius: 50%;
  z-index: 20000200;
  border-color: #EB8317;
  transform: translateY(0px);
  right: 0;
  position: relative;
  display: block;
  top: 0;
  visibility: visible
}

#lz_overlay_wm .lz_overlay_wm_icon {
  background-color: #EB8317;
  border-radius: 50%
}

.lz_chat_header {
  background-color: #EB8317 !important
}

#lz_chat_overlay_data_form_ok_button {
  background: #EB8317 !important
}
form.CUS input.subject { display: none; }
input.btn-submit {
  background-color: #EB8317;
  color: white;
  font-size: 1em;
   transition: 1s;
}
input.btn-submit:hover {
  background-color: transparent;
  color:#EB8317;
  transition: 1s;
}
.contact select{color: #7a7a7a;}
.f-title{color:#8595b4 ;}