.banner-section,
.company-partner-section,
.use-case-section,
.multiple-card-section,
.featured-use-case-section,
.pricing-section,
.cta-section {
  margin-top: 16rem;
}

/*Banner section*/
.banner-point-wrapper {
  padding-top: 6rem;
  gap: 2rem 7rem;
  display: flex;
  flex-wrap: wrap;
}

.banner-points {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.banner-points p{
  margin-bottom:0;
}
.banner-points img {
  height: 34px;
  width: 34px;
}

.banner-section {
  background: linear-gradient(#FFFFFF, #E8EEFF);
}

.banner-section-wrapper {
  padding: 6rem 0;
}

@media(max-width:767px) {
  .banner-section-wrapper {
    gap: 10rem;
  }
}

.banner-left h1 {
  margin: 0rem;
  font-size: 4rem;
}
.banner-left h2,
.banner-left p{
  width:100%;
}

.banner-button {
  padding-top: 6rem;
  display: flex;
  gap: 3.5rem;
}

.banner-button p {
  margin: 0px;
}

.banner-button a:first-child p {
  color: #0445D2 !important;
}

.banner-button a:last-child p {
  color: white !important;
}

.banner-button a:first-child {
  background: white;
  padding: 1rem 3.5rem;
  border-radius: 8px;
  border: 1px solid #0445D2;
}

.banner-button a:last-child {
  color: white !important;
  background: #0445D2;
  padding: 1rem 3.5rem;
  border-radius: 8px;
  border: 1px solid #0445D2;
}

.banner-right img {
  max-width: 500px;
  max-height: 500px;
  height: auto;
  width: 100%;
}

.banner-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

}
@media(max-width:1024px) {
  .banner-point-wrapper {
    padding-top: 6rem;
  }

  .banner-button {
    padding-top: 6rem;
  }
}

@media(max-width:768px) {
  .banner-point-wrapper {
    padding-top: 6rem;
  }

  .banner-button {
    padding-top: 6rem;
  }
}




/*Comapny-partner-section*/

.company-partner-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.comapany-text-div p {
  color: #000 !important;
  font-size: 3.2rem;
  margin: 0px;
}

.company-partner-div {
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  gap: 4rem 0rem;
}

@media(max-width:1024px) {
  .company-partner-div {
    padding-top: 6rem;
    gap: 0;
  }
}

@media(max-width:768px) {
  .company-partner-div {
    gap: 4rem 0rem
  }
}

@media(max-width:431px) {
  .company-partner-div {
    gap: 7rem 0rem
  }
}
.company-partner-div div img{
  max-width:160px !important;
  max-height:190px;
}
@media(max-width:1024px) {
  .company-partner-div div img{
    max-width:120px !important;
  }
}
@media(max-width:768px) {
  .company-partner-div div img{
    max-width:100px !important;
  }
}
@media(max-width:500px) {
  .company-partner-div div img{
    max-width:100px !important;
    max-height:45px !important;
  }
}
@media(max-width:376px) {
  .company-partner-div div img{
    max-height:40px !important;
    max-width:80px !important;
  }
}
/* use-case-section */
.use-case-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-image {
  background: #66DAFF;
  width: max-content;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
}

.card-image-1 {
  background: #B493FF;
  width: max-content;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
}

.card-image-2 {
  background: #6C8DFF;
  width: max-content;
  border-radius: 12px;
  padding: 0.7rem 0.8rem;
}

.use-case-heading {
  width: 60%;
  text-align: center;
}



.three-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 3rem;
  padding-top: 6rem;
}


.three-card-header {
  min-height:220px;
  padding-right: 4rem;
  border-right: 0.3px solid #959595;
}

.three-card-header-1 {
  padding-right: 4rem;
}

@media(max-width:769px) {
  .three-card-wrapper {
    padding: 0 1rem;
    padding-top: 6rem
  }
}

@media(max-width:767px) {
  .three-card-header {
    border-right: none;
  }
}


@media(max-width:1024px) {
  .three-card-wrapper {
    padding: 0 1rem;
    padding-top: 6rem
  }

  .three-card-header,
  .three-card-header-1 {
    min-height:160px;
    padding: 1rem;
  }
}
@media(max-width:769px) {
  .three-card-header,
  .three-card-header-1 {
    min-height:200px;
  }
}
@media(max-width:500px) {
  .three-card-header,
  .three-card-header-1 {
    min-height:0px;
  }
}

/*Feature-use-case*/
.featured-use-case-section {
  background: #F7F6FFAB;
}

.feature-container {
  gap: 4rem 0;
  display: flex;
  flex-direction: column;
  padding: 10rem 0;
}

.feature-heading {
  align-self:center;
  width: 60%;
  text-align: center;
}

/* .feature-card-div-1,
.feature-card-div-2,{
  gap: 4rem 0 !important;
}
 */
.feature-card-div-1{
  gap:4rem 0 !important;
}

.feature-card-div-2{
  gap:4rem 0 !important;
}

.feature-card-div-3 {
  align-items: flex-start !important;
}
.card-wrapper {
  border-radius: 12px;
  position: relative;
  border: 5px solid white;
  padding: 1rem;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
}

.card-link::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-image: url('https://www.akira.ai/hubfs/homepage-section/use-case-hover-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media(max-width:1025px){
  .card-link::after{
    right:30px;
    height:30px;
  } 
}
.card-link:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.card-wrapper:hover {
  transform: scale(1.02);
}

.card-text-div {
  min-height:225px;
  margin-top: 2rem;
  padding: 0 2rem;
}

@media(max-width:767px){
  .card-text-div {
    min-height:auto;
  }
}

/*Libraries and frameworks*/
.technology-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tech-image {
  padding: 1rem 0;
}

.tech-cards-div {
  margin-top: 2rem;
  width: 100%;
}

.tech-card p {
  font-size: 18px;
}

.tech-card {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.tech-card img {
  width: 90px;
  height: 90px;
}

.tech-header {
  text-align: center;
  width: 60%;
}



/*Pricing optons*/
.pricing-div {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 2rem;
}

.pricing-points {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.pricing-points p {
  margin-bottom:0;
  font-size: 16px !important;
  color: #475467;
}
@media(max-width:768px){
  .pricing-points p {
    font-size:13px !important;
  }
}
.pricing-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricing-header-text-div {
  width: 60%;
  text-align: center;
}

.three-cards-pricing {
  width: 100%;
}

.pricing-card-wrapper:hover .pricing-button {
  background-color: #0445D2;
  color: white !important;
  border-color: #0445D2;
}

.pricing-card-wrapper:hover .pricing-button p {
  color: white !important;
}


.pricing-card-wrapper {
  cursor: pointer;
  margin-top: 8rem;
  padding: 3rem 3.5rem;
  border: 1px solid #FFE492;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  transform: translateY(0);
}

.pricing-icon {
  min-height: 20px;
  min-width: 20px
}

.pricing-card-wrapper:hover .pricing-icon path {
  stroke: #043873;
  transition: stroke 0.3s ease;
}

.pricing-card-wrapper:hover {
  transform: translateY(-5px) scale(1.05);
  border: none;
  box-shadow: 8px 12px 25px rgba(0, 0, 0, 0.15);
}

.pricing-card-wrapper:hover p {
  color: #043873 !important;
}

.pricing-card-header {
  min-height: 140px;
}

.pricing-card-header p {
  color: black !important;
}

.pricing-title,
.pricing-price,
.pricing-description {
  font-weight: 600;
}

.pricing-price {
  font-size: 24px;
}

.pricing-title {
  font-size: 22px;
}

.pricing-button p {
  font-size: 16px;
  margin: 0;
}

.pricing-button {
  background: white;
  border: 1px solid #FFE492;
  border-radius: 8px;
  color: black;
  margin: 3rem 0;
  padding: 1.4rem 3rem;
}

@media(max-width:796px) {
  .pricing-button {
    padding: 0.7rem 2rem;
  }
}

@media(max-width:786px) {
  .pricing-card-wrapper {
    padding: 3rem 2.5rem;
  }
}

@media(max-width:1440px) {
  .pricing-button {
    width: 70%;
  }
}
@media(max-width:767px) {
  .pricing-button {
    width: 100%;
  }
}

@media(min-width:1441px) {
  .pricing-button {
    width: 50%;
  }
}

/*Cta section*/
.cta-section {
  display: flex;
  align-items: center;
  height: 300px;
  background-image: url("https://242072892.fs1.hubspotusercontent-na2.net/hubfs/242072892/Untitled%20design%282%29.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media(max-width:1024px) {
  .cta-section {
    background-image: none;
    background-color: #5177FF;
  }
}
@media(max-width:500px) {
  .cta-section {
    padding:30rem 0;
  }
}
@media(min-width:1441px) {
  .cta-section {
    height: 350px;
  }
}
.cta-image {
  display: flex;
  justify-content: end;
  align-items: end;
}

.cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-header {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.cta-image img {
  height: auto;
}

.cta-header h2 {
  color: white;
}
.cta-header-p {
  width:80%;
  font-size: 3rem;
  color: white !important;
}
@media(max-width:1024px){
  .cta-header-p{
    width:100%;
  }
}
.cta-button {
  align-items: center;
  gap: 1rem;
  display: flex;
  margin-top: 5rem;
  border: 1px solid white;
  border-radius: 6px;
  padding: 1rem 3rem;
  background: white;
}

.arrow {
  width: 22px;
  height: 22px;
}

.cta-button p {
  color: #060336 !important;
  margin: 0;
}



@media(max-width:1129px) {
  .cta-image img {
    display: none;
  }

  .cta-wrapper {
    padding: 9rem 0;
  }
}
@media(max-width:1024px) {
  .use-case-heading {
    width: 90%;
  }

  .feature-heading {
    width: 90%;
  }

  .tech-header,
  .pricing-header-text-div {
    width: 90%;
  }
}

@media(max-width:768px) {

  .use-case-heading,
  .feature-heading,
  .tech-header,
  .pricing-header-text-div {
    width: 100%;
  }
}


.supported-iac-card img {
  width: 90px;
  margin-bottom: 25px;
  height: 90px;
}
@media(max-width:1024px){
  .supported-iac-card img {
    width: 70px;
    height: 70px;
  }
}
@media(max-width:768px){
  .supported-iac-card img {
    width: 40px;
    height: 40px;
  }
}
.supported-iac-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  transition: all 0.4s ease;
}

.supported-iac-card p {
  text-align:center;
  font-family: 'work-sans-medium', sans-serif;
  font-weight: 600;
}

.supported-iac-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  color: #1034fe;
}

.supported-iac-card {
  transition: 0.4s ease all;
}

.supported-iac-card p:hover {
  color: #1034fe !important;
}

@media (max-width: 767px) {
  .supported-iac-card img {
    width: 40px;
    height: 40px;
  }
}

.section-heading {
  text-align: center;
}