* {
  margin: 0;
  padding: 0;
}
body {
  background-color: rgb(42, 0, 96);
}

.size100 {
  width: 100%;
  height: 100%;
}
.fixd {
  position: fixed;
}
a {
  text-decoration: none;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.navdiv {
  position: absolute;
  width: 100%;
  height: 50px;
}
.navdiv table {
  width: 100%;
  height: 100%;
  margin: 5px 10px 0 10px;
}
.navdiv td {
  width: 100px;
}

.trancediv {
  position: absolute;
  width: 95%;
  height: 610px;
  background-color: rgba(255, 255, 255, 0.203);
  border-radius: 10px;
  margin-top: 20px;
  left: 50%;
  transform: translate(-50%);
}
.tab1 {
  display: block;
}
.tab2 {
  display: none;
}

.menudive {
  position: absolute;
  right: 20px;
  top: 60px;
  width: 200px;
  height: 250px;
  z-index: 5;
}
.menudive table {
  width: 100%;
  height: 100%;
}
.menudive td {
  text-align: right;
}
@media screen and (min-width: 640px) {
  .tab1 {
    display: none;
  }
  .tab2 {
    display: block;
  }
  .menudive {
    display: none;
  }
}
.hidden {
  display: none;
}
.slogandiv {
  position: absolute;
  top: 30%;
  right: 30%;
  width: 320px;
  white-space: nowrap;
}
.logodiv {
  position: absolute;
  top: 20%;
  left: 6%;
}
#compname {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: yellow;
  font-size: 50px;
}
#slogan {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: white;
  font-size: 40px;
}

.trancediv button {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 5px;
  border: 3px solid red;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  position: absolute;
  right: 10%;
  bottom: 20%;
}
.trancediv button:hover {
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  #compname {
    font-size: 40px;
  }
  #slogan {
    font-size: 30px;
  }
  .trancediv button {
    bottom: 5%;
  }
  .slogandiv {
    right: 10%;
    top: 35%;
  }
  .logodiv img {
    width: 80%;
    height: 55%;
  }
  .logodiv {
    top: 10%;
    left: 5%;
  }
}
@media screen and (max-width: 950px) {
  #compname {
    font-size: 35px;
  }
  #slogan {
    font-size: 25px;
  }
  .slogandiv {
    top: 35%;
    right: 3%;
  }
  .trancediv button {
    bottom: 5%;
  }
}
@media screen and (max-width: 830px) {
  .slogandiv {
    top: 82%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
  }
  .logodiv img {
    width: 80%;
    height: 55%;
  }
  .logodiv {
    top: 15%;
  }
  .trancediv button {
    bottom: 70%;
    right: 10%;
  }
}
@media screen and (max-width: 500px) {
  .slogandiv {
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .trancediv button {
    bottom: 10%;
    right: 10%;
  }
  .logodiv {
    top: 20%;
  }
}
@media screen and (max-width: 420px) {
  .slogandiv {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@media screen and (max-width: 360px) {
  .slogandiv {
    transform: translate(-50%, -50%) scale(0.7);
    top: 60%;
  }
}

.servicecontainer {
  position: absolute;
  top: 670px;
  width: 95%;
  height: 650px;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%);
}
.top1350 {
  top: 1350px;
}
.top2030 {
  top: 2030px;
}
.servicecontainer div {
  background-color: rgba(255, 255, 255, 0.468);
  margin: 10px;
  border-radius: 10px;
}
.div1 {
  position: absolute;
  width: 32%;
  height: 300px;
  top: 0;
  left: 0;
  background-image: url("../images/software system.jpg");
  background-size: cover;
}
.div2 {
  position: absolute;
  width: 30%;
  height: 300px;
  top: 0;
  left: 34.22%;
}
.div3 {
  position: absolute;
  width: 32%;
  height: 400px;
  top: 0;
  right: 0;
  background-image: url("../images/web.png");
  background-size: cover;
}
.div4 {
  position: absolute;
  width: 25%;
  height: 300px;
  top: 330px;
  left: 0;
}
.div5 {
  position: absolute;
  width: 37%;
  height: 300px;
  top: 330px;
  left: 27.2%;
  background-image: url("../images/accel.jpg");
  background-size: cover;
}
.div6 {
  position: absolute;
  width: 32%;
  height: 200px;
  top: 430px;
  right: 0;
}
.flophorizontalmain {
  transform: translate(-50%) scaleX(-1);
}
.flophorizontal {
  transform: scaleX(-1);
}
@media screen and (max-width: 1035px) {
  .div2 {
    left: 33.9%;
  }
  .div5 {
    left: 26.9%;
  }
}
@media screen and (max-width: 850px) {
  .div2 {
    left: 33.7%;
  }
  .div5 {
    left: 26.7%;
  }
}

.servicecontainer a {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid red;
  border-radius: 3px;
  padding: 5px 10px;
}
.servicecontainer p {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 35px;
  text-align: justify;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footerdiv {
  width: 95%;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.203);
  position: absolute;
  top: 2750px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.contactdiv {
  position: absolute;
  width: 33.333333%;
  height: 350px;
  left: 0;
}
.linkdiv {
  position: absolute;
  width: 33.333333%;
  height: 350px;
  left: 50%;
  transform: translateX(-50%);
}
.footlogo {
  position: absolute;
  width: 33.333333%;
  height: 350px;
  right: 0;
  text-align: center;
}
.footlogo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.socialmeadiadiv {
  position: absolute;
  height: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
}
.contactdiv th {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}
.contactdiv table {
  width: 95%;
  height: 80%;
  margin: 20px;
}
.contactdiv td {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-left: 10px;
}
.linkdiv table {
  position: absolute;
  height: 70%;
  margin-top: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.copyrightsdiv {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 3155px;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
.servicecontainer h3 {
  font-size: 17px;
}

@media screen and (max-width: 860px) {
  .servicecontainer p {
    font-size: 13.5px;
  }
  .servicecontainer h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .servicecontainer {
    height: 1085px;
  }
  .top1350 {
    top: 1760px;
  }
  .top2030 {
    top: 2850px;
  }

  .footerdiv {
    top: 3985px;
    height: 800px;
  }
  .copyrightsdiv {
    top: 4790px;
  }
  .div1 {
    width: 53%;
    height: 300px;
    top: 0;
    left: 0;
  }
  .div2 {
    width: 40%;
    height: 300px;
    top: 0;
    left: unset;
    right: 0;
  }
  .div3 {
    width: 53%;
    height: 350px;
    top: 710px;
    left: 0;
  }
  .div4 {
    width: 43%;
    height: 350px;
    top: 330px;
    left: 0;
  }
  .div5 {
    width: 50%;
    height: 300px;
    top: 330px;
    left: unset;
    right: 0;
  }
  .div6 {
    width: 40%;
    height: 400px;
    top: 660px;
    right: 0;
  }
  .servicecontainer p {
    font-size: 18px;
  }

  .contactdiv {
    width: 50%;
  }
  .linkdiv {
    width: 100%;
    top: 400px;
  }
  .footlogo {
    width: 50%;
  }
  .servicecontainer h3 {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  .servicecontainer h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 530px) {
  .servicecontainer p {
    font-size: 17px;
  }
}
@media screen and (max-width: 500px) {
  .servicecontainer p {
    font-size: 19px;
  }
  .servicecontainer h3 {
    font-size: 20px;
  }
  .servicecontainer {
    height: 1970px;
  }
  .top1350 {
    top: 2650px;
  }
  .top2030 {
    top: 4630px;
  }
  .footerdiv {
    top: 6650px;
    height: 1200px;
  }
  .copyrightsdiv {
    top: 7855px;
  }
  .div1 {
    width: 100%;
    height: 300px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .div2 {
    width: 100%;
    height: 300px;
    top: 330px;
    left: 50%;
    transform: translate(-50%);
  }
  .div3 {
    width: 100%;
    height: 300px;
    top: 1320px;
    left: 50%;
    transform: translate(-50%);
  }
  .div4 {
    width: 100%;
    height: 300px;
    top: 990px;
    left: 50%;
    transform: translate(-50%);
  }
  .div5 {
    width: 100%;
    height: 300px;
    top: 660px;
    left: 50%;
    transform: translate(-50%);
  }
  .div6 {
    width: 100%;
    height: 300px;
    top: 1650px;
    left: 50%;
    transform: translate(-50%);
  }
  .servicecontainer div {
    margin: 0;
  }
  .flophorizontal {
    transform: translate(-50%) scaleX(-1);
  }

  .contactdiv {
    width: 100%;
    top: 400px;
  }
  .linkdiv {
    width: 100%;
    top: 800px;
  }
  .footlogo {
    width: 100%;
  }
}
.servicecontainer h3 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid red;
  width: 75%;
  white-space: nowrap;
}

@media screen and (max-width: 450px) {
  .socialmeadiadiv {
    transform: translateX(-50%) scale(0.7);
  }
}

.backimg1 {
  background-image: url("../images/mobile app.jpeg");
}
.backimg2 {
  background-image: url("../images/social m.jpeg");
}
.backimg3 {
  background-image: url("../images/cctv.jpeg");
}
.backimg4 {
  background-image: url("../images/its.jpg");
}
.backimg5 {
  background-image: url("../images/mainph.jpg");
}
.backimg6 {
  background-image: url("../images/maingraf.jpg");
}
.cliced {
  width: 75%;
  display: inline-block; /* or block */
  border-bottom: 4px solid red;
}
.nonclicked {
  width: 0%;
  display: inline-block; /* or block */
  border-bottom: 4px solid transparent;
  transition: width 0.5s, border-bottom 0.5s;
}

.nonclicked:hover {
  width: 75%;
  border-bottom: 4px solid red;
}
.underline {
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 3px;
}
