@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
.main {
  width: 100%;
  height: 100%;
}
:root {
  --fonts_1: "Barlow Semi Condensed";
  --blue-color: #0081c9;
  --red-color: #ff2e17;
  --white-color: #fff;
  --black-color: #222222;
  --main-color: #fd4646;
  --sec-color: #4946fd;
  --text-color: #171427;
  --bg-color: #fff;
}

.brand_logo {
  width: 150px;
  height: 70px;
}
.nav-link {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--fonts_1);
  color: var(--blue-color);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #ff2e17 !important;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--red-color);
}
.nav-link:hover {
  color: var(--red-color);
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler {
  border: 2px solid var(--blue-color);
}
.navbar-toggler-icon {
  color: var(--blue-color) !important;
}
.navitem a .active {
  color: var(--red-color);
}
.right-btn {
  background-color: var(--blue-color);
  padding: 8px;
  border: 1px solid var(--blue-color);
  border-radius: 10px;
  animation: pulse 2s linear infinite;
  transition: 0.4s all ease;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.right-btn a {
  text-decoration: none;
  font-family: var(--fonts_1);
  color: var(--white-color);
  font-weight: 600;
}
.right-btn:hover {
  background-color: transparent;
  border: 2px solid var(--blue-color);
}
.right-btn:hover a {
  color: var(--blue-color);
}
.upper-navbars {
  height: auto;
  background-color: var(--blue-color);
}
.left_upp {
  padding-top: 10px;
}
.left_icon p i {
  color: #fff;
}
.left_icon p a {
  text-decoration: none;
  color: #fff;
  padding-left: 5px;
}

.tyre_video {
  width: 100%;
  height: 100%;
}
.right_icon ul {
  display: flex;
  justify-content: end;
  padding-top: 8px;
  gap: 20px;
  color: #fff;
}
.right_icon ul li i {
  font-size: 22px;
  cursor: pointer;
}

/* about head section  */
.exp {
  letter-spacing: 4px;
  font-size: 30px !important;
  font-weight: 400;
}
.sub_head {
  border-left: 2px solid var(--blue-color);
  display: flex;
  gap: 10px;
}
.sub_head p {
  font-size: 20px;
  padding-left: 20px;
  font-weight: 600;
  font-family: var(--fonts_1);
  margin-bottom: 10px;
}
.main_head h1 {
  color: var(--blue-color);
  font-family: var(--fonts_1);
  font-size: 50px;
  font-weight: 600;
}
.main_head h1 span {
  color: var(--red-color);
}
.tyre {
  width: 30px;
  height: 30px;
  animation: moves 2s linear infinite;
}
@keyframes moves {
  0% { 
    opacity: 0; 
  }
  100% { 
    opacity: 1; 
  }
}
.abt_img {
  position: relative;
}
.years {
  position: absolute;
  bottom: 100px;
  right: 0;
  background-color: var(--blue-color);
  width: 200px;
  height: 110px;
  color: #fff;
  font-family: var(--fonts_1);
  font-size: 22px;
  font-weight: 500;
  text-align: start;
  border-radius: 20px;
}
.years p {
  padding: 5px 15px;
}
.years span {
  font-size: 36px;
  font-weight: 700;
}

/* meet  */
.meet {
  width: 100%;
  height: 200px;
  background-image: url(../images/home/meet_img.png);
  margin-bottom: 30px;
}
.meets {
  padding: 40px 0px;
}
.meet_sub {
  font-family: var(--fonts_1);
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--white-color);
}
.meet_head {
  font-family: var(--fonts_1);
  font-size: 60px;
  font-weight: 700;
  color: var(--white-color);
}
.meet_btn {
  background-color: var(--blue-color);
  padding: 15px;
  border-radius: 10px;
  border: 1px solid var(--white-color);
  animation: pulse 1s linear infinite;
}
.meet_btn a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

/* why choose section  */
.why_choose_img {
  height: auto;
}
body::-webkit-scrollbar {
  display: none;
}
.why_box {
  width: 100%;
  height: auto;
  border: 1px solid #717171;
  border-radius: 7px;
  padding: 5px;
  margin: 20px 0px 20px 0px;
}
.why_titles {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--fonts_1);
  margin-bottom: 5px;
}
.ri-shut-down-line {
  font-size: 40px;
}

/* why premium  */
.card-text {
  text-align: center;
  font-family: var(--fonts_1);
  font-size: 30px;
  font-weight: 600;
}
.c_cards {
  scale: 1;
  transition: 0.8s all ease;
}
.c_cards:hover {
  scale: 1.05;
}
/* swipper  */
.swiper{
  width: 100%;
  height: 100%;
}

.swiper-slide {
  height: auto;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid var(--blue-color);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products_img {
  width: 100%;
  height: 300px;
  background-color: #717171;
  border-radius: 10px;
  margin-bottom: 20px;
}
.product_title {
  font-family: var(--fonts_1);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--blue-color);
}
.product_mrp {
  font-family: var(--fonts_1);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;
  color: green;
}
.product_btn {
  width: 100%;
  margin-top: 20px;
  background-color: transparent;
  padding: 12px;
  background-color: var(--blue-color);
  border: none;
  border-radius: 5px;
  transition: 0.2s all ease-in;
}
.product_btn a {
  text-decoration: none;
  color: var(--white-color);
  font-family: var(--fonts_1);
  font-size: 30px;
  font-weight: 600;
}
.product_btn:hover {
  background-color: var(--blue-color);
}
.product_btn:hover a {
  color: var(--white-color);
}
.upper_footer {
  height: 210px;
  background-color: var(--blue-color);
}

/* footer links  */

.footer_logo {
  width: 220px;
  height: 85px;
}
.social_icons {
  gap: 20px;
}
.social_icons li a {
  font-size: 24px;
  text-decoration: none;
  color: var(--black-color);
}
.middle_links {
  padding-top: 40px;
}
.middle_links p {
  font-weight: 700;
}

.footer_links li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--blue-color);
  font-family: var(--fonts_1);
}
.footer_links li {
  padding-bottom: 15px;
}
.footer_links li a:hover {
  color: var(--red-color);
}
.footer_links li i {
  padding-right: 15px;
  font-size: 18px;
}

/* last footer section  */

.footer_linkss li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: var(--blue-color);
  font-family: var(--fonts_1);
}
.footer_linkss li {
  padding-bottom: 20px;
}
.footer_linkss li a:hover {
  color: var(--red-color);
}
.footer_linkss li i {
  padding-right: 15px;
  font-size: 18px;
  color: var(--black-color);
}

/* upper banner  */
.upper_banner {
  width: 100%;
  height: 100px;
  overflow: hidden;
  background-color: var(--blue-color);
}
.uppers {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upper_banner_heading p {
  font-size: 40px;
  font-family: var(--fonts_1);
  font-weight: 700;
  color: #fff;
}

.product_head {
  margin-top: 20px;
  margin: -10px;
  font-size: 24px;
  font-family: var(--fonts_1);
  font-weight: 700;
  text-align: center;
}
.product_amt {
  text-decoration: line-through;
  font-size: 16px;
  font-family: var(--fonts_1);
  font-weight: 800;
  color: var(--red-color);
  text-align: center;
  margin-bottom: -10px;
  margin-top: 10px;
}
.product_amts {
  font-size: 26px;
  font-family: var(--fonts_1);
  font-weight: 800;
  color: green;
  text-align: center;
}
.product_btns {
  width: 100%;
  background-color: transparent;
  padding: 12px;
  background-color: var(--blue-color);
  border: none;
  border-radius: 5px;
  transition: 0.2s all ease-in;
}
.product_btns a {
  text-decoration: none;
  color: var(--white-color);
  font-family: var(--fonts_1);
  font-size: 30px;
  font-weight: 600;
}
/* whatsapp */
.whatsapp {
  position: fixed;
  right: 20px !important;
  top: 75%;
  z-index: 100000;
}
.whatsapp a {
  text-decoration: none;
}
.whatsapp h5 {
  font-size: 70px;
  color: #31ba44;
}
.c_forms {
  width: 100%;
  height: auto;
  border: 1px solid red;
}
.btn_signins {
  background: var(--blue-color);
  color: var(--white-color);
  font-weight: 600 !important;
}
.btn_signins:hover {
  border: 1px solid var(--blue-color);
}
.form-label {
  font-family: var(--fonts_1);
  font-size: 18px;
}
.form-control:focus {
  border: 1px solid red;
  box-shadow: none;
}
.contact_list ul li {
  padding-bottom: 30px;
}
.contact_list ul li a {
  text-decoration: none;
  color: var(--blue-color);
  font-size: 18px;
  font-family: var(--fonts_1);
}
.contact_list ul li a:hover {
  color: var(--red-color);
}
.contact_list ul li i {
  color: var(--red-color);
  padding-right: 10px;
}

/* dummy  */
#cart-icon {
  font-size: 1.8rem;
  cursor: pointer;
  font-family: var(--fonts_1);
  font-weight: 200;
  border: 1px solid var(--blue-color);
  color: var(--blue-color);
  border-radius: 10px;
  padding: 10px;
  font-style: normal;
  letter-spacing: 1px;
}

/* CART  */
.cart {
  position: fixed;
  top: 0;
  right: 0;
  right: -200%;
  width: 360px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  background-color: var(--bg-color);
  box-shadow: -2px solid 4px hsl(0 4% 15% / 10%);
  transition: 1.5s;
  z-index: 1000;
}
.cart.active {
  right: 0;
  transition: 0.5s;
}
.cart-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
}
.cart-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.cart-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  padding: 10px;
}
.detail-box {
  display: grid;
  row-gap: 0.5rem;
}
.cart-product-title {
  font-size: 1rem;
  text-transform: uppercase;
}
.cart-price {
  font-size: 24px;
  font-weight: 500;
}
.cart-quantity {
  border: 1px solid var(--blue-color);
  border-radius: 10px;
  outline-color: var(--main-color);
  padding: 10px;
  width: 140px;
  text-align: center;
  font-size: 1rem;
}
.cart-remove {
  font-size: 24px;
  color: var(--main-color);
  cursor: pointer;
}
.total {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
  border-top: 1px solid var(--text-color);
}
.total-title {
  font-size: 30px;
  color: var(--blue-color);
  font-weight: 600;
}
.total-price {
  margin-left: 10px;
  font-size: 30px;
  font-style: bold !important;
  color: var(--main-color);
}
.btn-buy {
  display: flex;
  margin: 1.5rem auto 0 auto;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  background-color: var(--blue-color);
  color: var(--bg-color);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.btn-buy:hover {
  background-color: var(--text-color);
}
#cart-close {
  position: absolute;
  top: 1rem;
  right: 0.8rem;
  font-size: 2rem;
  color: var(--text-color);
  cursor: pointer;
}

/* SHOP SECTION  */
.shop {
  margin-top: 2rem;
}
.section-title {
  font-style: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
}
.shop-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, auto));
  gap: 1.5rem;
}
.product-box {
  position: relative;
  border-radius: 20px;
  margin-top: 10px;
  overflow: hidden;
}

.product-title {
  font-family: var(--fonts_1);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--blue-color);
  text-align: center;
}
.product-price {
  font-size: 30px;
  color: green;
  font-family: var(--fonts_1);
  font-weight: 500;
  text-align: center;
}
.add-cart {
  display: inline-block;
  font-size: 24px;
  font-style: normal;
  font-family: var(--fonts_1);
  font-weight: 700 !important;
  width: 100%;
  text-align: center;
  background-color: var(--blue-color);
  color: var(--bg-color);
  padding: 10px;
  cursor: pointer;
  border: none;
}
.paylogo{
  width: 40px;
  height: 40px;
}
.details p{
  font-size: 18px;
  font-family: var(--fonts_1);
}
.form-label{
  font-weight: 600;
  color: var(--blue-color);
}
#exampleModalLabel{
  font-weight: 700 !important;
  color: var(--blue-color);
}
#exampleModalLabel span{
  color: var(--main-color);
}
.btn-submit{
  border: 1px solid var(--blue-color);
  font-family: var(--fonts_1);
  font-weight: 700;
  font-size: 18px;
  color: var(--blue-color);
}
.form-control{
  padding: 10px;
}
.copyrights_line{
  font-family: var(--fonts_1);
  background-color: var(--blue-color);
  color: var(--white-color);
}
.copyrights_line a{
  text-decoration: none;
  color: var(--white-color);
}
.copyrights_line a:hover{
  color: var(--main-color);
}
.shubh{
  color: #fd4646;
}
#back-to-top-btn {
  display: none;
  position: fixed;
  top: 87%;
  right: 20px;
  z-index: 99;
  background-color: var(--blue-color);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  font-family: var(--fonts_1);
  font-weight: 600;
  font-size: 20px;
}
#back-to-top-btn:hover {
  background-color: var(--main-color);
}
.ri-arrow-up-s-line{
  font-size: 36px;
}
.upper_icon{
  text-decoration: none;
  color: var(--white-color);
}
#coupon-code{
  margin-top: 30px;
 border-radius: 10px;
 border: 1px solid var(--blue-color);
  padding: 10px;
}
#coupon-code:focus{
 
  /* outline: 1px solid red; */
 
 }
#coupon-code:focus-visible{
 
 /* outline: 1px solid red; */

}
#apply-coupon{
  font-family: var(--fonts_1);
  padding: 10px 20px;
  border-radius: 10px;
  background: none;
  border: 1px solid var(--blue-color);
  transition: 0.1s all ease-in;
}
#apply-coupon:hover{
  background-color: var(--blue-color);
  color: var(--white-color);
}
.contact_subname{
  color: var(--blue-color);
  font-family: var(--fonts_1);
  font-weight: 600;
}
.contact_subname span{
  color: var(--main-color);
}
