@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');

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

/*------------------------------------------------------------------------ NavBar ---------------------------------------------------*/

.home-section {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: -45px;
}

.header {
    position: absolute;
    top: 0;
    color: whitesmoke;
    font-size: 15px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 0;
}

.navbar-brand img {
    height: 100px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

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

.nav-item:hover .nav-link {
    color: #c8a97e;
}

.nav-item,
.nav-link a:active {
    color: #c8a97e;
}


.hero-section {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 30%;
    left: 17%;

}

.hero-section h1 {
    color: #c8a97e;
    font-family: 'Playpen Sans', cursive;
    font-size: 60px;
    font-weight: 600;
}

.hero-section .instlation-title{
    font-size: 50px;
}

.hero-section p {
    letter-spacing: 2px;
}

.hero-section .intro {
    color: white;
    font-weight: 400;
    font-size: 25px;
    padding: 10px;
    padding-bottom: 50px;
    text-align: center;
}

.hero-section .btn {
    padding: 15px;
    border-radius: 20px;
    color: white;
    background-color: #c8a97e;
    font-size: 20px;
    font-family: "Poppins", Arial, sans-serif;

}

.hero-section .btn:hover {
    background-color: white;
    color: #c8a97e;
    transform: scale(1.1);
}

@media (max-width: 1350px) {
    .header {
        font-size: 10;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        background-color:#000;
        padding: 1em;
        z-index:1000 ;
        position: relative;
    }

    .email {
        display: none;
    }
    .phone{
        text-decoration: none;
    }


    .hero-section {
        top: 30%;
    }

    .carousel,
    .carousel-inner,
    .carousel-item {
        height: 80vh;
    }

    .navbar-brand img {
        height: 80px;
    }

    .hero-section h1 {
        font-size: 40px;
    }
    .hero-section .instlation-title{
        font-size: 38px;
    }

    .hero-section .intro {
        font-size: 20px;
        padding: 15px;

    }


}

@media (max-width: 850px) {
    .header {
        font-size: 10;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        background-color:#000;
        padding: 1em;
        z-index:1000 ;
        position: relative;
    }
    .home-section {
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
        margin-bottom: 0px;
    }
    
    .email {
        display: none;
    }
    .phone{
        text-decoration: none;
    }

    .hero-section {
        top: 30%;
        left: 10%;
    }
    .hero-section h1 {
        font-size: 30px;
    }
    .hero-section .instlation-title{
        font-size: 28px;
    }
    .hero-section .intro {
        font-size: 18px;
        padding: 15px;

    }
 

    .carousel,
    .carousel-inner,
    .carousel-item {
        height: 80vh;
    }

    .navbar-brand img {
        height: 60px;
    }


    .hero-section h5 {
        font-size: 14px;
        padding: 15px;
    }

    .hero-section .btn {
        padding: 10px;
    }

}

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

/*------------------------------------------------- features -------------------------------------------------*/

.features {
    padding: 30px;
}

.features .features-card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    color: #c8a97e;
    position: relative;
    margin-top: -250px;
 
}

.features i {
    font-size: 70px;
    padding-bottom: 30px;
}

.features .features-card:hover {
    transform: scale(1.1);
}


@media (max-width: 1350px) {
    .features {
        padding: 15px;
    }

    .features .features-card {
        padding: 15px;
        margin-top: 0;
        color: white;
        background-color: #c8a97e;
        /* margin-left: 20px; */
    }

    .features i {
        font-size: 40px;
        padding-bottom: 15px;
    }
}

/*---------------------------------------------- doorServices------------------------------------ */
.door-services {
    padding: 30px;
}

.door-services .content {
    padding-top: 60px;
}

.door-services .curly-font {
    font-family: 'Great Vibes', cursive;
    color: #c8a97e;
    font-size: 70px;
    margin-bottom: 0px;
    line-height: 1;

}

.door-services .overlay-text {
    font-weight: 600 !important;
    font-size: 45px;
    font-family: 'Indie Flower', cursive;
    font-family: 'Playpen Sans', cursive;
}

.door-services p {
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
}

.door-services .btn {
    padding: 15px;
    border-radius: 20px;
    color: white;
    background-color: #c8a97e;
}

.door-services .btn:hover {
    background-color: white;
    color: #c8a97e;
    transform: scale(1.1);
    border: 2px solid #c8a97e;
}

/* --------------------------------------------------------counter--------------------------------------- */
.counter-section {
    padding: 20px;
}

.counter-section .container {
    border: 2px solid #c8a97e;
    border-radius: 15px;
    font-size: 16px;
    padding: 20px;


}

.counter-section .num {
    color: #c8a97e;
    font-weight: 600;
    padding: 15px;
    font-size: 50px;

}

.counter-section .text {
    color: #c8a97e;
    font-weight: 400;
    font-size: 30px;
}

.counter-section .text-center {
    padding: 20px;
    letter-spacing: 2px;
}

/* --------------------------------------------------lifetime-------------------------------------------- */

.lifetime {
    background-color: #fafafa;
    width: 100%;
    height: auto;
    padding: 20px;
}

.lifetime .curly-font {
    font-family: 'Great Vibes', cursive;
    color: #c8a97e;
    font-size: 70px;
    margin-bottom: -10px;
    line-height: 1;

}

.lifetime .overlay-text {
    font-weight: 600 !important;
    font-size: 45px;
    font-family: 'Indie Flower', cursive;
    font-family: 'Playpen Sans', cursive;
}

.lifetime .lifetime-text {
    padding: 40px;
    font-size: 20px;
    letter-spacing: 2px;
}

.lifetime .coupon {
    padding-top: 150px;
}

/* --------------------------------------------------------------newDoor---------------------------------------------- */
.newDoor {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding: 20px;
}

.newDoor .curly-font {
    font-family: 'Great Vibes', cursive;
    color: #c8a97e;
    font-size: 70px;
    margin-bottom: -10px;
    line-height: 1;

}

.newDoor .overlay-text {
    font-weight: 600 !important;
    font-size: 45px;
    font-family: 'Indie Flower', cursive;
    font-family: 'Playpen Sans', cursive;
}

.newDoor .lifetime-text {
    font-size: 20px;
    letter-spacing: 2px;
}

.newDoor img {
    border-radius: 10px;
}

.newDoor .text {
    font-size: 30px;
    font-family: 'Indie Flower', cursive;
    font-family: 'Playpen Sans', cursive;
}

.newDoor .curly-text {
    color: #c8a97e;
    padding-top: 10px;
    font-family: 'Great Vibes', cursive;
    font-family: 'Indie Flower', cursive;
    font-family: 'Playpen Sans', cursive;
    font-size: 40px;
}

.newDoor .btn {
    padding: 15px;
    border-radius: 20px;
    color: white;
    background-color: #c8a97e;
    margin-top: 40px;
}

.newDoor .btn:hover {
    background-color: white;
    color: #c8a97e;
    transform: scale(1.1);
    border: 2px solid #c8a97e;
}

@media (max-width: 1350px) {
    .newDoor {
        width: 100%;
        height: auto;
        padding-top: 40px;
        padding: 10px;
    }

    .newDoor-card img {
        width: 100%;
        height: auto;
    }

    .newDoor .curly-font {
        font-family: 'Great Vibes', cursive;
        color: #c8a97e;
        font-size: 50px;
        margin-bottom: -5px;
        line-height: 1;
    }

    .newDoor .overlay-text {
        font-weight: 600 !important;
        font-size: 35px;
        font-family: 'Indie Flower', cursive;
        font-family: 'Playpen Sans', cursive;
    }

    .newDoor .lifetime-text {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .newDoor img {
        border-radius: 10px;
    }

    .newDoor .text {
        font-size: 24px;
        font-family: 'Indie Flower', cursive;
        font-family: 'Playpen Sans', cursive;
    }

    .newDoor .curly-text {
        color: #c8a97e;
        padding-top: 4px;
        font-family: 'Great Vibes', cursive;
        font-family: 'Indie Flower', cursive;
        font-family: 'Playpen Sans', cursive;
        font-size: 30px;
    }

    .newDoor .btn {
        padding: 10px;
        border-radius: 15px;
        color: white;
        background-color: #c8a97e;
        margin-top: 20px;
    }

    .newDoor .btn:hover {
        background-color: white;
        color: #c8a97e;
        transform: scale(1.1);
        border: 2px solid #c8a97e;
    }
}

@media(max-width:850px) {}

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

.contact-content {
    width: 100%;
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imgs/Garage-Door-Repair-contactus-background.webp");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
    padding-left: 200px;
}

.instlation-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imgs/garage-door-instlation-contactus-background.webp");
}
.repair-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imgs/Garage-Door-Repair-page-contactus-background.webp");
}
.spring-section{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imgs/home-slider-spring-number-3.webp");
}
.contactus {
    background: #fff;
    border-radius: 10px;
}

.contact-content .contactus-txt-curly {
    color: #c8a97e;
    font-family: 'Great Vibes', cursive;
    font-size: 80px;
    margin-bottom: -50px;
    margin-top: 10px;
}

.contact-content .contactus-txt {
    font-family: 'Indie Flower', cursive;
    font-family: 'Playpen Sans', cursive;
    font-size: 40px;

}


/* form */
.contact-form {
    border-radius: 30px;
    padding: 30px;
    width: 650px;
    margin-left:0px;
}

.input-container {
    display: flex;
    align-items: center;
}

.input-container i {
    margin-right: 10px;
    color: #c8a97e;
}

.contact-form form {
    position: relative;
}

.contact-form form input,
form textarea  , select{
    width: 100%;
    padding: 10px;
    background: #fff;
    color: #424242;
    font-size: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #c8a97e;
}

.contact-form textarea {
    resize: none;
    height: 60px;
}



 form.CUS input.subject { display: none; }

@media (max-width: 1450px) {

    .contact-content {
        padding-top: 20px;
        padding-bottom: 20px;
        background-attachment: scroll;
        background: 50%;
        padding: 20px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../imgs/Garage-Door-Repair-contactus-background.webp");

    }


    .contact-content .contactus-txt-curly {
        font-size: 40px;
        margin-bottom: -20px;
        margin-top: 10px;
    }

    .contact-content .contactus-txt {

        font-size: 20px;

    }

    .contact-form {
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .input-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .contact-form form input,
    .contact-form textarea {
        font-size: 14px;
    }

}


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

.footer {
    font-size: 14px;
    background-color: #000;
    padding: 50px 0;
    color: rgba(255, 255, 255, 0.7);
    box-shadow: 10px 10px 10px 10px rgba(244, 245, 251)
}

.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: #fff;
}

.footer .btn {
    background-color: white;
    color: #000;
    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
    }

}

@media screen and (max-width: 48rem) {
    .col {
        width: calc(50% - 2rem);
    }
}

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

/*------------------------------------------------------------------- anim ---------------------------------------------*/
.reveal {
    position: relative;
    opacity: 0;
  }
  .reveal.active {
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom 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-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;
    }
  }