.home-banner-sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background-image: url(https://145652963.fs1.hubspotusercontent-eu1.net/hubfs/145652963/Nobofinance/Global/BG%20Pattern.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

/* 
.home-banner-left, .home-banner-right {
flex: 0 48%;
} */
.home-banner-title p {
  background-color: #001b33;
  border-radius: 6px;
  color: #97cdff;
  font-size: 14px;
  margin: 0;
  opacity: 1;
  padding: 6px 12px;
  display: inline-block;
}

.home-banner-title svg {
  height: 12px!important;
  width: 12px!important
}

.home-banner-heading h1 {
  color: #fff;
  font-size: 94px;
  line-height: 100%;
  margin: 0;
  font-weight: 600;
}

.home-banner-txt p {
  color: #b3bdcc;
  font-size: 18px;
  font-weight: 300;
  margin: 0
}

.home-banner-left {
  display: flex;
  flex-flow: column;
  gap: 40px;
  height: min-content;
  overflow: visible;
  padding: 0 0 40px;
  place-content: flex-start center;
  position: relative;
  width: 100%;
}

.home-banner-btn ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  gap: 20px;
}

.home-banner-btn ul li {
  font-size: 18px;
}

.home-banner-btn ul li a {
  display: flex;
  text-decoration: none;
  background-color: #0077e4;
  align-items: center;
  gap: 5px;
  transition: all .2s;
  width: 170px;
}

.home-banner-btn a: hover {
  background-color: #319dff;
  border-color: #0b0d10;
}

.home-banner-btn a {
  border: 2px solid transparent;
  border-radius: 6px;
  color: #e1e4ea;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  padding: 14px 20px;
  text-decoration: none;
  letter-spacing: 0px;
  justify-content: center;
  align-items: center;
}


.home-banner {
  padding: 200px 96px;
}

.home-banner-left, .home-banner-right {
  flex: 1 0 0;
}

.home-banner-right {
  text-align: center;
  position: relative;
}

.home-banner-right:after {
  content: '';
  position: absolute;
  background-color: #319dff;
  width: 400px;
  height: 300px;
  left: 0;
  right: 0;
  z-index: -1;
  filter: blur(100px);
  border-radius: 2400px;
  margin: 0 auto;
  top: calc(50.00000000000002% - 300px / 2);
}

.home-banner-right img {
  width: 280px;
  margin: 0 auto;
  position: relative;
  top: var(--framer-aspect-ratio-supported, 289px);
}

body {
  --framer-aspect-ratio-supported: auto;
}


.home-banner-btn ul li a svg {
  width: 20px !important;
  height: 20px !important;
  transition: all .2s;
}

.home-banner-btn ul li:nth-child(2) a {
  background-color: transparent !important;
  border: 2px solid #e1e4ea;
}

.home-banner-btn ul li:nth-child(2) a svg {
  display: none !important;
}

.home-banner-btn ul li a:hover svg {
  transform: translateX(10px);
  transition: all .2s;
}

.home-banner-btn ul li a:nth-child(1):hover span {
  transform: translatex(-10px);
  transition: all .2s;
}

.home-banner-btn ul li a:nth-child(1) span {
  transition: all .2s;
}

.home-banner-btn ul li:nth-child(2) a:hover {
  background-color: #0077e4 !important;
  border-color: #0077e4;
}
.home-banner-btn ul {
  width: 593px;
}
.home-banner-btn ul li, .home-banner-btn ul li a {
  width: 100%;
  font-size: 24px;
}

@media(max-width: 1479px) {
  .home-banner-left {
    width: 360px;
    flex: none;
  }
  .home-banner-btn ul li, .home-banner-btn ul li a {

    width: 170px;
    font-size: 18px;
  }
  .home-banner-btn ul {
    width: 100%;
  }

  .home-banner {
    padding: 80px 40px 200px;
  }

}
@media(max-width:1450px){

  .blog-rss-list:last-child {
    display: none !important;
  }

  .blog-rss-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .blog-rss-list {
    flex: 0 48% !important;
  }

  .blog-rss-image img {
    width: 413px !important;
  }
}
@media(max-width:810px){
  .blog-rss-heading h2 {
    font-size: 32px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 40px;
  }

  .blog-rss-heading h4 {
    font-size: 14px;
  }

  .blog-rss-section {
    flex-direction: column;
  }
  .home-banner-heading h1 {
    font-size: 72px;
  }

  .home-banner-sec {
    flex-direction: column;
    text-align: center;
  }

  .home-banner-left {
    width: 100%;
  }

  .home-banner-btn ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .home-banner-btn ul li, .home-banner-btn ul li a {
    width: 240px;
  }

  .home-banner-right:after {
    content: none !important;
  }

  .home-banner-right {
    padding: 50px 0px;
  }



}