body {
  background-color: #141416;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}
.bg-dark {
  border-bottom: 1px solid #3f4349;
  background-color: #131517 !important;
  height: 100px;
  color: #ffffff !important;
}
.bg-image {
background-image: url(images/krutac_bg.png);
background-repeat: no-repeat;
background-size: auto;
height: 80vh;
background-size: 100% 100%;
}
.a-tag {
    color: #fff !important;
    text-decoration: none;
}
.container-product {
  margin: -6rem 6rem 3rem 6rem;
}
.btn-dwn {
background-color: #6983e4;
    border: none;
    color: white;
    padding: 7px 14px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 8px;
}
.container-videoml {
  margin: 6rem 6rem 3rem 6rem;
}
.row-box {
  border: 1px solid #3f4349;
}
.left-box {
  background-image: url(images/left-box.png);
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  background-size: 100% 100%;
  color: #ffffff;
  padding: 14rem 9rem;
}
.video-left-box {
      padding: 5rem 6rem !important;
}
.right-box {
  background-color: #141416;
}
.container-next {
  margin: 2rem 6rem 3rem 6rem;
}
.left-box-two {
  background-image: url(images/left-box-two.png);
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  background-size: 100% 100%;
  color: #ffffff;
  padding: 20rem 9rem;
  text-align: center;
}
.justi {
  display: flex;
  justify-content: center;
}
.head-text {
  text-align: left;
  width: 85%;
  line-height: 58px;
  margin-left: 36px;
}
.iso-img {
  width: 100px;
  margin-left: 36px;
}
.ele-img {
  height: 90px;
  margin-left: 20px;
}
.inside-para {
  color: #f8f8f8 !important;
}
.card-head {
  color: #889ce7;
  padding: 2rem 0px 6px 0px;
}
.inside-card-para {
  color: #f8f8f8 !important;
}
.small-card-one {
  background-color: #1b1c1e;
  border-radius: 18px;
  padding: 20px;
  margin: 12rem 1rem 6rem 3rem;
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
}
.small-card-videoml {
      background-color: #1b1c1e;
  border-radius: 18px;
  padding: 20px;
  margin: 0rem 1rem 6rem 3rem;
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
}
.small-card-two {
  background-color: #1b1c1e;
  border-radius: 18px;
  padding: 20px;
  margin: 6rem 3rem 12rem 1rem;
  box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
}
.small-card-five {
  margin: 6rem 3rem 6rem 1rem !important;
}
.inside-para-last {
  color: #f8f8f8 !important;
  padding: 14rem;
}
.footer-style {
  background-color: #141416;
  padding: 0rem 6rem 2rem 6rem;
}
.logo-img {
  width: 200px;
  margin-bottom: 3rem;
}
.main-img {
  margin-left: 74px;
  width: 200px;
}
.nav-link {
  color: #ffffff !important;
  margin-right: 74px;
}
.address {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.stackimg {
  width: 100px;
  border: 10px solid #fff;
  border-radius: 6px;
}
.button {
  background-color: #fc6262;
  border: none;
  border-radius: 6px;
  color: white;
  padding: 8px 14px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.nav-mob {
  display: none;
}


@media only screen and (min-width: 1030px) and (max-width: 1366px) { 
  .iso-img {
    width: 60px;
    margin-left: 36px;
  }
  .ele-img {
    height: 50px;
    margin-left: 20px;
  }
  .head-text {
    text-align: left;
    width: 75%;
    font-size: 26px !important;
    line-height: 34px;
    margin-left: 36px;
  }
  .left-box {
    padding: 12rem 5rem;
  }
  .small-card-one {
    margin: 8rem 1rem 3rem 1rem;
  }
  .small-card-two {
    margin: 3rem 1rem 8rem 1rem;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  p {
    font-size: 12px;
  }
  .inside-para-last {
    padding: 8rem 7rem;
  }
  .left-box-two {
    padding: 8rem 7rem;
  }
  .container-next {
    margin: 2rem 6rem 3rem 6rem;
  }
  .logo-img {
    width: 150px;
    margin-bottom: 2rem;
  }
  .bg-dark {
    height: 80px;
  }
  .main-img {
    margin-left: 74px;
    width: 150px;
  }
}

@media only screen and (max-width: 600px) {
  .nav-desk {
    display: none;
  }
  .nav-mob {
    max-width: 480px;
    margin: auto;
    background-color: #555;
    color: white;
    border-radius: 10px;
    display: block;
  }
  
  .topnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
  }
  
  .topnav #myLinks {
    display: none;
  }
  
  .topnav a {
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    display: block;
  }
  
  .topnav a.icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .topnav a:hover {
    color: black;
  }
  
  .active {
    color: white;
  }
  .inside-para-last {
    padding: 12rem 7rem;
  }
  .main-img {
    margin-left: 26px;
    width: 140px;
    padding: 8px;
  }
  .bg-image {
height: auto;
}
.head-text {
  width: 100%;
  line-height: normal;
  margin-left: 0px;
  font-size: 19px;
}
.iso-img {
  width: 50px;
  margin-left: 0px;
}
.ele-img {
  height: 42px;
  margin-left: 8px;
}
.container-product {
  margin: 3rem;
}
.container-videoml {
  margin: 3rem;
}
.left-box {
  padding: 18px;
}
.small-card-one {
    margin: 1rem;
}
.small-card-two {
        margin: 1rem;
}
.row-box {
 padding: 12px;
}
.container-next {
  margin: 3rem;
}
.left-box-two {
  padding: 3rem;
}
.inside-para-last {
  color: #8a8a8a !important;
  padding: 1rem;
}
.footer-style {
  padding: 0rem 5rem 2rem 5rem;
    text-align: center;  
}
}