@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0 auto;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-weight: 300;
  /* background-image: url('images/circle-bg.png');
  background-color: #ed5f32;
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: 100% 4%; */
}

img {
  width: 100%;
}

.row {
  position: relative;
}

.inside-row {
  max-width: 839px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  align-items: center;
}

.bg-color {
  background-color: #ed5f32;
}

#top-nav {
  background-color: #fff1e8;
}

#top-nav-inside {
  flex-direction: row;
  justify-content: end;
}

#top-nav-inside img {
  width: 145px;
  padding: 8px 0;
}

#top-row {
  background-image: url('images/Desk-patch.png');
  position: relative;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 100% 100%;
  padding-top: 32px;
}

#slide-bg {
  padding: 64px 0;
  background-color: #fff1e8;
}

#top-section {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

#top-section .top-text {
  color: white;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 28px;
}

#top-section .bottom-text {
  color: black;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 28px;
}

#de {
  width: 40%;
  pointer-events: none;
  /* position: absolute;
  bottom: 0;
  right: 0; */
}

.button {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  background-color: white;
  color: black;
  padding: 8px 16px;
  border-radius: 32px;
  margin: 0;
  user-select: none;
  text-decoration: none;
}

#second-section {
  background-color: #fff1e8;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 32px;
  box-shadow: 8px 8px 5px 0px #c3482f;
  margin-bottom: 16px;
  position: relative;
  bottom: 16px;
}

#main-img {
  width: 40%;
}

#main-story {
  width: 60%;
  padding: 32px 8px;
  flex-direction: column;
  display: flex;
  align-items: start;
}

#details-title {
  color: #ed5f32;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

#details-title img {
  width: 64px;
}

.points-title {
  text-align: center;
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 32px;
  margin-top: 62px;
  color: white;
}

.points-title span {
  border-bottom: 1px solid;
  padding-bottom: 8px;
}

.quotes-title {
  text-align: center;
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 45px;
  color: #ed5f32;
}

.col {
  flex-direction: column;
}

.point-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 25px 0;
  width: 80%;
  justify-content: end;
}

.point-image {
  width: 80px;
  margin-right: 64px;
}

.point-title {
  color: #000;
  font-weight: 500;
  margin-bottom: 4px;
}

.point-text {
  color: #fff;
  font-weight: 400;
}

.points-btn {
  margin: 32px 0 80px;
}

#amount-wrapper {
  flex-direction: column;
  padding: 50px 32px 16px;
  align-items: end;
}

#raised-amount {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

#raised-details {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

#raised-amount span {
  color: #000;
  background: #fff1e8;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 12px;
  font-size: 32px;
  font-weight: 700;
}

#bottom-btn {
  background-color: black;
  color: white;
  margin: 32px 0;
}

#bottom-hr {
  border-bottom: 1px solid #fff;
  width: 100%;
  margin: 0 0 16px;
}

#footer {
  padding: 0 32px 32px;
  font-size: 14px;
  color: white;
}

.s-icon {
  width: 40px;
  margin-bottom: 8px;
  margin-right: 16px;
  padding: 4px;
}

#insall-app {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

#insall-app .install {
  margin-bottom: 16px;
  margin-right: 16px;
}

#social {
  width: 76%;
}

.slider-item {
  background-color: #212023;
  color: white;
  flex-direction: row;
  display: flex;
  align-items: center;
  padding: 50px 0;
}

.slider-image {
  width: 152px;
  position: relative;
  right: 76px;
}

.slider-text {
  position: relative;
  right: 32px;
}

.slider-title {
  color: #ed5f32;
  font-size: 22px;
  font-weight: 500;
}

.slider-sub {
  font-size: 18px;
  font-weight: 400;
}

.slider-hr {
  background-color: #ed5f32;
  width: 23px;
  height: 4px;
  margin: 10px 0;
}

@media all and (max-width: 900px) {
  #top-section {
    padding: 32px;
  }
}

@media all and (max-width: 767px) {
  body {
    background-size: 600px;
    background-position: 142% 11%;
  }
  .inside-row {
    flex-direction: column;
  }
  
  #top-nav-inside img {
    margin-left: 32px;
  }
  #top-row {
    background-image: url('images/Mob-patch.png');
    background-size: 100%;
  }
  #top-section {
    padding: 0 32px;
    width: 100%;
  }
  .top-inside {
    align-items: flex-end;
  }
  #de {
    margin-top: -64px;
    width: 70%;
  }
  #second-section {
    flex-direction: column;
    width: 95%;
    padding: 0 16px;
  }
  #main-img {
    width: 100%;
  }
  #main-story {
    text-align: center;
    width: 100%;
    align-items: center;
    padding: 8px;
  }
  #details-title {
    font-size: 22px;
    flex-direction: column;
  }
  #top-section .top-text {
    font-size: 20px;
  }
  #top-section .bottom-text {
    font-size: 20px;
  }
  .point-wrapper {
    display: flex;
    flex-direction: column;
    margin: 25px 0;
    padding: 0 32px;
    width: 100%;
    justify-content: center;
  }
  .point-image {
    margin-right: 0;
  }
  .point-title {
    text-align: center;
    margin: 16px 0 8px;
  }
  .point-text {
    text-align: center;
  }
  #raised-amount span {
    font-size: 22px;
  }
  #insall-app {
    flex-direction: row;
    width: 100%;
  }
  #insall-app .install {
    width: 80%;
  }
  #social {
    width: 100%;
    margin-bottom: 20px;
  }
  .quotes-title {
    margin-bottom: 0px;
    font-size: 27px;
  }
  .slider-item {
    flex-direction: column;
    padding: 0 32px 32px;
    margin: 80px 0 32px;
  }
  .slider-text {
    position: relative;
    right: 0;
    font-size: 14px;
  }
  .slider-image {
    position: relative;
    bottom: 32px;
    right: 0;
  }
}