@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.overflow{
  overflow:hidden !important;
  }
  

/*start of  automatic carousel section */
  
  
.carousel {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  /* border: 3px solid green; */
  top: 60px;
}

.carousel-inner {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}

.carousel-item {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: start;
}

.carousel-content {
  position: relative;
  left: 80px;
  color: white;
  /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
  /* border: 1px solid rebeccapurple; */
  max-width: 600px;
  top: clamp(105px, 8.203vw, 8.203vw);
}

.carousel-content h1 {
  font-family: "Outfit",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #000;
  font-size: 36px;
  line-height: 35px;
  margin: 11 0px;
}


.carousel-content p {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin: clamp(10px,0.781vw,0.781vw) clamp(8px,0.625vw,0.625vw);
  /* margin: 10px 8px; */
}

@media(max-width: 768px){
  .prev, .next{
display: none !important;
  }
  .carousel-item{
    background-image: unset !important;
  }
  .slide-1{
    background: #DCF0FB;
  }
  .slide-2{
    background: #E9F1DA;
  }
  .slide-3{
    background: #F4F9FC;
  }
  .carousel-content p {
    font-family: "Outfit", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    /* margin: -6px 0px; */
}
}

.carousel-content button {
 margin: 15px 8px;
 padding: 10px 20px 12px 20px;
 /* border-radius: 50px; */
 color: #fff;
 font-family: "Outfit", sans-serif;
 font-weight: 500;
 font-size: 20px;
 line-height: 20px;
 font-style: normal;
}

.carousel-content button:hover {
  cursor: pointer;
  /* border-radius: 50px; */
  /* outline: 2px solid #ff3465; */
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}

.carousel-indicators .dot {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-indicators .dot.active {
  background-color: #717171;
}

/* start of media quaries for responsives */
/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .carousel-content {
    left: 2%;
    max-width: 96%;
  }
  .carousel-content{
    top: clamp(113px, 8.828vw, 8.828vw);
  }
  .carousel-content h1 {
    font-size: 4vw; /* Adjusting font size for tablets */
    line-height: 26px;
  }

  .carousel-content p {
    font-size: 2.5vw; /* Adjusting font size for tablets */
    line-height: 20px;
  }

  .carousel-content button {
    font-size: 2vw; /* Adjusting font size for tablets */
  }
}

@media (max-width: 480px) {
  .carousel {
    height: 80vh; /* Reduce height for small screens */
  }

  .carousel-content {
    left: 2%;
    max-width: 100%;
    padding: 0 10px;
  }

  .carousel-content h1 {
    font-size: 6vw; /* Adjusting font size for smartphones */
    /* color: red; */
    line-height: 26px;
  }

  .carousel-content p {
    font-size: 4vw; /* Adjusting font size for smartphones */
    line-height: 20px;
  }

  .carousel-content button {
    font-size: 4.5vw; /* Adjusting font size for smartphones */
  }
}
/* end of media quaries for responsives */
  
  /* end of automatic carousel section */
  
/* start of features heading section */
 .features-heading{
    text-align: center;
    position: relative;
    top: 80px;
    color: #5987a8;
    font-family: "Outfit", sans-serif;
    font-style: normal;
    font-weight: 600px;
    font-size: 30px;
    line-height: 70px;
    /* text-decoration: underline 8px #cdcdcd; */
  }
/* end of features heading section */

/* start of features-content */
.features{
  position: relative;
  top: 110px;
  /* border: 1px solid red; */
  max-width: 100%;
  min-height: 350px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  margin: 0;
  padding: 0;
  /* background-color: #e6f3ff; */
}
.features .features-content{
  width: 80%;
  margin: 0 auto;
  /* border: 1px solid green; */
  min-height: 350px;
  display: flex;
  max-width: 1200px;
  gap: 25px;
  margin-bottom: 30px;
  /* background-color: #e6f3ff; */
  /* min-height: 240px; */
}
.flex-item-60, .flex-item-40 {
  padding: 20px;
  box-sizing: border-box;
  /* min-height: 511px; */
 
}

.flex-item-60 {
  /* flex: 0 0 60%; */
  width: 60%;
  padding: 60px 0px 0px 43px;
  background-color: #b6fffa;
  border-radius: 15px;
  color: #333333;
  position: relative;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  /* border: 4px solid rebeccapurple; */
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
  /* border: 1px solid rebeccapurple; */
}
.flex-item-60 h2{
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-bottom: 2px;
  /* position: relative;
  top: 40px;
  left: 20px;
  margin-right: 50px; */
  
}

.flex-item-60 p{
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  position: relative;
    width: 80%;
    z-index: 3 !important;
  /* position: relative;
  top: 101.55px;
  left: 42.91px; */
  
}
.flex-item-60 button{
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  background-color: #ff3465;
  font-family: "Outfit",sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin: 10px 0px ;
  border-style: none;
  box-sizing: border-box;
  position: absolute;
  bottom: 5%;
}
.flex-item-60 button:hover{
  cursor: pointer;
  outline: 2px solid #ff3465;
  background-color: #fff;
  color: #ff3465;
  
}
.flex-item-60 img{
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 5%;
  bottom: 5%;
  opacity: 0.6;
}

.flex-item-40 {
  /* flex: 0 0 40%; */
  width: 40%;
  padding: 60px 0px 0px 43px;

  background-color: #884db2;
  border-radius: 15px;
  color: #fff;
  position: relative;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
}
.flex-item-40 h2{
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
  padding-bottom: 2px;
  /* position: relative;
  top: 40px;
  left: 20px;
  margin-right: 50px; */
  
}
.flex-item-40 p{
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  position: relative;
    z-index: 3 !important;
    width: 90%;
  
}
.flex-item-40 img{
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 5%;
  bottom: 5%;
  opacity: 1;
}
.bg-img2{
  opacity: 0.2 !important;
}
@media(max-width:768px){
  .flex-item-60 {
      padding: 30.55px 0px 10px 42.91px;
  }
  .flex-item-60 h2{
      padding-bottom: 10px;
  }  

  .flex-item-40 {
      padding: 30.55px 0px 10px 42.91px;
  }
  .flex-item-40 h2{
      padding-bottom: 10px;
  }  
  .viewmore{
    height: 200px;
    /* border: 1px solid red; */
  }
  
}
@media(max-width:500px){
  .viewmore{
    height: 500px;
    /* color: red; */
  }
}

/* .navbar .navbar-content .navbar-button button a {
  color: inherit;
  text-decoration: unset;
} */

/* Responsive adjustments */
@media (max-width: 900px) {
  .flex-container {
      flex-direction: column;
  }

  .flex-item-60, .flex-item-40 {
      flex: 1 0 auto;
      width: 100%;
  }
  .flex-item-60 .bg-img1{
    /* display: none; */
  }
  .flex-item-40 .bg-img2{
    /* display: none; */
  }
  .flex-item-60{
    min-height: 400px;
  }
  .flex-item-40{
    min-height: 400px;
  }
}


/* end of features-content */





  /* start of industry-heading */
    .industry-heading{
    text-align: center;
    position: relative;
    top: 120px;
    color: #5987a8;
    font-family: "Outfit",sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 70px;
    margin-top: 20px;
    /* text-decoration: underline 8px #cdcdcd; */
  
  }
  /* end of industry-heading */

 /* start of industry-content */
.industry{
    max-width: 100%;
    min-height: 300px;
    /* border: 1px solid red; */
    position:relative;
    top: 150px;
   
}
.industry .industry-content{
    width: 90%;
    /* border: 1px solid green; */
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    max-width: 1200px;
}
.industry .industry-content .content-1{
 
}
.industry .industry-content .content-1 .img{
    max-width: 100%;
}
.industry .industry-content .content-1 .img a img{
    width: 100%;
    height: 250px;
    border-radius: 10px;
    transition: transform .2s;
    object-fit: contain;
}
.industry .industry-content .content-1 .img a img:hover{
    transform: scale(1.1);
    cursor: pointer;
}
.industry .industry-content .content-1 .heading{
    margin: 15px 0px;
   text-align: center;
}
@media(max-width:768px){
  .industry .industry-content .content-1 .heading{
            margin: 10px 0px 20px;
   text-align: center;
}
@media(max-width:480px){
  .industry .industry-content .content-1 .heading{
            margin: -35px 0px 0px;
   text-align: center;
}
}
}
.industry .industry-content .content-1 .heading h2{
    font-size: 1.840rem;
    font-family: "Outfit",sans-serif;
    font-weight: 500;
    line-height: 39px;
    color: #5c5c5c;
}


@media (max-width: 1200px) {
  .industry .industry-content {
      flex-direction: row;
      justify-content: space-between;
  }
}

@media (max-width: 992px) {
  .industry .industry-content {
      flex-direction: column;
      align-items: center;
      gap: 10px;
  }

  .industry .industry-content .content-1 .img a img {
      height: 250px;
  }

  .industry .industry-content .content-1 .heading h2 {
      font-size: 1.5rem;
      line-height: 32px;
  }
}

@media (max-width: 768px) {
  .industry {
    top: 80px;
}

  .industry .industry-content {
      width: 95%;
  }

  .industry .industry-content .content-1 .img a img {
      height: 460px;
      /* border: 1px solid red; */
  }
  .industry-heading {
    text-align: center;
    position: relative;
    padding: 30px 0px 0px;}

  .industry .industry-content .content-1 .heading h2 {
      font-size: 1.25rem;
      line-height: 28px;
  }
}

/* @media (max-width: 576px) {
  .industry {
      top: 170px;
  }

  .industry .industry-content {
      width: 100%;
  }

  .industry .industry-content .content-1 .img a img {
      height: 150px;
  }

  .industry .industry-content .content-1 .heading h2 {
      font-size: 1rem;
      line-height: 24px;
  }
} */
 /* end of industry-content */

 
  /* start of footer-section */
  .footer{
    /* border: 1px solid red; */
    top: 180px;
    position: relative;
    max-width: 100%;
    min-height: 300px;
    background-color: #e6e6e6;

 }
 .footer .footer-content {
  width: 90%;
  min-height: 300px;
  /* border: 1px solid green; */
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 80px;
  /* margin-top: 29px; */
  max-width: 1200px;
}
 .footer .footer-content .content-1{
    /* max-width: 50%; */
 }
 .footer .footer-content .content-1 img{
    width: 150px;
    height: 60px;
    margin: 10px 0;
 }
 .footer .footer-content .content-1 p{
    font-family: "Outfit",sans-serif;
    font-style: normal;
    font-size: 1.125rem;
    font-weight: 350;
    line-height: 22px;
    color: #000;
 }
 .footer .footer-content .content-2 h1{
    font-family: "Outfit",sans-serif;
    font-style: normal;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 39px;
    color: #5287ac;
    position: relative;
   
 }
 .footer .footer-content .content-2 ul li {
    font-family: "Outfit", sans-serif;
    font-style: normal;
    size: 18px;
    font-weight: 400;
    line-height: 38px;
    list-style-type: none;
   
  }
  .footer .footer-content .content-2 ul li a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }
  .footer .footer-content .content-2 ul li a{
    text-decoration: none;
    color: #000;
    
    
  }
  .footer .footer-content .content-3 h1{
    font-family: "Outfit",sans-serif;
    font-style: normal;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 39px;
    color: #5287ac;
    position: relative;
   
  }
  .footer .footer-content .content-3 ul li {
    font-family: "Outfit", sans-serif;
    font-style: normal;
    size: 18px;
    font-weight: 400;
    line-height: 38px;
    list-style-type: none;
  }
  .footer .footer-content .content-3 ul li a{
    color: #000;
    text-decoration: none;
    
  }
  .footer .footer-content .content-3 ul li a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }

  .footer .footer-content .content-4 h1{
    font-family: "Outfit",sans-serif;
    font-style: normal;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 39px;
    color: #5287ac;
    position: relative;
  }
  .footer .footer-content .content-4 ul li{
    font-family: "Outfit", sans-serif;
    font-style: normal;
    size: 18px;
    font-weight: 400;
    line-height: 38px;
    list-style-type: none;
  }
  .footer .footer-content .content-4 ul li a{
    color: #000;
    text-decoration: none;
    
  }
  .footer .footer-content .content-4 ul li a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }

  @media only screen and (max-width: 768px) {
    .footer .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: left;
        padding-top: 50px;
    }

    .footer .footer-content .content-1 img {
        width: 120px;
        height: 50px;
    }

    .footer .footer-content .content-2 h1,
    .footer .footer-content .content-3 h1,
    .footer .footer-content .content-4 h1 {
        font-size: 1.5rem;
    }

    .footer .footer-content .content-2 ul li,
    .footer .footer-content .content-3 ul li,
    .footer .footer-content .content-4 ul li {
        font-size: 16px;
        line-height: 30px;
    }
    .icons{
      /* border: 1px solid red; */
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
    }

    .footer .footer-content {
      width: 50%;
      min-height: 300px;
      /* border: 1px solid green; */
      margin: 0;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content:flex-start;
      padding-left: 50px;

      flex-wrap: wrap;
      max-width: 1200px;
  }
  .content-3{
    margin: 25px 0px;
  }
}

@media only screen and (max-width: 480px) {
    .footer .footer-content .content-1 img {
        width: 100px;
        height: 40px;
    }

    .footer .footer-content .content-2 h1,
    .footer .footer-content .content-3 h1,
    .footer .footer-content .content-4 h1 {
        font-size: 1.25rem;
    }

    .footer .footer-content .content-2 ul li,
    .footer .footer-content .content-3 ul li,
    .footer .footer-content .content-4 ul li {
        font-size: 14px;
        line-height: 28px;
    }
}

  /* end of footer section */

  /* resposive menu */
.responsive-menu{
  height: 0px;
  display: none;
}
  @media(max-width:1025px){
   
    .menu{
        display: none;
    }
    .hamburger{
        display: block;
        width: 80%;
        text-align: center;
    }
    .hamburger i{
        font-size: 18px;
    }
    /* .responsive-menu{
        display: block;

    } */
    .responsive-menu{
      position: fixed;
      width: 100%;
      height: 100vh;
      background-color: #5987a8;
      top: 0;
      right: 0;
      padding-top: 10px;
      z-index: 22;
    }
    .responsive-menu ul{
        list-style: none;
        width: 100%;
        background-color: #5987a8;
        color: white;
        text-align: left;
        padding-left: 30px;
      

    }
    .responsive-menu ul li{
      padding: 14px 0px;
  }
    .responsive-menu ul li a{
        text-decoration: none; 
        color: white; 
        font-family: "Outfit", sans-serif;
        font-size: 21px;

    }

    .showmenubar{
      
        overflow: hidden;
        transition: 1s;
        margin-top: 70px;
        display: block;
    }
    .carousel {
      position: relative;
      width: 100%;
      height: 450px;
      overflow: hidden;
      /* border: 3px solid green; */
      top: 0px;
  }
  .newmenu{
    height: 53px;
    overflow: hidden;
  }
  .submenu-show{
    height: auto;
    overflow: auto;
  }
}
.nav_toggle  i{
  font-size: 25px;
}

.footer-button{
  padding: 10px 11px;
   /* border-radius: 50px; */
   /* color: #fff;
   background-color: #ff3465; */
   font-family: "Outfit",sans-serif;
   font-style: normal;
   font-size: 20px;
   font-weight: 500;
   line-height: 20px;
   /* color: #fff; */
   margin: 10px 0px ;
   border-style: none;
   color:  #dce7ee;
         background-color: #5287ac;
}


.prev {
  left: 15px;
}

.next {
  right: 15px;
}
.prev::before {
  content: 35px;
}

.next::before {
  content: 35px;
}
.slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.slides {
  display: flex;
}
.prev,.next{
position: absolute;
top: 50%;
transform: translateY(-50%);
background: transparent;
border: none;
cursor: pointer;
border-radius: 50%;
background: #00000012 !important;
font-size: 20px;
color: #5287ac;
height: 40px;
width: 40px;
}

