*{
    margin: 0;
    padding: 0;
}
html, body {
    font-size: 14px;
    overflow-x: hidden;
}
a, a:hover {
    text-decoration: none;
}

/* header section starts */
.header-section {
    width: 100%;
    background-color: #6D0882;
    padding: 10px 0px 10px 0px;
}
.header-section .bg-light{
    background-color: transparent !important;
    margin-top: 10px;
}
.header-section .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    color: #fff;
    margin-left: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
}
.header-section .navbar-light .navbar-nav .nav-link:hover{
    color:orange;
}
.header-section .form-control {
    background-color: transparent;
    border-radius: 30px;
}
.header-section .icons{
    font-size: 23px;
    color:#6D0882;
    padding-top:20px;
    text-align: right;
}
.header-section .icons .fa {
    color:#6D0882;
    transition: 0.4s;
}
.header-section .icons i{
    background-color: #fff;
    text-decoration: none;   
    border-radius: 100%; 
    padding:5px;
    margin-left:5px;
}
.header-section .icons .fa:hover{
    background-color: transparent;
    color:#fff;
    padding: 5px;
}
.navbar-light .navbar-nav .nav-link.active {
    margin-left: 0px;
}
.navbar-light .navbar-toggler {
    border-color:rgba(255, 255, 255, 0.568);
}
.navbar-light .navbar-toggler-icon {
    background-image: url('../images/hamburger.webp');
}

/* header section ends */


/* future-home section starts */
.future-home{
    padding: 120px 0px 120px 0px;
    background-image: linear-gradient(to bottom, #6D0882, #8B007B);
}
.future-home .image {
    position: relative;
    z-index: 2;
}
.future-home .text {
    position: relative;
    z-index: 2;
}
.future-home .text h1{
    font-family: 'Audiowide', cursive;
    font-size: 90px;
    color: #FFFFFF;
    text-shadow: 2px 2px #FF0000;
    margin-top: 5%;
}
.future-home .text h3 {
    font-size: 50px;
    font-family: 'Montserrat', sans-serif;
    color:#fff;
    text-shadow: 2px 2px #FF0000;
    margin-bottom: 15px;
}
.future-home .text p {
    color:#fff;
    letter-spacing: 1px;
    font-size: 21px;
}
.future-home .text a {
    background-color: transparent;
    border-color:#fff;
    border-radius: 30px;
    margin-top:20px;
    padding:5px 50px 5px 50px;
    transition:0.5s;
}
.future-home .text a:hover{
    color: orange;
    border-color:orange;
}
/* future-home section ends */


/* smart-home section starts */
.smart-home{
    width: 100%;
    background-image: linear-gradient(to bottom, #8B007B, #D70486);
    padding: 100px 0px 100px 0px;
}
.smart-home .image {
    position: relative;
    z-index: 2;
}
.smart-home .text {
    margin-top:25%;
    position: relative;
    z-index: 2;
}
.smart-home .text h1{
    font-family: 'Audiowide', cursive;
    font-size: 70px;
    color: #FFFFFF;
    text-shadow: 2px 2px #FF0000;
    margin-top: 5%;
}
.smart-home .text h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color:#fff;
    text-shadow: 2px 2px #FF0000;
    margin-bottom: 15px;
}
.smart-home .text p{
    color:#fff;
    letter-spacing: 1px;
    font-size: 21px;
}
.smart-home .text a {
    background-color: transparent;
    border-color:#fff;
    border-radius: 30px;
    margin-top:20px;
    padding:5px 50px 5px 50px;
    transition:0.5s;
}
.smart-home .text a:hover{
    color: orange;
    border-color:orange;
}
.smart-home .left-shape{
    position: absolute;
    left: 0;
    top: 64%;
}
.smart-home .right-shape{
    position: absolute;
    right: 0;
    top: 64%;
}
.smart-home .bord {
    margin-top:50px;
    background-image: linear-gradient(to bottom, rgba(160, 160, 160, 0.521), #B60E8C);
    border-radius: 30px;
    padding:80px 50px 80px 50px;
    box-shadow:5px 10px 18px #6D0882;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.smart-home .card {
    border:none;
    background-color: transparent;
}
.smart-home .bord img {
    width: 120px;
}
.smart-home .card {
    text-align: center;
}
.smart-home .bord .card-title {
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.smart-home .bord .card-text {
    color:#fff;
    margin-top:15px;
}
.smart-home .bord .bot {
    margin-top: 10px;
}
.smart-home .bord .bot2 {
    margin-top:30px;
}
/* smart-home section ends */

/* security section starts */
.security{
    width: 100%;
    padding: 0px 0px 80px 0px;
    background-color:#D70486;
}
.security .secure-text {
    color:#fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    letter-spacing: 1px;
    padding-bottom: 80px;
}
.security .secure-text2 {
    color:#fff;
    margin-top: 80px;
    font-size: 19px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.security .card {
    background-image: linear-gradient(to bottom, #76089B, #9a3facde);
    box-shadow:5px 10px 18px #6D0882;
    position: relative;
    z-index: 2;
}
.security .card-body {
    text-align: center;
}
.security .card-body h5{
    color:#fff;
    font-family: 'Audiowide', cursive;
}
.security .card-body p {
    color:#fff;
}
.security .card-body a {
    background-color: transparent;
    border-color: #fff;
    border-radius: 30px;
    padding:5px 20px 5px 20px;
    margin-bottom: 10px;
}
.security .card-body a:hover {
    color: orange;
    border-color:orange;
}
.security .shape-img{
    position: absolute;
    top: 220%;
    left: 0;
}
.security .shape-img2{
    position: absolute;
    right: 0;
    top: 180%;
}
/* security section ends */





/* second home section starts */
.second-home {
    width: 100%;
    background-image:linear-gradient(to bottom right, #E70387, #A20685);
    padding: 100px 0px 120px 0px;
}
.second-home .image {
    position: relative;
    z-index: 2;
}
.second-home .shape-img {
    position: absolute;
    left: 0;
}
.second-home .text h1{
    font-family: 'Audiowide', cursive;
    font-size: 70px;
    color: #FFFFFF;
    text-shadow: 2px 2px #FF0000;
    margin-bottom: 35px;
}
.second-home .text p{
    color:#fff;
    letter-spacing: 1px;
    font-size: 20px;
}
.second-home .text a {
    background-color: transparent;
    border-color:#fff;
    border-radius: 30px;
    margin-top:20px;
    padding:5px 50px 5px 50px;
    transition:0.5s;
}
.second-home .text a:hover{
    color: orange;
    border-color:orange;
}
/* second home section ends */


/* monitor section starts */
.monitor {
    width: 100%;
    background-image: linear-gradient(to bottom right, #C90586, #700884);
    padding: 100px 0px 100px 0px;
}
.monitor .image {
    text-align: center;
    position: relative;
    z-index: 2;
}
.monitor .image .img {
    width: 70%;
}
.monitor .shape-img img {
    position: absolute;
    right: 0;
    top: 400%;
}
.monitor .text {
    position: relative;
    z-index: 2;
}
.monitor .text h1{
    font-family: 'Audiowide', cursive;
    font-size: 50px;
    color: #FFFFFF;
    text-shadow: 2px 2px #FF0000;
    margin-top: 5%;
}
.monitor .text a {
    background-color: transparent;
    border-color:#fff;
    border-radius: 30px;
    margin-top:20px;
    padding:5px 50px 5px 50px;
    transition:0.5s;
}
.monitor .text a:hover{
    color: orange;
    border-color:orange;
}
.monitor ul, li {
    color:#fff;
    font-size:18px;
}
.monitor li {
    margin-top: 20px;
}
.monitor .service-text h3{
    color: #fff;
    margin-left: 150px;
    font-size: 30px;
    margin-top: 60px;
}
.monitor .service-text {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}
.monitor .service-text h1{
    color: #fff;
    margin-left: 110px;
    font-size: 60px;
}
.monitor .download {
    margin-left: 110px;
}
.monitor .download h5 {
    color:#fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-top: 40px;
}
.monitor .download a{
    margin-left: 10px;
    background-color: transparent;
    border-color:#fff;
    border-radius: 30px;
    padding:5px 35px 5px 35px;
    transition:0.5s;
}
.monitor .download a:hover{
    color: orange;
    border-color:orange;
}
/* monitor section ends */

/* about-us section starts */
.about-us {
    width: 100%;
    background-image: linear-gradient(to bottom right, #9B0785, #5F0A82);
    padding: 80px 0px 80px 0px;
}
.about-us .image {
    position: relative;
    z-index: 2;
}
.about-us .text {
    position: relative;
    z-index: 2;
}
.about-us .shape-img img {
    position: absolute;
    left: 0;
    top: 554%;
}
.about-us .text h1{
    font-family: 'Audiowide', cursive;
    font-size: 70px;
    color: #FFFFFF;
    text-shadow: 2px 2px #FF0000;
    margin-bottom: 35px;
}
.about-us .text p{
    color:#fff;
    letter-spacing: 1px;
    font-size: 20px;
}
.about-us .icons i {
    color:#fff;
    font-size:18px;
    margin: 15px 15px 0px 0px;
}
.about-us .icons p {
    font-size: 16px;
    display: inline-block;
    color:#fff;
}
/* about-us section ends */

/* house-can-do section starts */
.house-can-do{
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-image: linear-gradient(to bottom, #9F3E9D, #B40C89);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.house-can-do .text {
    text-align: center;
    position: relative;
    z-index: 2;
}
.house-can-do .text h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    color: #FFFFFF;
    text-shadow: 2px 2px #FF0000;
    margin-bottom: 40px;
}
.house-can-do .image {
    transition: transform .2s;
    position: relative;
    z-index: 2;
}
.house-can-do .image:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* house-can-do section ends */

/* sub-footer section starts */
.sub-footer {
    width: 100%;
    padding: 80px 0px 80px 0px;
    background-image: linear-gradient(to bottom, #A625A2, #BB2BB6);
}
.sub-footer .text h3 {
    margin-bottom: 25px;
}
.sub-footer .text h4 {
    color: #fff;
    margin-left: 25px;
    margin-bottom: 20px;
}
.sub-footer .text p {
    line-height: 1.5;
    font-size: 16px;
}
.sub-footer .text h3, p{
    color: #fff;
}
.sub-footer .text ul {
    list-style-type: none;
}
.sub-footer .text li {
    line-height: 1.7;
}
.sub-footer .text a {
    color:#fff;
    transition: 0.5s;
}
.sub-footer .text a:hover{
    color: orange;
    border-color:orange;
}
/* sub-footer section ends */