/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap");
.bg-primary {
  background-color: #1690f0 !important;
}

.text-primary {
  color: #1690f0;
}

/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}
.features {
  font-size: 13px;
  text-align: left;

  font-family: Arial, Helvetica, sans-serif;
}
.features > ul > li {
  list-style: circle;
}
.srs{
  font-weight: 800;
 font-size: 3rem;
}
.video2{
  display: flex;
  justify-content: center;
  margin-top: 2vh;

}
.video2{
  width: 100%;
}
.video-promo{
  display: flex;
  justify-content: center;
  margin-top: 5vh;
  
}
.video1{
  width: ;
}
@media screen and (max-width:568px) {
  .video2{
    width: 100%;
    /* object-fit: fill;
    background-position: center;
    background-size: cover; */
  }
  .video1{
    width: 100%;
    /* object-fit: fill;
    background-position: center;
    background-size: cover; */
  }
  .srs{
    font-size: 28px;
  }
}
ul { 
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html,
body {
  height: 100%;
  font-family: "Nunito", sans-serif;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #545454;
}

body {
  background-color: #f5f8fc !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6a6a6a;
  overflow-x: hidden;
}

.section-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-title {
    padding: 5px;
  }
}
.section-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
}
.section-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  font-size: 0.9rem;
  margin-top: 6px;
}
.section-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  padding-top: 190px;
  background-color: #eaeaea;
}
.page-nav ul {
  float: none;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  color: #444;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: #444;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
  font-size: 0.93rem;
  font-weight: 600;
}

.btn-success {
  background-color: #51be78;
  border-color: #51be78;
}
.btn-success:hover {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}
.btn-success:active {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}
.btn-success:focus {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: #1690f0;
  border-color: #1690f0;
}
.btn-primary:hover {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}
.btn-primary:active {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}
.btn-primary:focus {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
  box-shadow: none !important;
}

.btn-outline-primary {
  border-color: #1690f0;
  color: #1690f0;
}
.btn-outline-primary:hover {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}
.btn-outline-primary:active {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
}
.btn-outline-primary:focus {
  background-color: #1690f0 !important;
  border-color: #1690f0 !important;
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ccc;
}

.btn-light {
  background-color: #fff;
  color: #3f3f3f;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

.form-control {
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #fff;
  border-color: #ccc;
}

.container {
  max-width: 1170px;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

/* ===================================== Basic CSS ==================================== */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.fw-md {
  font-weight: 600;
}

.fw-sm {
  font-weight: 500;
}

.big-padding {
  padding: 50px;
}
@media screen and (max-width: 940px) {
  .big-padding {
    padding: 30px 10px;
  }
}

.bggray {
  background-color: #f7f5f4 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fs-11 {
  font-size: 4rem;
}

.shadow-md {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xs {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
}

.truncate-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
  overflow: hidden;
  line-height: 21px;
}

.truncate-4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 82px;
  overflow: hidden;
  line-height: 21px;
}

.truncate-6 {
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 130px;
  overflow: hidden;
  line-height: 21px;
}

.rtable {
  max-width: 500px;
  float: none;
  margin: auto;
}
.rtable tr td {
  padding: 5px;
}

.fs-7 {
  font-size: 0.95rem;
}

.fs-8 {
  font-size: 0.9rem;
}

.sticky {
  position: sticky;
}

.bg-gray {
  background: rgba(217, 217, 217, 0.25);
}

.btn-xs {
  padding: 2px 8px;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.btn-xs i {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .bordernosm {
    border: 0px !important;
  }
}

.h400 {
  height: 400px;
  overflow: auto;
}

.sticky-top-90 {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  z-index: 1020;
}

.fs-9 {
  font-size: 0.79rem;
}

.fs-55 {
  font-size: 1.1rem;
}

.mt-25 {
  margin-top: 11px;
}

.width-fit {
  width: fit-content;
}

.text-justify {
  text-align: justify;
}

.max-230 {
  max-width: 230px;
}

footer .inner {
  background-color: #e4ecf1;
  padding: 50px;
  color: #444;
  font-size: 0.9rem;
}
@media screen and (max-width: 940px) {
  footer .inner {
    padding: 30px 10px;
  }
}
footer .inner h4 {
  color: #444;
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
footer .inner .foot-about p {
  margin-bottom: 30px;
}
footer .inner .foot-post .post-row {
  display: flex;
  margin-bottom: 10px;
}
footer .inner .foot-post .post-row .image img {
  width: 120px;
}
footer .inner .foot-post .post-row .detail {
  flex-grow: 1;
  padding-left: 5px;
}
footer .inner .foot-post .post-row .detail p {
  font-size: 0.8rem;
  margin-top: -5px;
}
footer .inner .foot-services ul li {
  padding: 5px;
  font-size: 0.95rem;
}
footer .inner .foot-services ul li a {
  color: #444;
}
footer .inner .foot-news p {
  margin-bottom: 20px;
}
footer .inner .foot-news .input-group {
  border-radius: 0px;
}
footer .inner .foot-news .input-group input {
  border-radius: 0px;
}
footer .inner .foot-news .input-group .input-group-append {
  border-radius: 0px;
  background-color: #fff;
}
footer .inner .foot-news ul li {
  float: left;
  padding: 10px;
}
footer .inner .foot-news ul li i {
  font-size: 20px;
}

.copy {
  padding: 20px;
  background-color: #fff;
  color: #444;
}
.copy a {
  color: #444;
}
.copy span {
  float: right;
}
.copy span i {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .mul {
    width: 100%;
  }

  .dfr {
    font-size: 2.5rem;
  }
}
.slide {
  padding-top: 56px;
}

header {
  z-index: 999;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .nacul {
    width: 100%;
  }
  .nacul li {
    width: 100%;
  }

  .border-md-0 {
    border: 0px !important;
  }
}
@media (max-width: 1111px) {
  .carousel-caption h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 4.5rem;
  }

  .carousel-caption .text-start {
    text-align: center !important;
  }
}
.carousel-control-prev-icon {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.carousel-control-next-icon {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.carousel-caption {
  right: 10%;
  left: 10%;
  bottom: 15%;
}
@media (max-width: 480px) {
  .carousel-caption {
    bottom: 3%;
  }
}

.w-125 {
  width: 90px;
}

.fs-12 {
  font-size: 5rem;
}

.bg-water {
  background-color: #ccc;
}

.mah-150 {
  max-height: 240px;
}

/*# sourceMappingURL=style.css.map */
.main-div {
  height: 450px;
}
.last-card-css {
  margin-top: 30%;
}
.product h4{
  font-family: "Rubik", sans-serif;
  padding: 10px 0;
  color: #0f4a77;
}
.product{
  position: relative;
  /* border: 1px solid red; */
  overflow: hidden;
  border-radius: 10px;
  /* background-image: url(../images/banner/card.png); */
  background-size: 100%  ;
  background-position: bottom;
  background-repeat: no-repeat;
  /* padding: 0 !important;
  padding-top:20px !important */
   ;
}
.product::after{
  content: '';
  position: absolute;
  left: -101px;
  bottom: -95px;
  /* top: -83px; */
  width: 432px;
  height: 300px;
  background-image: url(../images/banner/card.png);
  background-repeat: no-repeat;
  rotate: 37deg;
z-index: 0;
opacity: 0.7;
}
/* .product ul{
  padding-left: 0;
} */
 .features{
  /* background-color: rgba(0, 0, 0, 0.2);
  padding: 0 20px 20px 20px; */
 }
.features > ul{
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.features > ul > li{
  list-style: none !important;
  margin-top: 10px;
  color: #000000;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.features > ul > li{
    position: relative;
    /* background-image: url(https://png.pngtree.com/png-vector/20191113/ourmid/pngtree-green-check-mark-icon-flat-style-png-image_1986021.jpg); */
    position: relative;
    padding-left: 10px;
}
.features > ul > li::after{
content: '';
position: absolute;
left: -17px;
top: 0;
width: 25px;
height: 25px;
/* background-color: #000; */
background-image: url('../images/right.png');
background-repeat: no-repeat;
background-size: cover;
  
}
.features > p{
  font-size: 16px;
  padding: 10px 0 0 0;
  position: relative;
  z-index: 1;
  box-shadow: rgb(3 21 40 / 68%) 0px 8px 24px !important;
}
.features > p {
  font-size: 16px;
  /* padding: 10px 0 0 0; */
  background-color: #73ba78;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
}
.mah-150 {
  max-height: 210px;
  /* filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5)); */
}
.page-nav {
  background-image: url('../images/banner/1.png');
  background-size: cover;
  height: 40%;
  position: relative;
}
.page-nav::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 55%);
}
.services-container  .cover{
  height: 318px;
  background-color: #C9E9F5;
}
.services-container .cover img{
  filter: brightness(0) saturate(100%) invert(42%) sepia(100%) saturate(2461%) hue-rotate(182deg) brightness(94%) contrast(85%);
  /* filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));  */
}
.padding{
  padding: 60px 10px !important;
}
.bg-water{
  background-image: url(../images/bg/water-png-39967.png), url(../images/bg/water-png-39967.png); /* Same image twice */
    background-repeat: no-repeat, no-repeat; /* No repeat for both images */
    background-size: 407px, 500px; /* Size for both images */
    background-position: left top, right bottom; /* Position for both images */
    background-color: #fff; /* Background color */
}
.bg-water-75{
  background-image: url('../images/bg/water-png-751.png');
  background-size: cover;
}
/* .banner-content h1{
  font-size: 40px;
} */
 /* .banner-content{
  padding: 100px;
 } */
  .spare-container .product::after{
         display: none;
  }
  .spare-container .product img{
    /* width: 61px; */
    height: 210px;
    
    /* height: 245px; */
    /* rotate: 89deg; */
  }
  .spare-container .product{
    position: relative;
    padding: 20px;
    border: none;
    z-index: 999;
    background-color: #fff !important;
    height: 350px;
  }
  /* .spare-container .product::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ff7e5f, #feb47b); /* Your gradient colors */
   /* padding: 10px;
   z-index: 0;
  } */ */
  .spare-container .img-container{
    display: flex;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 10px 0;
    /* margin-bottom: 50px; */
  }
  .spare-container .features{
    text-align: center;

  }
  .spare-container .features h4{
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
  }
  .spare-container .features .price{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* border: 1px solid; */
    color: #fff;
    padding: 5px;
    font-size: 16px;
    background: rgb(252,199,0);
    background: linear-gradient(175deg, rgba(252,199,0,1) 0%, rgba(246,0,0,1) 100%);
  }
  /* .spare-container .features{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 10px;
  } */
  /* .spare-container .product{
    background-image: url('../images/bg/electric.png');
    background-position: left bottom ;
    background-size: 200px;
  } */


  @media screen and (max-width: 600px) {
  
      .bg-water-75 {
        background-image: url(../images/bg/water-png-751.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-size: 158px;
        background-position: left -22px top -17px;
    }
    .bg-water {
      background-image: url(../images/bg/water-png-39967.png), url(../images/bg/water-png-39967.png);
      background-repeat: no-repeat, no-repeat;
      background-size: 214px, 500px;
      background-position: left -109px top, right bottom;
      background-color: #fff;
  }
}
.spare-container .product {
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .page-nav {
      padding-top: 135px;
      /* padding-bottom: 40px; */
  }
}
.page-nav {
  background-image: url(../images/banner/banner-img4.jpg);
  background-size: cover;
  height: 50%;
  position: relative;
}
.page-nav {
  padding-top: 200px;
  padding-bottom: 40px;
}
.page-nav::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: rgb(0 0 0 / 0%);
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
  margin-top: 2%;
}
#carouselExampleIndicators{

  padding-top: 57px;
}
@media screen and (max-width: 600px) {
  #carouselExampleIndicators{

  padding-top: 81px;
}
.slide {
  padding-top: 84px;
}
}
