@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap");

* {
  font-family: "PT Sans", sans-serif;
  transition: all 0.5s linear;
}

html,
body {
  scroll-behavior: smooth;
}

.logo {
  width: 250px;
}

@media (max-width: 576.97px) {
  .logo {
    width: 200px;
  }
}

.menu-bar {
  font-size: 40px;
  color: #fff;
}

.navbar-nav .nav-link {
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  margin: 0px 4rem;
  text-align: center;
}

.scrolled {
  background-color: #6897b1;
}

@media (max-width: 991.98px) {
  nav.navbar {
    background-color: #6897b1;
  }
}

.header {
  background-image: url(../images/bg-top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15rem 0 4rem;
  height: 100vh;
  position: relative;
}

.header-text {
  font-weight: bold;
  color: #ffffff;
  font-size: 65px;
  word-spacing: 4px;
}

.header-text1 {
  font-weight: 400;
  color: #ffffff;
  font-size: 48px;
}

.text-center-all {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-down {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -5%);
}

.chat-icon {
  position: fixed;
  bottom: 15px;
  right: 0;
  width: 105px;
}

@media (max-width: 1200.98px) {
  .header-text {
    margin-top: 115px;
    font-size: 50px;
    word-spacing: 4px;
  }

  .header-text1 {
    font-weight: 400;
    color: #ffffff;
    font-size: 38px;
  }
}

@media (max-width: 991.98px) {
  .header {
    height: auto;
    padding: 20rem 0;
  }
  .header-text {
    margin-top: 0;
    font-size: 50px;
    word-spacing: 4px;
  }

  .header-text1 {
    font-weight: 400;
    color: #ffffff;
    font-size: 38px;
  }
}

@media (max-width: 576.98px) {
  .header-text {
    font-size: 40px;
  }

  .header-text1 {
    font-size: 30px;
  }
}

.section {
  padding: 5rem 0;
}

.content {
  padding: 0 10rem;
}

.section.content {
  padding: 5rem 10rem;
}

.section-heading {
  font-size: 70px;
  line-height: 90px;
  font-weight: bold;
  letter-spacing: 2.8px;
  color: #000000;
}

.section-text {
  font-size: 30px;
  line-height: 39px;
  font-weight: 400;
  letter-spacing: 0;
  color: #000000;
  margin-top: 2rem;
}

.section-btn {
  display: block;
  width: 260px;
  height: 80px;
  border-radius: 7px;
  text-align: center;
  font-size: 30px;
  line-height: 80px;
  font-weight: bold;
  letter-spacing: 0;
  color: #ffffff;
  border: none;
}

.section-btn:hover {
  text-decoration: none;
  color: #ffffff;
}

.section-btn.left {
  margin-right: auto;
}

.section-btn.right {
  margin-left: auto;
}

@media (max-width: 1200.98px) {
  .section {
    padding: 4rem 0;
  }

  .content {
    padding: 0 5rem;
  }

  .section.content {
    padding: 4rem 5rem;
  }

  .section-heading {
    font-size: 50px;
    line-height: 75px;
    letter-spacing: 2px;
  }

  .section-text {
    font-size: 25px;
    margin-top: 1.5rem;
  }

  .section-btn {
    width: 220px;
    height: 60px;
    font-size: 25px;
    line-height: 60px;
  }
}

@media (max-width: 576.98px) {
  .section {
    padding: 3rem 0;
  }

  .content {
    padding: 0 2rem;
  }

  .section.content {
    padding: 3rem 2rem;
  }

  .section-heading {
    font-size: 30px;
    line-height: 45px;
  }

  .section-text {
    font-size: 20px;
    margin-top: 1rem;
  }

  .section-btn {
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
}

@media (max-width: 991.98px) {
  .section-btn.left {
    margin-right: auto;
    margin-left: auto;
  }

  .section-btn.right {
    margin-left: auto;
    margin-right: auto;
  }
}

.bg-peroza {
  background-color: #2fb9ae;
}

.bg-pink {
  background-color: #53e0db;
}

.bg-blue {
  background-color: #3059c9;
}

.bg-lightblue {
  background-color: #24b6f7;
}

.bg-lightgreen {
  background-color: #a4e375;
}

.section {
  position: relative;
}

.section:nth-of-type(2)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/section-bg-1.png) no-repeat center right;
  background-size: contain;
}
.section:nth-of-type(3)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/section-bg-2.png) no-repeat;
  background-size: contain;
}
.section:nth-of-type(4)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/section-bg-3.png) no-repeat center right;
  background-size: contain;
}
.section:nth-of-type(5)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/section-bg-4.png) no-repeat;
  background-size: contain;
}
.section:nth-of-type(6)::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/section-bg-5.png) no-repeat center right;
  background-size: contain;
}

footer {
  background: #6897b1;
  padding: 5rem 0;
}

.footer-link {
  list-style-type: none;
  padding: 0;
  display: flex;
}

.footer-link li {
  margin-right: 2rem;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-link li a {
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0;
  color: #ffffff;
}

.footer-link li a:hover {
  text-decoration: none;
}

.footer-logo {
  width: 250px;
}

@media (max-width: 991.98px) {
  .footer-link li {
    margin-right: 1rem;
    font-size: 25px;
  }
}

@media (max-width: 600.98px) {
  .footer-logo {
    width: 200px;
  }

  .footer-link li {
    margin-right: 0.5rem;
    font-size: 20px;
  }

  .footer-link li a {
    font-size: 20px;
  }
}
