@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Roboto:ital,wght@0,300;1,100;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Great+Vibes&family=Indie+Flower&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Indie+Flower&family=Playpen+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Indie+Flower&family=Playpen+Sans&family=Syne&display=swap');
@import url(https://db.onlinewebfonts.com/c/f8deb3c1a029ec56b15bb462c1518f07?family=Snell+Roundhand+W01+Script);
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Square&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:wght@400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nova+Square&family=Oranienbaum&display=swap');




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    font-family: "Poppins", Arial, sans-serif;

}

.body{
    background-color: var(--beige);
}

:root {
    --green: #5f7052;
    --beige: #FEFAE0;
}

/* --------------------------------------------------------------------------------before-head -------------------------------------------------------*/
.nav-head{
    background-color: var(--green);
}

.before-head{
    margin-right: 10px;
    margin-left: 10px;
}
.before-head .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: var(--beige);
    font-size: 16px;
    color: var(--beige);
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.before-head .social-links a:hover {
    color: var(--beige);
    border-color: var(--beige);
}

.before-head p{
    font-size: 20px;
    color: var(--beige);
    text-transform: capitalize;
}


/* -----------------------------------------------------------------------nav-bar--------------------------------------------------------------- */

.nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-link {
    color: var(--beige);
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: var(--beige);
}
.nav-item,.nav-link a:active {
    color: var(--beige);
}


.nav-link {
    position: relative;
    padding: 5px 0;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: var(--beige);
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active .nav-link {
    color: var(--beige); 
}
.nav-item.active:after {
    opacity: 1; 
}
.nav-item {
    position: relative;
    transition: all 200ms linear;
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: var(--beige);
}

/* ----------------------------------------------hero-section------------------------------------------------- */

.hero-section{
    background-image: linear-gradient(45deg, rgba(254, 250, 225,0.9), rgba(254, 250, 225,0.4)), url("../img/roller-door-repairs.webp");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding-bottom: 90px;
}

.repair-section{
    background-image: linear-gradient(45deg, rgba(254, 250, 225,0.9), rgba(254, 250, 225,0.4)), url("../img/garage-door-rapair.webp");
}

.installation-section{
    background-image: linear-gradient(45deg, rgba(254, 250, 225,0.9), rgba(254, 250, 225,0.4)), url("../img/unity-garage-door-instlation-technician.webp");
    background-position: left top;
}
.opener-section{
    background-image: linear-gradient(45deg, rgba(254, 250, 225,0.9), rgba(254, 250, 225,0.4)), url("../img/install-garage-door-opener.webp");
}
.spring-section{
    background-image: linear-gradient(45deg, rgba(254, 250, 225,0.9), rgba(254, 250, 225,0.4)), url("../img/garage-door-spring-austin-tx-hero-section.webp");
    background-position: left top;

}
.hero-section h1{
    padding-top: 150px;
    padding-left: 200px;
    color: var(--green);
    font-size: 60px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sa ns Unicode', Geneva, Verdana, sans-serif;
}

.hero-section p{
    padding-left: 200px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 20px;
    color: var(--green);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sa ns Unicode', Geneva, Verdana, sans-serif;
    letter-spacing: 2px;
}

.hero-section .buttons{
    padding-left: 200px;
}

.hero-section a{
    font-size: 18px;
    margin-right: 40px;
    background-color: var(--beige);
    padding: 20px;
    border-radius: 10px;
    color: var(--green);
    text-decoration: none;
    margin-bottom: 40px;
}

.hero-section .aboutus{
    background-color: var(--green);
    color: var(--beige);
}

@media (max-width:850px){
    .hero-section{
        background-attachment: scroll;
    }

    .hero-section h1{
        padding-top: 40px;
        padding-left: 10px;
        font-size: 30px;
    }

    .hero-section p{
        padding-top: 20px;
        padding-left: 10px;

    }
    .hero-section .buttons{
        padding-left: 10px;
    }
}

/* ----------------------------------------------------------------service ----------------------------------------*/
.service{
    background-color: #5F6F52;
}
.service-item{
    background-color: #5F6F52;
}
.service-item i{
    color: var(--beige);
}
.service{
    margin-top: -100px;
}
.service-desc{
    word-spacing: 3px;
    font-size: 18px;
}
.service-item p{
    color: var(--beige);
}
.service-item h3{
    color: var(--beige);
}
.service-desc{
    word-spacing: 3px;
    transition: 0.5s color;
}

/* .service-item:hover{
    transform: scale(1.1); 
    transition: transform 0.3s ease; 

} */





/* --------------------------------------------------------counter--------------------------------------- */
.counter-section{
    padding: 50px;
}
.counter-section h1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sa ns Unicode', Geneva, Verdana, sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 20px;
}

.counter-section p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sa ns Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.counter-card{
    padding: 20px;
}
.counter-card .num{
    background-color: var(--green);
    padding: 50px;
    border-radius: 50%;
    color: var(--beige);
    font-size: 50px;
}

.counter-card .counter-text{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px;
}
@media (max-width:850px){
    .counter-section h1{
        font-size: 25px;
        padding: 10px;
    }
    .counter-section p{
        font-size: 16px;
    }
 
}
/* -------------------------------------------------------door-repair-------------------------------------------------- */

.door-repair{
    padding-top: 60px;
}
.door-repair img{
    border-radius: 30px;
}
.door-repair h1{
    color: var(--green);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sa ns Unicode', Geneva, Verdana, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.door-repair p{
    padding-top: 15px;
    font-size: 18px;
    letter-spacing: 1px;
}

@media (max-width:850px){
    .door-repair h1{
        font-size: 30px;
        text-align: center;
        padding: 20px;
    }

}
/* -----------------------------------------------------------testimonials------------------------------------------------------------------ */

.slider {
	width: 100%;
}
.slider input {
	display: none;
}
.testimonials {
    margin-top: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 350px;
	perspective: 1000px;
	overflow: hidden;
}
.testimonials .item {
	width: 450px;
	padding: 30px;
	border-radius: 5px;
	background-color: var(--green);
	position: absolute;
	top: 0;
	box-sizing: border-box;
	text-align: center;
	transition: transform 0.4s;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	user-select: none;
	cursor: pointer;
}
.testimonials .item img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	border: 13px solid var(--beige);
}

.testimonials .item p {
	color: #ddd;
    background-color: var(--green);
}
.testimonials .item h2 {
	font-size: 14px;
    color: #ddd;
    background-color: var(--green);
}
.dots {
	display: flex;
	justify-content: center;
	align-items: center;
}
.dots label {
	height: 5px;
	width: 5px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #413B52;
	margin: 7px;
	transition-duration: 0.2s;
}

#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"] {
	transform: scale(2);
	background-color: var(--green);
}
#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"] {
	transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(1200px, 0, -360px) rotateY(-45deg);
}
#t-1:checked ~ .testimonials label[for="t-4"],
#t-2:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(900px, 0, -270px) rotateY(-35deg);
	z-index: 1;
}
#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(600px, 0, -180px) rotateY(-25deg);
	z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(300px, 0, -90px) rotateY(-15deg);
	z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"] {
	transform: translate3d(-300px, 0, -90px) rotateY(15deg);
	z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"] {
	transform: translate3d(-600px, 0, -180px) rotateY(25deg);
}
#t-5:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-1"] {
	transform: translate3d(-900px, 0, -270px) rotateY(35deg);
}
#t-5:checked ~ .testimonials label[for="t-1"] {
	transform: translate3d(-1200px, 0, -360px) rotateY(45deg);
}
#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"] {
	z-index: 4;
}

@media (max-width:850px){
    .testimonials{
        margin-top: 50px;

    }
}

/*------------------------------------------------- door-instlation start -------------------------------------------------*/

.door-instlation{
    background-image: linear-gradient(45deg, rgba(254, 250, 225,0.9), rgba(254, 250, 225,0.4)), url("../img/Garage-door-service-repair-tech-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: center center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
}

.door-instlation h2{
    padding: 20px;
    font-size: 50px;
    color: var(--green);
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--green);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.door-instlation p{
    padding: 20px;
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


/* ----------------------------------------------------------------brands------------------------------------------------- */

.marquee{
    width:100%;
    margin:0 auto;
    overflow:hidden;
    white-space:nowrap;
    box-sizing:border-box;
    animation:marquee 30s linear infinite;
    color:#eee;
}
.marquee:hover{
    animation-play-state:paused
}
@keyframes marquee{
    0%{text-indent:27.5em
    }
100%{
    text-indent:-105em
    }
}


/*------------------------------------------------------ door spring--------------------------------------------------------- */

.door-spring{
    padding-top:100px;
}

.door-spring h1{
    font-size: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--green);
}

.door-spring p{
    text-align: justify;
    padding: 0;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}

.door-spring .spring-img{
    border-radius: 50px;
    border: 5px solid var(--green);
    margin-left: 40px;
}

@media(max-width:850px){
    .door-spring{
        padding-top: 50px;
    }
    .door-spring h1{
        font-size: 40px;
    }
    .door-spring p{
        margin-right: 15px;
        margin-left: 15px;
    }
    .door-spring .img1{
        display: none;
    }
}

/*------------------------------------------------------------- contact us------------------------------------------------- */

.contact-us{
    padding-top: 90px;
   
}

.contact-us img{
    border-radius: 0px 30px 0px 30px;
}

.contact-us h1{
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--green);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;

}

.container form .form-row{
    display: flex;
    margin: 30px 0;
  }
  
  form .form-row .input-data{
    width: 400px;
    height: 50px;
    margin: 0 10px;
    position: relative;
    color: var(--green);
  }
  form .form-row .textarea{
    height: 70px;

  }
 form.CUS input.subject { display: none; }
  .input-data input,
  .textarea textarea ,
  select
  {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 17px;
    border-bottom: 2px solid rgb(95, 111, 82);
    background-color: rgba(0,0,0, 0.01);

  }
  .input-data input:focus ~ label, .textarea textarea:focus ~ label,  .select select:focus ~ label 
  .input-data input:valid ~ label, .textarea textarea:valid ~ label , .select select:valid ~ label {
    transform: translateY(-40px);
    font-size: 14px;
  }
  .textarea textarea{
    resize: none;
    padding-top: 10px;
  }
  .input-data label{
    position: absolute;
    pointer-events: none;
    bottom: -20px;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .textarea label{
    width: 100%;
    bottom: 0px;
  }
  .input-data .underline{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
  }
 .submit {
    padding: 10px 20px;
    font-size: 16px;
    background-color: var(--green);
    color: var(--beige);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: 400px;
    transition: background-color 0.3s ease;
 }

 .submit:hover {
    background-color: #ddd;
 }

 .contact-text{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: var(--green);
 }

 .based-in{
    padding-top: 100px;
 }

 .contact-us .social-links a {
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: var(--green);
    font-size: 16px;
    color: var(--green);
    margin-right: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.contact-us .social-links a:hover {
    color: var(--green);
    border-color: var(--green);
}

  @media (max-width: 850px) {
    .contact-us h1{
        padding-top: 50px;
    }
    .contactus .card{
        position: static;
    }
    .submit{
        width: 300px;
    }
    form .form-row .input-data{
        width: 100%;
    }
    .container .text{
      font-size: 30px;
    }
    .container form{
      padding: 10px 0 0 0;
    }
    .container form .form-row{
      display: block;
    }
    form .form-row .input-data{
      margin: 35px 0!important;
    }
    .submit-btn .input-data{
      width: 40%!important;
    }
    .contact-us img {
        display: block;
        margin: auto;
    }
    .submit {
        display: block;
        margin: auto;
    }
    .brand-info{
        display: none;
    }
   
  }


/* ---------------------------------------------------------------------------footer------------------------------------------------- */

.footer {
    font-size: 14px;
    background-color: var(--green);
    padding: 50px;
    color: rgba(255, 255, 255, 0.7);
    box-shadow: 10px 10px 10px 10px rgba(244, 245, 251);
    margin-top: 250px;
}

.footer .icon {
    font-size: 24px;
    line-height: 0;
}

.footer h4 {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    color: #fff;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: #fff;
    border-color: #fff;
}

.footer .copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .credits {
    padding-top: 4px;
    text-align: center;
    font-size: 13px;
}

.footer .credits a {
    color: var(--lightGreen);
}

.footer .btn {
    background-color: var(--beige);
    color: var(--green);
    border: none;
    padding: 10px 20px;
}


.footer .btn:hover {
    background-color: white;
    font-variation-settings: "wght" 582;
    letter-spacing: 1px;
}


@media screen and (max-width: 64rem) {

    .col {
        width: calc(33.333333% - 2rem);

    }

    a.lightbox img {
        height: auto;
        transition: .5s;
        margin-top: 10rem;
        margin-bottom: 3rem
    }
    .footer{
        margin-top: 0px;

    }

}

@media screen and (max-width: 48rem) {

    .col {
        width: calc(50% - 2rem);
    }
}

@media screen and (max-width: 32rem) {
    .footer{
        margin-top: 350px;
    }
    .col {
        width: 100%;
        margin: 0 0 2rem 0;
    }
}



.reveal {
    position: relative;
    opacity: 0;
  }
  .reveal.active {
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom 1s ease-in;
  }
  .active.fade-up {
    animation: fade-up 1s ease-in;
  }
  .active.fade-left {
    animation: fade-left 1s ease-in;
  }
  .active.fade-right {
    animation: fade-right 1s ease-in;
  }
  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fade-up {
    0% {
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }