* {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

/* header part start  */
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
  color: #b3bfbf;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding-right: 16px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: white;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: white;
}
header {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}
header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1a6568c9;
}
.heading {
  font-family: "Montserrat", sans-serif;
}
.heading .navbar-brand {
  font-weight: 800;
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
}
.heading p {
  padding: 0px 15px;
  color: #6a7f80;
  font-size: 38px;
  font-weight: 400;
}
.heading h6 {
  color: #fff;
  margin: auto;
}
.heading h6 i {
  color: #bdc8c8;
  padding-left: 15px;
}
.btn-custom {
  font-size: 15px;
  background: #6a7f80;
  padding: 0;
  padding: 10px 12px;
  font-weight: 700;
  margin-left: 16px;
  color: #fff;
  border: none;
}
.btn-custom:hover {
  background: #6a7f80;
  color: #fff;
}
.header-content span {
  display: block;
  background: #6a7f80;
  height: 2px;
  width: 100%;
  margin: auto;
  transition: 0.4s all ease-in-out;
}
.header-wrapper h1 {
  padding-top: 30%;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
}
.header-wrapper p {
  padding: 17px 0;
  color: #fff;
  line-height: 30px;
  font-weight: 600;
}

.btn-wrapper {
  text-decoration: none;
  background-color: #6fb048;
  color: #fff;
  padding: 0;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 17px;
  border-radius: 0;
  border-radius: 3px;
  transition: 0.4s all ease-in-out;
  border: none;
}
.btn-wrapper:hover {
  background-color: #6fb048;
  color: #fff;
}
/* header part end  */

/* Feature_section */
.feature {
  padding: 70px 12px;
}
.heading {
  text-align: center;
}
.heading h1 {
  color: #0f5f5c;
  font-size: 32pt;
  font-weight: 500;
}
.heading h4 {
  color: #83a7a5;
  font-size: 15pt;
  margin-bottom: 20px;
}
.heading span {
  display: block;
  height: 2px;
  width: 0;
  margin: 25px auto;
  transition: all 0.4s ease-in-out 0s;
}
.feature:hover .heading span {
  background-color: #6fb048;
  width: 80px;
}
.feature_item {
  text-align: center;
}
.icon_box {
  height: 70px;
  width: 70px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  margin: 70px auto 16px;
}
.feature_item h2 {
  color: #0f5f5c;
  margin: 18px;
  font-weight: 400;
  font-size: 24px;
}
.feature_item p {
  color: #83a7a5;
  line-height: 25px;
  font-size: 14pt;
}
/* Feature_section end */

/* ulta T_section */
.content-1 span {
  display: block;
  height: 90px;
  width: 2px;
  background-color: #eef1ec;
  margin: auto;
}
.content-2 span {
  display: block;
  height: 2px;
  width: 90px;
  background-color: #eef1ec;
  margin: auto;
}
/* feature_section-2 */
.feature2-content h5 {
  color: #0f5f5c;
  margin: 20px 0;
  font-size: 18px;
  margin-bottom: 14px;
}
.feature2-content p {
  color: #8daeac;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}

/* banner part start */
.banner {
  background-color: #eef1ec;
  padding-top: 50px;
}
.wrapper h1 {
  color: #0f5f5c;
  font-weight: 400;
  padding-bottom: 20px;
  font-size: 41px all ease-in-out;
}
.wrapper span {
  display: block;
  background: #6fb048;
  height: 2px;
  width: 0px;
  margin: auto;
  transition-duration: 0.4s;
}
.banner:hover .wrapper span{
  width:70px
}
.wrapper p {
  color: #8daeac;
  line-height: 24px;
  font-weight: 500;
  padding-top: 20px;
}
.banner-images {
  width: 100%;
}
.banner-images img {
  width: 100%;
}
.heading-1 h2 {
  color: #0f5f5c;
  font-weight: 400;
  margin: 14px 0;
  padding-top: 30%;
  font-size: 50px;
}
.heading-1 p {
  color: #8daeac;
  line-height: 30px;
  font-weight: 500;
  padding: 5px 0;
}
.heading-1 i {
  margin-right: 15px;
  font-size: 25px;
  transition: 0.4s all ease-in-out;
}
.heading-1:hover i {
  color: #6fb048;
}
/* banner part end */

/* theme_section */
.theme {
  margin: 110px;
}
.theme img {
  margin-left: 24px;
}
.theme p {
  color: #83a7a5;
  font-size: 15pt;
  font-weight: 400;
}
.theme h4 {
  color: #6fb048;
  line-height: 44px;
  margin-top: 35px;
}
.theme h5 {
  font-size: 16pt;
  color: #83a7a5;
}
/* theme_section__End */

/* Details_section */
.details {
  background-color: #eef1ec;
}
.details_contant h1 {
  color: #0f5f5c;
  font-size: 30pt;
  margin-top: 120px;
  margin-bottom: 20px;
}
.details_contant p {
  color: #83a7a5;
  margin-bottom: 120px;
}
.details img {
  margin: 50px 0;
  width: 538px;
  margin-left: 12px;
}
/* Details_section_End */

/* pricing & plan start */
.pricing {
  padding: 100px 0;
}
.table {
  border: 1px solid #8daeac;
  padding: 24px !important;
}
.table p {
  font-size: 17px;
  color: #6fb048;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.table h1 {
  font-family: "Montserrat", sans-serif;
  color: #0f5f5c;
  font-weight: bold;
  font-size: 50px;
}
.table h6 {
  color: #0f5f5c;
}
.table ul {
  list-style: none;
  padding: 20px 0;
}
.table ul li {
  color: #8daeac;
  line-height: 30px;
  font-weight: 500;
}
.btn-pricing {
  background: #83a7a5;
  border: none;
  color: #fff;
  border-radius: 0;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0;
  padding: 10px 24px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: 0.4s all ease-in-out;
}
.btn-pricing:hover {
  background-color: #6fb048;
  color: #fff;
}
.plans h1 {
  color: #0f5f5c;
  font-weight: 400;
  font-size: 40px;
  margin: 20px 0;
}
.plans span {
  display: block;
  background: #6fb048;
  height: 2px;
  width: 0;
  margin: auto;
  transition: 0.4s all ease-in-out;
}
.pricing:hover span {
  width: 60px;
}
.check-list ul {
  list-style: none;
}
.check-list ul li {
  color: #8daeac;
  line-height: 40px;
  font-weight: 400;
  font-size: 18px;
}
.check-list ul li i {
  margin-right: 15px;
  font-size: 20px;
}

.help h1 {
  color: #6fb048;
  font-weight: 400;
  font-size: 40px;
  margin: 20px 0;
}
.help span {
  display: block;
  background: #6fb048;
  height: 2px;
  width: 0px;
  margin: auto;
  transition-duration: 0.4s;
}
.help:hover .help span{
  width: 80px;
}
.help p {
  color: #8daeac;
  line-height: 24px;
  font-weight: 500;
  padding: 20px 0;
}
.help h6 {
  color: #0f5f5c;
  font-weight: 700;
  font-size: 18px;
  padding-top: 20px;
}
/* pricing & plan end */

/* download part start */
.download {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.download h2 {
  color: #0f5f5c;
  font-weight: 500;
  font-size: 32px;
}
.download p {
  color: #8daeac;
  line-height: 24px;
  font-weight: 500;
  padding-top: 15px;
}
.btn-download {
  background: #6fb048;
  border: none;
  color: #fff;
  border-radius: 0;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 0;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
}
.btn-download:hover {
  background-color: #6fb048;
  color: #fff;
}
/* download part end */

/* contacts part start */
.contacts {
  padding-top: 100px;
}
.contacts h5 {
  color: #0f5f5c;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.contacts h6 {
  color: #0f5f5c;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.contacts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contacts ul li {
  color: #8daeac;
  line-height: 27px;
  font-weight: 500;
  font-size: 14px;
}
#wapik_color{
  color:#0f5f5c
}

.contacts-list ul li a {
  color: #8daeac;
  line-height: 33px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
}
.contacts p {
  color: #8daeac;
  padding: 15px 0;
}
.newsletter {
  position: relative;
}
.newsletter input {
  background-color: #eef1ec;
  color: #0f5f5c;
  width: 100%;
  border: none;
  padding: 0;
  padding: 8px 15px;
  border-radius: 4px;
}
.newsletter input::placeholder {
  color: #0f5f5c;
}
.newsletter input:focus {
  outline: none;
}
.icon {
  position: absolute;
  right: 0;
  bottom: 24px;
  margin-right: 27px;
}
.contacts span {
  display: block;
  background: #eef1ec;
  height: 2px;
  width: 100%;
  margin-top: 70px;
}
/* contacts part end */

/* footer part start */
footer {
  margin-top: 20px;
}
footer p {
  color: #8daeac;
  margin: auto;
}
footer ul {
  list-style: none;
  display: flex;
  justify-content: end;
}
footer ul li {
  margin-right: 10px;
}
footer ul li a {
  text-decoration: none;
  font-size: 31px;
  padding: 0;
  margin-right: 5px;
  color: white;
}
.tw {
  color: #55acee;
}
.fa {
  color: #3b5998;
}
.insta {
  color: #3f729b;
}
.drib {
  color: #ea4c89;
}
.git {
  color: #333333;
}

/* footer part end */
