* {
  font-family: sans-serif;
}

body {
  color: #2a2a2a;
  font-size: 15px;
  margin-left: 5%;
  margin-right: 5%;
}
/* @media (min-width: 1200px){
  .container {
    width: 1400px !important;
  }
} */
.container-fluid{
  padding-right: 8% !important;
  padding-left: 8% !important;
}

/* main {
  margin: 40px 0px 04px 0px;
} */
section {
  padding: 40px 0px 40px 0px;
}

/* nav,
.product,
.text {
  max-width: 800px;
  margin: auto;
} */

/*Nav*/
nav {
  margin: 56px auto 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.nav__link {
  color: #aaa;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 8px 16px;
  transition: color 0.5s ease;
}

.nav__link:hover {
  color: #555;
}

.nav__link-active {
  color: #555;
  border-bottom: 2px solid #545454;
}

/*Product*/
.product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 3%;
}

.product__item {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 5px solid #fff;
  border-radius: 8px;
  width: 30%;
  /* height: 320px; */
  margin: 8px 0;
  padding: 10px 25px 30px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 1px 5px 2px #dcdada;
  transition: all 0.5s;
}
.product__item:hover {
  transition: all 0.5s;
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 7%), 0 6px 30px 5px rgb(0 0 0 / 6%),
    0 8px 10px -5px rgb(0 0 0 / 15%);
}

.gigabyte-product:hover {
  border-top: 5px solid #4caf50;
}

.gigabyte-product:hover .product__item__text {
  color: #4caf50;
}

.meteo-product:hover {
  border-top: 5px solid #2b6db7;
}

.meteo-product:hover .product__item__text {
  color: #2b6db7;
}

.lepra-product:hover {
  border-top: 5px solid #ed8125;
}

.lepra-product:hover .product__item__text {
  color: #ed8125;
}

.product__item-highlight {
  width: 30%;
}

.product__item__image {
  /* width: 148px; */
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.product__item__text {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  width: 100px;
  margin: 6px 0 20px;
}

.product__item-highlight .product__item__text {
  width: 100%;
  display: block;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.product__item__checkmark {
  background: #fafafa;
  border-radius: 50%;
  width: 16px;
  height: auto;
  margin: 0 16px;
  padding: 8px;
}

/*Text*/
.text {
  /* width: 100%; */
  /* padding: 15px 30px; */
  display: flex;
  justify-items: center;
}

.text__item1 {
  /* min-width: 30%; */
  text-align: center;
}

/* .text__item2 {
  min-width: 70%;
} */

.text__item1 h1,
.text__item2 h1 {
  color: #444;
  font-size: 24px;
  line-height: 1.3;
}

.text__item1 p,
.text__item2 p {
  color: #888;
  font-size: 15px;
  line-height: 1.54;
}

.comapany-site-link {
  text-decoration: none;
  font-weight: bold;
  color: #444 !important;
}

.comapany-site-link:hover {
  color: #2a2a2a !important;
}

.btn-card-link {
  border: none !important;
  border-radius: 6px !important;
  padding: 5px 20px !important;
  text-decoration: none !important;
  font-size: 15px !important;
}

.btn-gigabyte-site {
  background: #4caf50 !important;
  color: #fff !important;
  float: left !important;
}

.btn-gigabyte-admin {
  color: #4caf50 !important;
  background: #fff !important;
  border: 1px solid #4caf50 !important;
  float: right !important;
}

.btn-meteo-site {
  background: #2b6db7 !important;
  color: #fff !important;
  float: left !important;
}

.btn-meteo-admin {
  color: #2b6db7 !important;
  background: #fff !important;
  border: 1px solid #2b6db7 !important;
  float: right !important;
}

.btn-lepra-site {
  background: #ed8125 !important;
  color: #fff !important;
  float: left !important;
}

.btn-lepra-admin {
  color: #ed8125 !important;
  background: #fff !important;
  border: 1px solid #ed8125 !important;
  float: right !important;
}

.rvhost-logo {
  width: 50%;
}

.button-container {
  width: 150px;
  height: 50px;
  background-color: rgb(139, 212, 232);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 10px;
  margin: 0 30px;
}

.right-col {
  /* background: #222;
            width: 50vw;
            height: 100vh; */
  padding: 1rem 0.5rem;
}

/* Toggle Switch */

.label {
  display: inline-flex !important;
  align-items: center !important;
  cursor: pointer !important;
  top: 5px !important;
  position: relative !important;
  float: right !important;
  margin-bottom: 0px !important;
}

.label-text {
  margin-left: 8px;
}

.toggle-site {
  isolation: isolate !important;
  position: relative !important;
  height: 14px !important;
  width: 28px !important;
  border-radius: 30px !important;
  border: 2px solid blue !important;
  background: #bbbbbb !important;
  overflow: hidden !important;
}

.toggle-inner {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 10px;
  width: 30px;
  border-radius: 25px;
  overflow: hidden;
}

.active-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background: blue;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.05s linear 0.17s;
}

.toggle-state {
  display: none;
}

.indicator {
  height: 100%;
  width: 200%;
  background: #ffffff;
  border-radius: 13px;
  transform: translate3d(-75%, 0, 0);
  transition: transform 0.35s cubic-bezier(0.85, 0.05, 0.18, 1.35);
}

.toggle-state:checked ~ .active-bg {
  transform: translate3d(-50%, 0, 0);
}

.toggle-state:checked ~ .toggle-inner .indicator {
  transform: translate3d(25%, 0, 0);
}

.hide-show-form-label {
  font-size: 13px;
}

.toggle-main {
  text-align: center;
  padding: 0% 10% 0% 10% !important;
}

.toggle-label-section {
  float: right;
  padding-top: 3px;
  padding-left: 5px;
}
.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: live-dot 2s infinite;
  background-color: red;
  float: right;
  top: 6px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
}
.status-label {
  float: right;
  font-size: 15px;
}

.gigabyte-active-bg {
  background: #4caf50 !important;
}
.meteo-active-bg {
  background: #2b6db7 !important;
}
.lepra-active-bg {
  background: #ed8125 !important;
}

.gigabyte-toggle {
  border: 2px solid #4caf50 !important;
}
.meteo-toggle {
  border: 2px solid #2b6db7 !important;
}
.lepra-toggle {
  border: 2px solid #ed8125 !important;
}

.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
}
.slick-prev, .slick-next{
  background: #000;
  border-radius: 15px;
  border-color: transparent;
}

.splide {
  margin: 3% 6%;
}

.splide__slide {
  margin: 1.3% !important;
}

.splide__arrow--prev {
  left: -3em !important;
}

.splide__arrow--next {
  right: -3em !important;
}

.splide__pagination {
  bottom: -2em !important;
}

.splide__pagination__page.is-active {
  background: #848484 !important;
}
.our-story-card-animation-container{
  /* margin: -10% -5% -5% 0; */
  position: relative;
  overflow: hidden;
}
.our-story-card-img{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.our-story-card-animation{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.our-story-card-main-img{
  width: 81%;
  height: 73%;
  margin-top: 4.5%;
  margin-left: 9%;
  position: absolute;
  top: 0;
  left: 0;
}
.our-story-card-main-img img{
  width: 100%;
  height: 100%;
}
.our-story-card-video {
  width: 96%;
  height: 100%;
}