:root {
  --primary-color: #007ba7;
  --secondary-color: #4dc1ba;
  --body-clr: #333333;
  --bg-black: #101010;
}
@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: Nexa-Bold;
  src: url("../fonts/Nexa Bold.otf");
}

html {
  font: 400 16px/1.5 "Poppins-Medium", sans-serif;
  scroll-behavior: smooth;
}

.fafix {
    font-family: FontAwesome;
}

body {
  margin: 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  font: 400 16px/1.6 "Poppins-Medium", sans-serif;
  color: rgba(var(--body-clr), 0.8);
  width: 100%;
  background-color: var(--bs-white);
}

ul,
li,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #00d3f1;
}

p {
  color: #838383;
}

button:active,
button:focus {
  outline: 0 !important;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  box-shadow: none !important;
  border-color: none !important;
}

.btn-main {
  font-family: "Poppins-SemiBold";
  position: relative;
  -webkit-transition: all 0.6s ease !important;
  transition: all 0.6s ease !important;
  color: #fff;
  padding: 0.8rem 2.5rem !important;
  overflow: hidden;
  border-radius: 28.5px;
  z-index: 2;
}

.btn-1 {
  background: #29b2fe;
}

.btn-3 {
  background: linear-gradient(#2f76ec 0%, #0a51c8 100%);
}

.btn-main:hover {
  color: #141313;
}

.btn-main:after {
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0.25rem solid #fff;
  border-radius: 28.5px;
}

.btn-1:after {
  border: unset;
}

.btn-3:after {
  border: unset;
}

.btn-main::before {
  z-index: -1;
  display: block;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
  width: 0;
}

.btn-main:after,
.btn-main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.btn-main:hover:before {
  width: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 28.5px;
}

.btn-main:focus:before,
.btn-main:hover:before {
  right: auto;
  left: 0;
}

.yellow-clr {
  color: #e78e1a;
  white-space: nowrap;
}

:focus {
  outline: 0 !important;
}

.custom-header .nav-link {
  letter-spacing: 0.02em;
  color: #fff;
  overflow: hidden;
  padding: 0;
  height: 1.8em;
}

.custom-header .nav-link.active span {
  color: #29b2fe;
  border-top: 3px solid #29b2fe;
  font-weight: 600;
}

.custom-header .nav-link span {
  position: relative;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.custom-header .nav-link span::before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  font-weight: 700;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 110%;
  color: #29b2fe;
}

.custom-header .nav-link:hover span,
.custom-header .nav-link:focus span {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

.custom-header.scrolled {
  background: rgb(3 19 44 / 70%);
}

.custom-header.scrolled .navbar {
  padding: 0 !important;
}

.custom-header.scrolled .btn-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.custom-header .navbar-brand img {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-header.scrolled .navbar-brand img {
  width: 80%;
}

.banner {
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

#lottie {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
#lottie:after {
  content: "";
  background-image: url("../imgs/Rectangle 2.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.banner h4 {
  letter-spacing: 0.36em;
}

.banner-main,
.banner-slider {
  height: 70vh;
}

.banner .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 20%;
}

.banner .swiper-pagination-bullet {
  width: 17.31px;
  height: 3.69px;
  border-radius: 1.84px;
  background: rgb(255 255 255 / 0.6);
}

.banner .swiper-pagination-bullet-active {
  width: 30.88px;
  background: #fff;
}

.heading {
  font-size: 134.47px;
  letter-spacing: -0.01em;
  text-shadow: 2.74px 6.44px 19px rgba(3, 21, 46, 0.49);
  font-family: "Nexa-Bold";
}

.sub-heading {
  font-size: 38.5px;
  letter-spacing: -0.02em;
  color: #1e1f21;
}

.main-heading,
.production-box + h4 {
  font-family: "Poppins-SemiBold";
}

.custom-footer {
  background-image: url("../imgs/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-footer h6 {
  letter-spacing: 0.44em;
}

.tech-slider .autoplay {
  bottom: -15px;
  right: 0;
  left: 0;
  background: linear-gradient(#2f76ec 0%, #0a51c8 100%);
  width: 15%;
  margin: 0 auto;
  border-radius: 28.31px;
  box-shadow: -1px 7px 14px rgb(0 0 0 / 18%);
}

.tech-slider .swiper-slide {
  text-align: center;
  opacity: 0.5;
  filter: grayscale(1);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tech-slider .swiper-slide-active {
  filter: unset;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-slider .swiper-slide .product-card {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.product-slider .swiper-slide-active .product-card {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tech-slider .swiper-button-next,
.tech-slider .swiper-button-prev {
  position: unset;
  top: unset;
  width: unset;
  height: unset;
  margin-top: unset;
  z-index: unset;
  color: unset;
}
.tech-slider .swiper-button-next:after,
.tech-slider .swiper-button-prev:after,
.tech-slider .stop:after,
.tech-slider .play:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  margin: 0 10px;
  color: #fff;
}

.tech-slider .swiper-button-next:after {
  content: "\f04e";
}
.tech-slider .swiper-button-prev:after {
  content: "\f04a";
}

.tech-slider .stop:after {
  content: "\f04c";
}
.tech-slider .play:after {
  content: "\f04b";
}
.profile-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto;
}

.social-icons li {
  display: inline-block;
  padding: 0 10px;
}

.product-card {
  height: 550px;
}

.product-card a,
.swiper-slide {
  cursor: pointer;
  transition: unset;
}

.product-card a:hover h3 {
  color: #000;
}

    .product-card h3 {
        color: #57AFE1;
        font-family: "calibri light", sans-serif;
        font-size: 3rem;
    }

.product-img {
        margin: 0px;
        paddding: 0px;
}

.product-card p {
    font-size: 1rem
    
}
    
.main-heading {
    color: #57AFE1;
    font-family: "calibri light", sans-serif;
    font-size: 4rem;
}

.header-3 {
    color: #57AFE1;
    font-family: "calibri light", sans-serif;
    font-size: 2rem;
}

.product-description {
    width: 100%;
    margin: 2rem auto;
    text-align: justify;
    text-justify: inter-word;
}




.BuildBase-container{
    width: 50%;
    margin: 0px auto;

}

/*
    YOUTUBE Embed
*/
.youtube{
    min-height: 33vh;
}


/*
    END YOUTUBE Embed
*/



/*
    IMAGE VIEWER MODAL
*/


.imageHover:hover {
    opacity: 0.7;
    cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    max-width: fit-content;
    max-height: fit-content;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 50px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }


/*
    END IMAGE VIEWER MODAL
*/












.features-card {
    color: #57AFE1;
}

.features-blue {
    color: #57AFE1;
    
}

.feature-slider .product-card {
    height: unset;
}

.feature-slider .product-card a {
  width: 51px;
  height: 38px;
  border-radius: 28px;
  background: linear-gradient(#2f76ec 0%, #0a51c8 100%);
}

.product-name ul li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 0.15rem;
}

.status-box ul li {
  position: relative;
  margin-bottom: 15px;
}

.status-box ul li:last-child {
  margin-bottom: 0;
}

.product-name ul li:before {
  /*content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath id='Path_903' data-name='Path 903' d='M4543.406,2089.352l21.91,10.708-21.91,11.119,8.825-11.119Z' transform='translate(-4543.406 -2089.352)' fill='%2329b2fe'/%3E%3C/svg%3E%0A");*/
  position: absolute;
  top: 60%;
  left: 35%;
  transform: translate(-650%, -50%);
}
.product-buy-button {
    display: block;
    width: 25vw;
    margin: auto;
}
.buy-box {
  background-image: url("../imgs/Group 374.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
}

.product-listing,
.status-box,
.production-box,
.product-card {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 3px 72px rgba(74, 74, 74, 0.11);
}

.bdr {
  position: relative;
}
.bdr:after {
  content: "";
  position: absolute;
  height: 100%;
  background: #ccc;
  width: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.login-box {
  filter: drop-shadow(0px 20px 60px rgba(0, 0, 0, 0.36));
  background: #fff;
  border-radius: 20px;
}

.login-box i {
  position: absolute;
  top: 15px;
  left: 30px;
  color: #929291;
}

.login-box i.fa-eye-slash {
  position: unset;
}

.login-box .show-pw {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  background: #f9f9f9;
  padding: 0;
}

.login-box input {
  padding: 10px 45px;
  color: rgb(146 146 146 / 57%);
  border-radius: 25px;
  background: #f9f9f9;
  border: unset;
}

.text-blue {
  color: #29b2fe;
}

.product-detail input {
  border: 2px solid #29b2fe;
  border-radius: 30px;
  padding: 10px 25px;
}

.status-box a {
  width: 25px;
  height: 25px;
  background: #ffa200;
  line-height: 24px;
  border-radius: 50%;
}

.status-box a i {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}

.c-trans-hov:active {
  transform: scale(1.5);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-trans-hov:active:after {
  color: #000;
}

/* rangeslider */

.nstSlider {
  border-radius: 20px;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 6px;
  top: 8px;
  clear: both !important;
  background-color: #29b2fe;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.nstSlider .bar,
.nstSlider .leftGrip {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
}

.nstSlider .leftGrip.gripHighlighted {
  background: #134;
}

.nstSlider .leftGrip {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background: #fff;
  box-shadow: 0 1px 1px 0 #b8b8b8;
}

.nstSlider .bar {
  top: 0;
  height: 6px;
  background-color: rgb(141 141 141 / 100%);
}

.nstSlider .highlightPanel {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}

.nstSlider .leftGrip {
  background: linear-gradient(#2c73e9 0%, #0e55cc 100%);
  height: 18px;
  top: -6px;
  width: 18px;
  border-radius: 26px;
}

.leftLabel {
  color: #535353;
  display: inline-block;
}
.custom-range-slider {
  height: 100%;
}

/* rangeslider */
.custom-rounded {
  border-radius: 28px;
}

@media (max-width: 1366px) {
  .banner .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 15%;
  }
  .tech-slider .autoplay {
    width: 25%;
  }
  .heading {
    font-size: 104.47px;
  }
  #lottie svg {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .custom-range-slider {
    height: 400%;
  }
  /* nav from left */
  .custom-header .nav-item {
    margin-bottom: 20px;
  }
  .custom-header .collapse:not(.show) {
    display: none;
  }
  .custom-header .navbar-collapse {
    background: linear-gradient(
      rgb(0 19 46 / 80%) 0%,
      rgb(103 224 255 / 80%) 100%
    );
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 200px;
    height: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .custom-header .navbar-collapse.collapsing {
    left: -200px;
    transition: height 0s ease;
  }
  .custom-header .navbar-collapse.show {
    left: 0;
    transition: left 300ms ease-in-out;
  }
  .custom-header .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: left 500ms ease-in-out;
  }
  /* nav from left */
}
@media (max-width: 768px) {
  .heading {
    font-size: 84.47px;
  }
}

@media (max-width: 575px) {
  .status-box span {
    font-size: 14px;
  }
  .custom-footer h4,
  .custom-footer h5 {
    font-size: 16px;
  }
  .status-box ul li:before {
    left: 0;
  }
  .banner .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 25%;
  }
  .heading {
    font-size: 54.47px;
  }
  .tech-slider .autoplay {
    width: 40%;
  }
  .custom-header .navbar-brand img {
    width: 80%;
  }
  .custom-header.scrolled .navbar-brand img {
    width: 60%;
  }
}

@media (max-width: 375px) {
  .tech-slider .autoplay {
    width: 60%;
  }
  .heading {
    font-size: 44.47px;
  }
  .custom-header .navbar-brand img {
    width: 60%;
  }
  .custom-header.scrolled .navbar-brand img {
    width: 40%;
  }
}
