* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #29293a;
  letter-spacing: 0.05em;
}

.btn {
  margin-top: 30px;
  padding: 14px 34px;
  font-size: 18px;
  color: #ffffff;
  background: linear-gradient(to right, #00c2b8, #00db8e);
  border-radius: 40px;
  border: none;
  font-weight: 700;
  cursor: pointer;
}
.btn:hover {
  background: linear-gradient(to left, #00c2b8, #00db8e);
}
.title {
  font-size: 28px;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: start;
}

.none {
  display: none;
}

/* header start */

.header {
  height: 60px;
  background: #00c2b8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #fff;
}

.header .left {
  width: 70%;
  display: flex;
  /* border: 1px solid red; */
  justify-content: space-around;
  align-items: center;
}

.header .left i {
  font-size: 30px;
}

.header .right {
  width: 30%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header nav,
.header .number {
  display: none;
}
/* hero start */

.hero {
  background: url(../images/hero-bg.jpg) no-repeat;

  padding: 40px 15px;
}
.hero .left img {
  display: none;
}
.hero h1 {
  margin-top: 27px;
  font-weight: 700;
  font-size: 32px;
  color: #29293a;
  letter-spacing: 0;
  line-height: 1;
}

.hero h6 {
  margin-top: 21px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  color: #828590;
  letter-spacing: 0.05em;
}

/* services start */

.services {
  padding: 40px 15px;
  text-align: center;
  background-color: #f2f2f2;
}

.services .service-content {
  display: flex;
  flex-wrap: wrap;
}
.services .service-content .content {
  width: 100%;
}
.services img {
  margin-top: 20px;
}

.services h5 {
  font-size: 16px;
  font-weight: 300;
  color: #828590;
  margin-top: 8px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.services h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  color: #29293a;
  letter-spacing: 0.05em;
}

.services h6 {
  margin-top: 1px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #29293a;
  letter-spacing: 0.05em;
}

.divider-2::before {
  border-top: 2px solid #00db8e;
  width: 48px;
}

.divider::before {
  content: "";
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.services p {
  margin-top: 16px;
  line-height: 1.5;
  color: #828590;
  font-weight: 300;
}

/* testimonials start */

.testimonials {
  padding: 50px 15px;
}

.testimonials .content .video {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 230px;
  background: url(../images/video-preview-1.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 10px;
}

.testimonials .content .video::before {
  content: "";
  background-color: rgb(101, 250, 225);
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0.5;
}

.testimonials .content .video i {
  font-size: 60px;
  color: #fff;
  position: relative;
  z-index: 100;
  font-weight: 400;
}

.testimonials .content .reviwe {
  padding: 20px 25px 35px;
  background: #e2e1e1;
  margin-bottom: 24px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 93%, 13% 93%, 9% 100%, 5% 93%, 0 93%);
  box-shadow: 0 3px 9px 0 rgba(41, 41, 58, 0.15);
}

.testimonials .content .reviwe i {
  font-size: 24px;
  color: #ffcc00;
}

.testimonials .content .reviwe p {
  margin-top: 5px;
  font-style: italic;
  text-align: left;
  line-height: 1.5;
  font-weight: 300;
  color: #29293a;
  letter-spacing: 0.05em;
}

.testimonials .content .profile {
  display: flex;
}

.testimonials .content .profile img {
  border-radius: 50%;
  width: 65px;
  height: 80px;
  margin-right: 20px;
}

.testimonials .content .profile .info h3 {
  color: #00db8e;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

.testimonials .content .profile .info p {
  font-style: italic;
  color: #828590;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.testimonials .content .profile .end {
  margin-top: 70px;
  text-align: center;
}

.testimonials .content .profile .end i {
  color: #00db8e;
  font-size: 12px;
}

.testimonials .content .profile .end i:nth-child(1),
.testimonials .content .profile .end i:nth-child(3) {
  color: rgba(0, 219, 142, 0.4);
}

/* features start */

.features {
  padding: 50px 15px;
  background: linear-gradient(to right, #00c2b8, #00db8e);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.features .feature-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.features .feature-content .content {
  margin-bottom: 30px;
}

.features .feature-content .content i {
  font-size: 25px;
  font-weight: 300;
  margin-right: 13px;
}

.features .feature-content .content h2 {
  display: inline-block;
  margin-top: 6px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.005em;
}

.features .feature-content .content p {
  margin-top: 10px;
  font-weight: 300;
}

.bank-card {
  background: url(../images/parallax-1.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding: 20px 15px;
  text-align: center;
}

.bank-card::before {
  content: "";
  background: linear-gradient(to right, #00c2b8, #00db8e);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0.7;
}

.bank-card h3,
.bank-card input {
  position: relative;
  z-index: 120;
}

.bank-card h3,
.subscribe h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
  padding: 0px 25px;
}

.bank-card h3 span,
.subscribe h2 span {
  font-weight: 700;
}

.bank-card input {
  background: #fff;
  color: #000;
}

/* about start */

.about {
  padding: 50px 15px;
  text-align: center;
  background-color: #f2f2f2;
}
.about .right img {
  display: none;
}
.about h6,
.about p {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 300;
  color: #29293a;
  letter-spacing: 0;
}

.about p {
  margin-top: 12px;
}

.about .meter {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.about .meter .content {
  width: 50%;
}

.about .meter .content span {
  padding: 20px;
  border-right: 2px solid #00db8e;
  border-radius: 50%;
  display: inline-block;
  margin-top: 20px;
}

.about .meter .content .third {
  border-bottom: 2px solid #00db8e;
}

/* team start */

.team {
  padding: 50px 15px;
  text-align: center;
}

.team .content {
  display: flex;
  flex-wrap: wrap;
}

.team .content .card {
  width: 100%;
  text-align: left;
  margin: 20px 0px;
}

.team .content .card img {
  width: 100%;
  margin-top: 30px;
  border-radius: 10px;
}

.team .content .card h5 {
  color: #00db8e;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 400;
}

.team .content .card .post {
  margin-top: 3px;
  font-style: italic;
  color: #828590;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.team .content .card .details {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 400;
}

.team .content .card ul {
  display: flex;
  list-style: none;
  margin-top: 20px;
}

.team .content .card ul li {
  margin: 0px 10px;
}

.team .content .card ul li a {
  color: #aeb1be;
  transition: all 0.3s ease-in-out;
}

.team .content .card ul li a:hover {
  color: #00db8e;
}

/* blog start */

.blog {
  padding: 50px 15px;
  background-color: #f2f2f2;
}

.blog .blog-content {
  display: flex;
  flex-wrap: wrap;
}

.blog .blog-content .card {
  margin-top: 20px;
  background: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #828590;
}

.blog .blog-content .card .top {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.blog .blog-content .card .top p span {
  color: #00db8e;
  transition: all 0.3s ease-in-out;
}

.blog .blog-content .card .middle img {
  width: 100%;
}

.blog .blog-content .card .bottom {
  padding: 15px;
}

.blog .blog-content .card .bottom button {
  display: inline-block;
  padding: 0 9px;
  font-weight: 100;
  color: #ffffff;
  background: #00db8e;
  border-radius: 2px;
  border: none;
  font-size: 16px;
  line-height: 1.5;
}

.blog .blog-content .card .bottom h3 {
  color: #00db8e;
  letter-spacing: 0.03em;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 5px;
}

.blog input {
  display: block;
  margin: 40px auto 0px;
}

/* Statistical start */

.Statistical {
  padding: 50px 15px;
}
.Statistical .left {
  display: flex;
  flex-wrap: wrap;
}
.Statistical .left-side img {
  width: 100%;
  margin-top: 25px;
}

.Statistical .right-side p {
  color: #828590;
  margin-bottom: 20px;
}

/* subscribe start */

.subscribe {
  background: linear-gradient(to right, #00c2b8, #00db8e);
  padding: 40px 15px 25px;
  text-align: center;
}

.subscribe h2 {
  padding: 0;
}

.subscribe form input {
  min-height: 54px;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 70px;
  /* width: 55%; */
  border-radius: 30px;
  border: none;
  margin-top: 20px;
}

.subscribe form i {
  position: relative;
  right: 55px;
  top: 5px;
  font-size: 25px;
}

.subscribe form input::placeholder {
  font-weight: 400;
  line-height: 24px;
  color: #29293a;
  padding: 11px 21px;
}

/* contact start */

.contact {
  padding: 40px 15px;
  background: #000;
  color: #aeb1be;
}

.contact h2 {
  color: #fff;
  font-size: 20px;
}

.contact p {
  margin-top: 12px;
  color: #aeb1be;
}

.contact .contact-information nav {
  margin-top: 12px;
}

.contact .contact-information nav a {
  text-decoration: none;
  padding: 7px;
  font-size: 18px;
  display: inline-block;
  color: #aeb1be;
  cursor: default;
}

.contact .contact-information nav a:hover {
  color: #fff;
}

.contact .contact-information div {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.contact .contact-information div i {
  margin-left: 7px;
  margin-right: 15px;
  font-size: 20px;
  margin-top: 10px;
  color: #00db8e;
}

.contact .newsletter form input {
  margin-top: 8px;
  padding-top: 7px;
  padding-bottom: 7px;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  border-radius: 6px;
}

.contact .newsletter form input::placeholder {
  font-weight: 400;
  line-height: 24px;
  color: #29293a;
  font-size: 14px;
}

.contact .newsletter input[type="button"] {
  border-radius: 5px;
  margin-top: 8px;
}

.contact .images {
  display: flex;
  flex-wrap: wrap;
}

.contact .images div {
  width: 26%;
  height: 80px;
  /* border: 1px solid; */
  margin: 5px;
  border-radius: 2px;
  background: url(../images/footer/insta-gallery-1-original.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact .images div:nth-child(2) {
  background: url(../images/hero-bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.contact .images div:nth-child(3) {
  background: url(../images/footer/insta-gallery-3-original.jpg) no-repeat;
  background-size: 100% 100%;
}

.contact .images div:nth-child(4) {
  background: url(../images/footer/insta-gallery-4-original.jpg) no-repeat;
  background-size: 100% 100%;
}

.contact .images div:nth-child(5) {
  background: url(../images/footer/insta-gallery-5-original.jpg) no-repeat;
  background-size: 100% 100%;
}

.contact .images div:nth-child(6) {
  background: url(../images/footer/insta-gallery-6-original.jpg) no-repeat;
  background-size: 100% 100%;
}

.contact .images div a {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 1;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.contact .images div a ::before {
  content: "";
  background: #00db8e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.contact .images div a:hover {
  opacity: 0.5;
}

.contact .social ul {
  display: flex;
  list-style: none;
  margin: 30px 0px;
}

.contact .social ul li {
  margin: 0px 0px 10px 16px;
  font-size: 20px;
  line-height: 1;
}

.contact .social ul li a {
  text-decoration: none;
  color: #aeb1be;
}
.contact iframe {
  width: 100%;
}
.contact .social ul li a:hover {
  color: #00db8e;
  transition: all 0.3s ease-in-out;
}

/* media query */
@media screen and (max-width: 320px) {
  .subscribe form i {
    position: relative;
    left: 90px;
    top: -39px;
  }
}

@media screen and (min-width: 768px) {
  /* header */
  .header .left {
    width: 30%;
  }
  .header .right {
    width: 15%;
  }
  /* hero */
  .hero .left {
    /* width: 60%; */
    height: calc(90vh - 60px);
    padding: 60px 0px 0px 30px;
    max-width: 610px;
    font-weight: 700;
  }
  .hero h1 {
    margin-top: 27px;
    font-weight: 700;
    font-size: 40px;
  }
  .hero h6 {
    margin-top: 21px;
    font-size: 18px;
    max-width: 330px;
    font-weight: 300;
  }

  .services .service-content .content {
    width: 33%;
  }
  /* testimonials */
  .testimonials {
    padding: 50px 150px;
  }
  .features .feature-content .content {
    width: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .bank-card {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 60px 0px; */
    height: 154px;
  }
  .bank-card input {
    background: #fff;
    color: #000;
    margin-top: -3px;
  }
  .about .meter .content {
    width: 33%;
  }
  .team .content .card {
    width: 47%;
    margin: 20px 10px;
  }
  .blog .blog-content .card {
    width: 47%;
    margin: 20px 10px;
  }
  .Statistical .left .left-side {
    width: 47%;
    margin: 20px 10px;
  }

  .Statistical .left .right-side {
    width: 47%;
    margin: 20px 10px;
  }
  .subscribe form input {
    width: 55%;
  }
  .contact .content {
    display: flex;
    flex-wrap: wrap;
  }
  .contact .content div {
    width: 47%;
    margin: 5px 10px;
  }
  .contact .images div {
    width: 23%;
  }
  .contact .social ul {
    margin: 0;
  }
  iframe {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .header .left,
  .header .right {
    display: none;
  }
  .header {
    padding: 35px 10px;
  }
  .header nav {
    display: flex;
    align-items: center;
    margin-top: 3px;
  }
  .header nav a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin: 0px 6px 0px 14px;
    margin-bottom: 3px;
  }
  .header nav a:hover {
    color: #29293a;
  }
  .header .search {
    font-size: 16px;
    margin-left: 69px;
  }

  .header .number {
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .header .number p {
    margin-left: 20px;
  }
  .hero {
    background-size: 60% 100%;
    background-position: right;
  }
  .hero .left img {
    display: block;
  }
  .testimonials {
    padding: 50px 30px;
  }
  .testimonials .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .testimonials .content .left {
    width: 50%;
    
  }
  .testimonials .content .right {
    width: 46%;
  }
  .testimonials .content .video {
    height: 400px;
    margin-top: 0;
  }
  .features .feature-content .content {
    width: 24%;
    margin-bottom: 15px;
    margin-top: 15px;
    margin: 15px 3px;
  }
  .team .content .card {
    width: 31.3%;
    margin: 20px 10px;
  }
  .blog .blog-content .card {
    width: 31.3%;
    margin: 20px 10px;
  }
}

@media screen and (min-width: 1200px) {
  .header {
    padding-left: 150px;
    padding-right: 150px;
  }
  .header .left {
    width: 30%;
  }
  .header .right {
    width: 15%;
  }
  /* hero */
  .hero {
    padding-left: 150px;
    padding-right: 150px;
  }

  .services {
    padding-left: 150px;
    padding-right: 150px;
  }
  /* testimonials */
  .testimonials {
    padding: 50px 150px;
  }

  .features {
    padding-left: 150px;
    padding-right: 150px;
  }
  .about {
    display: flex;
    flex-wrap: wrap;
    padding-left: 150px;
    padding-right: 0;
  }

  .about .left {
    width: 50%;
    padding-top: 30px;
  }
  .about .right {
    width: 50%;
  }
  .about .right img {
    display: block;
    width: 100%;
  }
  .about .meter .content {
    width: 33%;
  }
  .team {
    padding-left: 150px;
    padding-right: 150px;
  }
  .team .content .card {
    width: 22.5%;
    margin: 20px 10px;
  }
  .blog {
    padding-left: 150px;
    padding-right: 150px;
  }
  .blog .blog-content .card {
    width: 31.1%;
  }
  .Statistical {
    padding-left: 150px;
    padding-right: 150px;
  }

  .contact {
    padding-left: 150px;
    display: flex;
  }
  .contact .content {
    width: 60%;
  }
  .map {
    width: 40%;
    margin-top: 20px;
  }
}
