/* nav */
.nav-link{
	color: #fff;
		cursor: pointer;
	  }
	  .nav-link:hover{
		color: #f06b3b;
	  }
/* nav */

  .banner{
    /* height: 800px; */
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,0.5)),url(../imges/air-duct.jpg);
    background-size: cover;
    background-position: center;  
    position: relative;
  }

  .banner-dryer{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0,0,0,0.8)),url(../imges/dryer-vent.webp);
    background-size: cover;
    background-position: bottom;  
    position: relative;
  }
  
  .banner-ac{
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0,0,0,0.7)),url(../imges/should-i-replace-vs.-repair-my-air-conditioning-unit-1024x684.jpg);
    background-size: cover;
    background-position: bottom;  
    position: relative;
  }


  .theme-btn-one  {
    color: #fff;
    text-align: center;
    box-shadow: 0px 15px 20px 0px rgba(253, 180, 103, 0.137);
    border: 1px solid #1eadc6;
    
  }
  
  .theme-btn-one:hover {
    background: transparent;
    background: #f06b3b;
    color: #fff;
  }


  .theme-btn-three {
    color: #fff;
    text-align: center;
    box-shadow: 0px 15px 20px 0px rgba(253, 180, 103, 0.137);
    background: #1eadc6;
  }
  
  .theme-btn-three:hover {
    background: transparent;
    border: 1px solid #f06b3b;
    color: #000;
  }  
  
  .theme-btn-two {
    color: #fff;
    text-align: center;
    box-shadow: 0px 15px 20px 0px rgba(253, 180, 103, 0.137);
    background: #f06b3b;
  }
  
  .theme-btn-two:hover {
    background: transparent;
    border: 1px solid #f06b3b;
    color: #000;
  }


  .spin {
    width: 100px;
    height: 100px;
  
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    /* transform: rotate(3deg); */
     /* transform: rotate(0.3rad);/ */
     /* transform: rotate(3grad); */ 
     /* transform: rotate(.03turn);  */
  }
  
  @keyframes spin {
      from {
          transform:rotate(0deg);
      }
      to {
          transform:rotate(360deg);
      }
  }
  

  .animate{
    
    text-transform: uppercase;
    font-weight: bold;
 
  }

  .animate .big{
    font-size: 8rem;
  }
  .animate .small{
    font-size: 6rem;
  }
  .text-container > span {
    text-transform: uppercase;
    animation: glow 2s ease-in-out infinite;
    color: #f06b3b;
  }
  
  @keyframes glow {
    0%, 100% {
      color: #f06b3b;
      text-shadow: 0 0 10px #1eadc6, 0 0 50px #1eadc6, 0 0 100px #1eadc6;
    }
    
    10%, 90% {
      color: #1eadc6;
      text-shadow: none;
    }
  }
  
  .text-container > span:nth-child(2) {
    animation-delay: 0.25s;
  }
  
  .text-container > span:nth-child(3) {
    animation-delay: 0.5s;
  }
  
  .text-container > span:nth-child(4) {
    animation-delay: 0.75s;
  }
  
  .text-container > span:nth-child(5) {
    animation-delay: 1s;
  }
  
  .text-container > span:nth-child(6) {
    animation-delay: 1.25s;
  }
  
  .text-container > span:nth-child(7) {
    animation-delay: 1.5s;
  }

  .arrow {
    position: absolute;
	bottom: -385%;
    left: 34%;
    transform: rotate(270deg);
}

.arrow span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    border-bottom: 5px solid #f06b3b;
    border-right: 5px solid #f06b3b;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.service-text{
  text-decoration: none;
  color: #1eadc6;
}

.service-text:hover{
  color: #f06b3b;
}


.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: none;
  border-bottom: 1.5px #acacac solid;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);

  border-bottom-color: #f06b3b;
  outline: 0;
  box-shadow: none;
}

.userselect {
  user-select: none;
}

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

.spam {
  display: none;
}
.Locations a {
  width: 25%;
  margin: 9px auto;
  color: #fff;
}

.Locations a:hover {
  background-color: #ffffff;
  color: #1eadc6;
}


.social-links {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 8px 0px 0;
  padding: 8px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.social-links:hover {
  color: #55c4fc;
  background-color: #ffffff;
}


 /* 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: 50%;
  }
  
  .marquee:hover {animation-play-state: paused}
  
  /* Make it move */
  
  @keyframes marquee {0%   { text-indent: 27.5em }100% { text-indent: -120em }}
  
   /* marquee */
   form.CUS input.subject { display: none; }
input.btn-submit {
  background-color: #f06b3b;
  color: white;
  font-size: 1em;
   transition: 1s;
}
input.btn-submit:hover {
  background-color: transparent;
  color:#f06b3b;
  transition: 1s;
}
