*{
  padding: 0%;
  margin: 0;
  box-sizing: border-box;
}

#hero{
  /* border: 2px solid red; */
  height: 514px;
  /* margin-top: 6%; */
}
#sub-hero{
  height: 510px;
  background-image: url("./images/software-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* opacity: 0.6; */
}
#sub-hero::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 600px;
background-color: #0000009a;
}
#hero-content{
  /* border: 1px solid white; */
  /* background-color: rgba(255, 255, 255, 0.135); */
  width: 80%;
  height: 200px;
  position: relative;
  left: 12%;
  top: 45%;
  text-align: center;
  line-height: 2.5;
  animation: slideInRight 1s ease forwards; /* Apply the animation */
}
#hero-content>h1{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: white;
  font-size: 3.5em;
  font-style: italic;
  font-weight: 600;
}
#hero-content>p{
  color: white;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  /* color: #25d003; */
  font-size: 1.7em;
  font-weight: 600;
  font-style: italic;
}
#hero-hr{
  border: 1px solid rgb(253, 252, 252);
}

@keyframes slideInRight {
  0% {
      transform: translateX(100%); /* Start off-screen to the right */
      opacity: 0; /* Start invisible */
  }
  100% {
      transform: translateX(0); /* End in place */
      opacity: 1; /* Fade in */
  }
}


@keyframes upDown {
  0%, 100% {
      transform: translateY(0); /* Original position */
  }
  50% {
      transform: translateY(-20px); /* Move up */
  }
}


/* Responsive styles */
@media (max-width: 768px) {
  #hero-content {
      width: 80%; /* Adjust width for smaller screens */
  }
  
  #hero-content > h1 {
      font-size: 2em; /* Adjust font size for smaller screens */
  }
  
  #hero-content > p {
      font-size: 1.4em; /* Adjust font size for smaller screens */
  }
}

/* *******************overview********************************* */

#software-overview{
  /* border: 1px solid; */
  width: 100%;
  margin-top: 1%;
  /* padding: 20px 40px; */
  height: 480px;
  /* background-color: #e5f3ff; */
}
#sub-software-overview{
  border: 1px solid rgb(210, 210, 210);
  width: 95%;
  margin: auto;
  display: flex;
  height: 470px;
 padding-left: 70px;
 padding-right: 30px;
 padding-bottom: 10px;
  /* background-color: #e5f3ff; */
  border-radius: 10px;
  box-shadow: 0 2px 3px  rgb(99, 98, 98) ;
}
#software-overview-container1{
  /* border: 1px solid red; */
  width: 70%;
  height: 300px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 4%;
  color: #084357;

}
#software-overview-container1 span{
  font-style: italic;
  font-weight: bold;
  color: black;
  font-size: 1.2rem;
}
#software-icons{
  /* border: 2px solid blue; */
  width: 14%;
  margin-left: 6%;
  height: 430px;
  margin-bottom:15px;
}
.carousel-inner{
  /* border: 1px solid blue; */
  margin-bottom: -80px;
}

#carousel-inner-middle{
  /* border: 1px solid green; */
  margin-left: 80%;
  
}
#software-contact1{
  border: 1px solid gray;
  width: 20%;
  height: 45px;
  text-align: center;
  margin-left: 35%;
  margin-top: 2%;
  border-radius: 5px;
  background-color: #1078bf;
  color: #e5f3ff;
  font-size: larger;
}
#software-contact1:hover{
  background-color: #5bb949;
  color: #084357;
}
/* ****************************************** */
#software-importance{
  /* border: 2px solid; */
  width: 100%;
  height:100%;
  margin-top: 1.5%;
}
#software-importance>h1{
  text-align: center;
  color: #084357;
  font-size: 2.5rem;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  padding: 0.5%;
  background-color: rgba(211, 211, 211, 0.251);
}

#sub-software-importance{
  /* border: 2px solid; */
  height:500px;
  width: 90%;
  margin: auto;
  display: flex;
  margin-top: 2%;
}
#sub-software-importance #software-image>img{
 height: 30rem;
 width: 95%;

}
#software-importance #accordionExample{
  /* border: 2px solid; */
  width: 90%;
}
#software-importance #accordionExample .accordion-item{
  /* border: 2px solid red; */
  padding-top: 2%;
}
#software-importance #accordionExample .accordion-item .accordion-header{
  /* border: 2px solid blue; */
  height: 55px;
}
#software-importance .accordion-button{
  font-weight: bold;
  background-color:#e5f3ff;
  border-radius: 10px;
  color: #084357;
  font-size: 1.25rem;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
 
}
#software-importance .accordion-body{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size:1.15rem;
  color: #2c3e50;
  border-left: 2px solid  rgba(128, 128, 128, 0.317);
  border-right: 2px solid rgba(128, 128, 128, 0.317);
  border-bottom: 2px solid  rgba(128, 128, 128, 0.317);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* *****************types**8 */

.software-types-containerr {
  /* border: 1px solid red; */
    width: 100%;
    /* padding: 40px 20px; */
    color: #333;
    height: 100%;
    margin-top: 2%;
  }
  .software-types-containerr .software-types-mockup {
    /* border: 2px solid green; */
    width: 100%;
    height:100%;
   
  }
  .software-types-containerr .software-types-mockup>.software-types{
    /* border :1px solid red;  */
    width:95%;
    margin: auto;
    padding: 0%;
    height:220px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style-type: none;
    margin: 1%;
  }
  .software-types-containerr .software-types-mockup>.software-types>li{
    /* border: 1px solid green; */
    width:48%;
    height: 100%;
  }
  .software-types-containerr .software-types-mockup>.software-types>li>.flip-card{
    border: 2px solid rgb(167, 144, 18);
    width: 90%;
    height: 100%;
  }
  .software-types-containerr .flip-card-inner {
    /* border: 1px solid rgb(182, 179, 179); */
    height:100%;
    width:100%;
    transform-style: preserve-3d;
    transition: transform 0.8s;
    position: relative;
    border-radius: 10px; 
  }
  .software-types-containerr .flip-card-inner .flip-card-front {
    background-color: #fff;
    border: 1px solid blue;
    width: 100%;
    height: 100%;
  }
  .software-types-containerr .flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
  }
  .software-types-containerr .flip-card-front .tech-description{
    width: 100%;
    height: 60px;
    display: flex;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 0.5px solid rgb(206, 206, 206);
    background-color: #f8f9fa;
  }
  .software-types-containerr .flip-card-front .snipLogo{
    height: 3em;
    margin-left: 2%;
    margin-top: 1%;
    
  }
  .software-types-containerr .flip-card-front h3{
    font-size: 1.1rem;
    margin-top: 3%;
   margin-left: 2%;
   line-height: 1.1;
    font-family: Arial, Helvetica, sans-serif;
  }
  .software-types-containerr .flip-card-front hr{
    /* border: 0.5px solid rgba(0, 128, 0, 0.24); */
    position: relative;
    bottom: 13px;
   }
   .software-types-containerr .flip-card-front-p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.05rem;
    margin-left: 1.5%;
    line-height: 1.3;
  }
  .software-types-containerr .flip-card-front span{
    font-weight: bold;
  }
  .software-types-containerr .flip-card-front,
  .software-types-containerr .flip-card-back {
    position: absolute;
    width: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    height: 100%;
  }
  .software-types-containerr  .view-output {
    background-color: #4a9f3b;
    color: #F8F9FA;
    border: none;
    padding: 2px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 1.1rem;
   margin-left: 40%;
  }
  .software-types-containerr .flip-card-back {
    /* border: 2px solid green; */
    height: 220px;
    background-color: #2c3e50;
    color: white;
    transform: rotateY(180deg);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1rem;
  }
  .software-types-containerr .flip-card-back ul{
    /* border: 1px solid red; */
    width: 80%;
    margin-left: 15%;
    list-style-type: none;
    margin-top: 5%;
    line-height: 2; 
    font-size: 1.1rem;
  }
  .software-types-containerr .flip-card-back li::before{
    content: "✓ ";
    color: #4a9f3b;
    font-weight: 600;
    font-size: 1.2rem;
  }
  .software-types-containerr .back-button{
    background-color: #e5f3ff;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center;
    margin-left: 40%;
    margin-top: 2%;
    font-weight: bold;
  }
  .software-types-containerr .view-output:hover,.software-types-containerr .back-button:hover {
    background-color: #084c7f;
    color:#e5f3ff;
}

/* ************************************** */
#software-why-us{
  /* border: 2px solid red; */
  height:100%;
  width: 100%;
 padding: 20px 0px;
  background-color: #f8f9fa;
}
/* #software-why-us>h1{
  background-color: rgba(211, 211, 211, 0.251);
  text-align: center;
  color: #084357;
  font-size: 2.5rem;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  padding: 0.5% 0;
} */
#sub-software-why-us{
  /* border: 2px solid ; */
  height: 100%;
  width: 93%;
  margin: auto;
  /* margin-top: 1%; */
}
#why-us-image-container{
  /* border: 2px solid gray; */
  width: 90%;
  height: 350px;
  margin: auto;
  text-align: center;
}
#software-why-us-content{
  /* border: 2px solid blue; */
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  list-style: none;
  text-align: center;
  margin-top: 2%;
}
#software-why-us-items{
  width: 19%;
}
#software-why-us-content h3{
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: #084357;
}
#software-why-us-content p{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.05rem;
}
.software-why-us-icon{
  height: 5em;
  border: 1px solid lightgray;
  margin: 7px 0px;
  background-color:white;
  border-radius: 10px;
}

/*  */
@media screen and (320px <= width <= 480px) {

.homepage-services-section {
  margin-top: 2%;
  padding: 0;
  height: 440px;
  /* border: 1px solid red; */
}
.carousel-inner-services{
  width: 99%;
  height: 415px;
  margin: auto;
  position: relative;
  bottom: 35px;
  /* border: 1px solid blue; */
  }
  .homepage-services-section .carousel-item{
  /* border: 2px solid green; */
  width: 100%;
 height: 400px;
}
.carousel-item>.row{

  display: flex;
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  /* border: 1px solid red; */
  height: 430px;
  width: 99%;
  margin: auto;
  justify-content: center;
}
.carousel-item>.row>.col-md-3{
  /* border: 1px solid violet; */
  width:50%;
  height: 200px;  
}
.homepage-services-section .service-slide {
  font-size: 0.8rem;
  height: 190px;
 width: 100%;
 /* border: 2px solid darkgoldenrod; */

}
.homepage-services-section .service-icon{
  margin: 6px 0;
}
.homepage-services-section .service-icon>img{
  height: 3em;
}
.homepage-services-section .homepage-services-heading {
  font-size: 0.7rem;
  margin-top: 5px;
  /* display: flex; */
  /* flex-wrap: wrap; */
}
.col-md-3 p{
  font-size: 0.8rem;
 margin-top: -15px; 
}
#carousel-item-services-4>.row{
  /* border: 2px solid blue; */
  width: 100%;
  height: 430px;
}

.homepage-services-section .carousel-control-prev,
.homepage-services-section .carousel-control-next {
height: 30px;
width: 30px;
}

#carousel-item-services-4>.row .col-md-3{
/* border: 1px solid green; */
width:50%;
height: 200px;
}
#carousel-item-services-4>.row .col-md-3>.service-slide{
width:100%;
}
}
@media screen and (320px <= width <= 480px) {

#carouselExampleInterval {
  height:400px;
}
#carouselExampleInterval .carousel-inner2 {
  height:inherit;
}
#carouselExampleInterval .carousel-inner2>h1{
  font-size: 1rem;
}
#carouselExampleInterval .carousel-item2 {
  height: 200px;
}
#carouselExampleInterval .card {
  width:100%;
}
#carouselExampleInterval .header .image {
  height: 7rem;
  width: 7rem;
}
#carouselExampleInterval .header .image>img{
  height: 70px;
  width: 70px;
}
#carouselExampleInterval .stars {
  /* margin-left: 43%; */
 color:orange; 
 font-size: 0.6rem;
 margin-left: 25%;
}
#carouselExampleInterval .name {
  font-size: 0.8rem;
}
#carouselExampleInterval .message {
  font-size: 0.6rem;
  padding: 0;
}
#carouselExampleInterval .card {
  width: 84%;
  margin: auto;
  height: 220px;
}
#carouselExampleInterval .testimonials{
  width:94%;
  height: 300px;
  border-top-left-radius: 0px;
border-bottom-right-radius: 0px;
}
#carouselExampleInterval .fa-quote-left{
  font-size: 1rem;
}
#carouselExampleInterval .fa-quote-right{
  font-size: 1rem;
  left: 93%;
}
#carouselExampleInterval .carousel-control-next-icon{
  height: 50px;
  width: 20px;
  margin-top: 80px;
}
#carouselExampleInterval .carousel-control-prev-icon{
  height: 50px;
  width: 20px;
  margin-top: 80px;
}
#carouselExampleInterval .header .image {
  margin-left: 32%;
}

}
@media screen and (320px <= width <= 480px){
#software-why-us{
  padding: 15px 0;
}
#why-us-image-container{
  height: 100%;
}
#why-us-image-container>img{
width: 100%;
height: 100px;
}
#software-why-us-items{
  width: 48%;
 margin-top: 2%;
}
.software-why-us-icon{
height: 2em;
}

#software-why-us-content{
  flex-wrap: wrap;
  margin-left: 0;
  width: 100%;
  padding: 0%;
}
#software-why-us-content h3{
  font-size: 0.8rem;
}

#software-why-us-content p{
font-size:0.8rem;
}
}
@media screen and (320px <= width <= 480px) {
.software-types-containerr {
  height:1000px;
  /* border: 2px solid red; */
  width:100%;
  padding: 0;
  margin-left: 2%;
  /* margin: 30px 0; */

}
.software-types-containerr .software-types-mockup>.software-types{
  flex-wrap: wrap;
  margin-top: 70px;
  /* margin-left: 5%; */
  /* border: 2px solid red; */
  width: 100%;
}
.software-types-containerr .flip-card-front{
  border: 1px solid red;
  /* margin-top: 60px; */
  width: 100%;
  padding: 10px;
  margin-left: 0;
}

.software-types-containerr .flip-card-inner{
  /* border: 4px  solid green; */
 max-width:100%;
}
.flip-card-back{
max-width: 150px;
padding: 20px;
}

.software-types-containerr .flip-card-front .snipLogo{
  height: 2em;
}
.software-types-containerr .flip-card-front h3{
  font-size: 0.6rem;
  font-weight: bold;
}
.software-types-containerr .software-types-mockup>.software-types>li{
  width: 49%;
  margin-left: 0;

}
.software-types-containerr .flip-card-front .tech-description{
  height:35px;
}
.software-types-containerr .flip-card-front-p {
    font-size: 0.7rem;
} 
.software-types-containerr  .view-output {
  font-size: 0.6rem;
  margin-left: 25%;
  position: relative;
  bottom: 15px;
}
.software-types-containerr .software-types-mockup>.software-types{
  height: 250px;
}
.software-types-containerr .flip-card-back ul{
  line-height: 1.5;
  width: 100%;
  font-size: 0.6rem;
  margin-left: 0;
  margin-top: 15%;
}
.software-types-containerr .flip-card-back li::before{
  font-size:1rem;

}
.software-types-containerr .back-button{
  font-size: 0.8rem;
  margin-left: 30%;
  margin-top:15%;
}
}
@media screen and (320px <= width <= 480px) {
#sub-software-importance{
  flex-wrap: wrap;
}
#sub-software-importance #software-image>img{
    height: 10rem;
    width:100%;    
}
#software-importance #accordionExample{
  width: 100%;
}
#software-importance .accordion-button{
  font-size: 0.8rem;
}
#software-importance .accordion-body{
  font-size: 0.7rem;
  padding-top: 0;
}
#software-importance .accordion-item .accordion-header{
  height: 40px;
}
#software-importance .accordion-button{
height:35px;
}
}
@media screen and (320px <= width <= 480px) {
#software-overview{
  height: 100%;
  width: 99%;
  /* margin-left: %; */
}
#sub-software-overview{
  width: 100%;
  padding-left: 10px;
  padding-bottom: 0px;
  text-align: center;

}
#software-overview-container1{
  font-size: 0.8rem;
  line-height: 1.2;
}
#software-overview-container1 span{
  font-size: 0.8rem;
}
#software-overview-container1>p{
  line-height: 1.4;
}
#software-icons{
  height: 300px;
  width: 22%;
  margin-left: 0%;
  margin-top: 0%;
}
.carousel-inner{
margin-bottom: 0;
}
#software-contact1{
  font-size: 0.9rem;
  width: 40%;
 height: 30px;
 margin-left: 50%;
  margin-bottom:2%;
}
}
@media screen and (320px <= width <= 480px){
#hero{
  height: 200px;
  }
#sub-hero{
height: 200px;
}
#sub-hero::before{
  height: 290px;
}
#hero-content{
  height: 20px;
}
#hero-content>h1{
  font-size: 1.2em;
}
#hero-content>p{
  font-size: 0.7em;
}
#hero-hr{
  margin:0;
}
}
/* ************************** */
#sd-contact{
/* border: 1px solid red; */
width: 100%;
height: 100%;
margin-top: 1%;
padding: 20px 0px;
background: linear-gradient(180deg,#e5f3ff,#f8f9fa,#f8f9fa,#e5f3ff,#e5f3ff);
} 
#sd-sub-contact{
/* border: 1px solid blue; */
width: 75%;
margin: auto;
height: 100%;
padding: 0px 90px;
/* background: linear-gradient(45deg,#f8f9fa, #e5f3ff,#2c3e50); */
}
#sd-sub-contact>h2{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 2rem;
text-align: center;
color: #084c7f;
}
#sd-sub-contact>p{
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 1.2rem;
line-height: 1.5;
word-spacing: 1px;
text-align: center;
}
#sd-contact-btn{
border: 1px solid gray;
border-radius: 4px;
padding: 10px 15px;
background-color: #4a9f3b;
margin-left: 42%;
margin-top: 20px;
}
#sd-contact-btn:hover{
background-color: #084c7f;
color: white;
}

#sd-contact-btn>a{
text-decoration: none;
color: white;
font-size: 1.1rem;
}

@media screen and (320px <= width <= 480px){
#sd-contact{
  padding: 0 0;
}
#sd-sub-contact{
  width: 95%;
  padding: 0px 10px;
}
#sd-sub-contact>h2{
  font-size: 1rem;
}
#sd-sub-contact>p{
  font-size: 0.8rem;
  margin-top: 4%;
}

#sd-contact-btn{
padding: 5px 10px;
margin-left: 26%;
margin-bottom: 30px;
}

#sd-contact-btn>a{
  font-size: 0.9rem;
}
}
