/* 1- general css style */
/* #3468c0 */
/* #ff9843 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #3468c0;
}

::-webkit-scrollbar-thumb {
    background: #ff9843;
}

/* rubik-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/rubik-v28-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/rubik-v28-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/rubik-v28-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-900 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/rubik-v28-latin-900.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.line {
    display: block;
    height: 4px;
    width: 300px;
    background: #3468c0;
    margin: 20px;
    transition: width .5s;
}

.text-justify {
    text-align: justify;
}

.section-title:hover .line {
    width: 150px;
}

a {
    text-decoration: none;
}




hr {
    color: #fff;
}

h1,
h2,
h3,
h4 {
    text-transform: capitalize;
}

.details {
    background-color: #ff9843;
}

.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
    }
}

.button-hover,
.button-hover-1 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 25px;

    &:after {
        display: block;
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        border-radius: 25px;
        top: 50%;
        left: 50%;
        opacity: .4;
        transform: translate(-50%, -50%) scale(0, 0);
        transition: transform .5s ease 0s;
        z-index: 0;
        color: #fff;
    }

    &:hover {
        &:after {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1, 1);
            transition: transform .5s ease 0s;
        }
    }
}

.button-hover {
    background: #3468c0;

    &:after {
        background-color: #ff9843;
    }
}

.button-hover-1 {
    background: #55f70c;

    &:after {
        background-color: #ff9843;
    }
}

.btn {
    position: relative;
    text-align: center;
    z-index: 1;
    font-size: 19px;
    font-weight: bold;
    background: transparent;
    padding: 20px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;

    &:hover {
        color: #fff;
    }
}

/* navbar */
.bg {
    background-color: #3468c0;
}

.navbar-collapse ul>li {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 130px;
    border-radius: 25px;
}

.navbar-collapse ul>li>a {
    display: block;
    font-weight: bold;
    color: #fff;
}

.navbar-collapse ul>li>a:hover {
    color: #fff;
}

.nav-link {
    position: relative;
}

.nav-link.active {
    background-color: #ff9843;
    border-radius: 25px;
}


/* .nav-link::before,
.nav-link::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border-color: #3468c0;
    border-style: solid;
    top: 0;
    left: 0;
}

.nav-link::before {
    border-width: 0 4px;
    width: 100%;
    height: 100%;
    transform: scale3d(1, 0, 1);
    transition: transform 0.2s;

}

.nav-link::after {
    border-width: 4px 0;
    width: 100%;
    height: 100%;
    transform: scale3d(0, 1, 1);
    transform-origin: left;
    transition: transform 0.4s;
}

.nav-link:hover:before {
    transform: scale3d(1, 1, 1);
}

.nav-link:hover::after {
    transform: scale3d(1, 1, 1);
    transition-delay: .2s;
}

.active::after,
.active::before {
    transform: scale3d(1, 1, 1);
} */
.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: #ff9843;
    transition: height .5s;
}

.tb-effect:hover::after {
    height: 100%;
}

.tb-effect:hover {
    color: #fff;
}

.lt-effect {
    background-color: #3468c0;
}

.lt-effect::after {
    width: 0;
    background-color: #ff9843;
    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 1s ease-in;
}

.active.fade-left {
    animation: fade-left .7s ease-in;
}

.active.fade-right {
    animation: fade-right .7s ease-in;
}

.active.fade-top {
    animation: fade-top 1s ease-in;
}

@keyframes fade-top {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-bottom {
    0% {
        transform: translateY(100px);
        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;
    }
}

/* counter */
.counter-item {
    margin-bottom: 30px;

    .counter-number {
        line-height: 48px;
        font-size: 48px;
        font-weight: bold;

    }

    .counter-title {
        color: #000;

        strong {
            display: block;
            font-size: 1.2rem;
        }
    }
}


/* Home Section */
.hero {
    background-image: url(../images/home/lock-repair-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 300px 0 120px 0;
}

.hero-content {
    background-color: #f8f4ecb7;
    border-radius: 25px;
}

.hero img {
    border-radius: 50%;
}

/* residential */
.residential-title {
    color: #3468c0;
}

/* offer */
.offer {
    background-image: url(../images/home/offer-bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.offer-title {
    color: #fff;
}


/* services */
.contact{
    background-image: url(../images/home/background-testimonials.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.services-btn {
    background-color: #ff9843;
    width: 270px;

    &:hover {
        background-color: #3468c0;
    }
}


.contact-us span {
    color: #091E3E;
}

.contact-btn {
    background-color: #3468c0;
    border-radius: 25px;
}

.contact-btn:hover {
    background-color: #ff9843;
}

.spam {
    display: none;
}

/* emergency-lock */
.emergency-lock {
    border: #3468c0 5px dashed;
}

/* info */
.info {
    background-color: #3468c0;
}

.line2 {
    display: block;
    background-color: #ff9843;
    margin: 30px auto;
    height: 5px;
    width: 300px;
}

.line3 {
    display: block;
    background-color: #ff9843;
    margin: 18px auto;
    height: 5px;
    width: 200px;
}

.info p {
    margin: 20px 0;
}

.info-btn {
    background-color: #ff9843;
    color: #fff;
    width: 180px;
    margin: 5px 10px;
    padding: 10px;
}

.zip-btn {
    display: inline-block;
    color: #fff;
    background-color: #ff9843;
    width: 80px;
    margin: 7px 10px;
    text-align: center;
}

.zip-btn:hover {
    color: #000;
}

.info-element {
    border-right: 3px solid #ffffff15;
}

@media (max-width:992px) {
    .navbar {
        background-color: #3468c0;
    }

    .hero,
    .atomotive,
    .offer {
        background-attachment: scroll;
    }
}

@media (max-width:1214px) {
    .navbar-collapse ul>li {
        width: 100px;
    }

    .navbar-collapse ul>li>a {
        font-size: 10px;
    }

    .hero p {
        font-size: 11px;
    }

    .residential p {
        font-size: 10px;
    }

    .emergency .button-hover a {
        font-size: 10px;
    }

    .atomotive-content p {
        font-size: 11px;
    }

    .commercial p {
        font-size: 10px;
    }

    .services-btn {
        width: 170px;
        font-size: 12px;
    }

    .info-element button:last-child {
        display: none;
    }
}