@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i");
html,
body {
  font-family: "Roboto", sans-serif;
}
/* header */
.navbar {
  padding: 15px 145px;
  background-color: white !important;
  /* border-bottom: 2px solid #d9d9d9; */
}
.navbar .nav-logo {
  width: 180px;
}

.navbar-nav {
  margin-left: auto;
}
.navbar-light .navbar-nav .nav-link {
  color: #2c3e50 !important;
  font-weight: 600;
  font-size: 15px;
  font-size: 20px;
  font-weight: 700;
}
.navbar-light .navbar-nav .nav-item .active {
  color: #f7744b !important;
}
.navbar-light .navbar-nav .nav-item:first-child {
  margin-right: 25px;
}
/* .navbar-light .navbar-nav .nav-link:hover, */
/* .navbar-light .navbar-nav .nav-item a:focus,
.navbar-light .navbar-nav .nav-item a:active {
  color: #f7744b !important;
} */

/* first-section-wrapper */

.first-section-wrapper {
  padding: 20px 80px;
  display: flex;
  align-items: center;
}

.first-section-wrapper .text-block h1 {
  padding-right: 35px;
  font-size: 44px;
  font-weight: 700;
}
.first-section-wrapper .text-block p {
  margin: 30px 0px;
  padding-right: 90px;
  font-size: 20px;
}

.first-section-wrapper .text-block .btn-1,
.about-us-content-wrapper .btn-1,
.about-us-content-wrapper .btn-2,
.first-section-wrapper .text-block .btn-2 {
  width: 200px;
}
.first-section-wrapper .text-block .btn-1,
.about-us-content-wrapper .btn-1 {
  background-color: #faa241;
  text-align: center;
  display: inline-block;
  padding: 10px 0px;
  border: none;
  border-radius: 30px;
  color: white;
  font-weight: 500;
  margin-right: 10px;
  text-decoration: none;
  font-size: 20px;
}
.first-section-wrapper .text-block .btn-2,
.about-us-content-wrapper .btn-2 {
  background-color: white;
  border: 2px solid #faa241;
  text-align: center;
  padding: 8px 0px;
  display: inline-block;
  border-radius: 30px;
  color: #2c3e50;
  font-weight: 500;
  text-decoration: none;
  font-size: 20px;
}
.first-section-wrapper .image-block img {
  width: 350px;
}

/* second-section-wrapper */

.second-section-wrapper {
  background-image: url("./assets/background.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.second-section-wrapper .content-wrapper {
  padding: 40px 37px;
  display: flex;
  align-items: center;
}
.second-section-wrapper .text-block h1 {
  padding-left: 75px;
  font-size: 44px;
  font-weight: 700;
}
.second-section-wrapper .content-wrapper .image-block,
.second-section-wrapper .content-wrapper .text-block {
  width: 50%;
}
.second-section-wrapper .text-block p {
  margin: 30px 0px;
  padding-left: 152px;
  font-size: 20px;
}
.second-section-wrapper .image-block img {
  width: 530px;
}

/* third-section-wrapper */
.third-section-wrapper {
  padding: 40px 80px;
  display: flex;
  align-items: center;
}
.third-section-wrapper .text-block h1 {
  padding-right: 166px;
  font-size: 44px;
  font-weight: 700;
}
.third-section-wrapper .text-block p {
  margin: 30px 0px;
  padding-right: 150px;
  font-size: 20px;
}

.third-section-wrapper .text-block .btn-1,
.third-section-wrapper .text-block .btn-2 {
  width: 170px;
  text-decoration: none;
}
.third-section-wrapper .text-block .btn-1 {
  background-color: #faa241;
  padding: 10px 0px;
  border: none;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  color: white;
  font-weight: 500;
  margin-right: 10px;
}
.third-section-wrapper .text-block .btn-2 {
  background-color: white;
  border: 2px solid #faa241;
  display: inline-block;
  text-align: center;
  padding: 8px 0px;
  border-radius: 30px;
  color: #2c3e50;
  font-weight: 500;
}
.third-section-wrapper .image-block img {
  width: 350px;
}

/* forth-section-wrapper */

.forth-section-wrapper {
  margin-top: 15px;
  margin-bottom: 50px;
  padding: 20px 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.forth-section-wrapper .text-block h1 {
  text-align: center;
  font-size: 44px;
  font-weight: 700;
  padding: 0 150px;
}
.forth-section-wrapper .text-block p {
  margin: 25px 0px;
  text-align: center;
  padding: 0 60px;
  font-size: 20px;
}
.forth-section-wrapper .image-block img {
  width: 800px;
  margin-top: 25px;
}

/* fifth-section-wrapper */

.fifth-section-wrapper {
  background-color: #ebebeb;
  margin: 30px 80px;
  padding: 20px 80px;
  display: flex;
  align-items: center;
  border-radius: 20px;
}
.fifth-section-wrapper .text-block,
.fifth-section-wrapper .image-block {
  width: 50%;
}
.fifth-section-wrapper .downloads {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.fifth-section-wrapper .downloads .image-wrraper .img-1 {
  margin-right: 35px;
}
.fifth-section-wrapper .downloads .image-wrraper .img-1,
.fifth-section-wrapper .downloads .image-wrraper .img-2 {
  width: 77px;
}
.fifth-section-wrapper .text-block h1 {
  text-align: center;
  font-size: 33px;
  font-weight: 100;
}
.fifth-section-wrapper .image-block {
  text-align: end;
}
.fifth-section-wrapper .image-block img {
  width: 370px;
}

/* sixth-section-wrapper */

.sixth-section-wrapper {
  margin: 80px 0px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.sixth-section-wrapper h1 {
  font-size: 33px;
  font-weight: 100;
}

.sixth-section-wrapper .image-wrraper .img-1 {
  margin-top: 30px;
  width: 245px;
}

/* footer-wrapper */

.footer-wrapper {
  background-color: #333333;
}
.footer-wrapper .footer-whole-wrapper .content-wrapper {
  justify-content: space-between;
  padding: 50px 185px 25px 80px;
  color: white;
  text-align: center;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.footer-wrapper
  .footer-whole-wrapper
  .content-wrapper
  .footer-logo-wrapper
  img {
  width: 190px;
}
.footer-wrapper .footer-whole-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-wrapper .footer-whole-wrapper .content-wrapper .menu-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-wrapper .footer-whole-wrapper .content-wrapper h4 {
  font-size: 14px;
  font-weight: 700;
}
.footer-wrapper .footer-whole-wrapper .content-wrapper p {
  font-size: 14px;
}
.footer-wrapper .footer-whole-wrapper .content-wrapper .menu-wrapper a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
.footer-wrapper .footer-whole-wrapper .copyright-text {
  color: white;
}

.footer-wrapper .footer-whole-wrapper hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  width: 100%;
}
.footer-wrapper .footer-whole-wrapper .content-wrapper .email-footer {
  text-decoration: none;
}
/* media queries */

/* about us page */

.about-us-banner-wrapper {
  background-image: url("./assets/about_cover.png");
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 230px;
  text-align: center;
  padding: 200px 0px;
  color: white;
}
.about-us-content-wrapper {
  margin-bottom: 75px;
}
.about-us-content-wrapper p {
  padding: 15px 80px;
  font-size: 20px;
}
.about-us-content-wrapper h1 {
  font-size: 44px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 10px;
  font-weight: 700;
}
.about-us-content-wrapper .heade-btns {
  margin-top: 40px;
  text-align: center;
}

@media only screen and (min-width: 1192px) {
  .navbar-wrapper {
    width: 100%;
    border-bottom: 2px solid #d9d9d9;
  }
  .navbar {
    max-width: 1152px;
    padding: 15px 75px;
    background-color: white !important;
    margin: auto;
  }
  .first-section-wrapper,
  .second-section-wrapper .content-wrapper,
  .third-section-wrapper,
  .fifth-section-wrapper {
    max-width: 1152px;
    margin: auto;
  }
  .forth-section-wrapper {
    max-width: 1152px;
    margin: 15px auto 50px auto;
  }
  .fifth-section-wrapper .image-block {
    text-align: center;
  }
  .footer-wrapper .footer-whole-wrapper {
    max-width: 1140px;
    margin: auto;
  }
  .second-section-wrapper .text-block h1 {
    padding-left: 70px;
    font-size: 44px;
    font-weight: 700;
  }
  .second-section-wrapper .text-block p {
    margin: 30px 0px;
    padding-left: 75px;
    text-align: left;
  }
  .about-us-content-wrapper p {
    max-width: 1152px;
    margin: auto;
  }
}

@media only screen and (max-width: 1200px) {
  /* .second-section-wrapper .image-block img {
    width: 405px;
  }
  .first-section-wrapper .image-block img {
    width: 275px;
  }
  .third-section-wrapper .image-block img {
    width: 280px;
  } */
  .second-section-wrapper .text-block h1 {
    padding-left: 30%;
  }
  .second-section-wrapper .text-block p {
    padding-left: 30%;
  }
  .first-section-wrapper .image-block img {
    width: 350px;
  }
  .third-section-wrapper .image-block img {
    width: 340px;
  }
  .second-section-wrapper .image-block img {
    width: 400px;
  }
}

@media only screen and (max-width: 1192px) {
  .first-section-wrapper .text-block h1 {
    padding-right: 247px;
    font-size: 32px;
    font-weight: 700;
  }
  .footer-wrapper .footer-whole-wrapper hr {
    width: calc(100% - 130px);
  }
  .second-section-wrapper .text-block h1 {
    padding-left: 111px;
    font-size: 32px;
    font-weight: 700;
  }
  /* .second-section-wrapper .image-block img {
    width: 413px;
  } */
  .second-section-wrapper .text-block h1 {
    padding-left: 197px;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
  }
  .second-section-wrapper .text-block p {
    margin: 30px 0px;
    padding-left: 195px;
    text-align: left;
  }
  .third-section-wrapper .text-block h1 {
    padding-right: 223px;
    font-size: 32px;
    font-weight: 700;
  }
  .navbar {
    padding: 15px 80px;
    background-color: white !important;
  }
}
@media only screen and (max-width: 1144px) {
  .second-section-wrapper .image-block img {
    width: 370px;
  }
  .first-section-wrapper .image-block img {
    width: 275px;
  }
  .third-section-wrapper .image-block img {
    width: 285px;
  }
}
@media only screen and (max-width: 1148px) {
  .forth-section-wrapper .text-block h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding: 0 23%;
  }
}
@media only screen and (max-width: 1144px) {
  .second-section-wrapper .image-block img {
    width: 345px;
  }
}

@media only screen and (max-width: 1035px) {
  .second-section-wrapper .text-block h1 {
    padding-left: 25%;
  }
  .second-section-wrapper .text-block p {
    padding-left: 25%;
  }
  .first-section-wrapper .image-block img {
    width: 245px;
  }
  .third-section-wrapper .image-block img {
    width: 260px;
  }
  .about-us-banner-wrapper {
    background-position: center;
  }
}
@media only screen and (max-width: 990px) {
  .first-section-wrapper .text-block h1,
  .second-section-wrapper .text-block h1,
  .third-section-wrapper .text-block h1,
  .forth-section-wrapper .text-block h1,
  .about-us-content-wrapper h1 {
    font-size: 23px;
  }
  .fifth-section-wrapper .image-block img {
    width: 271px;
  }
  .first-section-wrapper .text-block h1 {
    padding-right: 25%;
    padding-right: 30%;
  }
  .third-section-wrapper .text-block h1 {
    padding-right: 144px;
  }
  .third-section-wrapper .text-block p {
    margin: 30px 0px;
    padding-right: 131px;
  }
  .forth-section-wrapper .text-block p {
    margin: 25px 0px;
    text-align: center;
    padding: 0 55px;
  }
}

@media only screen and (max-width: 913px) {
  .first-section-wrapper .text-block h1 {
    padding-right: 25%;
    padding-right: 30%;
  }
  .third-section-wrapper .text-block h1 {
    padding-right: 144px;
  }
  .third-section-wrapper .text-block p {
    margin: 30px 0px;
    padding-right: 153px;
  }
  .first-section-wrapper .text-block p {
    margin: 30px 0px;
    padding-right: 150px;
  }
}
@media only screen and (max-width: 840px) {
  .first-section-wrapper .text-block p {
    margin: 30px 0px;
    padding-right: 61px;
  }
  .first-section-wrapper .text-block h1 {
    padding-right: 25%;
    padding-right: 15%;
  }
  .second-section-wrapper .image-block img {
    width: 275px;
  }
  .third-section-wrapper .text-block p {
    margin: 30px 0px;
    padding-right: 38px;
  }
  .third-section-wrapper .text-block h1 {
    padding-right: 20px;
  }
  .third-section-wrapper .image-block img {
    width: 225px;
  }
  .first-section-wrapper .image-block img {
    width: 220px;
  }
  .forth-section-wrapper .image-block img {
    width: 800px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .first-section-wrapper {
    flex-direction: column;
    margin-top: 20px;
  }
  .first-section-wrapper .text-block {
    margin-bottom: 20px;
    text-align: center;
  }
  .first-section-wrapper .image-block {
    text-align: center;
  }
  .first-section-wrapper .text-block,
  .first-section-wrapper .image-block {
    width: 100%;
  }
  .first-section-wrapper .text-block h1 {
    padding-right: 0%;
  }
  .first-section-wrapper .heade-btns,
  .about-us-content-wrapper .heade-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .first-section-wrapper .text-block p {
    margin: 30px 0px;
    padding-right: 0px;
  }

  .second-section-wrapper .content-wrapper {
    flex-direction: column-reverse;
    text-align: center;
  }
  .second-section-wrapper .text-block h1,
  .second-section-wrapper .text-block p {
    padding-left: 0%;
    text-align: center;
  }
  .second-section-wrapper .content-wrapper .image-block {
    margin-top: 20px;
  }

  .second-section-wrapper .content-wrapper .text-block,
  .second-section-wrapper .content-wrapper .image-block {
    width: 100%;
  }
  .second-section-wrapper .image-block img {
    width: 300px;
  }
  .third-section-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .third-section-wrapper .text-block {
    margin-bottom: 20px;
  }
  .third-section-wrapper .text-block p {
    padding-right: 0;
  }
  .forth-section-wrapper {
    margin-top: 0px;
  }
  .forth-section-wrapper .text-block p {
    padding: 0;
  }
  .forth-section-wrapper .image-block img {
    width: 100%;
  }
  .fifth-section-wrapper {
    flex-direction: column;
  }
  .fifth-section-wrapper .text-block,
  .fifth-section-wrapper .image-block {
    width: 100%;
    text-align: center;
  }
  .fifth-section-wrapper .image-block img {
    width: 310px;
  }
  .fifth-section-wrapper {
    background-color: #ebebeb;
    margin: 30px 80px;
    padding: 60px 80px;
  }
  .fifth-section-wrapper .text-block {
    margin-bottom: 20px;
  }
  .footer-wrapper .footer-whole-wrapper .content-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .footer-wrapper .footer-whole-wrapper .content-wrapper {
    padding: 50px 0px 25px 0px;
  }
  .footer-wrapper .footer-whole-wrapper .content-wrapper .footer-logo-wrapper {
    margin-bottom: 30px;
  }
  .footer-wrapper .footer-whole-wrapper .content-wrapper p {
    margin-bottom: 0px;
  }
  .footer-wrapper .footer-whole-wrapper .content-wrapper .menu-wrapper {
    margin-top: 30px;
  }
  .fifth-section-wrapper .downloads .image-wrraper .img-1 {
    margin-right: 0px;
  }
  .fifth-section-wrapper .downloads .image-wrraper .img-1,
  .fifth-section-wrapper .downloads .image-wrraper .img-2 {
    width: 60%;
  }

  .about-us-content-wrapper p {
    padding: 15px 32px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 645px) {
  .fifth-section-wrapper {
    padding: 60px 0px;
  }
  .forth-section-wrapper .text-block h1 {
    padding: 0 0%;
  }
  .navbar .nav-logo {
    width: 150px;
  }
  .about-us-banner-wrapper {
    padding: 130px 0px;
  }
  .navbar {
    padding: 15px 40px;
  }
}
@media only screen and (max-width: 518px) {
  .fifth-section-wrapper .image-block img {
    width: 265px;
  }
  .second-section-wrapper .image-block img {
    width: 255px;
  }
  .third-section-wrapper .image-block img {
    width: 215px;
  }
  .first-section-wrapper .image-block img {
    width: 215px;
  }
  .third-section-wrapper .heade-btns,
  .about-us-content-wrapper .heade-btns {
    flex-direction: column;
  }
  .third-section-wrapper .text-block .btn-1 {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .first-section-wrapper .heade-btns {
    flex-direction: column;
  }
  .first-section-wrapper .text-block .btn-1,
  .about-us-content-wrapper .btn-1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .first-section-wrapper,
  .second-section-wrapper .content-wrapper,
  .third-section-wrapper,
  .forth-section-wrapper {
    padding: 40px 40px;
  }

  .fifth-section-wrapper {
    /* margin: 20px; */
    margin: 30px 35px;
  }
  .first-section-wrapper .text-block h1,
  .second-section-wrapper .text-block h1,
  .third-section-wrapper .text-block h1,
  .forth-section-wrapper .text-block h1,
  .fifth-section-wrapper .text-block h1,
  .sixth-section-wrapper h1,
  .about-us-banner-wrapper h1 {
    font-size: 22px;
  }
  .sixth-section-wrapper .image-wrraper .img-1 {
    margin-top: 30px;
    width: 150px;
  }
}
