
.share-button {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    color: white;
}


body{
    background-image: url(pic/5.jpg); 
    background-size: cover;
    background-attachment: fixed;
}


/* this is for navbar*/


.wrapper{
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: 75%;
    background: #000;
    transition: all 0.6s ease-in-out;
  }
  #active:checked ~ .wrapper{
    right: 0;
  }
  .menu-btn{
    position: absolute;
    z-index: 1010;
    right: 20px;
    top: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
     /* Change this to your desired background color */
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #fff; /* Change this to your desired color */
  }
  .menu-btn span,
  .menu-btn:before,
  .menu-btn:after{
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    left: 30%;
    width: 40%;
    border-bottom: 2px solid #fff; /* Change this to your desired line color */
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu-btn:before{
    transform: translateY(-8px);
  }
  .menu-btn:after{
    transform: translateY(8px);
  }

  .close {
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
  }

  #active:checked + .menu-btn span {
    transform: scaleX(0);
  }
  #active:checked + .menu-btn:before {
    transform: rotate(45deg);
    border-color: #fff; /* Change this to your desired line color when active */
  }
  #active:checked + .menu-btn:after {
    transform: rotate(-45deg);
    border-color: #fff; /* Change this to your desired line color when active */
  }
  .wrapper ul{
    position: absolute;
    top: 60%;
    left: 45%;
    height: 90%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
  }
  .wrapper ul li{
    height: 10%;
    margin: 15px 0;
  }
  .wrapper ul li a{
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    /* padding: 5px 30px; */
    color: #fff;
    border-radius: 50px;
    position: absolute;
    line-height: 50px;
    opacity: 0;
    transition: all 0.3s ease;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .wrapper ul li a:after{
    position: absolute;
    content: "";
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .wrapper ul li a:hover:after{
    transform: scaleY(1);
  }
  .wrapper ul li a:hover{
    color: #1a73e8;
  }
  input[type="checkbox"]{
    display: none;
  }

  #active:checked ~ .wrapper ul li a{
    opacity: 1;
  }
  .wrapper ul li a{
    transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(100px);
  }
  #active:checked ~ .wrapper ul li a{
    transform: none;
    transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1);
    transition-delay: .6s;
    transform: translateX(-100px);
  }

  .navber {
    position: fixed;
    height: 80px;
    width: 100%;
    z-index: 100;
    background-color: rgb(8, 34, 42);
}
.logo-contain {
    margin-top: 5px;
    overflow: visible;
    background-position: left;
    height: 70px;
    background-image: url(pic/logo.png);
    background-size: 120px 65px;
    background-repeat: no-repeat;
    margin-left: 2%;
}

  .an{
    width: max-content;
  }

  nav{
    width: 70%;
    text-decoration: none;
    margin-left: 320px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    overflow: hidden;
    z-index: 998;
    border-left: 1px solid white;  
    background-color: rgb(8, 34, 42);
    z-index: 1000;
    height: 80px;
    margin-top: -75px;
  }

  #ang{
    position:relative ;
    font-size: 21px;
    padding: 5px 25px;
    text-decoration: none;  
    top: 25px;
    left: 20px;
    color: white;
    transition-duration: 0.2s;
  }
  #ang:hover{
    border: 2px solid white;
    background-color: black;
    color: white; 
  }
  #p1{
    position: absolute;
    margin-left: 170px;
    margin-top: -60px;
    font-size: 23px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(69, 168, 168);
  }

  @media (max-width: 1100px){
    .menu-btn{
      visibility: visible;
    }
    nav{
      visibility: hidden;
    }
    
  }
  @media (min-width: 1100px){
    .menu-btn{
      visibility: hidden;
    }
    nav{
      visibility: visible;
    }
    
  }

/* this is for marquee tag */
.marq {
    position: relative;
    margin-top: 95px;
    height: 50px;
    width: 100%;
    background-color: transparent;
}
marquee {
    height: 50px;
}
#mq1 {
    font-size: 23px;
    color: black;
    text-decoration: none;
}
#crack1 {
    vertical-align: middle;
    height: 40px;
    width: 40px;
}
@media (max-width: 768px) {
    #mq1 {
        font-size: 18px;
    }
    #crack1 {
        height: 30px;
        width: 30px;
    }
}
 /*  this is for the container 1  */
 
.img1, .img2, .main-div {
    background-size: cover;
    overflow: hidden;
    background-position: center;
}
.img1 {
    height: 470px;
    max-width: 570px;
    margin: 20px auto 0 130px;
    /* background-image: url(pic/2.jpg); */
}
.img2 {
    height: 280px;
    max-width: 375px;
    margin: -250px auto 0 50px;
    /* background-image: url(pic/2.jpg); */
}
.main-div {
    height: 520px;
    max-width: 725px;
    object-fit: cover;
    margin: 60px auto 0 -100px;
    background-color: white;
}

#para1{
    margin-left: 5%;
    color: red;
    margin-top: 30px;
}
#para2{
    margin-left: 5%;
    font-weight: bold;
    color: rgb(155, 163, 54);
    text-shadow: 2px 0px 0px grey;
}

#para3 {
    font-family: roboto;
    margin-top: 12px;
    font-size: 20px;
    margin-left: 5%;
    height: 100px;
    width: 570px;
    /* border: 1px solid red; */
}
#para4{
    margin-top: 15px;
    margin-left: 5%;
    color: rgb(130, 22, 114);
    font-size: 25px;
}

#para5{
    font-family: roboto;
    font-size: 20px;
    margin-left: 80px;
}
#high {
    color: red;
}

@media (max-width: 768px) {
    .img1, .img2, .main-div {
        margin: 20px auto;
    }
    .img1 {
        height: 400px;
        max-width: 100%;
    }
    .img2 {
        height: 300px;
        max-width: 80%;
        margin-top: 20px;
    }
    .main-div {
        height: 550px;
        max-width: 100%;
        /* margin-top: 20px; */
    }
}
@media (max-width: 576px) {
    .img1, .img2, .main-div {
        margin: 20px auto;
    }
    .img1 {
        height: 350px;
        max-width: 100%;
    }
    .img2 {
        height: 250px;
        max-width: 80%;
        margin-top:0px;
    }
    .main-div {
        height: 700px;
        max-width: 100%;
        margin-top: -20px;
    }
    #para3{
        width: 90%;
    }
    #para5{
        font-size: 19px;
        margin-top: 80px;
        margin-left: 30px;
        width: 90%;
    }
}
@media (max-width: 350px){
    .main-div{
        height: 750px;
    }
}
@media(min-width: 769px)and (max-width: 992px){
    .img1{
        margin-left: 15%;
    }
    .img2{
        height: 350px;
        width: 100%;
        max-width: 600px;
        margin-left: 15%;
        margin-top: 50px;
    }
    .main-div{
        margin-left: 6%;
    }
}
@media(min-width: 993px)and (max-width: 1199px){
    .img1{
        margin-left: 1%;
    }
    .img2{
        margin-top: -200px;
        margin-left: 5%;
    }
    .main-div{
        max-width: 640px;
        margin-top: -400px;
        margin-left: 40%;
    }
    /* #image5,#image6,#image7,#image8{
        height: 20%;
        width: 20%;
    } */
} 

/* this is for second containers */

.container2 {
    align-items: center;
    background-color: rgb(46, 155, 151);
}
.what{
    color: gold;
    text-align: center;
    text-decoration: underline;
}
.box, .electrical, .ahu, .fire-alarm, .public, .solar, .network {
    height: 250px;
    width: 100%;
    border: 1px solid black;
    margin: 10px;
    box-shadow: 2px 2px 2px 2px rgb(82, 183, 195);
    overflow: hidden;
}
.box img, .electrical img, .ahu img, .fire-alarm img, .public img, .solar img, .network img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 100;
}
.solar img {
    opacity: 0.7;
}
.top {
    margin-left: 5px;
    margin-top: -40px;
    font-size: 20px;
    position: absolute;
    color: white;
}
@media (max-width: 768px) {
    .container2 .row div {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 992px) {
    .box2 {
        margin-left: 0;
    }
    .box3, .box4, .box5, .box6 {
        margin-left: 0;
    }
}


.stick {
    position: sticky;
    top: 90px;
}


.box2{
background-color:white;
height: 550px;
width: 100%;
max-width: 600px;
margin: auto;
}
.rule{
height: 50px;
width: 2px;
background-color: skyblue;
/* margin-top: 30px; */
margin-left: 50px;
}
#desc1{
text-align: center;
margin-top: -40px;
margin-left: -52%;
}

#desc2{
font-size: 42px;
font-weight: bold;
margin-left: 10%;
margin-top: 2%;
}

#desc3 {
width: 85%;
text-align: justify;
font-size: 17px;
margin-left: 10%;
}
#desc4{
font-size: 23px;
font-weight: bold;
margin-left: 60px;
}
.square {
max-width: 450px;
margin: 4% auto;
box-shadow: 0 0 25px rgba(0, 0, 0, .6);
padding: 5px;
}
.square img {
height: 60px;
width: 60px;
}

.square h6 {
margin-top: 10px;
}

.box1{
background-color: skyblue;
height: 550px;
width: 100%;
max-width: 600px;
margin: auto;
object-fit: cover;
}


/* third box properties */

.box3{
background-color: rgb(0, 0, 0);
height: 550px;
width: 100%;
max-width: 600px;
margin: auto;
}

#image5,#image6,#image7,#image8{
    border-radius: 5px;
    height: 40%;
    width: 100%;
    max-width: 40%;
}

#image5{
margin-top: 45px;
margin-left: 25px;
}
#image6{
margin-left: 25px;
} 
#image7{
margin-top: 25px;
margin-left: 50px;
}
#image8{
margin-left: 25px;
} 

/* the above ius for first three div */
.in-container1 {
    height: 750px;
    width: 100%;
    max-width: 600px;
    background-color: rgb(46, 154, 168);
    color: aliceblue;
    margin: auto;
}

#feature1 {
    color: rgb(18, 88, 97);
    margin-left: 20%;
}
#topic1 {
    margin-top: 7%;
    margin-left: 15%;
    font-weight: bold;
}
#value1 {
    margin-left: 15%;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}
#value2 {
    margin-top: 1%;
    margin-left: 15%;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(214, 25, 186);    
}
#content1 {
    height: auto;
    width: 80%;
    font-size: 20px;
    margin-left: 15%;
}
#value4 {
    margin-left: 15%;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(214, 25, 186); 
}
#content3 {
    height: auto;
    width: 80%;
    font-size: 20px;
    margin-left: 15%;
}
.video-text{
    margin: auto;
    height: 750px;
    width: 100%;
    max-width: 600px;
    background-color: beige;
}
.in-container2 {
    height: 300px;
    width: 100%;
    max-width: 560px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(250, 244, 164);
    box-shadow: 0 0 25px rgba(0, 0, 0, .6);
    position: relative;
    padding: 20px;
}
.rular3 {
    position: absolute;
    top: 18px;
    left: 42%;
    transform: translateX(-50%);
    height: 45px;
    width: 3px;
    background-color: rgb(95, 141, 240);
}
#topic2 {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
}
#topic3 {
    position: absolute;
    top: 75px;
    left: -2%;
    width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
}
#topic4 {
    text-align: center;
    width: 80%;
    position: absolute;
    color: rgb(0, 0, 0);
    top: 155px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
#redirect {
    display: block;
    text-align: center;
    font-size: 14px;
    position: absolute;
    letter-spacing: 1px;
    border: none;
    height: 35px;
    width: 180px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    top: 245px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    background-color: rgb(0, 0, 0);
}
#redirect:hover {
    background-color: white;
    color: black;
}
#video {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: hidden;
}

/*  this is for box 6 property */
.box6{
    height: 750px;
    width: 100%;
    max-width: 600px;
    margin:auto;
    background-color: rgb(173, 20, 86);
}
#head1{
    color: #ffffffbc;
    margin-left: 50px;
    letter-spacing: 5px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.rular4{
width: 90px;
height: 3px;
margin-left: 50px;
background-color: #f0e21c;
}
#arrow{
height: 50px;
position: absolute;
margin-top: 30px;
margin-left: 50px;
}
#head3{
margin-top: 40px;
margin-left: 100px;
color: rgb(1, 170, 216);
letter-spacing: 1px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#content5{
color: aliceblue;
width: 78%;
margin-left: 100px;
text-align: justify;
}
#arrow1{
height: 50px;
margin-left: 50px;
}
#head4{
margin-left: 100px;
margin-top: -45px;
color: rgb(1, 170, 216);
letter-spacing: 1px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#content6{
color: aliceblue;
width: 78%;
margin-left: 100px;
text-align: justify;
}
#arrow3{
height: 50px;
margin-left: 50px;
}
#head5{
margin-top: -45px;
margin-left: 100px;
color: rgb(1, 170, 216);
letter-spacing: 1px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#content7{
color: aliceblue;
width: 78%;
margin-left: 100px;
text-align: justify;
}
    #arrow6{
    height: 50px;
    margin-left: 50px;
    }
    #head6{
        margin-top: -45px;
        margin-left: 100px;
        color: rgb(1, 170, 216);
        letter-spacing: 1px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    #content7{
            color: aliceblue;
            width: 78%;
            margin-left: 100px;
            text-align: justify;
    }

/* style for footer */
.footer-distributed {
    background: #0a2e30;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    display: flex;
    flex-wrap: wrap;
}
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}
.footer-distributed .footer-left img.footer-logo {
    height: 40%;
    width: 60%;
}
.footer-distributed .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}
.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}
.footer-distributed .footer-company-name {
    color: #14d2f9;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}
.footer-distributed .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 10px 15px;
    vertical-align: middle;
}
.footer-distributed .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}
.footer-distributed .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}
.footer-distributed .footer-center p a {
    color: lightseagreen;
    text-decoration: none;
}
.maps:hover{
    color: #000000;
}
.footer-distributed .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}
.footer-distributed .footer-links .link-1:before {
    content: none;
}
.footer-distributed .footer-company-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
.footer-distributed .footer-company-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-distributed .footer-icons {
    margin-top: 30px;
}
.footer-distributed .footer-icons a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    margin-right: 6px;
    margin-bottom: 5px;
    border: 1px solid rgb(255, 255, 255);
}
.facebook {
    background-image: url(pic/facebook.png);
    background-size: cover;
}
.twitter {
    background-image: url(pic/twitter.png);
    background-size: cover;
}
.instagram {
    background-image: url(pic/instagram.png);
    background-size: cover;
}
.Whatsapp {
    background-image: url(pic/whatsapp.png);
    background-size: cover;
}
.slogan {
    text-align: center;
    margin: 0;
    height: 15px;
    color: white;
    font-weight: normal;
}
.number {
    color: white;
    text-decoration: none;
}




/*   Wellcome */
 
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(8, 8, 13); /* Background color */
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0; /* Start with opacity 0 */
    animation: fadeInOverlay 1s forwards, changeColor 5s infinite alternate; /* Apply fade-in and color-changing animations */
    perspective: 1000px; /* Set perspective for 3D transformations */
}

.text {
    font-size: 30px;
    text-align: center;
    color: rgb(255, 255, 255); /* Text color */
    font-weight: bold;
    opacity: 0; /* Start with opacity 0 */
    animation: slideInText 2s forwards, fadeInText 1s forwards, pulsateText 2s , rotateText 2s ; /* Apply text animation */
    transform-style: preserve-3d; /* Enable 3D transforms */
}

.ruler {
    width: 80%; /* Initial width */
    margin-top: 20px; /* Spacing from the text */
    border: none;
    height: 2px; /* Height of the ruler */
    background-color: rgb(255, 255, 255); /* Color of the ruler */
    animation: moveRuler 2s linear infinite; /* Apply ruler animation */
}

@keyframes fadeInOverlay {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8; /* Adjust the final opacity as needed */
    }
}

@keyframes slideInText {
    from {
        transform: translateY(-50px); /* Slide in from top */
    }
    to {
        transform: translateY(0); /* Slide to original position */
    }
}

@keyframes fadeInText {
    from {
        opacity: 0; /* Start with opacity 0 */
    }
    to {
        opacity: 1; /* Fade in */
    }
}

@keyframes moveRuler {
    0% {
        margin-left: -100%; /* Start from the left side */
    }
    100% {
        margin-left: 100%; /* Move to the right side */
    }
}

@keyframes pulsateText {
    0% {
        transform: scale(1); /* Normal scale */
    }
    50% {
        transform: scale(1.1); /* Slightly larger scale */
    }
    100% {
        transform: scale(1); /* Back to normal scale */
    }
}

@keyframes changeColor {
    0% {
        background-color: rgb(8, 8, 13); /* Start color */
    }
    50% {
        background-color: rgb(13, 8, 8); /* Intermediate color */
    }
    100% {
        background-color: rgb(8, 13, 8); /* End color */
    }
}

@keyframes rotateText {
    0% {
        transform: rotateX(0) rotateY(0) rotateZ(0); /* Rotate from initial position */
    }
    100% {
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg); /* Rotate to extreme position */
    }
}

@media (max-width: 880px) {
    .footer-distributed {
        font: bold 14px sans-serif;
        flex-direction: column;
        align-items: center;
    }
    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-distributed .footer-center i {
        margin-left: 0;
    }
}
@media (max-width: 768px) {
    .rular1, #feature1, #topic1, #value1, #value2, #content1, #value4, #content3,#content5,#content6,#content7 {
        margin-left: 10%;
    }
    #topic4 {
        top: 160px;
        width: 90%;
    }
    #redirect {
        top: 220px;
    }
}
@media (max-width: 576px) {
    .rular1, #feature1, #topic1, #value1, #value2, #content1, #value4, #content3,#arrow,#arrow1,#arrow3{
        margin-left: 5%;
    }
    .rular1, .rular3 {
        left: 50%;
        transform: translateX(-50%);
    }
    .rular3 {
        left: 42%;
        transform: translateX(-50%);
    }
    #topic4 {
        top: 170px;
        font-size: 16px;
    }
    #redirect {
        top: 280px;
    }
    #head3 ,#head4,#head5{
        margin-left: 15%;
    }
    .box6{
        height: auto;
    }
    #image5,#image6{
                    
        border-radius: 5px;
        height: 46%;
        width: 100%;
        max-width: 80%;
        margin-top: 3%;
        margin-left: 10%;
    }
    #image7,#image8{
        visibility: hidden;
    }
    .box1{
        height: 250px;
        width: 100%;
        max-width: 100%;
    }
    .in-container2{
        height: 350px;
    }
    .box2{
        background-color: rgb(255, 255, 255);
        height: auto;
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    #desc1{
        margin-left: -10%;
    }
    #desc4{
        margin-left: 10%;
    }
    .in-container1{
        height: 840px;
    }
   
}
