:root {
  --white: #fff;
  --black: #000;
  --theme-green: #3abd00;
  --theme-color: #091f45;
}
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "UpboltersNew";
  src: url("../fonts/upbolters-new-Regular.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
section {
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 300;
  color: #828282;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Poppins", sans-serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

figure {
  margin: 0;
}

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

.navbar-brand img {
  max-height: 150px;
  transition: 0.3s ease-in-out;
}

header {
  /* position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0; */
  width: 100%;
  background-color: var(--white);
  transition: 0.3s ease-in-out;
}

header.sticky {
  position: fixed;
}

header.sticky .navbar-brand img {
  max-width: 100px;
}
a.navbar-brand {
  margin: 0 0 -2rem 0;
  position: relative;
  z-index: 1;
  padding: 0rem 1.5rem 1rem 0rem;
  background-color: var(--white);
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.navbar {
  background-color: var(--theme-color);
  padding: 1rem 0;
}
.emailBtn,
.callBtn {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
}
.callBtn span,
.emailBtn span {
  font-size: 1rem;
  font-weight: 400;
  color: #828282;
  text-transform: uppercase;
  line-height: 1;
}
.callBtn i,
.emailBtn i {
  color: var(--theme-green);
}
.emailBtn a {
  font-size: 1rem;
  color: var(--theme-color);
  line-height: 1;
}
.callBtn a {
  font-size: 1.56rem;
  font-weight: 600;
  color: var(--theme-green);
  text-transform: uppercase;
  line-height: 1;
}
.searchBar {
  border: 1px solid #d7d7d7;
  border-radius: 29px;
  background-color: var(--white);
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.searchBar input {
  border: none;
  background-color: transparent;
  padding-left: 1rem;
  font-size: 1rem;
  color: #828282;
  line-height: 1.5;
  height: 100%;
}
.searchBar input:focus {
  outline: none;
}
.searchBar button {
  background-color: transparent;
  border: none;
  border-left: 1px solid #d7d7d7;
  font-size: 22px;
  color: #828282;
  height: 100%;
  padding: 0rem 1rem;
}
.navbar-nav {
  gap: 1rem 0.5rem;
}
.navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: normal;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.navbar-nav .nav-item .nav-link::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: transform 0.3s ease-in-out;
  background-color: var(--white);
  transform-origin: center;
  transform: scaleX(0);
}
/*.navbar-nav .nav-item.active .nav-link::after,*/
/*.navbar-nav .nav-item .nav-link:hover::after {*/
/*  transform: scaleX(1);*/
/*}*/

.topBar {
  background-color: var(--theme-color);
  padding: 0.7rem 0;
}

.topOne {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
  width: 83%;
  margin-left: auto;
}

.social ul {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
}
.social ul li span {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
  margin-right: 1rem;
}
.social ul li a {
  color: var(--white);
  font-size: 1rem;
  box-shadow: 0px 25px 53.1px 5.9px rgba(180, 180, 180, 0.23);
}
.social ul li a:hover {
  color: var(--theme-green);
}
.emailContent a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: var(--white);
  line-height: 1;
}
.emailContent a i {
  font-size: 1.125rem;
  color: var(--theme-green);
  margin-right: 0.5rem;
}
.emailContent {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.main-slider {
  position: relative;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider h5 {
  font-size: 2.5rem;
  font-weight: 300;
  color: #fefefe;
  line-height: 1;
  margin: 0;
}
.main-slider h2 {
  font-size: 6.625rem;
  font-family: "UpboltersNew";
  color: var(--white);
  text-transform: uppercase;
  line-height: 0.85;
  margin: 0;
}
.main-slider p {
  font-size: 1rem;
  color: var(--white);
  line-height: 1.75;
  text-align: left;
}
.btn-group {
  gap: 1rem;
}
.themeBtn {
  font-size: 1rem;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
  border: 1px solid var(--theme-color);
  text-align: center;
  padding: 1em 2em;
  display: inline-block;
  margin: 0.5rem 0;
  background-color: var(--theme-color);
  border-radius: 50px;
}
.themeBtn:hover {
  background-color: #0072bc;
  color: var(--white);
}

.scroll-down {
  display: inline-flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  color: var(--white);
  font-size: 14px;
  z-index: 1000;
  gap: 1rem 0;
  line-height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5rem;
}

.scroll-down::after {
  content: "";
  height: 5.5rem;
  width: 1px;
  background-color: var(--white);
  position: absolute;
  left: 9px;
  top: 12rem;
}

.scroll-down small {
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: scale(-1);
  position: relative;
}

.scroll-down span {
  position: relative;
  top: 0;
  width: 20px;
  height: 50px;
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 50px;
  box-sizing: border-box;
}

.scroll-down span::before {
  position: absolute;
  bottom: 5px;
  left: 5px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--theme-color);
  border-radius: 100%;
  box-sizing: border-box;
}
.scroll-down small::after {
  position: absolute;
  top: -50px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.scroll-down:hover {
  color: var(--theme-color);
}

.subTitle {
  font-size: 1.375rem;
  font-weight: normal;
  color: var(--black);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
.secHeading {
  font-family: "UpboltersNew";
  font-size: 3.4375rem;
  font-weight: 500;
  color: var(--black);
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}

/* about Section */
.aboutSec {
  padding-top: 8rem;
}
.aboutImg {
  position: relative;
}
.about01 {
  position: absolute;
  top: -3rem;
  right: 0;
  border-radius: 50%;
}
.about02 {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
/* Product Section */
.newArrivalSec {
  background-color: #f5f7fb;
}
.productBox {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  text-align: center;
  position: relative;
  padding: 0 0 20px;
  transition: all 0.4s ease;
  z-index: 3;
  margin: 0 0 30px;
  border-radius: 10px;
}
.productBox figure {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 18.75rem;
  padding: 0 10px;
  margin: 0;
  transition: all 0.3s ease;
}
.productBox .detail {
  min-height: 5rem;
  padding: 0 1.25rem;
  margin: 0 0 10px;
  transition: all 0.3s ease;
}
.productBox .detail h5 {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
  color: var(--black);
  line-height: 1.333;
  text-align: center;
}
.productBox .detail .rating span {
  margin-left: 5px;
}
.productBox .rating {
  color: #f7941d;
}
.productBox .price {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: #828282;
  line-height: 1.167;
  text-align: center;
  transition: all 0.4s ease;
}
.productBox .themeBtn {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  white-space: nowrap;
  padding: 1.2em 3em;
  transition: all 0.4s ease;
  font-size: 14px;
  color: #828282;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  background-color: var(--white);
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.07);
}

.productBox:hover {
  transform: translateY(-20px);
  box-shadow: 3px 0 38px rgba(0, 0, 0, 0.1);
  border-color: #0072bc;
}
.productBox:hover figure {
  transform: translateY(-40px);
}
.productBox:hover .detail {
  transform: translateY(-50px);
}
.productBox:hover .price {
  opacity: 1;
  bottom: 45px;
  transition-delay: 0.1s;
}
.productBox:hover .themeBtn {
  bottom: -30px;
  opacity: 1;
  transition-delay: 0.2s;
}
.productBox .themeBtn:hover {
  box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.07);
  background-color: #0072bc;
  color: var(--white);
}

/* stokeCard */
.stokeCard,
.saleCard {
  position: relative;
  overflow: hidden;
}
.stokeCard img,
.saleCard img {
  transition: 0.3s ease-in-out;
}
.stokeCard .content,
.saleCard .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 2rem;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  transition: 0.3s ease-in-out;
  transform-origin: bottom center;
  transform: scaleY(0);
}
.stokeCard h2 {
  font-size: 1.625rem;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
  margin-bottom: 0;
}
.stokeCard h3 {
  font-size: 2.8125rem;
  font-family: "UpboltersNew";
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
}
.stokeCard:hover .content {
  transform: scaleY(1);
}
.stokeCard:hover img,
.saleCard:hover img {
  transform: scale(1.2) rotate3d(1, 1, 1, 3deg);
}
/* saleCard */
.saleCard .content {
  justify-content: center;
  text-align: left;
  align-items: flex-start;
  padding: 2rem;
  height: 100%;
  transform: none;
}
.saleCard h2 {
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
}
.saleCard h3 {
  font-size: 2.25rem;
  font-weight: normal;
  color: var(--white);
  line-height: 1;
  text-transform: uppercase;
}
.saleCard h3 strong {
  font-weight: 700;
  font-size: 3.75rem;
}
.saleCard h4 {
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  line-height: 1;
}
/* saleBnnrSec */
/*.saleBnnrSec {
  background: var(--black) url(../images/saleBnnr.png) center/cover fixed no-repeat;
  padding: 8rem 0;
}*/

.saleBnnrSec .secHeading {
  font-size: 4rem;
}
.saleBnnrSec .saleCard h3 {
  font-size: 3.125rem;
}
.saleBnnrSec .saleCard h3 strong {
  font-size: 4.375rem;
}
.saleBnnrSec .saleCard h4 {
  text-transform: capitalize;
  font-size: 2.5rem;
}

/* newsLtrSec */
.newsLtrSec {
  padding: 0;
  background-color: #2c3f5f;
}
.newsLtrForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 5rem;
  text-align: center;
}
.newsLtrSec .subTitle {
  font-size: 1.875rem;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.newsLtrSec .secHeading {
  font-size: 5rem;
  color: var(--white);
}
.newsLtrSec p {
  font-size: 1.125rem;
  color: var(--white);
  line-height: 1.4;
}
.subform {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 100px;
  background-color: var(--white);
  box-shadow: 0px 25px 117.9px 13.1px rgba(6, 12, 25, 0.23);
  /* margin: 35px 0; */
}
.subform input {
  height: 66px;
  width: 100%;
  border: 0;
  background-color: transparent;
  padding-left: 3rem;
  color: var(--white);
  outline: none;
  font-size: 15px;
  box-shadow: none !important;
}
.subform input::placeholder {
  font-size: 1rem;
  color: #a8acb3;
}
.subform input:focus {
  background-color: transparent;
  color: var(--white);
}
.subform .themeBtn {
  background: var(--theme-color);
  color: var(--white);
  border-radius: 50px;
  box-shadow: none;
  height: 66px;
  width: 40%;
  font-size: 14px;
  outline: none;
  padding: 0.9375rem 1rem;
}
.subform .themeBtn:hover {
  background-color: var(--theme-green);
  color: var(--theme-color);
}

/* partnerIco */
.partnerIco {
  display: grid;
  place-items: center;
  background-color: var(--white);
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
  height: 175px;
}
/* instaSec */
.instaSec {
  padding-bottom: 0;
  padding-top: 4rem;
  position: relative;
}
.instaIco {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 50%;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
  width: 150px;
  height: 150px;
  background-color: var(--white);
  position: absolute;
  left: 50%;
  top: -75px;
  transform: translate(-50%);
  z-index: 1;
}
.instaIco i {
  font-size: 2rem;
  color: var(--black);
}
.instaCard {
  position: relative;
}
.instaCard .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  transform-origin: center;
  transform: scale(0);
  background-color: rgba(9, 31, 69, 0.3);
}
.instaCard a {
  font-size: 4rem;
  color: var(--white);
}
.instaCard:hover .content {
  transform: scale(1);
}

/* Footer */
footer {
  background-color: #09121a;
  padding-top: 5rem;
}
footer .footerLogo {
  filter: brightness(1) invert(1);
  margin-bottom: 1rem;
}
footer h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  line-height: 2.222;
  position: relative;
  margin-bottom: 1.5rem;
}
footer h4::after {
  content: "";
  height: 4px;
  width: 50px;
  background-color: var(--white);
  position: absolute;
  left: 0;
  bottom: -5px;
}
footer p {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  line-height: 2;
  text-align: left;
}
footer .links li a {
  font-size: 14px;
  font-weight: 300;
  color: var(--white);
  text-transform: uppercase;
  line-height: 2.5;
}
footer .links li a:hover {
  color: var(--theme-green);
}
footer .contactList {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contactList li a {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.5;
}
.contactList li a i {
  border-radius: 50%;
  color: var(--theme-green);
  background-color: var(--theme-color);
  width: 50px;
  height: 50px;
  font-size: 1rem;
  line-height: 50px;
  text-align: center;
  margin-right: 1rem;
}
.contactList li a:hover {
  color: var(--theme-green);
}
.copyRight {
  margin-top: 3rem;
  padding: 1rem 3rem;
  align-items: center;
  border-top: 1px solid #1a232a;
}
.copyRight p {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
  text-align: left;
}

.socialIo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.socialIo li a {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 44px;
  font-size: 18px;
  display: inline-block;
  color: var(--white);
}
.socialIo li a:hover {
  background-color: var(--theme-green);
  color: var(--white);
}
.fb {
  background-color: #4b69b0;
}
.twitr {
  background-color: #37b1e1;
}
.insta {
  background-color: #892393;
}

/* Contact Section */

.contact-section .secHeading {
  color: var(--theme-color);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
  display: inline-block;
  padding-bottom: 0rem;
  border-bottom: 2px solid var(--theme-color);
  font-size: 3.4375rem;
  text-transform: uppercase;
}

.contact-section .cntctPara {
  margin: 0 0 2rem;
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form input[type="email"] {
  width: 100%;
  height: 4.5rem;
  background-color: var(--white);
  padding: 1.1em 0;
  border-radius: 0;
  border: 1px solid #e7e7e7;
  padding-left: 55px;
  margin-bottom: 1.2rem;
  transition: 0.2s ease-in-out;
}

.contact-form textarea {
  height: 172px;
  padding-top: 10px;
  resize: none;
}

.contact-form textarea:focus,
.contact-form input:focus {
  outline: none;
  border: 1px solid var(--theme-blue);
}

.contact-info-sec {
  padding-top: 50px;
}

.contact-form button {
  border: 1px solid #ed1c24;
}

.contact-form button:hover {
  border-color: var(--theme-color);
}

.contact-section .sec-heading {
  color: var(--black);
  text-align: left;
}

.input-field {
  position: relative;
}

.input-field span {
  position: absolute;
  color: #828282;
  font-size: 24px;
  left: 35px;
  top: 20px;
}

.contact-section p {
  color: var(--text-color);
  text-align: left;
}

.info-sec {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  margin-top: 3rem;
  padding: 0;
}

.info-io {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  color: var(--white);
  box-shadow: 0px 0px 2px 5px rgb(9 31 69 / 30%);
}

.info-io:hover {
  color: var(--theme-color);
  background-color: var(--white);
}

.info-sec h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--black);
  margin: 0;
}

.info-sec p {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5;
  color: #828282;
  font-size: 1.125rem;
}

.checkAgree {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}

.checkAgree label {
  font-size: 18px;
  color: #828282;
  line-height: 1.275;
}

.checkAgree input[type="checkbox"] {
  height: 25px;
  width: 25px;
}

.contact-section {
  padding: 8rem 0;
  background: #f5f7fb;
}

/* Contact Section end */

.map iframe {
  filter: grayscale(1);
}

.speedHeading {
  text-align: center;
  margin-bottom: 2rem;
}

.speedHeading h2 {
  text-transform: uppercase;
  font-weight: 600;
}
