/* 1- general css style */
/* #434E6E */
/* #E3CCA1 */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Varela Round', sans-serif;
    /* background: #e9e9e9; */
    /* height: 4000px; */
}
.line{
    display: block;
    height: 4px;
    width: 100px;
    background: #83C434;
    margin: 20px;
    transition: width .5s;
}
.section-title:hover .line{
    width: 150px;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
hr{
    color: #fff;
}

h2,h3,h4{
    text-transform: capitalize;
}

.details{
    background-color:#091E3E ;
}
.social-icon{
    border-radius: 50%;
}
.social-icon:hover{
    background-color: #ffffff7d;
}

.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
}
/* Make it move */
@keyframes marquee{
    0%{text-indent:27.5em
    }
100%{
    text-indent:-105em
    }
}
/* navbar */

.navbar-collapse ul> li{
    display: inline-block;
    text-align: center;
    color: #fff;
}
.navbar-collapse ul> li > a{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #434E6E;
}
.navbar-collapse ul> li>a:hover{
    color: #fff;
}
.nav-btn{
    background-color: #434E6E;
    border-radius: 25px;
    color: #fff;
}
.nav-btn:hover{
    background-color: #E3CCA1;
    border-radius: 25px;
}

@media (max-width:992px) {
    .nav-btn{
        display: none;
    }
}
.nav-link{
    border-bottom: 5px solid #fff;
    border-width: 0;
}
.top-bar{
    background-color: #434E6E;
    margin: 0;
    font-size: 12px;
}
.nav-icon-1 {
    width: 30px;
    height: 30px;
    position: relative;
    transition: 0.1s;
    margin: 10px 10px;
    cursor: pointer;
    display: inline-block;
}
.nav-icon-1 span {
    width: 5px;
    height: 5px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
}
.nav-icon-1 span:nth-child(1) {
    left: 0;
    top: 0;
}
.nav-icon-1 span:nth-child(2) {
    left: 12px;
    top: 0;
}
.nav-icon-1 span:nth-child(3) {
    right: 0;
    top: 0;
}
.nav-icon-1 span:nth-child(4) {
    left: 0;
    top: 12px;
}
.nav-icon-1 span:nth-child(5) {
    position: absolute;
    left: 12px;
    top: 12px;
}
.nav-icon-1 span:nth-child(6) {
    right: 0px;
    top: 12px;
}
.nav-icon-1 span:nth-child(7) {
    left: 0px;
    bottom: 0px;
}
.nav-icon-1 span:nth-child(8) {
    position: absolute;
    left: 12px;
    bottom: 0px;
}
.nav-icon-1 span:nth-child(9) {
    right: 0px;
    bottom: 0px;
}
.nav-icon-1:hover span {
    transform: scale(1.2);
    transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open {
    transform: rotate(180deg);
    cursor: pointer;
    transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open span {
    border-radius: 50%;
    transition-delay: 200ms;
    transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.nav-icon-1.open span:nth-child(2) {
    left: 6px;
    top: 6px;
}
.nav-icon-1.open span:nth-child(4) {
    left: 6px;
    top: 18px;
}
.nav-icon-1.open span:nth-child(6) {
    right: 6px;
    top: 6px;
}
.nav-icon-1.open span:nth-child(8) {
    left: 18px;
    bottom: 6px;
}

.tb-effect ,.lt-effect{
    position: relative;
    z-index: 5;
}
.tb-effect::after ,.lt-effect::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;   
}
.tb-effect::after{
    height: 0;
    background-color: #83C434;
    transition: height .5s;
}
.tb-effect:hover::after{
    height: 100%;
}
.tb-effect:hover{
    color: #282E3E;
}
.lt-effect{
    border-radius: 25px;
    background-color: #83C434;
}

.lt-effect::after{
    width: 0;
    background-color:#282E3E ;
    border-radius: 25px;
    transition: width .5s;
}
.lt-effect:hover::after{
    width: 100%;
}
.move {
    position: relative;
    opacity: 0;
}

.move.active {
    opacity: 1;
}

.active.fade-bottom {
    animation: fade-bottom .5s ease-in;
}

.active.fade-left {
    animation: fade-left .5s ease-in;
}

.active.fade-right {
    animation: fade-right .5s 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;
    }
}

/* hero-Section */
.hero{
    background-image: url(../images/home/Garage-Door-Hero-Image.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    padding-top: 50px;
    width: 100%;
}
.hero-desc{
    padding: 150px 0;
    bottom: 100px;
}
.hero h1 span{
    color: #E3CCA1;
}
.desc{
    background-color: #434e6ed0;
}
.hero-btn{
    background-color: #E3CCA1;
    color: #434E6E;
    border-radius: 50px;
}
.hero-btn:hover{
    background-color: #E3CCA1;
    border-radius: 50px;
}
@media (max-width:992px) {
    .hero{
        background-attachment: scroll;
        background-position: 60% 50%;
        margin-top: -122px;
    }
    .navbar{
        background-color: #434E6E;
    }
    .navbar ul>li>a{
        color: #fff;
    }
}
@media (max-width:992px) {
    .top-bar{
        display: none;
    }
}

/* install */
.install-desc{
    background-color: #434e6ec7;
    color: #fff;
    text-align: justify;
    z-index: 5;
}
.install img{
    margin-left: -50px;
    z-index: -1;
}
@media (max-width:992px) {
    .install img{
        margin-left: 0;
        width: 100%;
    }
}
.install-btn{
    background-color: #E3CCA1;
    border-radius: 50px;
}
/* service */

.service-btn{
    background-color: #434E6E;
}
.service-btn:hover{
    background-color: #434E6E;
}
/* opener */
.opener{
    background-image: url(../images/home/opener-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;

}
.sec2{
    position:relative;
    background:white;
    border-top-right-radius:15px;
    border-bottom-left-radius:15px;
    transition:all 1s;
        &:after,&:before{
        content:" ";
        width:15px;
        height:15px;
        position:absolute;
        border :0px solid #fff;
        transition:all 1s;
        }
        &:after{
        top:-1px;
        left:-1px;
        border-top:15px solid #E3CCA1;
        border-left:15px solid #E3CCA1;
        }
        &:before{
        bottom:-1px;
        right:-1px;
        border-bottom:15px solid #434E6E;
        border-right:15px solid #434E6E;
        }
        &:hover{
        border-top-right-radius:0px;
        border-bottom-left-radius:0px;
        /* // background:rgba(0,0,0,.5);
        // color:white; */
        &:before,&:after{
            
            width:100%;
            height: 100%;
            /* // border-color:white; */
        }
    }
}
.opener-desc{
    text-align: justify;
}
@media (max-width:992px) {
    .sec2{
        width: 95%;
        margin: auto;
    }
}

/* repair */
.repair-script{
    text-align: justify;
}
.repair-title{
    background-color: #434e6eb2;
    margin: 0 40px;
}
@media (max-width:992px) {
    .repair-title{
        width: 100%;
        text-align: center;
        margin: 30px 0;
    }
    .repair-script{
        margin: 15px 0;
    }
    .repair img{
        width: 100%;
        margin-top: 30px;
    }
}
/* remote */
.remote{
    background-image: url(../images/home/remote-bg.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}
.remote-desc{
    background-color: #434e6ed0;
}
.remote-sc{
    text-align: justify;
}
/* contact */
.btn-contact{
    background-color: #E3CCA1;
}
.btn-contact:hover{
    background-color: #434E6E;
}
.zip-btn{
    display: inline-block;
    color: #000;
    background-color: #E3CCA1;
    width: 120px;
    margin: 7px 10px;
    text-align: center;
}
.zip-btn:hover{
    color: #434E6E;
}
.serviceL-btn{
    display: inline-block;
    color: #fff;
    background-color: #434E6E;
    width: 120px;
    margin: 7px 10px;
    text-align: center;
}
/* contact */
.contact{
    background-color: #434E6E;
}
.spam { display:none;}
@media (max-width:992px) {
    .contact-title {
        text-align: center;
    }
    .contact-info{
        width: 100%;
    }
}
.contact-info{
    font-size: 15px;
}
@media (max-width:992px) {
    .hero, .opener, .remote{
        background-attachment: scroll;
    }
}