.main-image {
  /* width: 100%;
    background-image: url('/assets/images/icon/Group759.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    z-index: 1000; */
  position: absolute;
  right: 0;
  width: clamp (500px, 83.3333333333vw, 1600px) !important;
  max-height: clamp(200px, 46.875vw, 900px);
  z-index: -9999;
}
/* .main-logo {
  margin: auto;
  display: flex;
  justify-items: center;
  align-items: center;
  width: 90%;
  flex-direction: row;
  margin-bottom: clamp(60px, 20.83333333vw, 400px);
  justify-content: space-between;
} */

.main-logo img {
  width: clamp(200px, 21.770833333vw, 418px);
  height: clapm(120px, 18.64583333vw, 358px);
  margin-top: clamp(40px, 9.375vw, 180px);
  /* margin-bottom: clamp(10px,3.64583333vw,70px); */
}

/* .main-info {
  display: flex;
  flex-direction: column;
  margin-top: 14%;
} */

.main-text {
  font-family: poppins-Black;
  font-size: clamp(21px, 2.34375vw, 45px);
  display: flex;
  color: var(--color-text);
  line-height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  flex: 1;
}
.sub-main-text {
  font-family: poppins-Medium;
  font-size: clamp(10px, 1.04166666666vw, 20px);
  display: flex;
  /* text-align: center; */
  color: var(--color-text);
  margin-top: 3%;
}
.text {
  font-family: poppins-Medium;
  /* font-size: clamp(10px, 1.04166666666vw, 20px); */
  font-size: clamp(10px, 1.145833333333333vw, 22px);
  display: flex;
  text-align: center;
  margin-bottom: clamp(50px, 4.16666666vw, 80px);
  color: var(--color-text);
  width: 65%;
  margin-inline: auto;
}

/* .services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-inline-end: clamp(30px, 13.02083333vw, 250px);
  margin-inline-start: clamp(30px, 13.02083333vw, 250px);
  justify-content: space-between;
}
.services-mobile {
  display: none;
  flex-direction: column;

  justify-content: space-between;
}
.service-card {
  width: 22%;
  height: clamp(150px, 22.447916666vw, 431px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
  flex-direction: column;
  cursor: pointer;
}
.service-card-active {
  cursor: pointer;
  background-color: white;
  box-shadow: 8px 8px 8px -12px black;
  width: 28%;
  height: clamp(150px, 22.447916666vw, 431px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10%;
  flex-direction: column;
  font-family: poppins-Medium;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  text-align: center;
  color: var(--color-text);
  z-index: 100;
}
.service-card-active-mobile {
  cursor: pointer;
  background-color: white;
  box-shadow: 8px 8px 8px -12px black;
  align-items: center;
  height: clamp(160px, 22.447916666vw, 431px);

  justify-content: center;
  flex-direction: column;
  font-family: poppins-Medium;
  font-size: clamp(10px, 1.0416666666vw, 20px);
  text-align: center;
  color: var(--color-text);
  z-index: 100;
}
.service-card-active-mobile img {
  width: clamp(60px, 6.14583333vw, 118px);
  height: clamp(60px, 6.14583333vw, 118px);
  margin-bottom: 5%;
  margin-top: 5%;
}
.service-card-active img {
  width: clamp(40px, 6.14583333vw, 118px);
  height: clamp(40px, 6.14583333vw, 118px);
  margin-bottom: 5%;
}
.service-card img {
  width: clamp(40px, 6.14583333vw, 118px);
  height: clamp(40px, 6.14583333vw, 118px);
  margin-bottom: 5%;
}
.service-card p {
  width: 70%;
  font-family: poppins-Medium;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  text-align: center;
  color: var(--color-text);
}
.services-body-hidden {
  display: none;
}
.services-body-ERP {
  display: none;
  width: 100%;
  height: clamp(500px, 34.6875vw, 666px);
  background-color: var(--color-services-card);
  margin-block-start: -4%;
  border-top-right-radius: 22%;
  border-bottom-right-radius: 22%;
}
.services-body-ERP-mobile {
  display: none;
  background-color: var(--color-services-card);
}
.services-body-mobile-mobile {
  display: none;
  background-color: var(--color-services-card);
}
.services-body-SIEM-mobile {
  display: none;
  background-color: var(--color-services-card);
}
.services-body-mobile {
  display: none;
  height: clamp(500px, 34.6875vw, 666px);
  background-color: var(--color-services-card);
  margin-block-start: -4%;
  border-top-right-radius: 22%;
  border-bottom-right-radius: 22%;
}
.services-body-security {
  display: none;
  width: 100%;
  height: clamp(500px, 34.6875vw, 666px);
  background-color: var(--color-services-card);
  margin-block-start: -4%;
  border-top-right-radius: 22%;
  border-bottom-right-radius: 22%;
} */

.services-body-SIEM {
  display: none;
}
.services-body-content-SIEM {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  justify-content: space-between;
  width: 100%;
  height: clamp(500px, 34.6875vw, 666px);
  background-color: var(--color-services-card);
  margin-block-start: -4%;
  border-top-right-radius: 22%;
  border-bottom-right-radius: 22%;
}
.services-body-content-mobile {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  width: 80%;
  justify-content: space-between;
}
.SIEM-header {
  margin-block: 5%;
  font-family: poppins-Regular;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  color: var(--color-value-item);
  text-align: center;
}
.SIEM-body {
  display: flex;
  flex-direction: row;
  margin-inline: auto;
  width: 60%;
  justify-content: space-between;
}
.SIEM-body img {
  height: 40%;
}
.SB-header {
  margin-block: 6%;
  margin-inline: 1%;
  width: 24%;
}
.SB-header-body {
  margin-block-start: 15%;
  font-family: poppins-Regular;
  font-size: clamp(20px, 2.291666666vw, 44px);
  color: var(--color-value-item);
}
.SB-header-title {
  font-family: poppins-Medium;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  color: #03c2fc;
  margin-block-end: 10%;
}
.SB-header-end {
  font-family: poppins-Medium;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  color: var(--color-value-item);
  margin-block-start: 15%;
}
.SB-header-end-mobile {
  font-family: poppins-Medium;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  color: var(--color-value-item);
  margin-block-start: 2%;
  display: list-item;
}
.SB-body {
  width: 60%;
}
.SB-body-mobile {
  width: 22%;
  margin-block: 10%;
}
.SB-body-mobile img {
  width: 100%;
}
.SB-body-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.SBC-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.SBCC-row {
  display: flex;
  flex-direction: row;
  margin-block: 3%;
}
.SBCC-row p {
  font-family: poppins-Regular;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  color: var(--color-value-item);
  margin-inline-start: 4%;
}
.SBCC-row img {
  width: 28px;
  height: 28px;
}
.SB-body-head {
  font-family: poppins-Regular;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  color: var(--colors-nav-color);
  margin-block-end: 10%;
}
.SB-body {
  margin-block: 8%;
}
.SB-body-imge {
  width: 258px;
  height: 258px;
}
/* .projects {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-block-start: 5%;
  flex-direction: column;
}
.projects-mobile {
  display: none;
}
.project-title {
  color: var(--colors-nav-active-color);
  font-family: poppins-Black;
  font-size: clamp(30px, 2.08333333vw, 40px);
  margin-block-end: 4%;
  display: flex;
  margin-inline: auto;
}
.project-body {
  width: 80%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.project-card {
  display: flex;
  flex-direction: column;
  width: 45%;
  margin-inline: auto;
  margin-block: 3%;
  box-shadow: 8px 8px 8px -12px black;
}
.PC-content {
  width: 95%;
  margin-block: 8%;
}
.PCC-title {
  color: var(--color-value-item);
  font-family: poppins-SemiBold;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  margin-block: 8%;
}
.PCC-text {
  color: var(--color-value-item);
  font-family: poppins-Regular;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  margin-block-end: 4%;
}
.PCC-btn {
  background-color: var(--colors-nav-active-color);
  color: white;
  height: clamp(30px, 2.1875vw, 42px);
  width: clamp(170px, 9.4270833333vw, 181px);
  border: none;
  margin-block: 8%;
  font-family: poppins-Regular;
  font-size: clamp(12px, 1.0416666666vw, 20px);
}
.PC-content img {
  width: clamp(200px, 32.65625vw, 627px);
  height: clamp(150px, 14.53125vw, 279px);
} */
.vision-mission {
  /* background-color: var( --color-value-item); */
  margin-block: 6%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.VM-body {
  width: 80%;
  margin: auto;
}

.VM-body-item-head {
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
  color: var(--colors-nav-active-color);
  font-family: poppins-Black;
  font-size: clamp(30px, 2.08333333vw, 40px);
}
.VM-body-item-text {
  display: flex;
  justify-content: center;
  text-align: center;
  color: var(--color-text);
  font-family: poppins-Regular;
  font-size: clamp(12px, 1.0416666666vw, 20px);
}
.values {
  background-color: var(--color-value-background);

  /* margin-block-start: 7%;
    margin-block-end: 2%; */
  display: flex;
  flex-direction: column;
}
.V-head {
  width: 80%;
  margin: auto;
  margin-block-end: 3%;
  margin-block-start: 3%;
}
.V-head p {
  color: var(--colors-nav-active-color);
  font-family: poppins-Black;
  font-size: clamp(30px, 2.08333333vw, 40px);
  text-align: center;
}
.V-body {
  margin: auto;
  margin-bottom: 5%;
  display: flex;
  flex-direction: column;
  width: 90%;
  justify-content: space-between;
}
.V-column {
  flex-direction: row;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.V-column-one {
  flex-direction: row;
  display: flex;
  width: 49%;
  justify-content: space-between;
}
.V-column-second {
  flex-direction: row;
  display: flex;
  width: 49%;
  justify-content: space-between;
}

.VC-item {
  background-color: white;

  display: flex;
  flex-direction: column;
  /* width: 80%; */
  width: 48%;
  text-align: center;
  margin-block-start: 5%;
  margin-block-end: 1%;
  height: clamp(220px, 16.1458333333vw, 310px);
}
.VCI-image {
  margin-block-start: 12%;
}
.VCI-image img {
  width: 34px;
  height: 34px;
}
.VCI-head {
  min-width: 138px !important;
  margin-block: 7%;
}
.VCI-head p {
  color: var(--colors-value-item);
  font-family: poppins-Medium;
  font-size: clamp(12px, 1.04166666vw, 20px);
  margin: auto;
}
.VCI-text {
  display: flex;
  width: 85%;
  text-align: center;
  margin-inline: auto;
}
.VCI-text p {
  /* color:  var( --color-value-item); */
  font-family: poppins-Regular;
  font-size: clamp(12px, 1.04166666vw, 20px);
  margin-block-start: 0px;
}
.whyUs {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.W-image img {
  width: clamp(300px, 33.85416666vw, 650px);
  height: clamp(200px, 28.125vw, 540px);
}
.W-body {
  width: 45%;
  display: flex;
  flex-direction: column;
  margin: auto;
}
.W-title {
  color: var(--colors-nav-active-color);
  font-family: poppins-Black;
  font-size: clamp(30px, 2.08333333vw, 40px);
  margin-block-end: 4%;
}
.W-text {
  color: var(--color-text);
  font-family: poppins-Regular;
  font-size: clamp(12px, 1.0416666666vw, 20px);
}

@media screen and (max-width: 800px) {
  .V-column-one {
    width: auto;
  }
  .V-column-second {
    width: 100%;
  }
  .V-column {
    flex-direction: column;
  }
  .VC-item {
    width: 49%;
    margin-inline: auto;
    height: auto;
  }
  .VCI-image {
    margin-block-start: 4%;
  }
  .VCI-head {
    margin-block: 4%;
  }
  .VCI-text {
    display: block;
  }
  .whyUs {
    flex-direction: column;
  }
  .W-image {
    margin: auto;
  }
  .W-body {
    width: 100%;
  }
  .sub-main-text {
    width: 60%;
  }
}
@media screen and (max-width: 700px) {
  .mySlides {
    /* flex-direction: column; */
  }
  .project-card {
    /* width: 85%;
    margin-block: 0px; */
  }
  .PC-content img {
    width: clamp(230px, 32.65625vw, 627px);
  }
  .services {
    display: none;
  }
  .services-body-ERP {
    display: none;
  }
  .services-body-mobile {
    display: none;
  }
  .SB-header {
    width: 100%;
    margin-block: 0px;
  }
  .SIEM-body {
    flex-direction: column;
  }
  .services-body-content {
    flex-direction: column;
  }
  .services-body-content-SIEM {
    height: auto;
    margin-block: 8%;
  }
  .services-body-security-mobile {
    display: none;
  }
  .SB-body-content {
    flex-direction: column;
  }
  .SIEM-body img {
    height: auto;
    margin-block-end: 4%;
  }
  .services-body-security {
    display: none;
  }
  .services-mobile {
    display: flex;
  }
  .service-card {
    width: auto;
  }
  .projects-mobile {
    display: flex;
    flex-direction: column;
  }
  .projects {
    display: none;
  }
  .project-card {
    align-items: center;
    text-align: center;
  }
}
/* @media screen and (max-width: 550px) {
  .main-logo {
    margin-bottom: 10%;
  }
  .main-info {
    width: 50%;
    margin-inline: auto;
    margin-top: 60%;
  }
  .main-logo {
    text-align: center;
  }
  .sub-main-text {
    width: 100%;
  }
  .main-text {
    margin-inline: auto;
  }
  .text {
    margin-bottom: 8%;
  }
} */

@media screen and (max-width: 650px) {
  .main-logo {
    margin-bottom: 5%;
  }
  .main-info {
    margin-top: 50%;
    margin-bottom: 0px;
    align-items: center;
    text-align: center;
    margin-inline: auto;
  }
  .sub-main-text{
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .main-info {
    margin-top: 60%;
    margin-bottom: 0px;
    align-items: center;
    text-align: center;
    margin-inline: auto;
  }
}
/* .siem-title {
  color: var(--colors-nav-active-color);
  font-family: poppins-Black;
  font-size: clamp(30px, 2.08333333vw, 40px);
}
.siem-body {
  font-family: poppins-SemiBold;
  font-size: clamp(14px, 1.3541666666666vw, 26px);
  color: var(--color-value-item);
  display: flex;
  margin-inline: auto;
}

.siem-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-inline: auto;
  height: 300px;
}
.SIEM-header {
  color: var(--colors-nav-active-color);
  font-family: poppins-Black;
  font-size: clamp(16px, 1.3541666666666vw, 26px);
  margin-block-start: 0%;
  margin-block-end: 5%;
}
.siem-card img {
  height: clamp(220px, 20.833333333vw, 400px);
}
.SIEM-info {
  font-family: poppins-Medium;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  color: var(--color-value-item);
  display: list-item;
  text-align: start;
  margin-inline-start: 15%;
}
.SIEM-text {
  font-family: poppins-Medium;
  font-size: clamp(14px, 1.3541666666666vw, 26px);
  color: var(--color-value-item);
}
.SIEM-info-head {
  font-family: poppins-SemiBold;
  font-size: clamp(12px, 1.0416666666vw, 20px);
  color: var(--color-value-item);
}
.mySlidesSIEM {
  margin-block-start: 2%;
}
.siem--carousel {
  width: 80%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.siem--carousel:hover a {
  color: var(--colors-nav-active-color);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.siem-logo img {
  width: clamp(45px, 3.125vw, 60px);
  height: clamp(45px, 3.125vw, 60px);
}
.siem-logo {
  display: flex;
  flex-direction: row;
  margin-inline: auto;
  margin-block-end: 4%;
  width: max-content;
  justify-content: space-between;
} */
