@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500;600;700&display=swap");
body {
  font-family: "Prompt", sans-serif;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
a:hover {
  text-decoration: none;
}
.note{
  color: red;
  margin-top: 20px;
  font-size: 13px;
}
.line {
  display: flex;
  justify-content: center;
  transform: rotate(90deg);
  width: 100px;
  margin: auto;
}
.line div {
  border: 1px solid #adbec0;
}
.line-1 div:first-child {
  width: 35px;
}
.line-1 div:nth-child(2) {
  width: 10px;
  margin: 0 5px;
}
.line-2 div:first-child {
  width: 5px;
  margin: 0 5px;
}
.line-2 div:nth-child(2) {
  width: 20px;
}
.line-3 div:first-child {
  width: 35px;
}
.line-3 div:nth-child(2) {
  width: 5px;
  margin: 0 5px;
}
.btn-shopping {
  color: #ffffff;
  background-color: #1c334d;
  padding: 7px 20px;
  font-size: 16px;
  border-radius: 50px;
  width: max-content;
}
.btn-shopping img {
  width: 20px;
  margin-right: 5px;
}
.btn-shopping:hover {
  color: #fff;
  box-shadow: 0px 0px 5px 0px #3a3a3a;
}
.section-p {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Navbar ==============*/
.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  z-index: 99;
}
.nav-logo {
  width: 130px;
  object-fit: contain;
}
.nav-link {
  font-weight: 500;
  color: #1c334d !important;
}
nav .border-r {
  border-right: 1px solid #1c334d;
  height: 40px;
  margin: 0 20px;
}
nav .social {
  width: 30px;
}
.navbar-light .navbar-toggler {
  padding: 0px;
  border: none;
}
/* End Navbar ==========*/

/* Banner ==============*/
#banner {
  padding-top: 70px;
}
#banner img {
  width: 100%;
  object-fit: cover;
}
/*------------------------------ vertical bootstrap slider----------------------------*/
.carousel-inner > .carousel-item.carousel-item-next,
.carousel-inner > .carousel-item.active.carousel-item-right {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  top: 0;
}
.carousel-inner > .carousel-item.carousel-item-prev,
.carousel-inner > .carousel-item.active.carousel-item-left {
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  top: 0;
}
.carousel-inner > .carousel-item.next.carousel-item-left,
.carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
.carousel-inner > .carousel-item.active {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  top: 0;
}
/*------------------------------- vertical carousel indicators ------------------------------*/
.carousel-indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  left: auto;
  width: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.carousel-indicators li {
  display: block;
  width: 10px;
  border-radius: 50px;
  height: 10px;
  margin-right: 15px;
  margin-left: 15px;
  border: 1px solid transparent;
}
.carousel-indicators li.active {
  background: #658439;
}
/* End Banner ===================*/

/* Footer =======================*/
footer {
  background-color: #f1f2f2;
}
footer .footer-bottom {
  background-color: #1c334d;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
footer .head {
  font-size: 40px;
  color: #1c334d;
  font-weight: 600;
  text-align: center;
}
.footer-collapse .collapse-link {
  margin: 0px;
}
.footer-collapse .text {
  font-size: 14px;
  color: #414042;
}
.footer-collapse .collapse-link > a {
  display: block;
  position: relative;
  font-weight: 600;
  color: #414042;
  font-size: 16px;
  border-top: 1px solid #adbec0;
  padding: 20px 0;
}
.footer-collapse .collapse-link > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  font-size: 10px;
  background-color: #66ab64;
  padding: 4px 6px;
  border-radius: 50px;
  color: #fff;
}
.footer-collapse .collapse-link > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
/* End Footer ==================*/

/* Why =========================*/
#why {
  background-color: #f1f5f5;
  position: relative;
}
#why .box-left img {
  width: 100%;
}
#why .box-right img {
  width: 350px;
}
#why .container {
  position: relative;
  padding-top: 70px !important;
}
#why .container .bg {
  position: absolute;
  top: 5%;
  right: 0;
  width: 150px;
}
#why h1,
h4,
h5 {
  color: #1c334d;
  font-weight: 600;
}
#why small {
  font-weight: 500;
}
#why p {
  color: #414042;
  font-size: 14px;
}
#why .box-full {
  background: url("../images/why-bg.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  position: relative;
}
#why .box-full .container {
  max-width: 800px;
  padding-top: 0px !important;
}
#why .box-full .box-bg {
  background: url("../images/why-box-bg.png") no-repeat left center;
  background-size: cover;
}
#why .box-full .bg {
  position: absolute;
  bottom: -40%;
  left: 14%;
  width: 220px;
}
#why .box-full img {
  width: 70px;
  margin-bottom: 10px;
}
#why .mobile img {
  width: 60px;
  z-index: 10;
  margin-bottom: 0;
}
#why .mobile h5 {
  margin-bottom: 2px;
}
#why .mobile .detail {
  font-size: 12px;
  color: #414042;
}
#why .mobile .container-img {
  position: relative;
}
#why .step-line {
  border-right: 2px dashed #d34d43;
  height: 100%;
  top: 100%;
  left: 50%;
  position: absolute;
  z-index: 0;
  transform: translate(-50%, 0%);
}
/* End Why ========================*/

/* Video ============================*/
#video .container {
  position: relative;
}
#video img {
  width: 400px;
  object-fit: contain;
  margin: 40px 0;
}
#video .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  margin: 0;
  object-position: 0px 5px;
}
#video .youtube {
  width: 400px;
  height: 230px;
  margin: 40px 0;
}
/* End Video =========================*/

/* Product 1 =========================*/
#product_1 {
  background-color: #e2f1dc;
}
#product_1 .head {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  padding: 0px 30px;
  background-color: #1c334d;
  border-radius: 50px;
  width: max-content;
  margin: auto;
  margin-bottom: 10px;
}
.product h2,
h5 {
  color: #1c334d;
  font-weight: 600;
}
.product small {
  font-weight: 400;
}
.product p {
  color: #414042;
  font-size: 14px;
  font-weight: 300;
}
.product ul {
  padding-left: 20px;
}
.product ul li {
  color: #414042;
  font-weight: 500;
  padding: 2px 0;
}
.product .price {
  color: #414042;
  font-weight: 500;
}
#product_1 .bg {
  background: url("../images/product/product1-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 100%;
}
#product_1 .bg img {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 270px;
}
#product_1 .bg-1 {
  display: none;
}
#product_1 .bg-2 {
  display: none;
}
/* End Product 1 =====================*/

/* Product 2 =========================*/
#product_2 .bg {
  background: url("../images/product/product2-bg.png") no-repeat right center;
  background-size: 25rem;
  position: relative;
  height: 100%;
  background-position: 12rem;
}
#product_2 .bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
}
#product_2 .bg-1 {
  display: none;
}
#product_2 .bg-2 {
  display: none;
}
/* End Product 2 =====================*/

/* Product 3 ==========================*/
#product_3 {
  background-color: #e2f1ee;
}
#product_3 .bg {
  background: url("../images/product/product3-bg.jpg") no-repeat center bottom;
  background-size: 31rem;
  position: relative;
  height: 100%;
}
#product_3 .bg-1 {
  display: none;
}
/* End Product 3 =====================*/

/* Review =============================*/
#review {
  background-color: #f1f5f5;
}
#review h1 {
  color: #1c334d;
  font-weight: 600;
}
#review img {
  width: 150px;
  margin: 20px 0;
}
#review .owl-carousel .item {
  padding: 20px;
}
#review .owl-carousel img {
  width: 100%;
  margin: 0;
}
/* End Review ==========================*/

/* Contact =============================*/
#contact {
  background: url("../images/contact-bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
#contact h2 {
  color: #1c334d;
  font-weight: 600;
  margin: 0 0 30px;
  line-height: 40px;
}
#contact .mobile {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 150px;
}
.contact-block {
  margin: 30px 0;
}
#contact .btn-contact {
  border: 2px solid #1c334d;
  border-radius: 50px;
  color: #1c334d;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2px 20px;
  margin: 30px 0;
}
#contact .btn-contact:hover {
  border: 2px solid #1c334d;
  background-color: #1c334d;
  color: #fff;
}
#contact .btn-contact i {
  font-size: 20px;
}
#contact .line-social {
  width: 60px;
}
#contact .social img {
  width: 40px;
  margin: 0 10px;
}
#contact .social img:hover {
  transform: scale(1.1);
}
/* End Contact ==========================*/

/* iPad Size 
============================================================================================= */
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-collapse .collapse-link > a {
    font-size: 12px;
  }
  #why p {
    font-size: 12px;
  }
  #why .box-right img {
    width: 300px;
  }
  #why .container .bg {
    width: 100px;
  }
  #why .box-full .bg {
    bottom: -40%;
    left: 0%;
    width: 160px;
  }
  #video .bg {
    width: 160px;
    object-position: 40px 5px;
  }
  #product_1 .bg-1 {
    width: 113%;
    display: block;
    margin-left: -8%;
  }
  #product_1 .bg-2 {
    position: absolute;
    bottom: 20%;
    right: -24px;
    width: 200px;
    display: block;
  }
  #product_2 .bg-1 {
    width: 240px;
    display: block;
    object-position: 25px -10px;
  }
  #product_2 .bg-2 {
    width: 200px;
    display: block;
    object-position: 0 15px;
  }
  .product p {
    text-align: center;
  }
  #product_3 .bg {
    background-size: 18rem;
    height: 300px;
  }
  #product_3 .bg-1 {
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
  }
  #contact h2 {
    margin: 20px 0;
  }
  .contact-block {
    margin: 20px 0;
  }
  #contact .mobile {
    left: 6%;
    top: 24%;
    width: 140px;
  }
}

/* iPad Pro Size
============================================================================================*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  #why .box-full .bg {
    left: 3%;
    width: 200px;
  }
  #product_1 .bg {
    background-size: contain;
  }
  #product_1 .bg img {
    width: 200px;
  }
  #product_2 .bg {
    background-position: 6rem;
  }
  #product_2 .bg img {
    bottom: 2%;
    width: 200px;
  }
  #product_3 .bg {
    background-size: 29rem;
  }
  #contact .mobile {
    left: 15%;
  }
}

/* Mobile Size 
============================================================================================ */
@media (max-width: 575.98px) {
  .line-1 div:first-child {
    width: 25px;
  }
  .nav-logo {
    width: 100px;
  }
  footer .head {
    font-size: 30px;
    padding-top: 20px;
  }
  .footer-collapse .collapse-link > a {
    font-size: 14px;
  }
  footer .footer-bottom {
    font-size: 12px;
  }
  .carousel-indicators {
    left: 0;
    right: 0;
    top: unset;
    transform: none;
    margin: unset;
  }
  #banner {
    padding-top: 60px;
  }
  .carousel-inner > .carousel-item.carousel-item-next,
  .carousel-inner > .carousel-item.active.carousel-item-right {
    transform: unset;
  }
  .carousel-inner > .carousel-item.carousel-item-prev,
  .carousel-inner > .carousel-item.active.carousel-item-left {
    transform: unset;
  }
  .carousel-inner > .carousel-item.next.carousel-item-left,
  .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
  .carousel-inner > .carousel-item.active {
    transform: unset;
  }
  #why .container .bg {
    top: 2%;
    width: 80px;
  }
  #why .box-right img {
    width: 300px;
  }
  #why .box-full {
    background-size: 40rem;
    padding: 10px 0;
  }
  #why p br {
    display: none;
  }
  #why .box-full .bg {
    bottom: unset;
    left: unset;
    top: -12%;
    right: 0;
    width: 140px;
    object-position: 50px;
  }
  #video .bg {
    right: unset;
    left: 0;
    width: 120px;
    object-position: -5px 5px;
  }
  #video .youtube {
    width: 250px;
    height: 145px;
    margin: 30px 0px 30px 75px;
  }
  #product_1 .head {
    font-size: 2rem;
  }
  .product h2,
  h5 {
    font-size: 20px;
  }
  .product p {
    text-align: center;
  }
  .product p br {
    display: none;
  }
  .product ul li {
    font-size: 14px;
  }
  .product .price {
    font-size: 14px;
  }
  #product_1 .bg-1 {
    width: 105%;
    display: block;
    margin-left: -5px;
  }
  #product_1 .bg-2 {
    position: absolute;
    bottom: 27%;
    right: 0;
    width: 140px;
    display: block;
  }
  #product_2 .bg-1 {
    width: 180px;
    display: block;
    object-position: 0 -10px;
  }
  #product_2 .bg-2 {
    width: 100%;
    display: block;
    object-position: 0 15px;
  }
  #product_3 .bg {
    background-size: 18rem;
    height: 300px;
  }
  #product_3 .bg-1 {
    width: 50px;
    display: block;
    position: absolute;
    top: 50%;
  }
  #review h1 {
    font-size: 30px;
  }
  #review .owl-carousel .item {
    padding: 10px;
  }
  #contact .social img {
    width: 30px;
  }
  #contact .mobile {
    position: relative;
    top: unset;
    left: unset;
    width: 100px;
  }
  #contact h2 {
    font-size: 25px;
    text-align: left;
    margin: 30px 0 0;
    line-height: 35px;
  }
  .contact-block {
    text-align: left;
    margin: 15px 0 50px;
  }
  #contact .line-social {
    width: 50px;
    position: absolute;
    top: -6%;
    right: 2%;
  }
  #contact .btn-contact {
    font-size: 1.3rem;
  }
  #contact {
    background: url("../images/contact-bg-mobile.jpg") no-repeat center center;
    background-size: cover;
  }
}

/* Large devices (laptops/desktops, 992px and up) ======================*/
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1500px and up) ================*/
@media only screen and (min-width: 1500px) {
}
