@import url("//fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=SUSE:wght@100..800&display=swap");

h1,
h2,
h3 {
  color: #000;
  font-family: "SUSE", serif;
}

body {
  font-family: "DM Sans", serif !important;
}

.row {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.container {
  padding: 0;
}

.container-full {
  /*margin-right: auto;
  margin-left: auto;*/
  position: relative;
}

img {
  max-width: 100%;
}

@media(min-width: 1200px) {
  .container {
    width: 1400px !important;
  }
}

a:hover {
  text-decoration: none;
}

.page {
  overflow: hidden;
}

/* Button for all site */
.btn {
  padding: 10px 40px;
  border: 2px solid #000;
  background: transparent;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #121212;
  border-radius: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #f55070;
  color: #fff;
  border-color: #f55070;
}

/* Title Block */
.title-demo {
  color: #043F2E;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
}

.pre-home {
  color: #000;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: capitalize;
}

.title-demo span {
  font-size: 92px;
  line-height: 70px;
  color: #8589dc;
  font-weight: 300;
  margin-right: 5px;
}

.title-des-demo {
  line-height: 1.5;
  font-size: 18px;
  color: #3C5750;
  font-weight: 500;
  width: 500px;
  margin: 0 auto;

}

.des-demo {
  color: #f33c3c;
  line-height: 60px;
  font-size: 60px;
  margin-top: 10px;
}

.des-demo span {
  color: #8589dc;
}

/* Header */

.header {
  position: relative;
}

.hero img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-height: 700px;
}

.navbar-light .navbar-toggler {
  background-color: #fff;
}

.header__nav .header__content {
  line-height: 1;
  align-items: center;
  gap: 15px;
}

.header>.header__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__nav .header__content .header__button {
  font-size: 12px;
  line-height: 1.57;
  font-weight: 700;
  color: #000000;
  padding: 14px 30px;
  border: 0px solid #ffffff;
  background-color: #ffffff;
  margin-left: 30px;
  text-transform: uppercase;
  border-radius: 8px 8px 24px 8px;
  transition: 0.3s ease-in;
}

.header__nav .header__content .header__button:hover {
  background: #C8F169;
  border-radius: 8px;
  transition: 0.3s ease-in;
}

.header__nav {
  height: 120px;
  line-height: 120px;
}

.header__nav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header__nav .navbar-nav .nav-item .nav-link.active {
  color: #C8F169;
}

.header__nav .navbar-nav .nav-item .nav-link:hover {
  color: #C8F169;
}

.header__nav .navbar-nav .nav-item:first-child .nav-link {
  padding: 0 15px 0 0;
}

.header__nav .navbar-nav .nav-item:last-child .nav-link {
  padding: 0 0 0 15px;
}

.header__nav .navbar-toggler {
  border: none;
  box-shadow: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.header__nav .navbar-toggler:focus,
.header__nav .navbar-toggler:hover {
  box-shadow: none;
  border: none;
  outline: none;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 0 !important;
  align-items: center;
}

.pos-top {
  padding: 20px;
  background: transparent;
  z-index: 99;
  position: absolute;
  top: 0;
  margin: auto;
  position: absolute;
  left: 5%;
  top: 50%;
  width: 100%;
  transform: translate(0%, -50%);
}

.pos-bot {
  position: static;
}

.topnav-flex a,
.topnav-block a,
.topnav a {
  margin-bottom: 35px;
  display: block;
}

.topnav-flex a img,
.topnav-block a img,
.topnav a img {
  width: 200px;
}

.topnav-flex .desc p,
.topnav-block .desc p,
.topnav .desc p.tit-bot {
  margin: 0;
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
}

.topnav-block .desc span {
  font-size: 18px;
  color: #fff;
  width: 450px;
  display: block;
  font-weight: 500;
  margin: 0 auto;
}

.topnav-block .desc p {
  font-weight: 700;
}

.topnav-flex .desc p:first-child {
  font-weight: 700;
}

.topnav-flex .desc p:last-child {
  font-weight: 300;
}

@media (max-width: 480px) {
  .logo {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .topnav-flex {
    display: block;
  }
}

.image-header {
  background: #617cbf;
  min-height: 814px;
  text-align: center;
  position: relative;
}

.image-header img {
  display: inline-block;
}

.image-content {
  max-width: 630px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  border-radius: 40px;
  padding: 60px 40px;
}

.image-content p {
  color: #5e5e5e;
  line-height: 30px;
  font-size: 18px;
}

.image-header img {
  margin-bottom: 30px;
}

.image-content .btn-purchase {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .image-header {
    background: url("../images/bg-header-top.jpg") no-repeat 0 0 #FFFFFF;
  }
}

/* Menu */
.navbar-default {
  background: transparent;
  border: none;
}

.navbar-default .navbar-nav>li {
  display: inline-block;
}

.navbar-default .navbar-nav>li>a {
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  font-family: "bebas_neueregular";
}

.navbar-default .navbar-nav>li>a:hover {
  color: #f55070;
}

.btn-purchase .btn {
  height: auto;
  border: none;
  border-radius: 0;
  padding: 13px 40px;
  margin-left: 30px;
  color: #FFF;
  background: #8589dc;
  line-height: normal;
  font-family: "bebas_neueregular";
}

@media (max-width: 480px) {
  .btn-purchase .btn {
    margin-left: 0px;
  }
}

.btn-purchase .btn:hover {
  background: #f55070;
}

/* Style View Demo */
.block-respon {
  padding: 30px 0 60px;
}

.block-respon .block-respon--des {
  margin: 50px auto 90px;
  font-size: 23px;
  color: #000;
  font-weight: 300;
  line-height: 37px;
}

@media (min-width: 1024px) {
  .block-respon .block-respon--des {
    width: 50%;
  }
}

.block-respon .block-respon--des span {
  margin-bottom: 30px;
  display: inline-block;
}

.box-item {
  margin-top: 80px;
}

.box-item .name-home {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
  display: inline-block;
}

.box-item .name-home:hover {
  color: #043F2E;
}

.box-item .name-home span {
  color: #043F2E;
  font-weight: 700;
}

.box-item:hover .demo-img:before {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.box-item:hover .btn {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.box-header-footer-page .title-des-demo {
  margin-bottom: 80px;
}

.box-item-1 {
  margin-bottom: 30px;
}

.box-item-1 img {
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
  transition: 0.3s all ease-in-out;
  border-radius: 10px;
}

.box-item-1 img:hover {
  transform: translateY(-10px);
}

.block-respon .block-respon-link {
  margin: 80px auto;
  width: 50%;
}

.block-respon .block-respon-link span {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  line-height: 25px;
  border-bottom: 1px solid #000;
}

.block-respon .block-respon-link a:hover {
  color: #f55070;
  border-color: #f55070;
}

.block-respon .btn-demo {
  background-color: #2b85f4;
  min-width: 200px;
}

.block-respon .btn-demo:hover {
  background: #2b85f4;
  background: rgba(43, 133, 244, 0.8);
}

.block-respon .btn {
  margin: 0 15px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .img-bg {
    height: 350px !important;
  }

  .img-bg .box-link {
    height: 350px !important;
  }

  .block-respon .btn {
    margin-bottom: 20px;
  }
}

.block-respon .btn-green {
  background-color: #12c957;
}

.block-respon .btn-green:hover {
  background: #12c957;
  background: rgba(18, 201, 87, 0.8);
}

.box-demo {
  padding: 100px 0;
  position: relative;
}

.box-demo:before {
  content: "";
  background: #FFFFFF;
  padding: 0px 1000px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  height: 100%;
  display: block !important;
  top: 0;
  box-sizing: content-box;
  margin-left: -1000px;
}

.demo-layout .container {
  /* padding: 0; */
}

.demo-layout:before {
  background: #FFFFFF;
}

#footerbot:before {
  background: #FFFFFF;
}

.demo-layout-bottom {
  margin-top: 100px;
}

.demo-layout-bottom h4 {
  font-size: 23px;
  font-weight: 500;
  color: #000;
}

.demo-layout-bottom p {
  color: #454545;
  line-height: 25px;
  margin: 30px 0;
}

/* Fly Cart */
.page-flycart {
  padding: 100px 0;
  position: relative;
}

.page-flycart .title-des-demo {
  text-align: center;
  margin-bottom: 60px;
}

.page-flycart .title-demo {
  margin-bottom: 20px;
}

/* Block Service */
.box-service {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: rgba(4, 64, 47, 0.2);
}

.box-service .other-demo {
  margin-top: 100px;
  margin-bottom: 0;
  line-height: 33px;
  letter-spacing: -1px;
}

.box-service .other-demo span {
  border-bottom: none;
}

.box-service .title-service {
  font-size: 47px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}

.item-service {
  margin-top: 30px;
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 1px solid #e6e6e6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 25px;
}

.item-service:hover {
  /* background: transparent; */
  border: 1px solid #043F2E;
}

.item-service h3 {
  font-weight: 500;
  margin: 30px 0 10px 0;
  font-size: 18px;
  text-transform: uppercase;
  border-top: 1px solid #e1e1e1;
  padding: 40px 10px 0;
  color: #222222;
}

.item-service p {
  color: #676767;
  line-height: 28px;
  padding: 0 30px;
  height: 80px;
}

@media (max-width: 991px) {
  .header__nav .header__content .header__button {
    display: none;
  }

  .header__nav .header__menu {
    position: absolute;
    left: 15px;
    top: 100%;
    background-color: #000;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 15px;
  }

  .header__nav .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
  }

  .header__nav {
    height: 85px;
  }

  .topnav-flex .desc p,
  .topnav-block .desc p,
  .topnav .desc p.tit-bot {
    font-size: 45px;
  }

  .item-service p {
    padding: 0 15px;
  }

  #footerbot {
    padding: 60px 0 0;
  }

  #footerbot .footerbot-top {
    padding: 60px 0;
  }
}

.service-review .item-service {
  background: transparent;
  border: 1px solid;
}

.service-review .item-service h4 {
  font-size: 23px;
  font-weight: 500;
}

.service-review .item-service p {
  padding: 0;
  margin: 30px 0;
}

.service-review .item-service a {
  color: #8589dc;
  line-height: 25px;
  border-bottom: 2px solid #8589dc;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

/* Layout */
.box-layout {
  position: relative;
}

/* @media (max-width: 1500px) {
  .box-layout {
    display: none;
  }
} */

/* Box Payone */
.box-payone {
  margin: 100px 0;
}

@media (min-width: 768px) {
  .box-payone .row {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

.box-payone .title-demo {
  padding: 15px 30px;
  border-right: 2px solid #000;
  width: 75%;
  margin: auto;
  text-align: left;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.box-payone ul {
  padding: 0;
}

.box-payone ul li {
  position: relative;
  display: block;
  color: #454545;
  line-height: 30px;
  padding-left: 25px;
}

.box-payone ul li:before {
  content: "\f00c";
  color: #47ca3a;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-family: "FontAwesome";
}

/* footer */
#footerbot {
  background: #043F2E;
  /* padding: 0; */
  display: block;
  padding: 120px 0 0;
}

#footerbot .footerbot-top {
  padding: 80px 0;
}

#footerbot h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

#footerbot h3 {
  margin: 10px 0 40px;
  font-size: 47px;
  font-weight: 500;
  color: #fff;
}

#footerbot .btn {
  background: #fff;
  color: #000;
  border-color: #fff;
  padding: 13px 50px;
  border-radius: 8px 8px 24px 8px;
  transition: 0.3s ease-in;
}

#footerbot .btn:hover {
  background: #000;
  border-color: #000;
  color: #fff;
  border-radius: 8px;
  transition: 0.3s ease-in;
}

#footerbot .copy-right p {
  margin-top: 15px;
  color: #888888;
  font-size: 16px;
}

#footerbot .copy-right p .show-demo {
  cursor: pointer;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

#footerbot .copy-right {
  color: #888888;
  padding: 50px 0;
  border-top: 1px solid #fff;
}

#footerbot .copy-right p {
  margin: 0;
}

#footerbot .copy-right a {
  color: #fff;
}

/* Back to top */
#back-top {
  text-align: center;
  position: fixed;
  cursor: pointer;
  right: 50px;
  bottom: 20px;
  z-index: 99;
}

#back-top a {
  width: 45px;
  height: 45px;
  background: #000;
  color: white;
  font-size: 14px;
  line-height: 45px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.img-bg {
  width: 100%;
  height: 400px;
  display: inline-block;
  position: relative;
  margin-bottom: 18px;
}

.img-bg .box-link {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.2);
  transition: all 6s ease-out 0s;
  -webkit-transition: all 6s ease-out 0s;
  -moz-transition: all 6s ease-out 0s;
  -ms-transition: all 6s ease-out 0s;
  -o-transition: all 6s ease-out 0s;
}

.img-bg:hover .box-link {
  background-position: center 100% !important;
}

.box-demo.box-pages .box-item>a .img-bg {
  /* height: 600px; */
}

.box-demo.box-pages .box-item>a .img-bg .box-link {
  border-radius: 25px;
  /* height: 600px; */
}

.box-shop-page {
  background-color: rgba(4, 64, 47, 0.2);
}

@media(max-width: 767px) {
  .box-demo {
    padding: 30px 0;
  }

  .topnav-flex a,
  .topnav-block a,
  .topnav a {
    margin-bottom: 15px;
  }

  .topnav-flex .desc p,
  .topnav-block .desc p,
  .topnav .desc p.tit-bot {
    font-size: 25px;
    margin: 0;
  }

  .title-demo {
    font-size: 40px;
  }

  .pre-home {
    font-size: 30px;
  }

  .title-des-demo {
    font-size: 14px;
    width: auto;
  }

  .box-service .title-service {
    font-size: 30px;
    margin: 0px 0px 10px;
  }

  .item-service h3 {
    font-size: 16px;
  }

  #footerbot {
    padding: 30px 0 0;
  }

  #footerbot .footerbot-top {
    padding: 30px 0;
  }

  #footerbot .btn {
    padding: 10px 30px;
  }

  #footerbot .copy-right {
    padding: 30px 0;
  }

  .topnav-flex a img,
  .topnav-block a img,
  .topnav a img {
    width: 150px;
  }

  .box-item {
    margin-top: 30px;
  }

  .box-header-footer-page .title-des-demo {
    margin-bottom: 30px;
  }

  .box-item .name-home {
    margin-top: 10px;
  }

  .box-item-1 {
    margin-bottom: 20px;
  }

  .box-item-1 img {
    border-radius: 0px;
  }

  .box-service {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pos-top {
    width: 100%;
    top: 50%;
    text-align: left;
  }
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1760px !important;
  }
}

@media (max-width: 1024px) {
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}