
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@900&display=swap');

body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #478D4B;
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
  /* box-shadow: inset 0 0 6px rgba(48, 236, 64, 0.3); */
  border-radius: 5%;
}

:root{
    scroll-behavior: smooth;
}

html {
  scrollbar-color: #6969dd #e0e0e0;
  scrollbar-width: thin;
}

body {
    font-family: 'Montserrat', serif !important;  
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.carousel-indicators [data-bs-target]{
  background-color: #0B0B0B !important;
}

.carousel-control-next, .carousel-control-prev {
 
  width: 5%;
  position: absolute;
 
}



/* *********************************************************************** */
/* Banner Styles */
#banner-section {
  overflow: hidden;
  height: 675px;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

#left-section {
  padding-left: 250px;
  padding-top: 40px;
}

#left-section .banner-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 70px;
  color: #478D4B;
  letter-spacing: 1px;
  font-family: 'Montserrat', serif;
}

#left-section .banner-description {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  color: #4F4F4F;
  letter-spacing: 1px;
  padding-top: 0px;
}

#left-section p {
  padding-top: 50px;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #4F4F4F;
}

#right-section #banner-image {
  width: 80%;
}
#right-section #banner-image1 {
  width: 100%;
}

#btn1{
  width: 160px;
  height: 50px;
  color: #FFFFFF;
  background-color: #184876;
  margin-top: 35px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  margin-right: 30px;
}

#btn2{
  width: 220px;
  height: 50px;
  background: #FFFFFF;
  border: 3px solid #184876;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #184876;
  margin-top: 35px;
}


@media (max-width: 1920px) {
 
}

@media (max-width: 1560px) {
  #banner-section {
      height: 700px;
  }

  #left-section {
      padding-left: 120px;
  }

  #left-section .banner-title {
      font-size: 18px;
  }
  
  #right-section #banner-image {
      width: 720px;
  }
}

@media (max-width: 1440px){
  #left-section .banner-title {
      font-size: 18px;
  }
}

@media (max-width: 1200px) {
  #left-section .banner-title {
      font-size: 18px;
  }

  #left-section .banner-description {
      font-size: 14px;
  }

  #left-section p {
      padding-top: 12px;
  }

  #right-section #banner-image {
      width: 650px;
  }
  #btn1 {
    width: 110px;
    font-size: 14px;
  }
  #btn2{
    width: 175px;
    font-size: 14px;
  }
}

@media (max-width: 1080px) {
  #banner-section {
    height: 576px;
  }

  #left-section {
      padding-left: 60px;
  }

  #right-section #banner-image {
      width: 600px;
  }
  #right-section #banner-image1 {
    width: 600px;
}
#btn1 {
  width: 110px;
  font-size: 14px;
}
#btn2{
  width: 175px;
  font-size: 14px;
}
}

@media (max-width: 1024px) {
  #banner-section {
      overflow: hidden;
      height: fit-content;
  }

  #left-section .banner-title {
      font-size: 18px;
  }

  #right-section #banner-image {
      width: 550px;
  }
  #right-section #banner-image1 {
    width: 550px;
  }
}

@media (max-width: 900px) {
  #banner-section {
      height: 840px;
  }
  #right-section #banner-image {
      width: 460px;
  }
  #right-section #banner-image1 {
    width: 460px;
  }
}

@media (max-width: 768px) {
  #banner-section {
      height: 610px;
      padding-top: 40px;
      padding-bottom: 60px;
  }

  #left-section {
      padding-left: 30px;
  }

  #left-section .banner-title {
      line-height: 50px;
      font-size: 18px;
  }

  #left-section .banner-description {
      font-size: 14px;
      padding-top: 10px;
  }

  #right-section #banner-image {
      width: 430px;
  }
  #right-section #banner-image1 {
    width: 430px;
  }

  #left-section p {
      font-size: 14px;
      line-height: 10px;
  }
  #btn1 {
    width: 100px;
    font-size: 14px;
}

#btn2 {
  width: 130px;
  font-size: 14px;

}
}

@media (max-width: 479px) {

  #banner-section {
    height: fit-content;
}
#banner-section .row{
  text-align: center;
  margin-left: -20px;
  left: 10%;
  margin-right: 20px;
}

  #btn1 {
    width: 100px;
    font-size: 14px;
}

#btn2 {
  width: 140px;
  font-size: 14px;
}

  #left-section {
      padding-bottom: 40px;
  }

  #left-section .banner-title {
      font-size: 18px;
  }

  #right-section #banner-image {
      width: 370px;
  }
  #right-section #banner-image1 {
    width: 370px;
    margin-left: 0px !important;
  }
}

@media (max-width: 375px) {
  #right-section #banner-image {
      width: 300px;
  }
  #right-section #banner-image1 {
    width: 300px;
   
  }
}



/* Banner vedio*/




/***** iphone ******/
/*@media (max-width: 479px) {}*/


/***** iphone roatate******/
/*@media (max-width: 767px) {}*/


/***** ipad nd tab ******/
/*@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){}*/


/***** ipad ******/
/*@media (max-width: 1080px) {}*/

/*@media (max-width: 1840px){
  .slideshow-container {
    left: 600px;
    top: 600px;
  }
}

@media (max-width: 1720px){
  .slideshow-container {
    left: 500px;
    top: 600px;
  }
}

@media (max-width: 1660px){
  .slideshow-container {
    left: 500px;
    top: 550px;
  }
}

@media (max-width: 1520px){
  .slideshow-container {
    left: 420px;
    top: 520px;
  }
}

@media (max-width: 1440px){
  .slideshow-container {
    left: 400px;
    top: 470px;
  }
}

@media (max-width: 1300px){
  .slideshow-container {
    left: 300px;
    top: 400px;
  }
}

@media (max-width: 1200px){
  .slideshow-container {
    left: 250px;
    top: 350px;
  }
}*/

/***** ipad ******/
/*@media only screen and (min-width: 993px) and (max-width: 1080px){
  .slideshow-container {
    left: 200px;
    top: 300px;
  }
}

@media (max-width: 992px){
  .slideshow-container {
    left: 150px;
    top: 300px;
  }
}

@media only screen and (min-width:768px) and (max-width: 992px) and (orientation : portrait){
  .slideshow-container{
    left: 50px;
    top: 220px;
  }
}
*/

/***** iphone roatate******/
/*@media (max-width: 767px){
  .slideshow-container {
    left: 50px;
    top: 200px;
  }
}

@media only screen and (min-width: 547px) and (max-width: 766px){
  .slideshow-container {
    left: 30px;
    top: 100px;
    width: 500px;
  }
}

@media (max-width: 546px){
  .slideshow-container {
    left: 30px;
    top: 100px;
    width: 500px;
  }
  .mySlides h1, p{
    font-size: 12px !important;
  }
}*/

/***** iphone ******/
/*@media (max-width: 479px){
  .slideshow-container {
    left: 30px;
    top: 100px;
    width: 450px;
  }
  .mySlides h1, p{
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 412px) and (max-width:479px){
  .slideshow-container{
    left: 10px;
    top: 80px;
    width: 420px;
  }
}

@media (max-width: 329px){
  .slideshow-container {
    left: 20px;
    top: 30px;
    width: 320px;
  }
  .mySlides{
    font-size: 12px !important;
    padding-left: 40px;
    padding-right: 40px;
  }
}


@media screen and (min-width: 220px) and (max-width: 329px){
  .slideshow-container{
    display: none;
    

  }
  .mySlides{
    display: none;
  }
}*/

/* Banner styles end */
/* *********************************************************************** */









/* Introductionnn */
#section-1{
  /* border: solid red 3px; */
  background-image: url(../img/home/homebg1.webp);
  padding-left: 120px;
  padding-right: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}

#section-1 .title{
text-align: center;
font-size: 18px;
color: #184876;
text-decoration: underline;
text-underline-offset: 15px;
text-decoration-color: #478D4B;
line-height: 54px;
padding-top: 50px;
font-weight: 600;
letter-spacing: 2px;
}
#section-1 .description p{
  font-size: 18px;
  color: black;
  font-family: 'Montserrat', serif !important;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 2px;
  padding-top: 110px;
  padding-right: 70px;
  text-align: justify;
}
#section-1 .img-section{
  position: relative;
  top: 77px;
  left: 77px;
}

#section-1 .img-section .img-1{
  position: absolute;
  top: 70px;
  left: 70px;
  width: 80%;
}

#section-1 .img-section .img-2{
  position: absolute;
  width: 90%;
}

#section-1 .description{
  padding-bottom: 190px;
}

@media (max-width: 2560px) {
  #section-1 {
      padding-left: 320px;
      padding-right: 320px;
  }

  #section-1 .title {
      font-size: 18px;
  }

  #section-1 .description {
      padding-bottom: 400px;
  }

  #section-1 .description p {
      font-size: 16px;
  }
}

@media (max-width: 1920px) {
  #section-1{
      padding-left: 220px;
      padding-right: 220px;
  }

  #section-1 .title {
      font-size: 18px;
  }

  #section-1 .description {
    padding-bottom: 180px;
  }

  #section-1 .description p {
      font-size: 16px;
  }
}

@media (max-width: 1560px) {
  #section-1{
      padding-left: 120px;
      padding-right: 120px;
      padding-bottom: 80px;
  }

  #section-1 .title {
      font-size: 18px;
  }

  #section-1 .description {
      padding-bottom: 120px;
  }

  #section-1 .description p {
      font-size: 16px;
  }

}
/***** ipad ******/

@media (max-width: 1080px) {
  #section-1 .img-section {
      left: 0px;
  }

  #section-1 .description {
      padding-bottom: 60px;
  }
}


/***** ipad nd tab ******/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  #section-1{
      padding-left: 60px;
      padding-right: 60px;
  }
  #section-1 .title {      
      font-size: 18px;
  }

  #section-1 .description {
      padding-bottom: 40px;
  }

  #section-1 .description p {               
      padding-top: 70px;
      padding-right: 0px;
  }

  #section-1 .img-section {
      top: 96px;
      left: 25px;
  }

  #section-1 .img-section .img-1{
      width: 80%;
  }

  #section-1 .img-section .img-2{
      width: 92%;
  }
}
  

/***** iphone roatate******/

@media (max-width: 767px) {
  #section-1{
      padding-left: 60px;
      padding-right: 60px;
  }
  #section-1 .title {      
      font-size: 18px;
  }

  #section-1 .description {
      padding-bottom: 420px;
  }

  #section-1 .description p {
      padding-top: 50px;
      padding-right: 0px;
  }
  #section-1 .img-section {
      top: -410px;
      left: 40px;
  }

  #section-1 .img-section .img-1{
      top: 60px;
      left: 60px;
      width: 80%;
  }

  #section-1 .img-section .img-2{
      width: 80%;
  }
}



/***** iphone ******/
@media (max-width: 479px) {
  #section-1 {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 0px;
  }

  #section-1 .title {
    font-size: 18px;  
  }

  #section-1 .description {
      padding-bottom: 300px;
  }

  #section-1 .description p {
      font-size: 16px;
      padding-right: 0px;
      padding-top: 30px;
      text-align: justify;
  }

  #section-1 .img-section {
      top: -290px;
      left: 0px;
  }

  #section-1 .img-section .img-1{
      top: 30px;
      left: 40px;
      width: 85%;
  }

  #section-1 .img-section .img-2{
      width: 92%;
  }
}

/* Introduction Ends 
*******************************************************************************************************/


/* Section2 Starts */

#section-2{
  height: fit-content;
  width: 100%;
  /* background-image: url('../img/about/aboutusbg2.png'); */
  /* background-image: url('../img/home/counterbg1.png'); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 220px;
  padding-right: 220px;
  padding-top: 90px;
  padding-bottom: 90px;
}

#section-2 .desc1{
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #66BB6A;
  padding-top: 20px;
  letter-spacing: 1px;
}

#section-2 .desc2{
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #184876;
  text-align: center;
  letter-spacing: 1px;
  
}

#section-2 .potss{
  height: 80px;
}


@media (max-width: 1560px) {
  #section-2{
      padding-left: 120px;
      padding-right: 120px;
  }
}
/***** ipad ******/

@media (max-width: 1080px) {
  #section-2{
      padding-top: 45px;
  }
  #section-2 .desc1{
      font-size: 14px;
  }

  #section-2 .desc2{ 
      font-size: 14px;
  }
}

/***** ipad nd tab ******/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){
  #section-2{
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 35px;
      padding-bottom: 25px;
  }

  #section-2 .desc1{
      font-size: 14px;
      line-height: 20px;
  }

  #section-2 .desc2{ 
      font-size: 14px;
  }

  #section-2 .potss{
      height: 50px;
      line-height: 15px;
  }
}

/***** iphone roatate******/

@media (max-width: 767px) {
  #section-2{
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 35px;
      padding-bottom: 25px;
  }
  #section-2 .desc1{
      font-size: 14px;
      line-height: 20px;
  }

  #section-2 .desc2{ 
      font-size: 14px;
  }

  #section-2 .potss{
      height: 50px;
      line-height: 15px;
  }
}

/***** iphone ******/
@media (max-width: 479px) {
  #section-2{
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 0px;
      padding-bottom: 0px;
  }
  #section-2 .desc1{
      font-size: 16px;
      line-height: 0px;
      padding-top: 15px;
  }

  #section-2 .desc2{ 
      font-size: 14px;
      margin-top: -4px;
  }

  #section-2 .potss{
      height: 50px;
      line-height: 0px;
  }
}

/* Section2 ends */


/****************************************** Section3 starts *********************************************/

#section-3  {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(https://s3.ap-south-1.amazonaws.com/data.satyukt.com/website_images/Satyukt_Images/Home/team-image.png);
  /*background-image:url('../img/home/group-photo.jpg');*/
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#section-3 .hero-text {
  text-align: center;
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*background: rgba(255, 166, 0, 0.534);
  padding: 20px;
  color: #fff;
  text-align: center;
  border-radius: 20px;*/
}

#section-3 h2{
  font-weight: bolder;
  font-size: 18px;
  line-height: 0px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 1px;;
}
#section-3 a{
  /*opacity: 62%;*/
  font-size: 14px;
  line-height: 60px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: normal;
} 

/***** ipad ******/

@media (max-width: 1200px) {
  #section-3 { 
    height: 400px;
    width: 100%;
  }
  
}

@media (max-width: 1024px) {
  #section-3 { 
    height: 400px;
    width: 100%;
  }
}

/***** ipad nd tab ******/

@media only screen and (min-width:768px) and (max-width: 1024px){
  #section-3 { 
    height: 400px;
    width: 100%;
  }

  #section-3 h2 {
    font-size: 18px;
    line-height: 0px;
  }
}

/***** iphone rotate******/

@media (max-width: 767px) {
  #section-3 { 
    height: 250px;
    width: 100%
  }
}

/***** iphone ******/
@media (max-width: 479px) {
  #section-3 {
    height: 180px;
    width: 100%;
  }
  #section-3 h2 {
    font-size: 18px;
    line-height: 20px;
  }

  #section-3 a {
    font-size: 14px;
    line-height: 0px;
  }
}
@media (min-width: 478){
  #section-3 {
    height: 200px;
    width: 100%;
  }
}

/* Section 3 ends ************************************************************************************************* */


/* Section4 starts
******************************************************************************************************************** */
/* #section-4{
  margin-bottom: 80px;
  margin-top: 40px;
}
#section-4 .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  color: #184876;
  letter-spacing: 2px;
  padding-top: 60px;
  padding-bottom: 0px;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
}

.swiper {
  width: 100%;
  height: max-content;
  
}

.swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: max-content;
  object-fit: cover;
  margin-right: 100px;

}

.swiper-button-next,
.swiper-button-prev {
  color: rgba(79, 79, 79, 0.2) !important;
}

#divider {
  margin-top: 50px;
  margin-left: 80px;
  margin-right: 80px;
  margin-bottom: 0px;
  background-color: #EBF3EB;
}

#testimonial-img {
  padding-left: 0px;
}

#testimonial-content img {
  margin-top: 20px;
  height: max-content;
  width: auto;
}

#testimonial-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: rgba(79, 79, 79, 0.7);
  text-align: justify;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  width: 650px;
}

#testimonial-content .name {
  padding-top: 0px;
  text-align: right;
  line-height: 10px;
}


/***** ipad ******/
/* @media (max-width: 1920px){
  #testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 670px;
}
}
@media (max-width: 1440px){
  #testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 550px;
}
}
@media (max-width: 1366px){
  #testimonial-content img {
    height: max-content;
  }
#testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 550px;
}
}
@media (max-width: 1280px){
  #testimonial-content img {
    height: 50px;
}
#testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 550px;
}
}

@media (max-width: 1200px){
  #testimonial-content img {
    height: 50px;
}
#testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 450px;
}

}

@media (max-width: 1156px){
  #testimonial-content img {
    height: max-content;
  }
#testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 450px;
}
}

@media (max-width: 1080px) {
  #testimonial-content img {
    height: max-content;
  }
  #testimonial-content p {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 30px;
      width: 450px;
  }
}
@media (max-width: 992px){
  #testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 300px;
}
}


@media (max-width:900px){
  #testimonial-img {
    display: none;
}
#testimonial-content {
  width: 85%;
}
#testimonial-content p {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  width: 590px;
}
}

@media (max-width: 830px){
  #testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 570px;
}
} */
/***** iphone roatate******/

/* @media (max-width: 767px) {
  #divider {
      margin-top: 50px;
      margin-left: 0px;
      margin-right: 0px;
      margin-bottom: 10px;
      background-color: #EBF3EB;
  }
  #testimonial-content{
      padding: 20px;
  }
  #testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 470px;
}

  #section-4 .title {  
      font-size: 18px;
      padding-bottom: 0px;
  }
}

@media (max-width : 479px) {
  #section-4 {
    margin-bottom: 80px;
    margin-top: 0px;
  }
  #section-4 .title {
    font-size: 18px;
    padding-bottom: 50px;
  }
  .swiper {
    height: max-content;
  }
  #testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 430px;
  }
}
@media(max-width: 390px){
  #testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 300px;
  }
}

@media (max-width: 300px){
  #testimonial-content p {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    width: 250px;
}
} */ */

#section-4 {
  margin-bottom: 80px;
  margin-top: 40px;
}

#section-4 .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  color: #184876;
  letter-spacing: 2px;
  padding-top: 60px;
  padding-bottom: 0px;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
}

.swiper {
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.swiper-slide img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}

#testimonial-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: rgba(79, 79, 79, 0.7);
  text-align: justify;
  padding: 0 30px;
  max-width: 650px;
  margin: 0 auto;
}

#testimonial-content .name {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.swiper-button-next,
.swiper-button-prev {
  color: rgba(79, 79, 79, 0.2) !important;
}

@media (max-width: 768px) {
  #testimonial-content p {
    max-width: 470px;
  }
}

@media (max-width: 480px) {
  #testimonial-content p {
    max-width: 430px;
  }
}

@media (max-width: 390px) {
  #testimonial-content p {
    max-width: 300px;
  }
}

@media (max-width: 300px) {
  #testimonial-content p {
    max-width: 250px;
  }
}
/* Section4 Ends
********************************************************************************************************** */


/* Product Section Styles */
 
:root {
 
  /* grey used for paragraphs */
  --clr-grey-5: hsl(210, 22%, 49%);
  --clr-grey-6: hsl(209, 23%, 60%);
  --clr-grey-7: hsl(211, 27%, 70%);
  --clr-grey-8: hsl(210, 31%, 80%);
  --clr-grey-9: hsl(212, 33%, 89%);
  --clr-grey-10: hsl(210, 36%, 96%);
  --clr-white: #fff;
  --clr-red-dark: hsl(360, 67%, 44%);
  --clr-red-light: hsl(360, 71%, 66%);
  --clr-green-dark: hsl(125, 67%, 44%);
  --clr-green-light: hsl(125, 71%, 66%);
  --clr-black: #222;
  --transition: all 0.3s linear;
  --spacing: 0.25rem;
  --radius: 0.5rem;
  --light-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  --dark-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  --max-width: 1170px;
  --fixed-width: 620px;
 }
 
 #product-section{
   padding-left: 20px;
   padding-right: 20px;
 }
 #product-section .btn {
 
   display: flex;
   background: #478D4B;
   border-radius: 4px;
   font-weight: 700;
   font-size: 14px;
   line-height: 20px;
   text-align: center;
   color: #FFFFFF;
   letter-spacing: 1px;
   height: 50px;
   width: 157px;
   justify-content: center;
   align-items: center;
 }
 
 #product-section .btn:hover {
  color: var(--clr-white);
  background: #bbe0bd;
 }
 /* section */
 #product-section .section {
  padding: 5rem 0;
 }
 
 #product-section .section-center {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
 }
 @media screen and (min-width: 992px) {
  /* #product-section .section-center {
    
  } */
 }
 #product-section main {
  min-height: 100vh;
  display: grid;
  place-items: center;
 }

 @media (max-width: 479px) {
  #product-section h1 {
    font-size: 18px !important;  
}

 }


 #product-section #sat4agri img{
  width: 60%;
  margin-left: 80px;
 }

 #product-section #sat4risk img{
  width: 35%;
  margin-left: 160px;
 }

 @media (min-width: 1400px) and (max-width: 1800px){
  #product-section #sat4agri img{
    width: 80%;
    margin-left: 60px;
   }
 }
 
 @media (min-width: 1400px) and (max-width: 1800px){
  #product-section #sat4risk img{
    width: 50%;
    margin-left: 100px;
   }
 }

 @media (min-width: 1200px) and (max-width: 1399px){
  #product-section #sat4agri img{
    width: 80%;
    margin-left: 60px;
   }
 }
 
 @media (min-width: 1200px) and (max-width: 1399px){
  #product-section #sat4risk img{
    width: 50%;
    margin-left: 100px;
   }
 }

 @media (min-width: 992px) and (max-width: 1199px){
  #product-section #sat4agri img{
    width: 80%;
    margin-left: 60px;
   }
 }
 
 @media (min-width: 992px) and (max-width: 1199px){
  #product-section #sat4risk img{
    width: 50%;
    margin-left: 100px;
   }
 }

 @media (min-width: 330px) and (max-width: 419px){
  #product-section #sat4risk img{
    width: 35%;
    margin-left: 100px;
   }
 }

 @media (min-width: 330px) and (max-width: 419px){
  #product-section #sat4agri img{
    width: 60%;
    margin-left: 60px;
   }
 }

 

 

 /*
 =============== 
 About
 ===============
 */
 
 @media screen and (min-width: 992px) {
  
  #product-section .about-center {
    display: grid;
    column-gap: 2rem;
  }
 }
 #product-section .about {
  background: var(--clr-white);
  border-radius: var(--radius);
  display: grid;
  grid-template-rows: auto 1fr;
 }
 #product-section .btn-container {
  /* border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius); */
  display: grid;
  /* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
  grid-template-columns: 1fr 1fr 1fr;
 }
 #product-section .tab-btn:nth-child(1) {
  border-top-left-radius: var(--radius);
 }
 #product-section .tab-btn:nth-child(5) {
  border-top-right-radius: var(--radius);
 }
 #product-section .tab-btn {
  padding: 1rem 0;
  border: none;
  text-transform: capitalize;
  font-size: 14px;
  display: block;
  background: var(--clr-grey-9);
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 2PX;
 }
 #product-section .tab-btn:hover:not(.active) {
  background: #478D4B;
  color: #ffffff;
 }
 #product-section .about-content {
  border-bottom-left-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
  padding: 2rem 1.5rem;
  /* background: #EBF3EB; */
 }
 /* hide content */
 #product-section .content {
  display: none;
 }
 #product-section .tab-btn.active {
  background: #eaf3eb;
 }
 #product-section .content.active {
  display: block;
 }
 
 #product-section h1{
  font-weight: 600;
  font-size: 18px;
  /* line-height: 54px; */
  text-align: center;
  color: #184876;
  padding-bottom: 70px;
  padding-top: 80px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
 }
 
 #product-section .about-content p{
  font-weight: 300;
  font-family: 'Montserrat', serif !important;
  font-size: 15px;
  line-height: 30px;
  color:black;
  text-align: justify;
  LETTER-SPACING: 2px;
 }
 
 #product-section #tab-description{
   padding-left: 30px;
   padding-right: 30px;
 }
 
 .content img{
   border-radius: 5px;
   width: 80%;
   margin-left: 30px;
 }

 @media (max-width : 1900px) {
  #product-section .btn-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

 @media (max-width : 479px) {
  #product-section .btn-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #product-section .about-content p {
    font-weight: 300;
  font-family: 'Montserrat', serif !important;
  font-size: 15px;
  line-height: 30px;
  color:black;
  text-align: justify;
  LETTER-SPACING: 2px;
}
#product-section{
  padding-left: 0px;
  padding-right: 0px;
}
 }
/* Products section ends */

/* **************************************************************************** */
/* Investors section */
#investors{
  margin-top: 80px;
  margin-bottom: 20px;
}

#investors h2{
  font-style: normal;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #184876;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
}

#investors1 h2{
  font-style: normal;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #184876;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
}

#investors .invest{
  background: #ebf3eb;
  width: 170px;
  height: 100px;
  margin: 20px;
  border-radius: 4px;
}

#investors  .invest .naba{
  padding: 20px;
}


#investors .invest img{
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);

}

#investors .invest img:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media only screen and (max-width: 1024px) {

  #section-2  .invest .naba{
      padding: 20px;
  }
}

@media only screen and (max-width: 920px) {
  #section-2  .invest .naba{
      padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  #section-2  .invest .naba{
      padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  
  #section-2 .invest{
      width: 142px;
      height: 96px;
      margin: 5px;
      margin-top: 20px;
  }

  #section-2  .invest .naba{
       padding: 12px;
   }
}

@media only screen and (max-width: 320px) {
  
  #section-2 .invest{
      width: 142px;
      height: 96px;
      margin: 5px;
      margin-top: 20px;
  }

  #section-2  .invest .naba{
       padding: 12px;
   }
}


/* ***************************************************************************************** */
/* cliennt section */

#news-sec{
    margin-top: 55px;
  margin-bottom: 20px;
  max-width: 1540px;
}

#news-sec h2{
  font-style: normal;
  font-size: 18px!important;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #184876;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
}


#news-sec .news{
  background: #EBF3EB;
  margin: 25px;
  width: 170px;
  height: 100px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 4px;
}

#news-sec .news img{
  width: 105%;
  padding: 20px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#news-sec .news img:hover{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


@media only screen and (max-width: 1024px) {
  
  #news-sec{
      overflow-x: hidden;
  }

  #news-sec .news{
      margin: 10px;
      width: 200px;
      height: 110px;
      margin-top: 30px;
  }

  #news-sec .news img{
      padding: 0px;
      padding-top: 10px;
  }
}

@media only screen and (max-width: 920px) {
  
  #news-sec{
      overflow-x: hidden;
  }

  #news-sec .news{
      margin: 10px;
      width: 140px;
      height: 80px;
      margin-top: 30px;
  }

  #news-sec .news img{
      padding: 0px;
      padding-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  
  #news-sec{
      overflow-x: hidden;
  }

  #news-sec .news{
      margin: 10px;
      width: 140px;
      height: 80px;
      margin-top: 30px;
  }

  #news-sec .news img{
      padding: 0px;
      padding-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
 
   #news-sec .news{
       margin: 10px;
       width: 140px;
       height: 80px;
       margin-top: 30px;
   }

   #news-sec .news img{
       padding: 0px;
       padding-top: 10px;
   }
}
@media only screen and (max-width:479px){
  #news-sec {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: -80px
}

#news-sec h2{
  padding-top: 150px;
}

}

@media (min-width:420px) and (max-width: 478px){
  #news-sec {
    overflow-x: hidden;
    overflow-y: hidden;
    margin-top: -80px
}
  #news-sec h2{
    padding-top: 150px;
  }

}


@media (min-width: 320px) and (max-width: 419px){
  
   #news-sec .news{
       margin: 10px;
       width: 140px;
       height: 80px;
       margin-top: 30px;
   }

   #news-sec .news img{
       padding: 0px;
       padding-top: 10px;
   }
   #news-sec h2{
    padding-top: 150px;
   }
  }


/*******************************index news-part*************************************/

/* Variables */
.main {
  --color-white: #ffffff;
  --color-light: #f1f5f8;
  --color-black: #252a32;
  --color-blue: #148cb8;
  --color-red: #d32f2f;
  --box-shadow: 0 4px 6px 4px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* General styles */



/* *********************************************************************** */

/***** iphone ******/
/*@media (max-width: 479px) {}*/


/***** iphone roatate******/
/*@media (max-width: 767px) {}*/


/***** ipad nd tab ******/
/*@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){}*/


/***** ipad ******/
/*@media (max-width: 1080px) {}*/




/*---------clients new design-----------*/


.d3container {
  box-sizing: border-box;
  display:flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  background-size: cover;
  width: 102%;
  height: 30px;
}

.all{
  box-sizing: border-box;
  display:contents;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
  background-size: cover;
  width: 142%;
  height: 120%;
  top: 20px;
}

#client-sec h2 {
  font-style: normal;
  font-size: 18px!important;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #184876;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-color: #478D4B;
  z-index: 100;
  width: auto;
  margin-left: 0px !important;
}

.box {
  position: relative;
  width: 90px; /* Adjust the width of the box */
  height: 120px; /* Adjust the height of the box */
  padding: 20px;
  transform-style: preserve-3d;
  animation: animate 40s linear infinite;
}

@keyframes animate {
  30% {
      transform: perspective(900px) rotateY(0deg) ;
  }
  100% {
      transform: perspective(1800px) rotateY(700deg)  ; 
  }
}

.pic:hover img {
  transform: scale(2.5);
}

.box a {
  --i:0;
  position: absolute;
  top: 40px;
  left: 10px;
  width: 110%;
  height: 120%;
  transform-origin:center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 14deg)) translateZ(450px);
  -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
  animation: rotateBox 50s cubic-bezier(0.59, 1, 0.58, 1) infinite;
}

.box span img {
  position: absolute;
  top: -30px;
  left: 10px;
  margin: 20px; /* Adjust the margin between images */
  padding: 30px; /* Reset padding to ensure consistent size */
  width: 120px; /* Adjust the width of the image */
  height: 120px; /* Adjust the height of the image */
  object-fit:contain; /* Adjust the object-fit property if needed */
}

.titleBlock {
  color: black;
}





/* Media Query for Responsive Design */


@media screen and (min-device-width: 350px) and (max-width: 419px) {

  .d3container {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 20vh;
      background-size: cover;
      width: 102%;
  }
  
  #client-sec h2 {
      font-style: normal;
      font-size: 18px!important;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      color: #184876;
      letter-spacing: 0.2rem;
      text-decoration: underline;
      text-underline-offset: 15px;
      text-decoration-color: #478D4B;
      z-index: 100;
  }
  
  .box {
      position: relative;
      width: 110px; /* Adjust the width of the box */
      height: 110px; /* Adjust the height of the box */
      padding: 20px;
      transform-style: preserve-3d;
      animation: animate 30s linear infinite;
  }
  
  @keyframes animate {
      00% {
          transform: perspective(800px) rotateY(0deg) ;
      }
      100% {
          transform: perspective(1100px) rotateY(300deg)  ; 
      }
  }
  
  .pic:hover img {
      transform: scale(2.5);
  }
  
  .box a {
      --i:0;
      position: absolute;
      top: 40px;
      left: 10px;
      width: 130%;
      height: 130%;
      transform-origin:center;
      transform-style: preserve-3d;
      transform: rotateY(calc(var(--i) * 14deg)) translateZ(180px);
      -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
      animation: rotateBox 30s cubic-bezier(0.59, 1, 0.58, 1) infinite;
  }
  
  .box span img {
      position: absolute;
      top: 10px;
      left: 15px;
      margin: 20px; /* Adjust the margin between images */
      padding: 35px; /* Reset padding to ensure consistent size */
      width: 110px; /* Adjust the width of the image */
      height: 110px; /* Adjust the height of the image */
      object-fit:contain; /* Adjust the object-fit property if needed */
  }
  
  .titleBlock {
      color: black;
  }
}


@media screen and (min-device-width: 420px) and (max-width: 576px) {

  .d3container {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 20vh;
      background-size: cover;
      width: 102%;
      
  }
  
  #client-sec h2 {
      font-style: normal;
      font-size: 18px!important;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      color: #184876;
      letter-spacing: 0.2rem;
      text-decoration: underline;
      text-underline-offset: 15px;
      text-decoration-color: #478D4B;
      z-index: 100;
  }
  
  .box {
      position: relative;
      width: 90px; /* Adjust the width of the box */
      height: 90px; /* Adjust the height of the box */
      padding: 20px;
      transform-style: preserve-3d;
      animation: animate 40s linear infinite;
  }
  
  @keyframes animate {
      0% {
          transform: perspective(1100px) rotateY(0deg) ;
      }
      100% {
          transform: perspective(1000px) rotateY(720deg)  ; 
      }
  }
  
  .pic:hover img {
      transform: scale(2.5);
  }
  
  .box a {
      --i:5;
      position: absolute;
      top: 140px;
      left: 10px;
      width: 110%;
      height: 120%;
      transform-origin:center;
      transform-style: preserve-3d;
      transform: rotateY(calc(var(--i) * 14deg)) translateZ(220px);
      -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
      animation: rotateBox 50s cubic-bezier(0.59, 1, 0.58, 1) infinite;
  }
  
  .box span img {
      position: absolute;
      top: -90px;
      left: 10px;
      margin: 20px; /* Adjust the margin between images */
      padding: 30px; /* Reset padding to ensure consistent size */
      width: 110px; /* Adjust the width of the image */
      height: 110px; /* Adjust the height of the image */
      object-fit:contain;
      filter: brightness(1.3)/* Adjust the object-fit property if needed */
  }
  
  .titleBlock {
      color: black;
  }
}


@media screen and (min-device-width: 576px) and (max-width: 767px) {

  .d3container {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 20vh;
      background-size: cover;
      width: 102%;
  }
  
  #client-sec h2 {
      font-style: normal;
      font-size: 18px!important;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      color: #184876;
      letter-spacing: 0.2rem;
      text-decoration: underline;
      text-underline-offset: 15px;
      text-decoration-color: #478D4B;
      z-index: 100;
  }
  
  .box {
      position: relative;
      width: 90px; /* Adjust the width of the box */
      height: 90px; /* Adjust the height of the box */
      padding: 20px;
      transform-style: preserve-3d;
      animation: animate 30s linear infinite;
  }
  
  @keyframes animate {
      00% {
          transform: perspective(800px) rotateY(0deg) ;
      }
      100% {
          transform: perspective(1100px) rotateY(300deg)  ; 
      }
  }
  
  .pic:hover img {
      transform: scale(2.5);
  }
  
  .box a {
      --i:0;
      position: absolute;
      top: 40px;
      left: 10px;
      width: 110%;
      height: 120%;
      transform-origin:center;
      transform-style: preserve-3d;
      transform: rotateY(calc(var(--i) * 14deg)) translateZ(250px);
      -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
      animation: rotateBox 30s cubic-bezier(0.59, 1, 0.58, 1) infinite;
  }
  
  .box span img {
      position: absolute;
      top: 10px;
      left: 10px;
      margin: 20px; /* Adjust the margin between images */
      padding: 28px; /* Reset padding to ensure consistent size */
      width: 110px; /* Adjust the width of the image */
      height: 90px; /* Adjust the height of the image */
      object-fit:contain; /* Adjust the object-fit property if needed */
  }
  
  .titleBlock {
      color: black;
  }
}


@media screen and (min-device-width: 768px) and (max-width: 991px) {

  .d3container {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 20vh;
      background-size: cover;
  }
  
  #client-sec h2 {
      font-style: normal;
      font-size: 18px!important;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      color: #184876;
      letter-spacing: 0.2rem;
      text-decoration: underline;
      text-underline-offset: 15px;
      text-decoration-color: #478D4B;
      z-index: 100;
  }
  
  .box {
      position: relative;
      width: 100px; /* Adjust the width of the box */
      height: 100px; /* Adjust the height of the box */
      padding: 30px;
      transform-style: preserve-3d;
      animation: animate 30s linear infinite;
  }
  
  @keyframes animate {
      30% {
          transform: perspective(800px) rotateY(0deg) ;
      }
      100% {
          transform: perspective(1100px) rotateY(300deg)  ; 
      }
  }
  
  .pic:hover img {
      transform: scale(2.5);
  }
  
  .box a {
      --i:0;
      position: absolute;
      top: 30px;
      left: 10px;
      width: 140%;
      height: 120%;
      transform-origin: center;
      transform-style: preserve-3d;
      transform: rotateY(calc(var(--i) * 14deg)) translateZ(350px);
      -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
      animation: rotateBox 20s linear infinite;
  }
  
  .box span img {
      position: absolute;
      top: 10px;
      left: 10px;
      margin: 10px; /* Adjust the margin between images */
      padding: 25px; /* Reset padding to ensure consistent size */
      width: 80%; /* Adjust the width of the image */
      height: 80%; /* Adjust the height of the image */
      object-fit:contain; /* Adjust the object-fit property if needed */
  }
  
  .titleBlock {
      color: black;
  }
  
}

@media screen and (min-device-width: 992px) and (max-width: 1199px) {

  .d3container {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 20vh;
      background-size: cover;
      width: 102%;
      
  }
  
  #client-sec h2 {
      font-style: normal;
      font-size: 18px!important;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      color: #184876;
      letter-spacing: 0.2rem;
      text-decoration: underline;
      text-underline-offset: 15px;
      text-decoration-color: #478D4B;
      z-index: 100;
  }
  
  .box {
      position: relative;
      width: 90px; /* Adjust the width of the box */
      height: 90px; /* Adjust the height of the box */
      padding: 20px;
      transform-style: preserve-3d;
      animation: animate 30s linear infinite;
  }
  
  @keyframes animate {
      30% {
          transform: perspective(900px) rotateY(0deg) ;
      }
      100% {
          transform: perspective(1800px) rotateY(300deg)  ; 
      }
  }
  
  .pic:hover img {
      transform: scale(2.5);
  }
  
  .box a {
      --i:0;
      position: absolute;
      top: 40px;
      left: 10px;
      width: 110%;
      height: 120%;
      transform-origin:center;
      transform-style: preserve-3d;
      transform: rotateY(calc(var(--i) * 14deg)) translateZ(450px);
      -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
      animation: rotateBox 30s cubic-bezier(0.59, 1, 0.58, 1) infinite;
  }
  
  .box span img {
      position: absolute;
      top: -30px;
      left: 10px;
      margin: 20px; /* Adjust the margin between images */
      padding: 30px; /* Reset padding to ensure consistent size */
      width: 140px; /* Adjust the width of the image */
      height: 110px; /* Adjust the height of the image */
      object-fit:contain; /* Adjust the object-fit property if needed */
  }
  
  .titleBlock {
      color: black;
  }
}

@media screen and (min-device-width: 1200px) and (max-width: 1399px) {

  .d3container {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 20vh;
      background-size: cover;
      width: 102%;
      
  }
  
  #client-sec h2 {
      font-style: normal;
      font-size: 18px!important;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      color: #184876;
      letter-spacing: 0.2rem;
      text-decoration: underline;
      text-underline-offset: 15px;
      text-decoration-color: #478D4B;
      z-index: 100;
  }
  
  .box {
      position: relative;
      width: 90px; /* Adjust the width of the box */
      height: 90px; /* Adjust the height of the box */
      padding: 20px;
      transform-style: preserve-3d;
      animation: animate 40s linear infinite;
  }
  
  @keyframes animate {
      30% {
          transform: perspective(900px) rotateY(0deg) ;
      }
      100% {
          transform: perspective(1800px) rotateY(300deg)  ; 
      }
  }
  
  .pic:hover img {
      transform: scale(2.5);
  }
  
  .box a {
      --i:0;
      position: absolute;
      top: 40px;
      left: 10px;
      width: 110%;
      height: 120%;
      transform-origin:center;
      transform-style: preserve-3d;
      transform: rotateY(calc(var(--i) * 14deg)) translateZ(450px);
      -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
      animation: rotateBox 30s cubic-bezier(0.59, 1, 0.58, 1) infinite;
  }
  
  .box span img {
      position: absolute;
      top: -30px;
      left: 10px;
      margin: 20px; /* Adjust the margin between images */
      padding: 30px; /* Reset padding to ensure consistent size */
      width: 140px; /* Adjust the width of the image */
      height: 110px; /* Adjust the height of the image */
      object-fit:contain; /* Adjust the object-fit property if needed */
  }
  
  .titleBlock {
      color: black;
  }
}

@media screen and (min-device-width: 1400px) and (max-width: 1599px) {

  .d3container {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 20vh;
      background-size: cover;
      width: 102%;
      
  }
  
  #client-sec h2 {
      font-style: normal;
      font-size: 18px!important;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      color: #184876;
      letter-spacing: 0.2rem;
      text-decoration: underline;
      text-underline-offset: 15px;
      text-decoration-color: #478D4B;
      z-index: 100;
  }
  
  .box {
      position: relative;
      width: 90px; /* Adjust the width of the box */
      height: 90px; /* Adjust the height of the box */
      padding: 20px;
      transform-style: preserve-3d;
      animation: animate 30s linear infinite;
  }
  
  @keyframes animate {
      30% {
          transform: perspective(900px) rotateY(0deg) ;
      }
      100% {
          transform: perspective(1800px) rotateY(300deg)  ; 
      }
  }
  
  .pic:hover img {
      transform: scale(2.5);
  }
  
  .box a {
      --i:0;
      position: absolute;
      top: 40px;
      left: 10px;
      width: 110%;
      height: 120%;
      transform-origin:center;
      transform-style: preserve-3d;
      transform: rotateY(calc(var(--i) * 14deg)) translateZ(550px);
      -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
      animation: rotateBox 30s cubic-bezier(0.59, 1, 0.58, 1) infinite;
  }
  
  .box span img {
      position: absolute;
      top: -30px;
      left: 10px;
      margin: 20px; /* Adjust the margin between images */
      padding: 30px; /* Reset padding to ensure consistent size */
      width: 140px; /* Adjust the width of the image */
      height: 110px; /* Adjust the height of the image */
      object-fit:contain; /* Adjust the object-fit property if needed */
  }
  
  .titleBlock {
      color: black;
  }
}

@media screen and (min-device-width: 1600px) and (max-width: 1799px) {

  .d3container {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 20vh;
      background-size: cover;
      width: 102%;
      
  }

  #client-sec{
      margin-left:105px
  }
  
  #client-sec h2 {
      font-style: normal;
      font-size: 18px!important;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      color: #184876;
      letter-spacing: 0.2rem;
      text-decoration: underline;
      text-underline-offset: 15px;
      text-decoration-color: #478D4B;
      z-index: 100;
  }
  
  .box {
      position: relative;
      width: 90px; /* Adjust the width of the box */
      height: 90px; /* Adjust the height of the box */
      padding: 20px;
      transform-style: preserve-3d;
      animation: animate 50s linear infinite;
  }
  
  @keyframes animate {
      40% {
          transform: perspective(900px) rotateY(0deg) ;
      }
      100% {
          transform: perspective(1800px) rotateY(300deg)  ; 
      }
  }
  
  .pic:hover img {
      transform: scale(2.5);
  }
  
  .box a {
      --i:0;
      position: absolute;
      top: 40px;
      left: 10px;
      width: 110%;
      height: 120%;
      transform-origin:center;
      transform-style: preserve-3d;
      transform: rotateY(calc(var(--i) * 14deg)) translateZ(550px);
      -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, #0004);
      animation: rotateBox 30s cubic-bezier(0.59, 1, 0.58, 1) infinite;
  }
  
  .box span img {
      position: absolute;
      top: -30px;
      left: 10px;
      margin: 20px; /* Adjust the margin between images */
      padding: 30px; /* Reset padding to ensure consistent size */
      width: 140px; /* Adjust the width of the image */
      height: 110px; /* Adjust the height of the image */
      object-fit:contain; /* Adjust the object-fit property if needed */
  }
  
  .titleBlock {
      color: black;
  }
}


@media screen and (min-device-width: 1800px) and (max-width: 2000px) {
  .d3container {
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 20vh;
      background-size: cover;
      width: 102%;
  }


  #client-sec {
      top:10px

  }

  #client-sec h2 {
      font-style: normal;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      color: rgb(24, 72, 118);
      letter-spacing: 0.2rem;
      text-decoration: underline rgb(71, 141, 75);
      text-underline-offset: 15px;
      z-index: 100;
      font-size: 18px !important;
  }

  .box {
      position: relative;
      width: 110px;
      height: 60px;
      padding: 20px;
      transform-style: preserve-3d;
      animation: 50s linear 0s infinite normal none running animate;
  }

  @keyframes animate {
      40% {
          transform: perspective(900px) rotateY(0deg);
      }

      100% {
          transform: perspective(1800px) rotateY(300deg);
      }
  }

  .pic:hover img {
      transform: scale(2.5);
  }

  .box a {
      --i: 0;
      position: absolute;
      top: 40px;
      left: 10px;
      width: 110%;
      height: 120%;
      transform-origin: center center;
      transform-style: preserve-3d;
      transform: rotateY(calc(var(--i) * 14deg)) translateZ(550px);
      -webkit-box-reflect: below 0px linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.267));
      animation: 30s cubic-bezier(0.59, 1, 0.58, 1) 0s infinite normal none running rotateBox;
  }

  .box span img {
      position: absolute;
      top: -30px;
      left: 10px;
      margin: 20px;
      padding: 30px;
      width: 140px;
      height: 110px;
      object-fit: contain;
  }

  .titleBlock {
      color: black;
  }
}

