* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  font-family: 'Poppins';
  scroll-behavior: smooth;
}

section.home {
  min-height: 100vh;
  padding: 2rem 0 0rem;
  background-color: #131A26;


}

.mobilebar {
  display: none;
}

section .home-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

.header {
  background-color: #131A26;
  border-bottom: 4px solid #212C40;
}

.headerinfo {
  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 40%;
}


/* bugger menu */
#menu-icon {
  font-size: 3.9rem;
  color: #fff;
  display: none;
}

#logoinmblnb {
  display: none;
}

#mobie {
  display: block;
}

.radioy {
  margin: 1rem 0;
}


/* Basic CSS styles */
.headerdrop {
  position: relative;
  display: inline-block;
}

.headerdrop-content {
  display: none;
  position: absolute;
  background-color: #131A26;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;

}

i.bx.bx-chevron-right {
  display: none;
}

.headerdrop-content a p {
  font-size: 12px;
  opacity: 0.5;

}

.headerdrop:hover .headerdrop-content {
  display: block;
}

/* Style the button */
.headerdrop-button {
  background-color: transparent;
  color: white;
  padding: 10px;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

/* Style the dropdown links */
.headerdrop-content a {
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  color: black;
}

.headerdrop-content a:hover {
  background-color: #10102A;
}

/* new css of banner  */


.cardtyty {
  display: flex;
  flex-direction: column;
  width: 58%;
}

.container-banner {
  position: relative;
}

.container-banner .slider-container .slidey {
  min-height: 50vh;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 120px; */
  padding: 0px 0 20px 85px;


}

.container-banner .slider-container .slidey .cantent {
  flex: 1 1 250px;
  animation: slidecontent .6s linear backwards;

}

@keyframes slidecontent {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
}


.container-banner .slider-container .slidey .imageion {
  flex: 1 1 50px;
  animation: slideImage .4s linear forwards;
  animation-play-state: running;
  /* Default is running */ 
}

.pause-animation .container-banner .slider-container .slidey .imageion {
  animation-play-state: paused;
  /* Pause animation when this class is applied */
}

@keyframes slideImage {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
}

.container-banner .slider-container .slidey .imageion img {
  width: 100%;


}


.container-banner .slider-container .slidey .cantent h1 {
  font-size: 64px;
  color: #fff;
  line-height: 70px;
  width: 80%;
}

.container-banner .slider-container .slidey .cantent p {
  font-size: 16px;
  color: #fff;
  padding: 40px 0;
  width: 80%;
  font-weight: 300;
}

.container-banner .slider-container .slidey .cantent {
  font-size: 64px;
  color: #333;
  height: 450px;
}

.container-banner .slider-container .slidey .cantent .inputbtn {
  display: flex;
  gap: 15px;
}

.container-banner .slider-container {
  display: none;

}

.container-banner .slider-container.active {
  display: block;

}

.container-banner #prevt,
.container-banner #pnext {
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  color: #fff;
  /* background-color: #333; */
  /* height: 50px; */
  /* width: 40px; */
  /* line-height: 50px; */
  /* font-size: 25px; */
  text-align: center;
  cursor: pointer;
  /* font-weight: bolder; */
}

.container-banner #prevt:hover,
.container-banner #pnext:hover {
  background-color: transparent;
}

.container-banner #prevt {
  left: 85px;
}

.container-banner #pnext {
  left: 165px;
}







.headingad {
  color: #FFF;
  font-family: Poppins;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 50%;
}

.container-header {
  display: flex;
  width: 88%;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 10px 0;
}

.logoimges {
  width: 130px;
  margin-top: 10px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 59%;
  color: #fff;
}

.navbar a {
  color: #fff;
  font-family: Poppins;
  transition: .3s;
  text-decoration: none;
}

.navbar a:hover,
.navbar a:active {
  color: #FA8300;
}

.navbar a:active {
  color: #FA8300;
}

.loginbtn a,
.loginbtn {
  padding: 0px 40px;
  border-radius: 5px;
  background: #FA8300;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  cursor: pointer;
}

section .home-content {
  color: #fff;
}

.home-content .inputbtn {
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.inputbtn input[type="search"] {
  padding: 15px;
  width: 370px;
  border-radius: 5px;
  height: 50px;
}

.monitorheader {
  font-size: 35px;
  font-weight: 600;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
}

span.spanmoniter {
  color: #FA8300;


}

.bbbsection {
  padding: 60px 0;
  margin: 40px 0;
}

.monitorubtext {
  width: 70%;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  color: #131A26;

}

.loderimg {
  height: 95px;
  width: 5px;
}

.titlemonitor {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.textmonitor {
  font-size: 14px;
  font-weight: 400;
  padding-top: 15px;
  color: #131A26;

}

.bigbellservice {
  display: flex;
  width: 85%;
  margin: 0 auto;
  gap: 55px;
  padding-top: 70px;

}

.maincontent {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  cursor: pointer;
  gap: 20px;

}

.downtimhead {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
}

.downtimetext {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 23px;
  margin-top: 15px;
  width: 70%;
}

section.downtimebox {
  background: #131A26;
  display: flex;
  align-items: center;
}

.alldowntime {
  display: flex;
  width: 60%;
  margin: 0 auto;
  justify-content: center;
  gap: 100px;
  align-items: center;
}

.textsection {
  width: 70%;
  color: #fff;

}

img.iconsoicaly {
  width: 35px;
}

img.iconsoical {
  width: 52px;
}

img.iconsoicala {
  width: 70px;
}

.downtimesocal {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 35px 100px;
  align-items: center;
  cursor: pointer;
  justify-items: center;

}

.orangeicon {
  width: 110px;
}

.orangeleft {
  width: 90px;
}

.demobtn {
  color: #FA8300;
  background: #131A26;
  border: 2px solid #fff;
  padding: 0px 50px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  cursor: pointer;


}

.getstrttext {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  font-family: Inter;
}

section.getstartbox {
  background: #131A26;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  padding: 30px;
}

.twobtn {
  display: flex;
  gap: 20px;
}

section.pluggins {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cardsliderclients {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131A26;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}

.swiper {
  width: 100% !important;
}

.card {
  position: relative;
  background: rgb(16, 16, 42);
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* .card::before{
    content: "";
    position: absolute;
    height: 40%;
    width: 100%;
    background: #7d2ae8;
    border-radius: 20px 20px 0 0;
  } */

.card .card-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 100;
  gap: 15px;
  border-radius: 10px;
  background-color: #10102A;
  justify-content: space-between;
  cursor: pointer;

}

.datereview {
  font-size: 15px;
  padding: 0 35px;
  margin-bottom: 20px;
  font-style: italic;
  color: #fff;
}

.reviess {
  padding: 10px 0;
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  color: #fff;
}

.comynm {
  font-size: 13px;
  font-weight: 200;
}

.stars {
  width: 85px;
}

.custiimhg {
  width: 70px;
}

.namecust {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

section.happycuti {
  background: #131A26;
  color: #fff;
  padding: 90px;
}

.socialmediaicon {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 25px;
}













.swiper-pagination1 {
  position: absolute;
}

.swiper-pagination2 {
  position: absolute;
}

.swiper-pagination3 {
  position: absolute;
}

.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border-radius: 25px;
  background: #fff;
  color: #fff;
  border-color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.7;
  background-color: #fff;
  transition: all 0.3s ease;
  color: #fff;

}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
  background-color: #fff;
  color: #fff;
  border: 4px solid #4954B0;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff !important;
  background: #fff !important;
}

span.swiper-pagination-bullet {
  background: #fff !important;
  color: #fff !important;
}

.imageed {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.swiper-slide.card.swiper-slide-next {
  border: 4px solid #4954B0;
}

footer {
  background: #131A26;
  color: #fff;
  padding: 100px 0;
  border-top: 4px solid #80808029;
  border-bottom: 4px solid #80808029;
}

.footercontent {
  width: 30%;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.plugginsfooter {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 15px;
}

.container-footer {
  display: flex;
  width: 88%;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-start;
  padding: 10px 0;
  gap: 40px;
}

.pluginfooter {
  color: #F8F9FC;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1px;
}

.footercontent p {
  font-size: 15px;
}

.plugginsfooter a {
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.plugginsfooter {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 15px;
  width: 23%;
}

.copyright {
  color: #FFF;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  background: #141E2E;
}

section.footertext {
  background: #141E2E;
  padding: 10px 0;
}


.container-auto {
  width: 70vmin;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 14%;
  right: -225px;
  overflow: hidden;

  /* border: 20px solid #ffffff; */
  border-radius: 8px;
  /* box-shadow: 10px 25px 30px rgba(30,30,200,0.3); */

}

.wrapper {
  width: 100%;
  display: flex;
  animation: slide 15s infinite;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(-100%);
  }

  55% {
    transform: translateX(-200%);
  }

  75% {
    transform: translateX(-200%);
  }

  80% {
    transform: translateX(-300%);
  }

  100% {
    transform: translateX(-300%);
  }
}

.autoimg {
  width: 100%;
}







.section {
  display: flex;
  /* min-height: 10vh; */
  position: relative;
  z-index: 2;
}

.section>* {
  width: 50%;
}

.section-img {
  position: relative;
  display: flex;

}

.section-img-inner {
  height: 100vh;
  position: fixed;
  right: 5%;
  width: 40%;
  top: 0;
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  filter: blur(30px);
  opacity: 0;
  background-position: 50% 40%;
  transition: .6s ease, opacity .6s ease, background-position .8s ease;
}

.section-body {
  display: flex;
  align-items: center;
}

.section-text {}

.section.active .section-img-inner {
  opacity: 1;
  background-position: 50% 50%;
  filter: blur(0);
}



.loading-bar-container {
  width: 5px;
  height: 100%;
  background-color: #ccc;
  overflow: hidden;
  margin-right: 10px;
  border-radius: 10px;
}

.loading-bar {
  width: 100%;
  height: 0%;
  background-color: #000;
  transition: height 0.5s;
}

.loader-container {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
}






section {
  display: block;
  /* Initially, all sections are visible */
}

.hidden {
  display: none;
  /* Hide sections with the 'hidden' class */
}

.orange {
  color: #FA8300;
}

.blacked {
  color: #000;
}



.clientlogo {
  display: flex;
  width: 90%;
  justify-content: space-between;
  align-items: center;
}

img.clientimg {
  width: 160px;
}

.producthdimg {
  width: 50%;
}

.jusata {
  width: 80%;
}

.secrutyimg {
  width: 70%;
}

.intergrationimg {
  width: 70%;
}


/* contactus css  */
section.contactus {
  min-height: 50vh;
  padding: 60px 0;
  background-color: #131A26;
}

.mobot {
  display: none;
}


.container-contactus {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.container-contactus h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.container-contactus p {
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

section.container-mainconinfo {
  width: 85%;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  /* gap: 10px; */
  justify-content: space-evenly;
  align-items: flex-start;
  padding: 3rem 0 3rem;
}

.leftinfo {
  width: 45%;
  display: block;
}

.simpy {
  color: #000;
  /* text-align: center; */
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.maimycont {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;

}

.maimycont h1 {
  color: #FA8300;
  /* text-align: center; */
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.maimycont p {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 20px;
}

.iconcontact h1 {
  color: #131A26;
  /* text-align: center; */
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.iconcontact p {

  color: #4D4A4A;
  /* text-align: center; */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.rightinfo {
  width: 45%;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background-color: #131A26;
  padding: 40px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  gap: 20px;
}

.iconcontact {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

img.iconhight {
  width: 40px;
}

.secondleft {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  width: 54%;
  /* margin: 70px 0; */
  cursor: pointer;

}

.rightinfo input {
  height: 60px;
  border-radius: 5px;
  padding: 0 10px;
}

.rightinfo textarea {
  height: 200px;
  border-radius: 5px;
  padding: 15px 10px;
}






/* aboutus css */

section.container-aboutuss {
  display: flex;
  width: 88%;
  margin: 0 auto;
  gap: 40px;
  justify-content: center;
  margin-top: 90px;
}

.textright {
  width: 40%;
}

.aboutusimgone {
  width: 100%;
}

section.container-aboutuss .textright h1 {
  color: #000;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.container-aboutuss .textright p {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 15px;
}

.aboutsbdimg {
  width: 90%;
}

.gapingt {
  padding-bottom: 50px;
}

.gapop {
  gap: 0px;
}

.container-cardone {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.bodycardy {
  margin: 10px 0;
}

.titlecary {
  padding-bottom: 30px;
}

.imgyo {
  width: 45%;
}

.aboutmidcontainer {
  display: flex;
  align-items: center;
  width: 92%;
  gap: 55px;
  margin-top: 50px;
}

.aboutmidhead h1 {
  color: #000;
  /* text-align: center; */
  font-family: Poppins;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.aboutmidhead p {
  color: rgba(0, 0, 0, 0.80);
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.ssimgi {
  width: 100%;
}




/* productus */

section.products {
  min-height: 50vh;
  padding: 80px 0;
  background-color: #131A26;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 80px;
}

.container-products {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}


.container-products h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.container-products p {
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

section.blkproduct {
  background: #131A26;
  padding: 70px 0;
}

.mainu {
  width: 45%;
}

.allproviders {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 88%;
  margin: 0 auto;
}

.clientcard {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
}

.clientboxcard {
  width: 17rem;
  text-align: center;
  padding: 45px 10px;
  border-radius: 10px;
  background: #1B2639;
}

.textsection h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 15px;

}

.textsection p {
  color: #FFF;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;

}

.clientboxcard h1 {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 20px;

}

.clientboxcard p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  height: 110px;
  padding-top: 20px;
}

.textproduct {
  color: #515151;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.roollu {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.provione {
  width: 35%;
}

.provitwo {
  padding-top: 19px;
}

.provithree {
  padding-top: 10px;
  padding-bottom: 15px;
}

.cardsliderclients {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131A26;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}

.swiper {
  width: 1200px;
}

.cardu {
  position: relative;
  background: rgb(16, 16, 42);
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

/* .card::before{
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background: #7d2ae8;
  border-radius: 20px 20px 0 0;
} */

.cardu .card-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 100;
  gap: 15px;
  border-radius: 10px;
  background-color: #10102A;
  justify-content: space-between;
  cursor: pointer;

}


.swiper-slide.cardu.swiper-slide-next {
  border: 4px solid #4954B0;
}




/* card in abouts us product */

.container-casestudy {
  display: flex;
  width: 80%;
  gap: 23px;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 40px;
}

.casestudye {
  width: 22rem;
  border-radius: 10px;
  padding: 10px 8px 20px 8px;
  /* text-align: center; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.casescont {
  padding: 5px;
  margin: 15px 0;
}

.blogscont {
  padding: 5px;
  margin: 15px;
}

.casestudye h1 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.buttonyr {
  padding: 12px !important;
  background-color: #FA8300 !important;
  box-shadow: 0px 10px 20px 0px rgba(250, 131, 0, 0.20);
  border: none !important;
  width: 100%;
  font-size: 16px;
  color: #FFF;
  font-weight: 500;
  border-radius: 5px;

}

.phonenewslide {
  display: none;
}

.topuy {
  display: none;
}

/* Style the button */

/* .button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
} */

/* Style the image */
.casestudye img {
  max-width: 100%;
  height: auto;
}

.hdrn {
  display: none;
}

.uripo {
  margin: 70px;
  color: #fff;
}


/* blogs */

section.container-blog {
  background-image: url(/static/images/Backgroundblogs.svg);
  /* min-height: 100vh; */
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 195px;

}

.container-infom {
  color: #fff;
  width: 45%;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-top: 100px;
  gap: 50px;

}

.container-infom h1 {
  color: #FFF;
  font-family: Poppins;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.container-blogcontent {
  width: 88%;
  margin: 0 auto;
  padding-top: 50px;
}



.casestudye:hover {
  box-shadow: 0px 5px 10px 8px rgba(0, 0, 0, 0.2);

}

.container-posted h1 {
  color: #000;
  font-family: Poppins;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.container-posted p {
  color: #000;
  font-family: Poppins;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}


.blogdate {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 5px;
  background: #F3F3F3;
  padding: 15px;
  width: 130px;
  margin-bottom: 25px;
}

.container-blogstudy {
  display: grid;
  margin: 0 auto;
  gap: 20px;
  padding-top: 40px;
  grid-template-columns: auto auto auto;
}





/* footer */
footer {
  background: #131A26;
  color: #fff;
  padding: 30px 0;
  border-top: 4px solid #80808029;
  border-bottom: 4px solid #80808029;
}

.container-footer {
  display: flex;
  width: 88%;
  justify-content: space-between;
  margin: 0 auto;
  align-items: flex-start;
  padding: 10px 0;
  gap: 40px;
  flex-direction: row;
}

.footercontent {
  width: 100%;
  font-size: 17px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.plugginsfooter {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 15px;
  width: 100%;
}

.onebtun {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.toptwo {
  display: none;
}








/* breakdown screen  */

@media (max-width: 768px) {
  .logoimges {
    width: 100px;
    margin-top: 10px;
  }

  .toptwo {
    display: block;
  }

  #menu-icon {
    font-size: 2.4rem;
    color: #fff;
  }

  .bbbsection {
    padding: 10px 0;
  }

  .headerdrop {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .headerdrop-button {
    background-color: transparent;
    color: white;
    padding: 0px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .headerdrop-content {
    position: static;
    box-shadow: none;
  }

  .headerdrop-content a {
    padding: 5px 15px;
    text-decoration: none;
    display: block;
  }

  i.bx.bx-chevron-right {
    display: block;
    font-size: 25px;
  }

  .radioy {
    margin: 1rem 0 !important;
  }


  .mobilebar {
    display: flex;
    position: absolute;
    right: 12px;
    align-items: center;
    gap: 20px;
  }

  #menu-icon {
    display: block;
  }

  #logoinmblnb {
    display: block;
    padding: 0 30px;
    font-size: 12px;
  }

  .navbar {
    position: absolute;
    top: 11%;
    left: 0;
    width: 100%;
    padding: 0rem 7% 1rem;
    background-color: #131A26;
    border-top: .1rem solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
    z-index: 999;
    display: none;

  }

  .navbar.active {
    display: block;
  }

  #mobie {
    display: none;
  }

  .navbar > a,
  .navbar .headerdrop {
    display: block;
    font-size: 18px;
    margin: 0.5rem 0;
  }
  
  .navbar .headerdrop-content a {
    font-size: 15px;
    margin: 0;
    padding: 12px 15px;
  }

  .navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    color: #fff;
    background-color: #131A26;
    border-top: .1rem solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.2);
    display: none;
  }

  section.home {
    min-height: 85vh;
    padding: 3rem 0 0rem;
    background-color: #131A26;
  }

  .container-banner .slider-container .slidey {
    min-height: 60vh;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* padding: 0px 0 20px 85px; */
    padding: 20px;
  }

  .container-banner .slider-container .slidey .cantent {
    color: #333;
    width: 100%;
  }

  .container-banner .slider-container .slidey .cantent h1 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    width: 100%;
    text-align: center;
  }

  .container-banner .slider-container .slidey .cantent p {
    font-size: 16px;
    color: #fff;
    padding: 40px 0;
    width: 100%;
    font-weight: 300;
    text-align: center;
  }

  .container-banner .slider-container .slidey .cantent .inputbtn {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }

  .inputbtn input[type="search"] {
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    height: 50px;
  }

  .imageion {
    display: none;
  }

  .bigbellservice {
    display: none;
  }

  div#swiper-wrapper-72898851ee18fedd {
    margin-top: 25px;
  }

  .titleget {
    color: #FA8300;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
  }

  .textpassg {
    color: #131A26;
    text-align: center;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 160%; */
    width: 80%;
    margin: 0 auto;
  }

  .card-containeri {
    display: flex;
    background: #fff;
    flex-direction: column;
    align-items: center;
  }


  .jusata {
    width: 90%;
  }

  .secrutyimg {
    width: 100%;
  }

  .intergrationimg {
    width: 90%;
  }

  .container-banner #prevt {
    left: 85px;
    display: none;
  }

  .container-banner #pnext {
    left: 165px;
    display: none;
  }
















  section.downtimebox {
    background: #131A26;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .orangeleft {
    width: 90px;
    transform: rotate(90deg);
    margin-top: -137px;
    margin-bottom: -80px;
  }

  .alldowntime {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 100px;
    align-items: center;
    flex-direction: column;
  }

  .textsection {
    width: 85%;
    color: #fff;
    margin: 0 auto;
  }

  .downtimhead {
    font-size: 44px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;
  }

  .downtimetext {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 23px;
    margin-top: 15px;
    width: 100%;
  }

  .downtimesocal {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 55px;
    align-items: center;
    cursor: pointer;
    justify-items: center;
    width: 90%;
  }

  .orangeicon {
    width: 110px;
    transform: rotate(90deg);
    margin-bottom: -125px;
    margin-top: -75px;
  }



  .monitorheader {
    font-size: 30px;
    font-weight: 600;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
  }

  .monitorubtext {
    width: 95%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    line-height: 25px;
    margin-top: 20px;
    color: #131A26;
  }

  .clientlogo {
    display: grid;
    width: 80%;
    justify-content: center;
    align-items: center;
    grid-template-columns: auto auto;
    gap: 40px;
  }

  img.clientimg {
    width: 150px;
  }


  section.getstartbox {
    background: #131A26;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 45px;
    flex-direction: column;
  }

  .getstrttext {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    font-family: Inter;
  }

  .twobtn {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;
  }

  .loginbtn {
    padding: 0px 40px;
    border-radius: 5px;
    background: #FA8300;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    cursor: pointer;
    width: 100%;
  }

  .demobtn {
    color: #FA8300;
    background: #131A26;
    border: 2px solid #fff;
    padding: 0px 50px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    cursor: pointer;
    width: 100%;
  }



  /* contact us  */

  .mobot {
    display: block;
  }

  .conatiner-mobiecont {
    display: flex;
    grid-template-columns: auto auto;
    gap: 15px;
    margin-top: 60px;
    flex-direction: column;

  }

  .leftinfo {
    display: none;
  }

  .rightinfo {
    width: 100%;
  }

  .maimycont {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
  }

  .conatiner-mobiecont .iconmobie {
    background: #1B2639;
    display: flex;
    width: 200px;
    flex-direction: column;
    align-items: center;
    padding: 10px 0px;
    height: 190px;
    justify-content: center;
    border-radius: 5px;
  }

  .conatiner-mobiecont .iconmobie h1 {
    font-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .conatiner-mobiecont .iconmobie p {
    font-size: 15px;
    color: #fff;
    text-decoration: none;

  }

  .imgyo {
    width: 100%;
  }


  /* product page  */
  .producthdimg {
    display: none;
  }

  .container-products {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  section.products {
    min-height: 50vh;
    padding: 80px 30px;
    background-color: #131A26;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    /* padding-left: 80px; */
  }

  .allproviders {
    display: flex;
    align-items: center;
    gap: 50px;
    width: 88%;
    margin: 0 auto;
    flex-direction: column;
    padding: 25px;
  }

  .mainu {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .clientcard {
    display: flex;
    grid-template-columns: auto auto auto;
    gap: 25px;
    flex-direction: column;
  }

  .textsection h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 15px;
  }

  .textsection p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }


  /* aboutus */

  .container-contactus {
    width: 88%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .container-contactus h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 30px;
  }

  section.container-aboutuss {
    display: flex;
    width: 88%;
    margin: 0 auto;
    gap: 40px;
    justify-content: center;
    margin-top: 90px;
    flex-direction: column;
  }

  .textright {
    width: 100%;
  }

  .aboutmidhead {
    width: 90%;
    text-align: center;
  }

  .aboutmidcontainer {
    display: flex;
    width: 100%;
    gap: 55px;
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
  }

  .bigbellservice.gapop {
    display: block;
    width: 100%;
  }

  .imgyo {
    width: 90%;
    margin: 0 auto;
  }

  .aboutsbdimg {
    width: 100%;
  }

  .revers {
    display: flex;
    width: 100%;
    gap: 55px;
    margin-top: 50px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .hdrny {
    display: none;
  }

  .hdrn {
    display: block;
    text-align: center;
  }


  /* new silder only mobile */
  .phonenewslide {
    display: block;
  }




  /* product css media */
  .container-products h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
  }

  .container-products p {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
    text-align: center;
  }

  .topuy {
    display: block;
  }



  /* blogs */

  section.container-blog {
    background-image: url(/static/images/Backgroundblogs.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 20px;
  }

  .container-infom {
    color: #fff;
    width: 80%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: nowrap;
    padding-top: 55px;
    gap: 20px;
    align-items: center;
    margin: 0 auto;
  }

  .container-infom h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .container-blogstudy {
    display: grid;
    margin: 0 auto;
    gap: 20px;
    padding-top: 40px;
    grid-template-columns: auto;
    justify-items: center;
  }



  /* footer css media  */

  footer {
    background: #131A26;
    color: #fff;
    padding: 30px 0;
    border-top: 4px solid #80808029;
    border-bottom: 4px solid #80808029;
  }

  .container-footer {
    display: flex;
    width: 88%;
    justify-content: space-between;
    margin: 0 auto;
    align-items: flex-start;
    padding: 10px 0;
    gap: 40px;
    flex-direction: column;
  }

  .footercontent {
    width: 100%;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .plugginsfooter {
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 15px;
    width: 100%;
  }

  section.happycuti {
    background: #131A26;
    color: #fff;
    padding: 70px 0;
  }

  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff !important;
    background: rgb(10, 214, 10) !important;
  }

  span.swiper-pagination-bullet {
    background: rgb(10, 214, 10) !important;
    color: #fff !important;
  }
}