

/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #393939;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    overflow-y: scroll;
}

/* body{
    position: relative;
} */

body.modal-open {
    overflow: hidden;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
    color: #393939;
}

.def-btn-1{
    background-color: #FF7223;
    color: #ffffff;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 8px;
    width: 160px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    transition: all 0.5s;
}

.def-btn-1:hover{
    background-color: #FF640D;
    transition: all 0.5s;
    box-shadow: none;
}
.def-btn-1:active{
    background-color: #F04800;
    transition: all 0.5s;
    box-shadow: none;
}
.def-btn-1:focus{
    background-color: #FF7223;
    border: 5px solid #FFE1D0;
    transition: all 0.5s;
    box-shadow: none;
}


.def-btn-2{
    background-color: #ffffff;
    color: #000000;
    border: 2px solid #000000;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 8px;
    width: 160px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    transition: all 0.5s;
}

.def-btn-2:hover{
    background-color: #E8E8E8;
    transition: all 0.5s;
    box-shadow: none;
}
.def-btn-2:active{
    background-color: #000000;
    color: #ffffff;
    transition: all 0.5s;
    box-shadow: none;
}
.def-btn-2:focus{
    background-color: #FF7223;
    border: 5px solid #FFE1D0;
    transition: all 0.5s;
    box-shadow: none;
}

.logo-box{
    position: absolute;
}

.logo-title{
    font-weight: bold;
    line-height: 88px;
    font-size: 20px;
    letter-spacing: 4px;
    color: #000000;
    font-family: "Poppins", sans-serif;
}

.logo-title img{
    width: 140px;
}

.navbar{
    padding: 0;
    justify-content: center;
}

.navbar ul{
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}

.navbar ul li{
    padding: 0 10px;
    line-height: 88px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.navbar ul li a{
    color: #000000;
    letter-spacing: 2px;
}

.navbar ul li a.active{
    color: #FF7223;
    font-weight: 600;
}

.navbar-expand-lg .offcanvas .offcanvas-body{
    justify-content: center;
}

button:focus:not(:focus-visible){
    border: none;
    box-shadow: none;
}

.vector-lines{
    position: relative;
    /* height: 1620px; */
}

.vector-lines::after{
    /* content: ''; */
    background-image: url('../images/Group-181.svg');
    /* top: 2%; */
}

/* .vector-lines::before{
    content: '';
    background-image: url('../images/Vector-2.svg');
    top: 1%;
} */
.my-element{
    z-index: -1;
}

.footer12{
    position: absolute;
}
@media (max-width:992px) {
    .my-element{
        display: none;
    }
    .footer12{
        position: relative;
        top: 0 !important;
    }
}

/* .my-element {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center;
    top: -2%;
    bottom: 0;
    background-size: contain;
    left: 0;
    background-repeat: no-repeat;
    object-fit: inherit;
} */


.vector-lines::after,.vector-lines::before{
    width: 100%;
    height: 1565px;
    position: absolute;
    z-index: -1;
    top: 0%;
    left: 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}


.hero-title{
    font-family: "Inter", sans-serif;
    font-size: 40px;
    line-height: 82px;
    letter-spacing: 0;
    font-weight: 900;
}

.hero-content p{
    width: 386px;
    font-size: 24px;
    font-weight:300;
    font-family: "Inter", sans-serif;
    line-height: 36px;

}

/* .hero-video-box{
    width: 636px;
    height: 470px;
     padding: 2rem 1.5rem 1rem; 
} */

.hero-video-box video{
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0px 0px 24px #0000004a;
}

.link{
    color: #FF7223;
    font-weight: 300;
    transition: all 0.5s;
}
.link:hover{
    color: #393939;
    transition: all 0.5s;
}

.section-padding{
    padding: 100px 0 100px;
}

.section-title {
    margin-bottom: 3rem;
}


.section-title h2{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    /* margin-left: 3rem; */
    margin-bottom: 5rem;
}
.section-title h2 span{
    font-weight: 900;
}

.client{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 200px; */
    /* margin-top: 0.8rem; */
}

.client-hover-box {
    
    padding: 2rem;
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0px 0px 250px rgba(35, 35, 35, 0.24);
    border-radius: 20px;
}

.client-hover-box img.big-img{
    width: 100%;
    height: 327px;
    object-fit: cover;
    margin-bottom: 2rem;
    border-radius:15px ;
}
.hover-icon-img {
    position: absolute;
    bottom: -1%;
    right: 0.5%;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    padding: 3px;
}

.client-hover-box p {
    width: 85%;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.client-hover-box h2{
    font-weight: 700;
    font-size: 40px;
    line-height: 62px;
}

button.close-box {
    position: absolute;
    top: 1%;
    right: 1%;
    background: #ffffff;
    border: none;
    /* padding: 1rem; */
    width: 4%;
}

.client.row-1{
    /* margin-top: 1rem; */
}

.client-box {
     width: 80px;
    height: 80px; 
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    /* background-size: initial; */
    border: 0.5px solid #C3C3C3;
    background-color: #ffffff;
}

/* .client.row-1 .client-box {
    position: absolute;
    top: 78%;
}
.client.row-2 .client-box {
    position: absolute;
    top: 98%;
}
.client.row-3 .client-box {
    position: absolute;
    top: 108%;
} */

.client img {
    width: 80px;
    height: 80px;
}

@media (min-width:1500px) {
    /* .vector-lines::after{
        content: '';
        top: 0%;
        left: 0%;
        background-size: 100%;
    } */
}

@media (min-width:3400px) {
    .client {
        margin-bottom: 0.5rem;
    }
    .vector-lines::after{
        content: '';
        /* background-image: url('../images/Vector-1-screen.png'); */
        /* top: -5%; */
        background-size: 52%;
    }
    
    
}

.contact-bg {
    position: absolute;
     width: 100%; 
    height: 705px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width:992px) {
    .contact-bg{
        position: relative;
        top: 0 !important;
    }
}

.contact-form-box {
    position: relative;
    border-radius: 40px;
    background: #ffffff;
    width: 562px;
    /* right: 6%; */
    height: 830px;
    top: -8%;
    box-shadow: 0px 6px 93px rgba(68, 71, 112, 0.14);
    padding: 3rem;
}

.contact-title {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
}

.contact-form-box p{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
}

.contact-form-box-2 p{
    font-size: 12px;
    font-weight: 100;
    line-height: 24px;
}

.contact-form-box form h5, .contact-form-box-2 form h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}

input {
    border: 0;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

textarea{
    width: 100%;
    border: 1px solid #CDCDCD;
    border-radius: 8px;
    padding: 1rem;
}

.contact-form-box-2 form input, .contact-form-box-2 form textarea{
    font-size: 12px;
}

label{
    font-size: 14px;
    font-weight:400;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #CDCDCD;
    border-radius: 0;
    margin-top: 1.5rem;
    padding-left: 0;
}

.upload-box {
    background-color: #FFE8DB;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    position: relative;
    /* height: 94px; */
    display: flex;
    flex-direction: column;
}

.upload-btn {
    width: 100%;
    /* height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    display: flex;
    align-items: end;
    padding: 1rem;
    height: 94px;
    cursor: pointer;
}

.banner-section{
    padding: 80px 0;
}

.main-heading{
    font-weight: 300;
    font-size: 48px;
    text-align: center;
    line-height: 64px;
    margin-bottom: 5rem;
}

.banner-section img{
    margin-bottom: 2rem;
}

.banner-content{
    margin-top: 4rem;
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

.banner-content-2 {
    margin-top: 2rem;
    font-size: 22px;
    font-weight: 300;
    /* line-height: 24px; */
}

.hero-banner-content{
    font-size: 24px;
    font-weight: 300;
    line-height: 40px;
}

.hero-sub-heading{
    font-size: 40px;
    font-weight: 800;
}

.sub-heading{
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 1rem;
}

.career-content-box {
    box-shadow: -5px 10px 30px rgba(138, 149, 205, 0.13);
    padding: 3rem;
    border-radius: 8px;
    /* width: 105%; */
    background: #ffffff;
}

.career-title{
    font-size: 24px;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0;

}
.career-post-date{
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #9A9A9A;
}
.post-desc{
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
}
.career-content{
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
}

.career-btn{
    background: #FF7223;
    color: #ffffff;
    border-radius: 8px;
    width: 120px;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    margin: 2rem 0 0;
}

.more-career-content{
    color: #FF7223;
    font-weight: 700;
}

select.select-job {
    padding: 1rem;
    border: 1px solid #CDCDCD;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3rem;
}

.our-story-content {
    padding-left: 3rem;
    position: relative;
}

.our-story-content::after, .our-story-content::before {
    content: '';
    left: 0;
    top: 10%;
    position: absolute;

}
.our-story-content::before {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000000;
    
}
.our-story-content::after{
    height: 112%;
    width: 1px;
    background: #cdcdcd;
    left: 12px;
    z-index: -1;
}

.our-story-content:last-child::after{
    display: none;
}

.story-subtitle{
    font-size: 24px;
    font-weight: 700;
}

.our-story-content p{
    margin-bottom: 0;
    padding-bottom: 2rem;
    font-size: 16px;
}

.team {
    text-align: center;
}

.team-img{
    width: 300px;
    /* height: 368px; */
    margin: 2rem auto 0;
}

.team img{
    width: 100%;
    /* border-radius: 50%; */
    margin: auto;
}

.team-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 1rem;
}
p.team-designation {
    font-size: 16px;
    font-weight: 300;
}

.team-social ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.team-social ul li{
    padding: 10px;
    border: 1px solid #5760FB;
    line-height: 1;
    border-radius: 50%;
    margin: 0 5px;
    color: #5760FB;
}

.team-social ul li a{
    color: #5760FB;
    transition: all 0.5s
}
.team-social ul li:hover a{
    color: #393939;
    transition: all 0.5s
}

.locations img{
    width: 32px;
    margin-bottom: 1rem;
}

.locations i, .locations svg{
    font-size: 32px;
    margin-bottom: 1rem;
}

.location-title{
    font-size: 16px;
    font-weight: 700;
}

.address{
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

.get-direction{
    color: #5760FB;
    font-weight: 300;
    font-size: 16px;
}

.product-cat h5{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.product-content h2{
    font-size: 32px;
    font-weight: 900;
    line-height: 55px;
}
.product-content p{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    width: 60%;
}

.product-content h5{
    font-size: 14px;
    font-weight: 600;
    margin-top: 1rem;
}


.footer-padding{
    padding: 130px 0 0px;
}

.footer-logo{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #000000;
    line-height: 88px;
}

.footer-logo img{
    width: 52%;
}

.container12{
    margin: 0 60px;
    padding: 12px;
}

@media (max-width:991px) {
    .footer-logo img{
        width: 20%;
    }
    .container12{
        margin: 0 24px;
    }
}
@media (max-width:600px) {
    .footer-logo img{
        width: 50%;
    }

    .container12{
        margin: 0;
    }
}

.footer-title{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 2px;
}

.footer-subtitle{
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight:400;
}

.footer-products ul li{
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
}

.modal-body{
    padding: 0;
    border-radius: 20px;
}

.modal-content{
    border-radius: 20px;
}

.modal-dialog{
    /* max-width: 600px; */
    border-radius: 20px;
}



@media (max-width:1281px) {

    /* .vector-lines {
        height: 1495px;
    } */
    /* .vector-lines::before{
        top: -4.5%;
    }
    .vector-lines::after{
        top: -2.5%;
    } */
    /* .client.row-1{
        margin-top: 0rem;
    } */
    /* .client{
        height: 160px;
    margin-bottom: 2rem;
    } */

    /* .client.row-2{
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    } */
    /* .section-title h2{
        margin-bottom: 6rem;
    } */
    
}

@media (max-width:1024px) {
    /* .vector-lines {
        height: 1400px;
    } */
    /* .vector-lines::before {
        top: -7.5%;
    }
    .vector-lines::after{
        top: -6.5%;
    } */
    .hero-video-box{
        width: 100%;
    }
    /* .client.row-1 {
        margin-top: 1.5rem;
    } */
    /* .client {
        height: 160px;
        margin-bottom: -0.5rem;
    }

    .client.row-2 {
        margin-top: 0.5rem;
        margin-bottom: 0rem;
    } */
    .section-title h2{
        margin-bottom: 6rem;
    }
    
}

@media (max-width:991px) {
    .section-padding {
        padding: 35px 0 160px;
    }
    .hero-title {
        font-size: 32px;
        text-align: center;
        line-height: 40px;
        margin-top: 1rem;
    }
    .hero-content p{
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    .hero-btns{
        align-items: center;
        justify-content: center;
    }

    .vector-lines::after{
        display: none;
    }

    .vector-lines::before{
        content: '';
        background-image: url('../images/Vector-2-tab.svg');
        height: 114%;
        top: -0.5%;
    }
    .contact-form-box{
        right: 15%;
    }
    .section-title h2{
        margin-left: 0;
    }
    .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .client-prev{
        position: absolute;
        top: 25%;
        left: -2%;
    }
    .client-next{
        position: absolute;
        top: 25%;
        right: -2%;
    }
    .vector-lines {
        height: 100%;
    }
    .footer-padding {
        padding: 130px 0 40px;
    }
    .section-title h2{
        font-size: 32px;
        line-height: 40px;
    }
    .def-btn-1, .def-btn-2{
        font-size: 12px;
        height: 36px;
    }

    .navbar{
        padding: 0rem;
    justify-content: end;
    align-items: center;
        width: auto;
    }

    header .row{
        justify-content: space-between;
    }
    .logo-box {
        position: relative;
        width: auto;
    }

    .navbar ul{
        display: inline;
    }
    .navbar ul li{
       line-height: 20px;
       padding: 1rem 0;
       border-bottom: 1px solid #cecece;
    }

    .navbar-toggler {
        border: none;
    }
    .logo-title{
        line-height: 75px;
    }

    .navbar-toggler-icon{
        background-image: url('../images/menu.svg');
        width: 27px;
    }

    .hero-video-box {
        width: 100%;
        height: 400px;}

    #sync1 .item {
        margin: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
   }
    #sync2 .item {
        /* background: #c9c9c9; */
        padding: 10px 0px;
        margin: 5px;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
        cursor: pointer;
   }
    #sync2 .item h1 {
        font-size: 18px;
   }
    #sync2 .current .item::after {
        content: '';
        box-shadow: 0 0px 10px #FFD9C4;
        position: absolute;
        width: 60px;
        height: 60px;
    border-radius: 50%;
   }
    /* .owl-theme {
       default owl-theme theme reset .disabled:hover links
   } */
    .owl-theme .owl-nav [class*='owl-'] {
        transition: all 0.3s ease;
   }
    .owl-theme .owl-nav [class*='owl-'].disabled:hover {
        background-color: #d6d6d6;
   }
    #sync1.owl-theme {
        position: relative;
   }
    .client-content-box img{
        border-radius: 15px;
        width: 100%;
        height: 181px;
        object-fit: cover;
    }
    .client-title {
        font-weight: bold;
        font-size: 16px;
        font-family: "Inter", sans-serif;
        line-height: 44px;
        margin-top: 1rem;
    }
    .client-content {
        font-weight:400;
        font-size: 12px;
        font-family: "Inter", sans-serif;
        /* line-height: 44px; */
        /* margin-top: 1rem; */
    }

    .career-content-box {
        margin: 1rem auto 3rem;
        padding: 3rem;
        width: 80%;
        background: #ffffff;
    }
    
}

.mobile-contact{
    display: none;
}

.back{
    background: #ffffff;
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid;
    transition: all 0.5s;
}

.back:hover{
    background: #E8E8E8;
    transition: all 0.5s;
}

@media (max-width:600px) {
    
    .navbar-toggler-icon{
        /* background-image: url('../images/menu.svg'); */
        width: 20px;
    }
    .section-padding.hero-section{
        padding-top: 0;
    }
    .tab-hero{display: none !important;}
    .hero-title {
        font-size: 18px;
        text-align: left;
        line-height: 32px;
        width: 90%;
        margin: 1rem auto 0;
        /* margin-top: 1rem; */
    }
    .hero-btns{
        margin: 1rem auto;
        width: 90%;
    }
    .hero-content p{
        font-size: 12px;
        width: 90%;
        text-align: left;
        line-height: 20px;
        margin: auto;
    }
    .hero-video-box{
        width: 100%;
    height: 152px;
    }
    .hero-video-box video{
       border-radius: 0;
    }
    
    .section-title h2{
        font-size: 18px;
        line-height: 25px;
        /* margin-bottom: 3rem; */
        width: 90%;
        margin: 0rem auto 3rem;
    }
    .client-box {
        width: 54px;
        height: 54px;
    }
    /* .client-next, .client-prev{
        top: 20%;
    } */
    .section-padding {
        padding: 35px 0 60px;
    }
    .vector-lines::before{
        background-image: url('../images/Vector-2-mob.svg');
        height: 70%;
        top: -0.5%;
    }
    .footer-padding {
        padding: 40px 0 40px;
    }
    .contact-bg{
        display: none;
    }
    .mobile-contact{
        display: block;
        background-color: #FFF3EC;
        padding: 1rem 1rem 2rem;
    }  
    .contact-title{
        font-size: 16px;
    } 
    
    .mobile-contact p{
        font-size: 12px;
    }
    .banner-section{
        padding: 20px 0;
    }
    .banner-content{
        font-size: 12px;
        line-height: 20px;
        margin-top: 1rem;
    }
    .main-heading{
        font-size: 24px;
        margin-bottom: 0;
        line-height: 35px;
    }
    .career-content-box {
        margin: 1rem auto 2rem;
        padding: 1rem;
        width: 90%;
        background: #ffffff;
    }
    select.select-job{
        font-size: 12px;
        margin-bottom: 1rem;
    }
    .career-title {
        font-size: 20px;
        line-height: 33px;
    }
    .career-post-date{
        font-size: 12px;
    }
    .post-desc{font-size: 14px;}

    .hero-banner-content {
        font-size: 12px;
        line-height: 24px;
        margin-top: 1rem;
    }
    .hero-sub-heading {
        font-size: 24px;
    }
    .banner-content-2 {
        margin-top: 1rem;
        font-size: 18px;
    }
    .story-subtitle {
        font-size: 16px;
    }
    .our-story-content p{
        font-size: 12px;
    }
    .team img {
        width: 45%;
    }
    .team{
        margin-bottom: 2rem;
    }
    p.team-designation {
        font-size: 12px;
    }

    .team-name {
        font-size: 18px;
        line-height: 24px;
    }

    .locations{
        margin-bottom: 2rem;
    }
    .product-desk-tab{
        display: none;
    }

    select.select-product {
        border: none;
        padding: 1rem 0rem;
        font-size: 12px;
        margin-bottom: 1rem;
        width: 75%;
    }

    .options-box label{
        font-size: 12px;
    }

}

/* loader */
.load{
    display: none;
    width: 0;
    height: 0;
    z-index: -9;
}
.load.active {
    height: 100%;
    position: fixed;
    margin: auto;
    width: 100%;
    background: #ffffff;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blur-circle {
    width: 150px;
    height: 150px;
    background: transparent;
    box-shadow: 0px 0px 0px 1000px rgba(255, 255, 255, 0.67),
      0px 0px 19px 0px rgba(0, 0, 0, 0.16) inset;
    border-radius: 100%;
    /* z-index: -1;
    position: relative;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0; */
    margin: auto;
  }
  .load_gears {
    z-index: -2;
    width: 150px;
    height: 150px;
    top: -120px !important;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .gear {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: auto;
    background: #198;
    border-radius: 50%;
    animation-name: spin;
    animation-duration:6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: -5px;
    left: 0;
    right: 0;
  }
  .gear .center {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
  }
  
  .bar {
    position: absolute;
    top: -10px;
    left: 28px;
    z-index: 1;
    width: 22px;
    height: 100px;
    background: #198;
  }
  .bar:nth-child(2) {
    transform: rotate(45deg);
  }
  .bar:nth-child(3) {
    transform: rotate(90deg);
  }
  .bar:nth-child(4) {
    transform: rotate(135deg);
  }
  
  .gear-two {
    left: -90px;
    top: 68px;
    width: 55px;
    height: 55px;
    background: #f58bb6;
    animation-name: spin-reverse;
  }
  .gear-two .bar {
    background: #f58bb6;
    width: 14px;
    height: 70px;
    left: 20px;
    top: -8px;
  }
  .gear-two .center {
    width: 28px;
    height: 28px;
    left: 13px;
    top: 13px;
  }
  .gear-three {
    left: 90px;
    top: 68px;
    width: 55px;
    height: 55px;
    background: #576e81;
    animation-name: spin-reverse;
  }
  .gear-three .bar {
    background: #576e81;
    width: 14px;
    height: 70px;
    left: 20px;
    top: -8px;
  }
  .gear-three .center {
    width: 28px;
    height: 28px;
    left: 13px;
    top: 13px;
  }
  
  @-webkit-keyframes spin {
    50% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    50% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes spin-reverse {
    50% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }
  @keyframes spin-reverse {
    50% {
      -webkit-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }