body {
    font-family: 'inter';
    color: rgb(0, 0, 0);
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}





/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../images/page-1 (Home)/section-1 (header)/bg.png") center center;
  background-size: cover ;
  position: relative;
  animation: shrink 2.5s infinite alternate;
  padding: 0;
}
@keyframes shrink {
  0% {
    background-size: 110% 110%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.heroh1{
  font-family: 'inter';
}
#hero .container {
  padding-top: 110px;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 4em;
    padding-left: 2em;
  }
  #hero-content {
    padding: 2em;
    text-align: left;
  }
}
.hero-content a {
  margin: 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}
.hero-content h1 span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -0.04em;
}
#hero h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 72px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
#hero h3 span {
  color: #0074E4;
}
#hero h2 {
  width: 676px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  color: #FFFFFF;  
}
#hero h2 span {
  color: #0074E4;
  font-weight: 600;
}
#hero .btns {
  margin-top: 30px;
}
#hero .btn-connect {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #0074E4;
  position: static;
  max-width: 190px;
  width: auto;
  height: 51px;
  font-weight: 600;
  font-size: 18px;
  padding: 14px 21px;
  border-radius: 5px;
  color: white;
}
#hero .btn-connect img {
  padding-left: 0.5em;
}
a>div { display: none; }
a:hover>div { display: block; }
 

@media (max-height: 500px) {
  #hero {
    height: auto;
  }
  #hero .container {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #hero {
    background-size: cover !important;
  }
  #hero h1 {
    font-size: 42px;
    line-height: 120%;
    font-weight: 500;
    letter-spacing: -0.04em;
  }
  #hero h3 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 600;
    letter-spacing: -0.02em;
  }
  #hero h1 span{
    font-size: 43px;
  }
  #hero h2 {
    margin-top: 1em;
    width: 320px;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.01em;
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.section-title p span { 
  color: #0074E4;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'inter' !important;
}
.section-title {
  padding-bottom: 40px;
}
.section-title p {
  margin: 0;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'inter' !important;
  color: #3F3F3F;;
}
@media (max-width: 992px) {
  .section-title p {
    font-size: 36px !important;
  }
  .section-title span {
    font-size: 36px !important;
  }
}




/*--------------------------------------------------------------
# Section-two
--------------------------------------------------------------*/
.Section-two {
  background: url("../images/page-1 (Home)/section-2/background.svg") top center;
  background-size: cover;
  position: relative;
  height: 100%;
  background-position: 80% 0%;
}
.box {
  width: 100%;
  margin: 0 auto;
}
.Section-two .box {
  border-radius: 15px;
  padding: 50px 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.055);
  transition: all ease-in-out 0.01s;
  background: #FFFFFF;
}
.Section-two .box h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  position: static;
  width: 8em;
  height: 34px;
  left: 0px;
  top: 0px;
  color: #0074E4;
  background-color: #C5E2FF;
  border-radius: 5px;
  margin: 0px 10px;
}
.Section-two .box h4 {
  font-family: 'inter';
  font-size: 48px;
  font-weight: 700;
  padding: 0;
  margin: 20px 10px;
  color: #3F3F3F;
  line-height: 110%;
}
.Section-two .box p {
  width: 31.1em;
  color: #747474;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em;
  margin: 0px 10px;
  padding: 0;
}
.Section-two .box:hover {
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.082);
}

@media (max-width: 1024px) {
  .Section-two .box {
    padding: 2em;
  }
  .Section-two .box h4 {
    width: auto;
    font-size: 32px;
    font-weight: 700;
  }
  .Section-two .box p {
    width: auto;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.01em;
  }
}




/*--------------------------------------------------------------
# Section-three                                                  
--------------------------------------------------------------*/
.Section-three button {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 40.2424px;
  line-height: 49px;
  text-align: center;
  background-color: #FFFFFF;
  color: #0074E4;
  padding-block: 1em;
  padding-inline: 0.5em;
  border-radius: 50%;
  border: solid 3px #0074E4;
  z-index: 1;
  animation: glowing 1s infinite;
}
.Section-three button:focus {
  box-shadow: #5989b917 0px 0px 0px 25px, #0076e409 0px 0px 0px 50px; 
  animation: unset;
}
@keyframes glowing {
  100% {box-shadow: rgba(0, 73, 143, 0.1) 0px 0px 0px 25px, rgba(95, 174, 249, 0.15) 0px 0px 0px 50px; }
}
@keyframes glowing-mobile {
  100% {box-shadow: rgba(0, 73, 143, 0.1) 0px 0px 0px 12.5px, rgba(95, 174, 249, 0.15) 0px 0px 0px 25px; }
}
.container3 {
  padding-inline: 5em;
  padding-bottom: 5em;
  position: relative;
  width: 100%;
}
.Section-three hr {
  height: 0.5px;
  color: #747474;
}
.line-div {
  height: 8em;
}
.line-one, .line-two, .line-three, .line-four, .line-five, .line-six, .line-seven, .line-eight {
  z-index: 2;
  opacity: 1;
  -moz-transition: opacity 5.5s ease 0.3s;
  -webkit-transition: opacity 5.5s ease 0.3s;
  -o-transition: opacity 5.5s ease 0.3s;
  transition: opacity 5.5s ease 0.3s;
}
.img-1 img, .img-2 img, .img-3 img, .img-4 img, .img-6 img, .img-7 img, .img-8 img, .img-9 img {
  opacity: 1;
  -moz-transition: opacity 5.5s ease 0.3s;
  -webkit-transition: opacity 5.5s ease 0.3s;
  -o-transition: opacity 5.5s ease 0.3s;
  transition: opacity 5.5s ease 0.3s;
}
.line-one {
  transform: rotate(45deg);
  transform-origin: 5em 8em;
}
.line-two {
  transform: rotate(90deg);
  transform-origin: 4em 0.5em;
  width: 80%;
}
.line-three {
  transform: rotate(135deg);
  transform-origin: 1.5em -0.25em;
}
.line-four {
  transform: rotate(180deg);
  transform-origin: 8em 1.35em;
  width: 12em;
}
.line-five {
  transform: rotate(180deg);
  transform-origin: 3em 1.35em;
}
.line-six {
  transform: rotate(-45deg);
  transform-origin: 6em -7em;
}
.line-seven {
  transform: rotate(90deg);
  transform-origin: 3.5em 1em;
  width: 90%;
}
.line-eight {
  transform: rotate(45deg);
  transform-origin: 3em -7em;
}
.container3 .img-1 img {
  display: block;
  height: auto;
  margin-inline: -3em;
  margin-top: 3em
}
.container3 .img-2 img {
  display: block;
  margin: auto;
  height: auto;
  margin-bottom: 3em;
}
.container3 .img-3 img {
  height: auto;
  margin-top: 3em;
  margin-left: 5em;
}
.container3 .img-4 img {
  display: block;
  margin-left: auto;
  height: auto;
}
.container3 .img-5 {
  display: block;
  height: auto;
}
.container3 .img-6 img {
  display: block;
  height: auto;
}
.container3 .img-7 img {
  display: block;
  height: auto;
  margin-inline: -3em;
  margin-bottom: 3em;
}
.container3 .img-8 img {
  display: block;
  margin-left: auto;
  margin-top: 5em;
  margin-right: auto;
  height: auto;
}
.container3 .img-9 img {
  display: block;
  margin-left: 6em;
  height: auto;
  margin-bottom: 3em;
}
@media (min-width: 1400px) {
  .Section-three button {
    box-shadow: rgba(0, 73, 143, 0.1) 0px 0px 0px 20px, rgba(95, 174, 249, 0.15) 0px 0px 0px 40px;
    font-size: 1em;
    line-height: 20px;
    padding-block: 1.5em;
    padding-inline: 1em;
    border: solid 2px #0074E4;
  }
  .container3 {
    padding-inline: 0;
  }
  .container3 .middle {
    padding-inline: 0;
  }
  .container3 .img-1 img {
    height: 8em;
    display: block;
    margin-left: 8em;
    margin-top: 3em;
  }
  .container3 .img-2 img {
    height: 8em;
  }
  .container3 .img-3 img {
    height: 8em;
    margin-top: 3em;
    margin-left: -14em;
    margin-right: 3em;
  }
  .container3 .img-4 img {
    height: 8em;
  }
  .container3 .img-6 img {
    height: 8em;
  } 
  .container3 .img-7 img {
    height: 8em;
    margin-inline: 0;
  }
  .container3 .img-8 img {
    height: 8em;
  }
  .container3 .img-9 img {
    height: 8em;
  } 
  .row-one {
    justify-content: space-evenly !important;
    padding-inline: 6em;
  }
  .line-one {
    transform: rotate(45deg);
    transform-origin: 7.75em 14.75em;
    width: 90%;
  }
  .line-two {
    transform: rotate(90deg);
    transform-origin: 4.75em 1.75em;
    width: 90%;
  }
  .line-three {
    transform: rotate(135deg);
    transform-origin: 0em -0.25em;
    width: 90%;
  }
  .line-four {
    transform: rotate(180deg);
    transform-origin: 11em 1.75em;
    width: 90%;
  }
  .line-five {
    transform: rotate(180deg);
    transform-origin: 1.75em 1.75em;
    width: 90%;
  }
  .line-six {
    transform: rotate(-45deg);
    transform-origin: 10.5em -14em;
    width: 90%;
  }
  .line-seven {
    transform: rotate(90deg);
    transform-origin: 6.5em 0em;
    width: 90%;
  }
  .line-eight {
    transform: rotate(45deg);
    transform-origin: 2em -13em;
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .Section-three button {
    box-shadow: rgba(0, 73, 143, 0.1) 0px 0px 0px 20px, rgba(95, 174, 249, 0.15) 0px 0px 0px 40px;
    font-size: 1em;
    line-height: 20px;
    padding-block: 1.5em;
    padding-inline: 1em;
    border: solid 2px #0074E4;
  }
  .container3 {
    padding-inline: 0;
  }
  .container3 .middle {
    padding-inline: 0;
  }
  .container3 .img-1 img {
    height: 8em;
    display: block;
    margin-left: 3em;
    margin-top: 3em;
  }
  .container3 .img-2 img {
    height: 8em;
  }
  .container3 .img-3 img {
    height: 8em;
    margin-top: 3em;
    margin-left: 0;
    margin-right: 3em;
  }
  .container3 .img-4 img {
    height: 8em;
  }
  .container3 .img-6 img {
    height: 8em;
  } 
  .container3 .img-7 img {
    height: 8em;
  }
  .container3 .img-8 img {
    height: 8em;
  }
  .container3 .img-9 img {
    height: 8em;
  } 
  .row-one {
    justify-content: space-evenly !important;
    padding-inline: 6em;
  }
  .line-one {
    transform: rotate(45deg);
    transform-origin: 3.75em 9.5em;
    width: 120%;
  }
  .line-two {
    transform: rotate(90deg);
    transform-origin: 2.75em 1.75em;
    width: 120%;
  }
  .line-three {
    transform: rotate(135deg);
    transform-origin: 0.25em 0.5em;
    width: 90%;
  }
  .line-four {
    transform: rotate(180deg);
    transform-origin: 7em 1.75em;
    width: 100%;
  }
  .line-five {
    transform: rotate(180deg);
    transform-origin: 1.75em 1.75em;
    width: 100%;
  }
  .line-six {
    transform: rotate(-45deg);
    transform-origin: 7.5em -8em;
    width: 100%;
  }
  .line-seven {
    transform: rotate(90deg);
    transform-origin: 4.5em 0em;
    width: 100%;
  }
  .line-eight {
    transform: rotate(45deg);
    transform-origin: 2em -9em;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .Section-three button:focus {
    box-shadow: #5989b917 0px 0px 0px 25px, #0076e409 0px 0px 0px 50px; 
    animation: unset;
  }
  .container3 {
    padding-inline: 0;
  }
  .container3 .middle {
    padding-inline: 0;
  }
  .container3 .img-1 img {
    height: 8em;
  }
  .container3 .img-2 img {
    height: 8em;
  }
  .container3 .img-3 img {
    height: 8em;
  }
  .container3 .img-4 img {
    height: 8em;
    margin-right: 2em;
  }
  .container3 .img-6 img {
    height: 8em;
    margin-left: 2em;
  } 
  .container3 .img-7 img {
    height: 8em;
  }
  .container3 .img-8 img {
    height: 6em;
  }
  .container3 .img-9 img {
    height: 8em;
  } 
  .row-one {
    justify-content: space-evenly !important;
    padding-inline: 0em;
  }
  .line-one {
    transform: rotate(45deg);
    transform-origin: 2em 6em;
    width: 120%;
  }
  .line-two {
    transform: rotate(90deg);
    transform-origin: 2.25em 0.75em;
    width: 120%;
  }
  .line-three {
    transform: rotate(135deg);
    transform-origin: 0.5em 0.5em;
    width: 120%;
  }
  .line-four {
    transform: rotate(180deg);
    transform-origin: 5em 1.5em;
    width: 120%;
  }
  .line-five {
    transform: rotate(180deg);
    transform-origin: 2em 1.5em;
    width: 120%;
  }
  .line-six {
    transform: rotate(-45deg);
    transform-origin: 3.5em -5em;
    width: 120%;
  }
  .line-seven {
    transform: rotate(90deg);
    transform-origin: 3.5em -0.5em;
    width: 120%;
  }
  .line-eight {
    transform: rotate(45deg);
    transform-origin: 3em -6em;
    width: 120%;
  }
}
@media (max-width: 768px) {
  .Section-three button {
    box-shadow: rgba(0, 73, 143, 0.1) 0px 0px 0px 20px, rgba(95, 174, 249, 0.15) 0px 0px 0px 40px;
    font-size: 1em;
    line-height: 20px;
    padding-block: 1.5em;
    padding-inline: 1em;
    animation: glowing-mobile 1s infinite;
    border: solid 2px #0074E4;
  }
  .Section-three button:focus {
    box-shadow: rgba(0, 73, 143, 0.1) 0px 0px 0px 15px, rgba(95, 174, 249, 0.15) 0px 0px 0px 30px; 
    animation: none;
  }
  .container3 {
    padding-inline: 0;
  }
  .container3 .middle {
    padding-inline: 0;
  }
  .container3 .img-1 img {
    height: 6em;
    margin-left: 0em;
  }
  .container3 .img-2 img {
    height: 6em;
    margin-bottom: 2em;
  }
  .container3 .img-3 img {
    height: 6em;
  }
  .container3 .img-4 img {
    height: 6em;
  }
  .container3 .img-6 img {
    height: 6em;
  } 
  .container3 .img-7 img {
    height: 6em;
    margin-inline: -5em;
  }
  .container3 .img-8 img {
    height: 6em;
    margin-left: -1em;
  }
  .container3 .img-9 img {
    height: 6em;
  } 
  .row-one {
    justify-content: none !important;
    padding-inline: 0em;
  }
  .middle {
    justify-content: space-around !important;
  }
  .line-one {
    transform: rotate(45deg);
    transform-origin: -1em 4em;
    width: 8em;
  }
  .line-two {
    transform: rotate(90deg);
    transform-origin: 1em 1.25em;
    width: 7em;
  }
  .line-three {
    transform: rotate(135deg);
    transform-origin: 0.5em 1.5em;
    width: 8em;
  }
  .line-four {
    transform: rotate(180deg);
    transform-origin: 4.25em 2em;
    width: 7em;
  }
  .line-five {
    transform: rotate(180deg);
    transform-origin: 1.75em 2em;
    width: 7em;
  }
  .line-six {
    transform: rotate(-45deg);
    transform-origin: 3em -1.75em;
    width: 8em;
  }
  .line-seven {
    transform: rotate(90deg);
    transform-origin: 2.6em -0.5em;
    width: 7em;
  }
  .line-eight {
    transform: rotate(45deg);
    transform-origin: 3em -5.5em;
    width: 7.5em;
  }
}
@media (max-width: 576px) {
  .Section-three button {
    box-shadow: rgba(0, 73, 143, 0.1) 0px 0px 0px 20px, rgba(95, 174, 249, 0.15) 0px 0px 0px 40px;
    font-size: 1em;
    line-height: 20px;
    padding-block: 1.5em;
    padding-inline: 1em;
    animation: glowing-mobile 1s infinite;
    border: solid 2px #0074E4;
  }
  .Section-three button:focus {
    box-shadow: rgba(0, 73, 143, 0.1) 0px 0px 0px 15px, rgba(95, 174, 249, 0.15) 0px 0px 0px 30px; 
    animation: none;
  }
  .container3 {
    padding-inline: 0;
  }
  .container3 .middle {
    padding-inline: 0;
  }
  .container3 .img-1 img {
    height: 6em;
    margin-top: 8em;
  }
  .container3 .img-2 img {
    height: 6em;
    margin-left: -1em;
    margin-bottom: -3em;
  }
  .container3 .img-3 img {
    height: 6em;
    margin-top: 8em;
  }
  .container3 .img-4 img {
    height: 6em;
  }
  .container3 .img-6 img {
    height: 6em;
    margin-left: 0;
  } 
  .container3 .img-7 img {
    height: 6em;
  }
  .container3 .img-8 img {
    height: 6em;
    margin-top: -5em;
    margin-left: -2em;
  }
  .container3 .img-9 img {
    height: 6em;
    margin-left: 4em;
  } 
  .row-one {
    justify-content: space-evenly !important;
    padding-inline: 0em;
  }
  .line-one {
    transform: rotate(45deg);
    transform-origin: 2em 3em;
    width: 140%;
  }
  .line-two {
    transform: rotate(90deg);
    transform-origin: 2em 0em;
    width: 135%;
  }
  .line-three {
    transform: rotate(135deg);
    transform-origin: 1em 0em;
    width: 135%;
  }
  .line-four {
    transform: rotate(180deg);
    transform-origin: 3em 0.25em;
    width: 135%;
  }
  .line-five {
    transform: rotate(180deg);
    transform-origin: 1.25em 0.25em;
    width: 135%;
  }
  .line-six {
    transform: rotate(-45deg);
    transform-origin: -2.5em -4.25em;
    width: 140%;
  }
  .line-seven {
    transform: rotate(90deg);
    transform-origin: 4em -2em;
    width: 140%;
  }
  .line-eight {
    transform: rotate(45deg);
    transform-origin: 6.75em -5.5em;
    width: 140%;
  }
}
@media (max-width: 414px) {
  .Section-three button {
    box-shadow: rgba(0, 73, 143, 0.1) 0px 0px 0px 20px, rgba(95, 174, 249, 0.15) 0px 0px 0px 40px;
    font-size: 1em;
    line-height: 20px;
    padding-block: 1.5em;
    padding-inline: 1em;
    animation: glowing-mobile 1s infinite;
    border: solid 2px #0074E4;
  }
  .Section-three button:focus {
    box-shadow: rgba(0, 73, 143, 0.1) 0px 0px 0px 15px, rgba(95, 174, 249, 0.15) 0px 0px 0px 30px; 
    animation: none;
  }
  .container3 {
    padding-inline: 0;
  }
  .container3 .middle {
    padding-inline: 0;
  }
  .container3 .img-1 img {
    height: 6em;
  }
  .container3 .img-2 img {
    height: 6em;
    margin-bottom: -5em;
  }
  .container3 .img-3 img {
    height: 6em;
  }
  .container3 .img-4 img {
    height: 6em;
  }
  .container3 .img-6 img {
    height: 6em;
  } 
  .container3 .img-7 img {
    height: 6em;
    margin-left: -4em;
    margin-bottom: 8em;
    margin-inline: none;
  }
  .container3 .img-8 img {
    height: 6em;
  }
  .container3 .img-9 img {
    height: 6em;
    margin-left: 3em;
    margin-bottom: 8em;
  } 
  .row-one {
    justify-content: space-around !important;
    padding-inline: 0em;
  }
  .line-one {
    transform: rotate(45deg);
    transform-origin: -0.75em 2em;
    width: 160%;
  }
  .line-two {
    transform: rotate(90deg);
    transform-origin: 0.75em 0.75em;
    width: 150%;
  }
  .line-three {
    transform: rotate(135deg);
    transform-origin: 0.5em 1em;
    width: 150%;
  }
  .line-four {
    transform: rotate(180deg);
    transform-origin: 2.5em 1.25em;
    width: 180%;
  }
  .line-five {
    transform: rotate(180deg);
    transform-origin: 1.25em 1.25em;
    width: 150%;
  }
  .line-six {
    transform: rotate(-45deg);
    transform-origin: -0.75em -2.25em;
    width: 150%;
  }
  .line-seven {
    transform: rotate(90deg);
    transform-origin: 2.5em -1em;
    width: 150%;
  }
  .line-eight {
    transform: rotate(45deg);
    transform-origin: 4.25em -3.75em;
    width: 150%;
  }
}





/*--------------------------------------------------------------
# Section-four
--------------------------------------------------------------*/
.Section-four {
  background: url("../images/page-1 (Home)/section-4/background.svg") top center;
  background-size: cover;
  position: relative;
  height: 100% ;
}
.Section-four p {
  margin-top: 1.3em;
}
.Section-four .section-title-P2 span {
  margin: 0;
  margin-top: 1em !important;
  margin-bottom: 0.5em;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'inter' !important;
  color: #3F3F3F;
}
.card-main {
  padding-inline: 4.5em;
}
.card {
  color: white;
  background-color: #0076e400;
  margin-bottom: 1.5em;
  width: 310px;
  height: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2em;
  border: 1.5px solid white;
  border-radius: 5px;
  transition: 0.5s;
}
.card:hover {
  background: rgba(0, 116, 228, 0.3);
  border: 1.5px solid #ffffff00;
}
.card-heading {
  display: flex;
  align-items: center;
}
.card-heading span {
  padding: 10px;
  color: #ffffff;
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
}
.card h6 {
  width: 250px;
  margin: 0;
  margin-top: 1em;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 160%; 
  letter-spacing: 0.01em;  
}

@media (max-width : 576px)
{
  .Section-four .container > .row {
    overflow-x: auto;
  }
  .Section-four .mobile-card-container {
    justify-content: unset !important;
    margin-left: 0em;
  }
  .Section-four .mobile-card-container .col-12 {
    width: auto;
  }
  .card:hover {
    border: none;
  }
}
@media (max-width: 992px) {
  .Section-four {
    background-position: 10% 0%;
  }
  .Section-four p {
    margin-top: 1em;
    line-height: 70%;
  }
  .Section-four p span {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    letter-spacing: -0.02em;
  }
  .card {
    background: rgba(0, 116, 228, 0.3);
    border: none;
    margin: auto;
    margin-bottom: 1.5em;
  }
  .card-main {
    padding: 0%;
  }
  .Section-four h5 {
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    letter-spacing: 0.01em;  
  }
}
.Section-four h5 {
  margin-top: 20px;
  color: white;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 160%;
}




/*--------------------------------------------------------------
# Section-four-portion-two
--------------------------------------------------------------*/
.section-four-P2 {
  background: #16bb9d;
}
.section-four-P2 .section-title-P2 span {
  margin: 0;
  margin-top: 1em !important;
  margin-bottom: 0.5em;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'inter' !important;
  color: #3F3F3F;
}
.box-two {
  padding: 2em;
  width: auto;
  height: auto;
  border: none;
  background: #060B25;
  backdrop-filter: blur(19px);
  border-radius: 20px;  
}
.box-two:hover {
  background: #060B25;
}
.box-two h6 {
  font-weight: 400;
  line-height: 150%;
}
.card-inner {
  padding: 1.5em;
  height: 6em;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #060B25;
  background-blend-mode: multiply;
  border: 2px solid #0074E4;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.card-inner span {
  margin-left: 1em;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
.card-inner:hover {
  background: #060B25;
  background-blend-mode: multiply;
  border: 2px solid #0074E4;
}
.hidden {
  opacity: 0;
}
.card-one, .card-two, .card-three {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.card-block-one {
  padding-left: 12em;
}
.card-block-two {
  padding-left: 8em;
}
.card-block-three {
  padding-left: 4em;
}
.card-description-one {
  color: #FFFFFF;
  margin-top: -5.75em;
  width: 31em;
  float: right;
  margin-right: 1em;
}
.card-description-two {
  color: #FFFFFF;
  margin-top: -5.75em;
  width: 31em;
  float: right;
  margin-right: 5em;
}
.card-description-three {
  color: #FFFFFF;
  margin-top: -5.75em;
  width: 31em;
  float: right;
  margin-right: 9em;
}
.box h6 {
  font-weight: 200;
  line-height: 160%;
  letter-spacing: 0.01em;
}
@media (max-width: 992px) {
  .box {
    backdrop-filter: blur(10px);
  }
  .box .card {
    width: auto;
  }
  .card-inner {
    width: auto;
  }
  .card-one, .card-two, .card-three {
    transition-delay: 0ms !important;
  }
  .card-block-one, .card-block-two, .card-block-three{
    padding-left: 0;
  }
  .card-description-one, .card-description-two, .card-description-three {
    margin: auto;
    margin-right: 1em;
    width: auto;
    float: none;
  }
}




/*--------------------------------------------------------------
# Section-five
--------------------------------------------------------------*/
#Section-five {
  background: url("../images/page-1 (Home)/section-5/background.svg") top center;
  background-size: cover;
  position: relative;
  height: 100% ;
  padding: 0;
}
#Section-five .section-title-P2 p {
  margin: 0;
  margin-top: 1em !important;
  margin-bottom: 0.5em;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'inter' !important;
  color: #3F3F3F;
  display: none;
}
#Section-five .heading {
  margin: 0;
  margin-top: 1em !important;
  margin-bottom: 1em;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'inter' !important;
}
.card-block-S5-left .left-heading {
  color: #0074E4;
  text-align: end;
  margin-left: auto !important;
}
.card-block-S5-right .right-heading {
  color: #202020;
} 
.card-block-S5-left:hover .left-heading, .card-block-S5-right:hover .heading {
  color: #ffffff;
}
@media (max-width: 992px) {
  .Section-five {
    background-position: 10% 0%;
    padding-block: 4em !important;
  }
  #Section-five .section-title-P2 p {
    line-height: 0;
    display: block;
    padding-inline: 0.75em;
    margin-bottom: 0.5em;
  }
  .section-title-P2 span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: bold;
    font-size: 36px !important;
    line-height: 120% ;
    letter-spacing: -0.02em ;  
  }
}
#section-five-left, #section-five-right {
  float: left;
  width: 50%;
  padding: 0;
}
#section-five-left > .card-S5-left:hover  {
  background: url("../images/page-1 (Home)/section-5/left.svg") ;
  transition: 1s; 
} 
#section-five-right > .card-S5-right:hover {
  background: url("../images/page-1 (Home)/section-5/right.svg") ;
  transition: 1s;
} 
.card-inner-S5-left, .card-inner-S5-right{
  padding: 2em;
  background: #FFFFFF;
  box-shadow: 0px 4px 17px rgb(215 215 215 / 50%);
  border-radius: 10px;
  width: 30em;
  margin: 0 auto;
  float: none;
  margin-bottom: 10px;
}
.card-inner-S5-left:hover + .section-five-left {
  background: #0074E4;
}
.section-five-parent h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%; 
  font-family: 'inter';
  letter-spacing: -0.01em;
  margin-bottom: 0.75em;
  color: #0074E4;
}
.section-five-parent p {
  width: 365px;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
  margin-bottom: 1.5em;
  color: #747474;
}
.section-five-parent button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  position: static;
  border: 1px solid #0074E4;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #0074E4;   
  background: none;   
  transition: 0.5s;    
}
.card-block-S5-left, .card-block-S5-right {
  padding-block: 5em;
  padding-inline: 1em;
}
.section-five-parent button:hover {
  background: #DAEDFF;
}
.card-inner-S5-left {
  margin-right: 0.5em;
}
.card-inner-S5-right {
  margin-left: 0.5em;
}
@media (max-width: 992px) {
  #section-five-left, #section-five-right {
    float: none;
    width: 100%;
    padding: 1em;
  }
  .card-inner-S5-left, .card-inner-S5-right {
    height: auto;
    width: auto;
    margin: auto;
    padding: 1em;
  }
  .section-title-P2 p {
    display: block;
  }
  #Section-five .heading {
    display: none;
  }
  .section-five-parent p {
    font-size: 14px;
    width: auto;
  }
  .card-block-S5-left, .card-block-S5-right {
    padding-block: 0em;
    padding-inline: 1em;
  }
  #section-five-left  > .card-S5-left:hover  {
    background: none ;
  } 
  #section-five-right  > .card-S5-right:hover {
    background: none ;
  } 
}




/*--------------------------------------------------------------
# Section-six
--------------------------------------------------------------*/
.container-six {
  margin-inline: 8em;
}
#Section-six {
  background: url("../images/page-1 (Home)/section-6/background.svg") top center;
  background-size: cover;
  position: relative;
  height: 100%;
}
#Section-six .section-title {
  margin-bottom: -1.5em;
}
#Section-six .section-title-P2 span {
  margin: 0;
  margin-top: 1em !important;
  margin-bottom: 0.5em;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'inter' !important;
  color: #3F3F3F;
}
.Section-six h5 {
  padding-top: -1em;
  position: static;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.01em;
  color: #747474;
}
.card-s6-parent {
  padding-inline: 1em;
  margin-left: auto;
  margin-right: auto !important;
}
.card-s6 {
  padding: 2em;
  height: 13em;
  width: auto ;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: flex-start;
  background: #FFFFFF;
  border: 2px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 10px;    
  margin-bottom: 1em;
  transition: 1s;
}
.card-s6:hover {
  background: #ECF6FF;
  border: 2px solid #BDE0FF;
  box-sizing: border-box;
}
.card-heading-s6 {
  margin-top: 1em;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em; 
  color: #0074E4;
  margin-bottom: 0.7em;
}
.card-heading-s6 span {
  margin-left: 0.5em;
}
.card-s6-parent h6 {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em; 
  color: #747474;  
  margin-bottom: 1.5em;
}
@media (max-width: 992px) {
  .container-six {
    margin-inline: 0.5em;
  }  
  .card-s6 {
    background: #ECF6FF;
    border: 2px solid #BDE0FF;
    box-sizing: border-box;
  }
  .container-six > .row {
    overflow-x: auto;
  }
  .Section-six .mobile-card-container {
    justify-content: unset !important;
  }
  .Section-six .mobile-card-container .col-12 {
    width: 90%;
  }
}




/*--------------------------------------------------------------
# Section-seven
--------------------------------------------------------------*/
.Section-seven {
  background: url("../images/page-1 (Home)/section-7/background.svg") top center;
  background-size: cover;
  position: relative;
  height: 110%;
  padding: 0;
}
.Section-seven .section-title-P2 span {
  margin: 0;
  margin-top: 1em !important;
  margin-bottom: 0.5em;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'inter' !important;
  color: #3F3F3F;
}
.container-S7 {
  padding-bottom: 3em;
}
.Section-seven img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;  
  transition:   1s ease-in-out;
  opacity: 1;
}
.Section-seven img::after {
  opacity: 1;
  transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
}
.box-S7 {
  margin-top: 7em !important;
  padding-bottom: 3em;
  margin: auto;
  background: #FFFFFF;
  height: auto;
  box-shadow: 0px 15px 30px rgba(162, 162, 162, 0.06);
  border-radius: 20px;
}
.title-S7 {
  padding-top: 1em;
}
.box-inner-S7 {
  padding-top: 1em;
  padding-left: 0%;
  padding-right: 2em;
  margin-bottom: 2em !important;
  float: left;
  margin: auto;
  height: auto;
  border-radius: 20px;
}
details { 
  margin-bottom: 1em !important;
	margin: auto; 
	position: relative;
}
.box-inner-S7 summary span {
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.01em;  
} 
.summary-content {
	padding-left: 1em;
  padding-right: 4em;
  font-family: 'Inter';
  font-style: normal;
  color: #3F3F3F;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.01em;
}
.Section-seven details > summary {
  transition: 0.5s;
}
.Section-seven details[open]>summary {
  color: #0074E4;
}
details summary::-webkit-details-marker {
  display:none;
}
details {
  transition: height 0.5s ease-in-out;
}
details:not([open]) { 
  height: 4em; 
}
details[open] { 
  height: 9em; 
}
summary {
	list-style: none;
	padding: 1rem;	
}
.summary:focus {
  outline: none;
}
.summary:hover .summary-chevron-up svg {
  opacity: 1;
}
.summary-chevron-up svg {
	opacity: 0.5;
}
.summary-chevron-up, .summary-chevron-down {
	pointer-events: none;
	position: absolute;
	top: 0.75em;
	right: 1em;
	background: #ffffff;
}
svg {
  margin-top: 0.5em;
	display: block;
}
summary::-webkit-details-marker {
	display: none;
}
@media (max-width: 992px) {
  .container-S7 {
    padding-block: 8em;
  }
  .title-S7 {
    padding-top: 3em;
    padding-inline: 1.25em;
  }
  .box-S7 {
    margin-top: 1em !important;
    padding-bottom: 0em;
  }
  .box-inner-S7 {
    padding: 1.2em;
    margin: auto;
  }
  .Section-seven {
    height: 100%;
  }
  .box-inner-S7 summary span {
    font-size: 16px;
  }
  .summary-content {
    font-size: 14px;
  }
}




/*--------------------------------------------------------------
# Section-eight
--------------------------------------------------------------*/
.Section-eight {
  background: #FCFCFC;
}
.section-title-S8 {
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0.25em;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'inter' !important;
  color: #3F3F3F;;
}
.Section-eight h6 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.01em; 
  color: #747474;  
}
.description-S8 {
  margin: auto;
  width: 45em;
}
.container-S8 {
  margin-top: 3em;
  margin-bottom: 3em;
  padding-inline: 10em;
}
.images-S8 {
  justify-content: space-evenly;
}
.Section-eight img {
  height: 150px;
  width: 150px;
}
@media (max-width: 992px) {
  .Section-eight {
    padding-bottom: 0 !important;
  }
  .section-title-S8 {
    font-size: 36px;
  }
  .description-S8 {
    width: auto;
  }
  .container-S8 {
    padding: 0;
    margin-top: 1em;
  }
  .images-S8 {
    display: flex;
  }
  .Section-eight img {
    width: 100px;
  }
}





/*--------------------------------------------------------------
# Section-nine
--------------------------------------------------------------*/
.Section-nine {
  background: #FCFCFC;
}
.Section-nine .title-S7 {
  margin: 0;
  margin-top: 1em !important;
  margin-bottom: 0.5em;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: 'inter' !important;
  color: #3F3F3F;
}
.container-S9 {
  background: url("../images/page-1 (Home)/section-9/background.svg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  position: relative;
  height: 338px;
  padding: 0;
  margin-bottom: 1em;
}
.Section-nine h2 {
  padding-top: 1.5em;
  padding-bottom: 0.25em;
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;  
}
.Section-nine button {
  padding: 0.75em;
  padding-inline: 1.5em;
  text-align: center;
  background: #FFFFFF;
  border: none;
  border-radius: 5px; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 150%;
  color: #0074E4;   
}
.Section-nine button:after {
  content: ' ';
  position: absolute;
  opacity: 0;  
  top: 14px;
  right: -20px;
  transition: 0.5s;
}
.Section-nine button a:hover {
  color: #0074E4;
}
.Section-nine button:hover:after {
  opacity: 1;
  right: 10px;
}
.Section-nine button:focus {
  background: linear-gradient(0deg, #D8EBFE, #D8EBFE), #FFFFFF;
  box-shadow: 10px 10px 24px rgba(73, 90, 107, 0.23);
}
.Section-nine button div {
  float: right;
}
.Section-nine button img {
  padding-left: 0.5em;
  height: 1.25em;
  padding-bottom: 5px;
}
button>div { display: none; }
button:hover>div { display: block; }
@media (max-width: 992px) {
  .Section-nine h2 {
    font-size: 32px;
    padding-inline: 0.25em;
  }
  .Section-nine button {
    padding-block: 0.5em;
    margin-top: 0.5em;
  }
}

