* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header1_h {
  width: 1440px;
  flex-shrink: 0;
  display: flex;
  background: #434CCC;
  height: 80px;
  box-sizing: border-box;
  padding-left: 135px;
  padding-right: 135px;
  justify-content: space-between;
}
.header1_h h3 {
  color: var(--Text_White, #FFF);
  /* H3 */
  font-family: DM Serif Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 120% */
  margin-top: 16px;
  transition: 0.3s;
}
.header1_h h3:hover {
  transform: scale(1.1);
  cursor: pointer;
}
.header1_h .link_h {
  display: flex;
  justify-content: space-evenly;
  margin-top: 28px;
  margin-left: 534px;
  margin-right: 40px;
  width: 324px;
  height: 24px;
  gap: 40px;
}
.header1_h .link_h a {
  color: var(--Text_White, #FFF);
  text-align: right;
  text-decoration: none;
  /* Text */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}
.header1_h .link_h a:hover {
  transform: scale(1.2);
  cursor: pointer;
}
.header1_h button {
  margin-top: 16px;
  width: 170px;
  height: 48px;
  flex-shrink: 0;
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border-radius: 5px;
  color: #FFF;
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
}
.header1_h button:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.header1_h svg {
  display: none;
}

.header2_h {
  width: 1440px;
  flex-shrink: 0;
  display: flex;
  background: #434CCC;
  height: 224px;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.header2_h h1 {
  margin-top: 47px;
  color: var(--Text_White, #FFF);
  text-align: center;
  /* H1 */
  font-family: DM Serif Display;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  /* 111.111% */
}
.header2_h p {
  color: var(--Text_White, #FFF);
  text-align: center;
  /* Text_Big */
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 160% */
}

.container_h {
  width: 1440px;
  height: 768px;
  padding: 0px 135px;
  display: flex;
  background: rgba(67, 76, 204, 0.0515);
  overflow: hidden;
}

.left_h .text_h {
  margin-top: 127px;
}
.left_h .text_h h4 {
  width: 93px;
  height: 24px;
  color: var(--Text_Black, #000);
  /* H5 */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.left_h .text_h h2 {
  width: 411px;
  height: 128px;
  color: var(--Text_Black, #000);
  /* H2 */
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 114.286% */
  margin-bottom: 29px;
}
.left_h .text_h p {
  width: 570px;
  height: 83px;
  flex-shrink: 0;
  color: var(--Text_Black, #000);
  /* Text_Big */
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-bottom: 30px;
}
.left_h .bottom_h {
  display: flex;
  gap: 30px;
}
.left_h .bottom_h .s1 h3 {
  width: 86px;
  height: 48px;
  color: var(--Text_Black, #000);
  /* H3 */
  font-family: DM Serif Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 120% */
}
.left_h .bottom_h .s1 .dark {
  width: 114px;
  height: 24px;
  color: var(--Text_Black, #000);
  /* Text */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  line-height: 24px; /* 150% */
}
.left_h .bottom_h .s1 .grey {
  width: 270px;
  height: 49px;
  flex-shrink: 0;
  color: var(--text-black-50, rgba(0, 0, 0, 0.5));
  /* Text_Gray */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.left_h .bottom_h .s2 h3 {
  width: 86px;
  height: 48px;
  color: var(--Text_Black, #000);
  /* H3 */
  font-family: DM Serif Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 120% */
  margin-bottom: 5px;
}
.left_h .bottom_h .s2 .dark {
  width: 121px;
  height: 24px;
  color: var(--Text_Black, #000);
  font-family: DM Sans;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.left_h .bottom_h .s2 .grey {
  width: 270px;
  height: 49px;
  flex-shrink: 0;
  color: var(--text-black-50, rgba(0, 0, 0, 0.5));
  /* Text_Gray */
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.right_h {
  width: 1077px;
  height: 718px;
  margin-top: 3px;
  margin-left: -227px;
}
.right_h img {
  width: 100%;
}

@media all and (max-width: 375px) {
  .header1_h {
    padding: 0;
    max-width: 375px;
  }
  .header1_h h3 {
    color: #FFF;
    margin-top: 16px;
    font-size: 24px;
    line-height: 32px;
    margin-left: 14px;
  }
  .header1_h .link_h {
    display: none;
  }
  .header1_h button {
    display: none;
  }
  .header1_h svg {
    display: block;
    margin-top: 24px;
    margin-right: 26px;
    transition: 0.3s;
  }
  .header1_h svg:hover {
    transform: scale(1.1);
    cursor: pointer;
  }
  .header2_h {
    padding: 0;
    max-width: 375px;
  }
  .header2_h h1 {
    font-size: 56px;
    line-height: 64px;
  }
  .header2_h p {
    font-size: 20px;
    line-height: 32px;
  }
  .container_h {
    width: 375px;
    height: 1152px;
    padding: 0px 14px;
    display: flex;
    flex-direction: column;
  }
  .left_h .text_h {
    margin-top: 47px;
  }
  .left_h .text_h h4 {
    width: 93px;
    height: 24px;
    margin-bottom: 19px;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.3em;
    text-align: left;
  }
  .left_h .text_h h2 {
    width: 294px;
    height: 96px;
    font-family: DM Serif Display;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 31px;
  }
  .left_h .text_h p {
    border: none;
    width: 346px;
    height: 135px;
    flex-shrink: 0;
    font-family: DM Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 42px;
  }
  .left_h .bottom_h {
    display: flex;
    flex-direction: column;
  }
  .left_h .bottom_h .s1 h3 {
    width: 86px;
    height: 48px;
    font-family: DM Serif Display;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 5px;
  }
  .left_h .bottom_h .s1 .dark {
    width: 114px;
    height: 24px;
    margin-bottom: 8px;
    font-family: DM Sans;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
  .left_h .bottom_h .s1 .grey {
    width: 270px;
    height: 49px;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
  .left_h .bottom_h .s2 h3 {
    width: 96px;
    height: 48px;
    font-family: DM Serif Display;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 5px;
  }
  .left_h .bottom_h .s2 .dark {
    width: 121px;
    height: 24px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 8px;
  }
  .left_h .bottom_h .s2 .grey {
    width: 270px;
    height: 49px;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
  }
  .right_h {
    width: 375px;
    height: 431px;
    margin-top: -8px;
    margin-bottom: 21px;
    margin-left: -50px;
  }
  .right_h img {
    width: 100%;
  }
}
.vivendo-card {
  background-color: #F5F6FD;
  width: 1440px;
  height: 768px;
  box-sizing: border-box;
  padding: 60px 135px 80px 135px;
  display: flex;
  flex-direction: column;
}
.vivendo-card #heading {
  text-align: center;
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 29px;
}
.vivendo-card #heading + p {
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 36px;
}
.vivendo-card .cards {
  display: flex;
  gap: 30px;
}
.vivendo-card .cards .home, .vivendo-card .cards .truck, .vivendo-card .cards .time {
  width: 370px;
  height: 416px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  padding: 0 32px;
  transition-duration: 0.3s;
}
.vivendo-card .cards .home > div:nth-child(1) {
  margin: 64px 0 54px 0;
}
.vivendo-card .cards .truck > div:nth-child(1) {
  margin: 73px 0 63px 0;
}
.vivendo-card .cards .time > div:nth-child(1) {
  margin: 58px 0 48px 0;
}
.vivendo-card .cards .images {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vivendo-card .cards .card-heading {
  font-family: DM Serif Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 15px;
}
.vivendo-card .cards .para {
  color: var(--text-black-50, rgba(0, 0, 0, 0.5));
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}
.vivendo-card .cards .learn {
  display: flex;
  align-items: center;
}
.vivendo-card .cards .learn p {
  color: var(--Text_Black, #000);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 18px 0 21px 0;
}
.vivendo-card .cards .learn img {
  margin-left: 7px;
}
.vivendo-card .cards .home:hover, .vivendo-card .cards .truck:hover, .vivendo-card .cards .time:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.welcome-part {
  background-color: #F5F6FD;
  width: 1440px;
  height: 768px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.welcome-part .image-part {
  height: 653px;
  width: 981px;
  margin: 29px 0 86px 0;
  box-sizing: border-box;
}
.welcome-part .para-part {
  height: 100%;
  margin-right: 135px;
  margin-left: -5.1rem;
  box-sizing: border-box;
}
.welcome-part .para-part .logos {
  margin-bottom: 49px;
}
.welcome-part .para-part .logos > div:nth-child(1) {
  margin-bottom: 7px;
}
.welcome-part .para-part .logos > div:nth-child(2) {
  margin-bottom: 10px;
}
.welcome-part .para-part #para1 {
  margin-left: 23px;
}
.welcome-part .para-part #para2 {
  margin-left: 17px;
}
.welcome-part .para-part #para3 {
  margin-left: 25px;
}
.welcome-part .para-part > h5 {
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin-top: 127px;
  margin-bottom: 21px;
}
.welcome-part .para-part > h2 {
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 29px;
}
.welcome-part .para-part > p {
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 23px;
}
.welcome-part .img-text {
  display: flex;
  align-items: center;
}
.welcome-part .img-text > p {
  color: var(--text-black-50, rgba(0, 0, 0, 0.5));
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.welcome-part .buttons > button:nth-child(1) {
  width: 170px;
  height: 48px;
  border-radius: 5px;
  background: var(--Primary_1, #434CCC);
  color: #FFF;
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid #434CCC;
  transition-duration: 0.3s;
}
.welcome-part .buttons > button:nth-child(1):hover {
  cursor: pointer;
  background-color: #333BAC;
  transform: scale(1.05);
}
.welcome-part .buttons > button:nth-child(2) {
  width: 170px;
  height: 48px;
  color: #434CCC;
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 5px;
  border: 1px solid #434CCC;
  margin-left: 30px;
  transition-duration: 0.3s;
}
.welcome-part .buttons > button:nth-child(2):hover {
  cursor: pointer;
  background-color: rgb(233, 234, 250);
  transform: scale(1.05);
}

.blue-part {
  width: 1440px;
  height: 480px;
  background-color: #434CCC;
  text-align: center;
  box-sizing: border-box;
  padding: 76px 0 89px 0;
}
.blue-part h2 {
  color: var(--Text_White, #FFF);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin-bottom: 29px;
}
.blue-part #small-para {
  color: var(--Text_White, #FFF);
  text-align: center;
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 35px;
}
.blue-part .analytics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0 135px;
}
.blue-part .analytics h1 {
  color: var(--Text_White, #FFF);
  text-align: center;
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}
.blue-part .analytics p {
  color: var(--text-white-50, rgba(255, 255, 255, 0.5));
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

@media all and (max-width: 375px) {
  .vivendo-card {
    width: 375px;
    height: 1632px;
    padding: 0 14px;
  }
  .vivendo-card .cards {
    width: 346px;
    height: 416px;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  .vivendo-card .cards .home, .vivendo-card .cards .truck, .vivendo-card .cards .time {
    width: 346px;
    height: 416px;
  }
  .welcome-part {
    width: 375px;
    height: 1056px;
    padding: 0 14px;
    flex-direction: column;
    align-items: center;
  }
  .welcome-part .image-part {
    width: 375px;
    overflow: hidden;
    margin-bottom: 0;
  }
  .welcome-part .image-part img {
    width: 346px;
  }
  .welcome-part .para-part {
    margin: 0;
  }
  .welcome-part .para-part h5 {
    margin-top: 0;
    margin-bottom: 19px;
    color: var(--Text_Black, #000);
    /* H5 */
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 4.8px;
    text-transform: uppercase;
  }
  .welcome-part .para-part h2 {
    margin-bottom: 31px;
    color: var(--Text_Black, #000);
    /* H3 */
    font-family: DM Serif Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; /* 120% */
  }
  .welcome-part .para-part #p-part-para_r {
    margin-bottom: 44px;
    color: var(--Text_Black, #000);
    /* Text_Big */
    font-family: DM Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
  }
  .welcome-part .para-part .logos {
    margin-bottom: 49px;
  }
  .welcome-part .para-part .buttons {
    display: flex;
  }
  .welcome-part .para-part .buttons > button:nth-child(1) {
    width: 170px;
    height: 48px;
  }
  .welcome-part .para-part .buttons > button:nth-child(2) {
    width: 170px;
    height: 48px;
    margin-left: 6px;
  }
  .blue-part {
    width: 375px;
    height: 896px;
    padding: 0 14px;
  }
  .blue-part h2 {
    padding-top: 74px;
  }
  .blue-part #small-para {
    margin: 31px 0;
  }
  .blue-part .analytics > div {
    width: 270px;
  }
  .blue-part .analytics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#Vim-container {
  background: rgba(67, 76, 204, 0.0515);
  display: flex;
  width: 1440px;
  padding: 111px 135px;
  padding-bottom: 129px;
}
#Vim-container #left-vim {
  margin-right: 79px;
}
#Vim-container #left-vim > h5 {
  color: var(--Text_Black, #000);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
#Vim-container #left-vim > h2 {
  color: var(--Text_Black, #000);
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  line-height: 64px;
  margin-top: 21px;
}
#Vim-container .vim-para {
  margin-top: 29px;
  max-width: 561px;
}
#Vim-container #vim-button {
  color: #434CCC;
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border: 1px solid rgba(67, 76, 204, 0.3);
  padding: 13px 55px;
  margin-top: 33px;
  border-radius: 5px;
  transition: 0.3s;
}
#Vim-container #vim-button:hover {
  transform: scale(1.1);
  cursor: pointer;
}
#Vim-container .vim-para > p {
  color: var(--Text_Black, #000);
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  line-height: 32px;
}
#Vim-container #right-vim-cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 57px;
  column-gap: 40px;
  padding-top: 67px;
}
#Vim-container #right-vim-cont > div {
  display: flex;
  gap: 30px;
}
#Vim-container #right-vim-cont > div > div > h4 {
  font-family: DM Serif Display;
  font-size: 24px;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 7px;
}
#Vim-container #right-vim-cont > div > div > img {
  transition: 0.3s;
}
#Vim-container #right-vim-cont > div > div > img:hover {
  transform: scale(1.1);
  cursor: pointer;
}
#Vim-container #right-vim-cont > div > div > p {
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-black-50, rgba(0, 0, 0, 0.5));
  /* 150% */
}

hr {
  opacity: 0.3;
}

#tantas-container {
  background: rgba(67, 76, 204, 0.0515);
  display: flex;
  padding: 135px;
  width: 1440px;
  align-items: center;
  padding-bottom: 129px;
}
#tantas-container img {
  transition: 0.3s;
}
#tantas-container img:hover {
  transform: scale(1.1);
  cursor: pointer;
}

#tantas-right {
  margin-left: 135px;
}

#tantas-right > h5 {
  color: var(--Text_Black, #000);
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin-bottom: 21px;
}

#tantas-btn {
  color: #FFF;
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  border: none;
  outline: none;
  line-height: 24px;
  background: #434CCC;
  border-radius: 5px;
  padding: 12px 43.5px;
  transition: 0.3s;
}

#tantas-btn:hover {
  cursor: pointer;
  transform: scale(1.1);
}

#tantas-right > h2 {
  color: var(--Text_Black, #000);
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  line-height: 64px;
  margin-bottom: 29px;
}

#tantas-right > p {
  color: var(--Text_Black, #000);
  font-family: DM Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 32px;
  width: 470px;
}

@media all and (max-width: 375px) {
  #Vim-container {
    padding-left: 14px;
    width: 375px;
    flex-direction: column;
    padding: 63px 14px 49px 15px;
  }
  #Vim-container #right-vim-cont > div {
    gap: 35px;
  }
  #Vim-container #right-vim-cont > div > div > p {
    height: 77px;
  }
  #Vim-container #left-vim {
    margin-right: 0;
  }
  #Vim-container #left-vim h2 {
    width: 171px;
    font-family: DM Serif Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }
  #Vim-container .right-vim #right-vim-cont {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
  }
  .vim-para {
    width: 346px;
  }
  #tantas-container {
    flex-direction: column;
    padding: 10.51px 14px;
    width: 375px;
  }
  #tantas-container img {
    width: 350px;
  }
  #tantas-right {
    margin-left: 0px;
  }
  #tantas-right > h5 {
    margin-top: 51.29px;
    margin-bottom: 19px;
  }
  #tantas-right > h2 {
    font-family: DM Serif Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    width: 294px;
    margin-top: 19px;
    margin-bottom: 31px;
  }
  #tantas-right > p {
    width: 346px;
  }
  #tantas-btn {
    margin-bottom: 80px;
  }
}
#section-1_S {
  width: 1440px;
  height: 768px;
  background: rgba(67, 76, 204, 0.0515);
  display: flex;
  justify-content: column;
  box-sizing: border-box;
}
#section-1_S #section1-text_area {
  height: auto;
  width: 720px;
}
#section-1_S #section1-text_area h5 {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 4.8px;
  margin: 143px 0 0 135px;
}
#section-1_S #section1-text_area h2 {
  font-family: DM Serif Display;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
  margin: 21px 0 0 135px;
}
#section-1_S #section1-text_area .epicuri {
  display: flex;
  width: 472px;
  gap: 390px;
  margin: 45px 0 0 135px;
}
#section-1_S #section1-text_area .line {
  width: 470px;
  height: 10px;
  border-radius: 5px;
  background: #E9E9E9;
  margin: 7px 0 0 135px;
}
#section-1_S #section1-text_area .line #in-line1 {
  width: 382px;
  height: 10px;
  border-radius: 5px;
  background: #F1B505;
}
#section-1_S #section1-text_area .line #in-line2 {
  width: 318px;
  height: 10px;
  border-radius: 5px;
  background: #E94A47;
}
#section-1_S #section1-text_area .line #in-line3 {
  width: 142px;
  height: 10px;
  border-radius: 5px;
  background: #428DFC;
}
#section-1_S #image-clip1 {
  width: 1131px;
  margin-left: 20px;
  overflow: hidden;
}
#section-1_S #image-clip1 img {
  width: 100%;
}

#section-2_S {
  background-color: #ffdd78;
  color: black;
  height: 352px;
  width: 1440px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 79px 135px 79px 135px;
}
#section-2_S #section2-text_area {
  display: grid;
  gap: 30px;
  justify-content: center;
}
#section-2_S #section2-text_area h5 {
  font-family: DM Sans;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5px;
}
#section-2_S #section2-text_area h2 {
  font-weight: 400;
  font-family: DM Serif Display;
  font-size: 56px;
}
#section-2_S #section2-button {
  display: flex;
  align-items: center;
  gap: 30px;
}
#section-2_S #section2-button input {
  border-radius: 5px;
  border: 1px solid #DADADA;
  width: 370px;
  height: 48px;
  padding-left: 16px;
  outline: none;
}
#section-2_S #section2-button input::placeholder {
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  padding-left: 16px;
}
#section-2_S #section2-button button {
  background-color: #434CCC;
  width: 170px;
  height: 48px;
  color: white;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
#section-2_S #section2-button button:hover {
  background-color: #0f1de5;
  transform: scale(1.03);
}

footer {
  width: 1440px;
  height: 319px;
  background-color: rgb(245, 246, 252);
  padding: 0px 135px;
  box-sizing: border-box;
}
footer .footer-1 {
  padding-top: 79px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-1 div {
  flex-grow: 1;
}
footer .footer-1 li:hover {
  color: #000;
  transition: 0.3s;
}
footer .footer-1 #footer-logo {
  flex-basis: 33.32%;
  display: flex;
  flex-direction: column;
}
footer .footer-1 #footer-logo h4 {
  margin-top: -7px;
  margin-bottom: 23px;
  color: #000;
  font-family: "DM Serif Display";
  font-size: 24px;
  font-weight: bolder;
  line-height: 32px;
}
footer .footer-1 #footer-logo div {
  width: 270px;
  height: 79px;
  flex-shrink: 0;
  margin-bottom: 16px;
  font-family: "DM Sans";
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
footer .footer-1 #footer-logo #social-media-logo {
  display: flex;
  flex-shrink: 0;
  gap: 13px;
}
footer .footer-1 #footer-logo #social-media-logo img:nth-child(1) {
  width: 19px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 13px;
}
footer .footer-1 #footer-logo #social-media-logo img:nth-child(2) {
  width: 18px;
  height: 15px;
  flex-shrink: 0;
  margin-right: 10px;
}
footer .footer-1 #footer-logo #social-media-logo img:nth-child(3) {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
footer .footer-1 #footer-logo #social-media-logo img:hover {
  color: #000;
}
footer .footer-1 #causae {
  flex-basis: 16.66%;
}
footer .footer-1 .footer-contant-header {
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 24px;
}
footer .footer-1 #aperiri {
  flex-basis: 16.66%;
}
footer .footer-1 .footer-contant {
  padding: 0;
  margin: 0;
}
footer .footer-1 .footer-contant li {
  list-style: none;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
footer .footer-1 #img-contant {
  flex-basis: 33.32%;
  display: flex;
  flex-direction: column;
  gap: 39px;
}
footer .footer-1 #img-contant .footer-post-discription {
  display: flex;
  gap: 30px;
}
footer .footer-1 #img-contant .footer-image {
  width: 71px;
  height: 48px;
  border-radius: 6px;
}
footer .footer-1 #img-contant .image-description div {
  color: rgba(0, 0, 0, 0.5);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
footer .footer-1 #img-contant .image-description p {
  color: #000;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

#footer-2 {
  height: 81px;
  width: 1440px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  background-color: rgb(245, 246, 252);
  padding: 0 135px;
}
#footer-2 .footer-text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 27px;
  justify-content: space-between;
}
#footer-2 .footer-text #para1,
#footer-2 .footer-text #para2 {
  color: rgba(0, 0, 0, 0.5);
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 375px) {
  #section-1_S {
    width: 375px;
    height: 880px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  #section-1_S #section1-text_area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  #section-1_S #section1-text_area h5 {
    font-size: 16px;
    margin: 143px 0 0 14px;
  }
  #section-1_S #section1-text_area h2 {
    font-size: 40px;
    margin: 21px 0 0 14px;
  }
  #section-1_S #section1-text_area .epicuri {
    display: flex;
    width: 345px;
    gap: 266px;
    margin: 45px 0 0 14px;
  }
  #section-1_S #section1-text_area .line {
    width: 346px;
    margin: 7px 0 0 14px;
  }
  #section-1_S #section1-text_area .line #in-line1 {
    width: 281px;
  }
  #section-1_S #section1-text_area .line #in-line2 {
    width: 234px;
  }
  #section-1_S #section1-text_area .line #in-line3 {
    width: 142px;
  }
  #section-1_S #image-clip1 {
    width: 100%;
  }
  #section-1_S #image-clip1 img {
    margin-left: -88px;
  }
}
@media screen and (max-width: 375px) {
  #section-2_S {
    width: 375px;
    height: auto;
    gap: 50px;
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 0px 50px 0px;
  }
  #section-2_S #section2-text_area {
    width: 80%;
    margin-left: 14px;
    margin-right: 15px;
  }
  #section-2_S #section2-text_area h2 {
    font-family: DM Serif Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
  }
  #section-2_S #section2-button {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    width: 90%;
    margin-left: 14px;
  }
  #section-2_S #section2-button input {
    height: 30px;
    width: 100%;
    padding: 24px;
  }
  #section-2_S #section2-button input::placeholder {
    font-size: 15px;
    padding-left: 10px;
  }
  #section-2_S #section2-button button {
    height: 30px;
    border-radius: 5px;
    font-size: 15px;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #section-2_S #section2-button button:hover {
    transform: scale(1.03);
  }
}
@media all and (max-width: 375px) {
  footer {
    height: 844px;
    width: 375px;
    padding: 0px 15px 0px 14px;
    overflow: hidden;
  }
  footer .footer-1 {
    gap: 72px;
  }
  footer .footer-1 #footer-logo h4 + div {
    width: 346px;
  }
  #footer-2 {
    overflow: hidden;
    height: 112px;
    padding: 0px 15px 0px 14px;
    width: 375px;
  }
}

/*# sourceMappingURL=style.css.map */
