body {
  font-family: 'inter';
  background: #FCFCFC;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}





/*--------------------------------------------------------------
# Section-one
--------------------------------------------------------------*/
#Section-one {
  width: 100%;
  height: 70vh;
  background: url("../images/page-4 (Technology)/section-1/background.svg") top center;
  background-size: cover;
  position: relative;
  padding-top: 5em !important;
  padding: 0;
}
.Section-one h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.02em; 
  color: #202020;  
}
.Section-one .container-inner {
  margin: auto;
}
.Section-one span {
  color: #0074E4;
}
@media (max-width: 992px) {
  .Section-one {
    background-position: 87% 0% !important; 
  }
  .Section-one h1 {
    font-size: 48px;
    text-align: left;
  }
}






/*--------------------------------------------------------------
# Section-two
--------------------------------------------------------------*/
.Section-two {
  width: 100%;
  height: auto;
  background: url("../images/page-4 (Technology)/section-2/background.svg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}
.Section-two h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.Section-two h1 span {
  color: #19C4A5;
}
.Section-two .left p {
  padding-top: 1em;
  width: 85%;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.01em; 
  color: #FFFFFF;
}
.Section-two .left {
  margin-block: 10em;
}
.Section-two .right {
  margin-block: 5em;
}
.box {
  display: flex;
  padding: 0.75em;
  align-items: center;
  margin-bottom: 0.5em;
  border: 1.9px solid #D7D7D7;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 1s;
}
.box:hover {
  border: 1.9px solid #19C4A5;
  background: #19c4a52c;
}
.box img {
  float: left;
  margin-right: 10px;
}
.box p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.01em; 
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 992px) {
  .Section-two h1 {
    font-size: 32px;
  }
  .Section-two .left p {
    font-size: 16px;
  }
  .Section-two .left {
    margin-top: 6em;
    margin-bottom: 0;
  }
  .Section-two .container {
    padding-inline: 1.5em;
  }
  .Section-two .container-inner > .row {
    overflow-x: auto;
  }
  .right .col-12 {
    width: 70%;
    margin: auto;
  }
  .box {
    margin-bottom: 0.75em;
  }
}






/*--------------------------------------------------------------
# Section-three
--------------------------------------------------------------*/
.Section-three {
  background: #FCFCFC;
}
.container-S3 {
  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: auto;
  padding-bottom: 3em !important;
  padding: 0;
  margin-top: 6em;
  margin-bottom: 4em;
}
.Section-three h2 {
  padding-inline: 2em;
  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-three 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-three button a, .Section-three button a:hover {
  color: #0074E4;
}
.Section-three button:focus {
  background: linear-gradient(0deg, #D8EBFE, #D8EBFE), #FFFFFF;
  box-shadow: 10px 10px 24px rgba(73, 90, 107, 0.23);
}
.Section-three button div {
  float: right;
  transition: 1s;
}
.Section-three button img {
  padding-left: 0.5em;
  height: 1em;
  transition: 1s;
}
button>div { display: none; }
button:hover>div { display: block; }
@media (max-width: 992px) {
  .Section-three h2 {
    font-size: 32px;
    padding: 0.5em;
    padding-top: 1.25em;
  }
  .Section-three button {
    padding-block: 0.5em;
    margin-top: 0.5em;
    margin-bottom: 0.75em;
  }
}




