@import url("https://fonts.googleapis.com/css2?family=Chivo+Mono:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&family=Poppins:wght@200;300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap");

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  max-width: 1400px;
  width: 100%;
}

.bg_img {
  background-image: url(../images/Background_img.png);
  min-height: 649px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0px 0px 50px;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  margin: 0px 25px;
  transition: ease-out 0.5s;
}

a:hover {
  text-decoration: underline;
}

.btns-group {
  margin: 0px 45px;
}

button {
  width: 150px;
  height: 50px;
  margin-right: 25px;
  border-radius: 15px;
  background-color: rgba(112, 112, 112, 0.8);
}

button a {
  color: rgb(225, 226, 228);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.hero {
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 10rem;
}

img {
  max-width: 650px;
  width: 100%;
}
h2 {
  color: #fff;
  font-size: xxx-large;
}

h4 {
  color: #fff;
}

.about_us {
  align-items: center;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.image_group {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 50px;
  margin-top: 5rem;
  margin-left: 10rem;
}

img.image_2 {
  width: 264px;
  height: 232px;
}

img.image_3 {
  width: 263.77px;
  height: 140px;
}
img.image_1 {
  width: 263.77px;
  height: 345px;
}

.text {
  width: 390px;
  text-align: center;
  margin-right: 10rem;
}

.text_title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  height: 70px;
  font-size: 60px;
  font-weight: 500;
  color: rgba(80, 100, 132, 1);
  margin-top: -100px;
}

.text_paragraph {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 25px;
  font-size: 16px;
}

.steps {
  margin-top: 5rem;
}
.steps_title {
  text-align: center;
  font-weight: 500;
  font-size: 60px;
  line-height: 64px;
  color: rgba(80, 100, 132, 1);
}

.blue_box {
  width: 1400px;
  height: 406px;
  box-sizing: border-box;
  background: rgba(20, 19, 77, 1);
  position: absolute;
  right: 0rem;
  top: 1rem;
  z-index: -1;
}

.light_blue-box {
  width: 900px;
  height: 250px;
  box-sizing: border-box;
  background: rgba(46, 44, 148, 1);
  position: absolute;
  right: 0rem;
  top: 16rem;
  z-index: -2;
}

.white_box {
  width: 410px;
  height: 250px;
  box-sizing: border-box;
  background: white;
  position: absolute;
  right: -3rem;
  top: 8rem;
  z-index: -1;
}

.steps_text {
  margin-left: 12rem;
  margin-top: 1rem;
}

.steps_subtitle {
  font-size: 45px;
  line-height: 36px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.steps_paragraph {
  width: 300px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-align: center;
}

.vertical_line {
  position: absolute;
  left: 9rem;
}

.steps_image img {
  margin-top: -3rem;
}

.stp_2_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10rem;
  position: relative;
}

.steps_text-2 {
  width: 650px;
  height: 295px;
  margin-left: 46rem;
}

.steps_subtitle-2 {
  text-align: center;
  font-size: 45px;
  line-height: 36px;
  font-weight: 500;
}

.steps_paragraph-2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-align: right;
}

.bl-rectangle-2 {
  width: 595px;
  height: 183px;
  box-sizing: border-box;
  background: rgba(20, 19, 77, 1);
  position: absolute;
  left: 0rem;
  z-index: -2;
}

.steps_text-3 {
  width: 595px;
  height: 406px;
  box-sizing: border-box;
  border: 8px solid rgba(20, 19, 76, 1);
  padding: 30px;
  text-align: center;
}

.steps_4_text {
  width: 900px;
  height: 406px;
  box-sizing: border-box;
  background-color: rgba(20, 19, 77, 1);
  margin-top: 40px;
  margin-left: 38rem;
  padding-top: 40px;
  padding-left: 10rem;
  object-position: right;
}

.steps_4_title {
  text-align: center;
  width: 480px;
  font-weight: 500;
  font-size: 45px;
  line-height: 36px;
}

.steps_4_paragraph {
  width: 413px;
  height: 230px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  color: #fff;
}

.steps_5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.bl_box_5{
  width: 1280px;
  height: 406px;
  box-sizing: border-box;
  background: rgba(46, 44, 148, 1);
  position: absolute;
  top: -19rem;
  left:-20rem;
  z-index: -2;

}


.steps_5_title {
  text-align: center;
  width: 490px;
  font-weight: 500;
  font-size: 45px;
  line-height: 36px;
  color: #fff;
}

.steps_5_paragraph {
  width: 410px;
  height: 230px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

.steps_5_img img {
  width: 270px;
  height: 290px;
}

.footer_items{
  width:1400px;
  height: 309px;
  box-sizing: border-box;
  background-color: rgba(45, 56, 72, 1);
  padding-top: 5rem;
}

.icons_items{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.items{
  text-align: center;
  margin-left: 24rem;
}

.items_subtitle{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  color: rgba(255, 255, 255, 1);
  margin-left: 1rem;

}
.icons_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0rem;
}

li{
  text-align: center;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  list-style: none;
}

.footer_links{
  
  text-align: right;
  margin-right: 10rem;
}

.footer_links li{
  width: 480px;
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  padding-top: 10px;
  color: rgba(255, 255, 255, 1);
}