/**
* Template Name: Day
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* *{
  font-family: "Raleway", sans-serif !important;
} */

/* :root {
  --color1: #232323;
  --color2: #fff;
  --color3: #9bdc28;
  --transitionDuration: 1s;
} */

/* * {
  background-color: lightgray;
} */

:root {
  --color1: #232323;
  --color2: #fff;
  /* --color3: #9bdc28; */
  --transitionDuration: 1s;
}


body {
  font-family: "Open Sans", sans-serif;
  color: #444444;

}

a {
  color: #000000;;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 18px;
  bottom: 70px;
  z-index: 996;
  background: #cc1616;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
  border-radius: 6px;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #e72323;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #720a0a;
  font-size: 15px;
  height: 40px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6);
}

#topbar .contact-info a {
  line-height: 0;
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
}

#topbar .contact-info a {
  color: #fff;
}

#topbar .contact-info i {
  /* color: #cc1616; */
  color: #fff;
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: rgb(255 255 255);
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
}

#header.fixed-top {
  background: #191919;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 300px;
}

#header .logo a {
  color: #fff;
}

/* #header .logo img {
  max-height: 40px;
} */

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  font-weight: bold;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  margin-left: 2px;
}


.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 20px 24px 15px;
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

/* .navbar .active {
  color: #ff0c0c;
  border: 1px solid green;
} */

#header.fixed-top .navbar a,
#header.fixed-top .navbar a:focus {
  color: #ffffff;
}

#header #navbar .dropdown ul li a {
  color: #000000;
}

#header #navbar .dropdown ul li a:hover {
  color: #000000;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

/* .navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  background: #ffffff;
} */

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  color: #191919;
}

/* .dropdown ul li:hover a{ 
  color: #000;
} */

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fff;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  /* #hero {
    width: 100%;
    height: calc(85vh - 110px);
  } */


  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  /* color: #2b2a29; */
  color: #ff0000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #cc1616;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #191919;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #cc1616;
  background: none;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #cc1616;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 110px);
  /* background: url("../img/hero-bg.jpg") top center; */
  background: url("../img/product/banner.png") top center;
  background-size: cover;
  position: relative;
}


#hero:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

.container_home {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100%; */
  width: 100%;
  margin-bottom: 45px;
}

@media (max-width:1023) {
  #hero {
    /* background-attachment: fixed; */
    background-position: center center;
    background-attachment: scroll;
    height: calc(85vh - 110px);

  }
}

@media (min-width: 1024px) {
  #hero {
    /* background-attachment: fixed; */
    background-position: center center;
    background-attachment: scroll;
    height: calc(88vh - 110px);

  }

}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }

  #hero .container {
    padding-top: 40px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 25px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #f4f4f4;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-title span {
    font-size: 38px;
  }

  #header.fixed-top .navbar a,
  #header.fixed-top .navbar a:focus {
    color: #000000;
  }


}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cc1616;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 10px;
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ed5b5b;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #191919;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #cc1616;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f2f2f2;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 40px;
}

.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #cc1616;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(204, 22, 22, 0.15);
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #191919;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  /* background: #cc1616;
  border-color: #cc1616; */
  padding: 70px 20px 90px 20px;

}

.white_icon,
.red_icon {
  width: 60px;
}

.services .icon-box .red_icon {
  display: none;
}

.services .icon-box:hover .red_icon {
  display: block;
}

.services .icon-box:hover .white_icon {
  display: none;
}





.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #cc1616;
}

.services .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/quries.png") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  /* margin-top: 10px; */
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta .cta-btn:hover {
  background: #cc1616;
  border: 2px solid #cc1616;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #e82d2d;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #191919;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #333333;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #cc1616;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #e82d2d;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

/* .portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
} */

.portfolio-details .portfolio-details-slider .swiper-pagination {
  position: absolute;
  top: 370px;
}


.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #cc1616;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cc1616;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(25, 25, 25, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
}

.pricing .box h4 {
  font-size: 42px;
  color: #cc1616;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #191919;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #cc1616;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  background: #cc1616;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #e82d2d;
}

.pricing .featured {
  background: #cc1616;
  box-shadow: none;
  color: #fff;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured ul,
.pricing .featured ul li,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured h4 span {
  color: rgba(255, 255, 255, 0.58);
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.2);
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #cc1616;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #cc1616;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  min-height: 240px;
}

.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #cc1616;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #cc1616;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e82d2d;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0c0c0c;
  /* padding: 0 0 30px 0; */
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 57px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  /* border-top: 4px solid #16cc77; */
  /* border: 4px solid #16cc77; */
  text-align: left;
  padding: 30px 19px;
  height: 100%;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;

}

.footer_address {
  margin-top: 10px;
  line-height: 35px;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  margin: 5px;
}

/* #footer .footer-top .footer-links {
  margin-bottom: 30px;
} */

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 25px;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #cc1616;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #e82d2d;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }

  .contact-info {
    display: none !important;
  }

  .request_a_quote {
    gap: 15px;
    flex-direction: column;
    /* border: 2px solid red; */
    align-items: center;
    justify-content: space-between;
  }

  .cta {
    padding: 225px 0;
  }

  #hero {
    /* background-attachment: fixed; */
    background-position: center center;
    background-attachment: scroll;
    height: calc(30vh - 105px);

  }

  .portfolio-details .portfolio-details-slider .swiper-pagination {
    position: absolute;
    top: 235px;
  }

  .wrapper {
    width: 100%;
    /* height: calc(89vh - var(--swiper-navigation-size)) !important; */
  }

  .swiper-button-next::after,
  .swiper-button-prev::after {
    margin-bottom: 317px;
  }
}



/* start custom css */

.custom_header {
  color: #fff;
  /* font-size: 15px; */
}

.custom_header i {
  font-size: 20px;
}

.section-title h2 {
  color: #cc1616;
}

.footer-info h4.office_address {
  font-size: 30px !important;
  /* border: 2px solid green; */
}



.mobile i {
  color: red;
}

.location {
  color: red;
}

.mobile {
  line-height: 25px;
}


.employee-container {
  margin-top: 80px;
}

.employee {
  width: 100%;
  background-color: black;
  margin: 10px auto;
  display: block;
  overflow: hidden;
  height: 400px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 31px -19px rgba(0, 0, 0, 0.75);
}



.employee:hover>.employee-image {
  margin-top: -100px;
}

.employee-image {
  background-color: #fff;
  height: 400px;
  width: 100%;
  transition: 0.5s;
}

.employee-image img {
  height: 100%;
}

.employee-name {
  color: #fff;
  font-weight: bold;
  padding: 5px;
}








.employee-name h1 {
  font-size: 30px;
  margin-top: 10px;
}

.employee-name span {
  font-size: 20px;
  color: yellow;
  padding: 0px;
}

.employee-social-link ul li {
  position: relative;
  bottom: -120px;
}

.employee-social-link ul {
  text-align: center;
  list-style: none;
}

.employee-social-link ul li {
  display: inline-block;
  margin: 7px;
  /* background-color: #000; */
  padding: 10px;
  /* border-radius: 50%; */
  line-height: 0.1;
  margin-left: -5px;
}

.employee-social-link i {
  font-size: 15px;
  color: #fff;
  animation-name: rotate-icon;
}

.employee-social-link ul li:nth-child(1) {
  transition: 1s;
}

.employee-social-link ul li:nth-child(2) {
  transition: 1.3s;
}

.employee-social-link ul li:nth-child(3) {
  transition: 1.6s;
}

.employee-social-link ul li:nth-child(4) {
  transition: 1.9s;
}

.employee-social-link ul li:nth-child(5) {
  transition: 2.2s;
}

.employee:hover>.employee-details .employee-social-link ul li {
  bottom: 250px;
}


.product_read_more {
  border-radius: 25px 25px;
  /* border: 2px solid green; */
  background-color: red;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  /* border: 2px solid yellow; */

}

.product_read_more:hover {
  color: #ffffff;
}

.employee-social-link li a {
  color: #fff;
}

.about_us_content {
  text-align: justify;
  font-size: 18px;
}

.about_us_hr {
  width: 30%;
  border: 1px solid red;
}

.whatsapp_button {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-right: 10px;

}

#whatsappbtnid:hover {
  background-color: green;
  border: 2px solid green;

}

.request_para {
  font-size: 25px;
  width: 100%;
  /* border: 2px solid red; */
}

.request_heading {
  margin-bottom: 10px;
}

.request_desc {
  margin-bottom: 30px;
}

.phone_button {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-right: 10px;
}

.icon_button_container {
  display: flex;
  align-items: center;
}

.moble_no a {
  background-color: #FFCE5C;
  color: black;
  border-radius: 0px;
  margin-left: 5px;
}


.call-for p {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}

.call-for {
  position: relative;
  width: 54%;
  border-radius: 30px;
  padding: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#quote-box {
  animation-duration: 2s !important;
}

#quote-box:hover {
  --bg-angle: 315deg;
}

.container-fluid,
#tweet-quote {
  background: repeating-linear-gradient(var(--bg-angle),
      #fff,
      #a1a1a1 20%,
      #fff 30%);
  -webkit-text-stroke: 0.2px gray;
}

#tweet-quote {
  color: var(--bs-info);
  -webkit-text-stroke: 0.5px var(--bs-secondary);
}

#tweet-quote:hover {
  --bg-angle: 135deg;
  color: var(--bs-primary);
  -webkit-text-stroke: 0.4px var(--bs-blue);
}

#text {
  background: repeating-linear-gradient(135deg,
      black,
      red 20%,
      darkorange 30%,
      red 40%,
      black 50%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.2px wheat;
  font-family: "Bebas Neue", sans-serif;
}

#new-quote:hover {
  background-color: black !important;
}


/* Position text in the middle of the page/image */
.bg-text {
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 35px 45px 45px 45px;
  text-align: center;
  backdrop-filter: blur(4px);
}

.bg-image {
  /* The image used */
  background-image: url("photographer.jpg");

  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(18px) !important;

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.request_a_quote {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.whatsapp_footer {
  position: fixed;
  bottom: 0px;
  right: 18px;
  z-index: 1;
  font-size: 48px;
  color: #00e676;
  animation: shake-lr 2.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite reverse both;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.whatsapp_footer::after {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.whatsapp_footer a {
  color: #00e676 !important;
  position: relative;
  z-index: 1;
}


.whatsapp_footer.active {
  visibility: visible;
  opacity: 1;
}

/* .wahtsapp_white {
  background-color: #fff;
  border-radius: 50%;
}  */


@keyframes shake-lr {

  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  10% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }

  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  80% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }

  90% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}



.separator {
  margin: 1rem 0;
  color: inherit;

  background-color: currentColor;
  border: 0;
  opacity: 1.25;
  border-top: 3px solid red;
  width: 20%;
}

.separator:after {
  background: none repeat scroll 0% 0% #000;
  content: "";
  height: 10px;
  left: 50%;
  margin: -5px auto auto -500px;
  position: absolute;
  transform: rotate(-45deg);
  width: 10px;
  animation: rotateDottedLine 2s linear infinite;
}


@keyframes rotateDottedLine {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.separatorwrapper {
  /* border: 2px solid yellow; */
  position: relative;
  /* height: 35px; */
  display: flex;
  align-items: center;
}

.separatorwrapper span {
  width: 10px;
  height: 10px;
  background-color: white;
  position: absolute;
  left: 17%;

}

.separatorwrapper span {
  animation: rotateIcon 2s linear infinite;
}


@keyframes rotateIcon {
  0% {
    transform: rotate(0deg);
    /* Start rotation from 0 degrees */
  }

  100% {
    transform: rotate(360deg);
    /* Rotate a full 360 degrees */
  }
}

.separator1 {

  /* position: absolute; */
  margin: 1rem 0;
  color: inherit;

  background-color: currentColor;
  border: 0;
  opacity: 1.25;
  border-top: 3px solid #da1111;
  /* border-top: 3px solid #6909e7; */
  width: 50%;
  position: relative;
}

/* .separator1:after {
  background: none repeat scroll 0% 0% #fff;
  content: "";
  height: 10px;
  left: 78%;
  margin: -5px auto auto -500px;
  position: absolute;
  transform: rotate(-45deg);
  width: 10px;
  animation: rotateDottedLine1 2s linear infinite;
} */


@keyframes rotateDottedLine1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.about_para {
  text-align: justify;
  border-radius: 4px;
}

/* .about_us_inner_banner {
  height: 200px;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  background-color: gray;
  background: url("../img/about_us.png");
} */

.about_info {
  color: #000000;
}

.our_clients {
  background-color: #f5f5f5;
}




.getaquote {
  /* border: 2px solid yellow; */
  border-radius: 8px;
  margin-left: 23px;
  background-color: #e31e24;
}


/* // start fancybox  */

.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  justify-content: center;
  align-items: center;
  /* border: 2px solid purple; */

}

.main .cards {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  overflow: hidden;
}

.main .cards-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;

}

.main .cards-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.cards-image img:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.1);
  /* box-shadow: rgba(214, 3, 14, 0.3) 0px 0px 0px 3px; */
}

.cards p {
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  color: red;
}

/* .myNavElementColor{
  color: red;
} */


/* .cards-image img:hover{
  color: black;
  border: 2px solid yellow;
  transform: scale(1.1); 
  
} */


/* // start fancybox  */

.heading {
  text-align: center;
  font-size: 2em;
  letter-spacing: 1px;
  padding: 40px;
  color: white;
}

.gallery-image {
  /* padding: 20px; */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  height: 250px;
  width: 350px;
  transform: scale(1);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  /* width: 350px; */
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 0px;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-align: center;
  width: 100%;
}

.transparent-box {
  height: 250px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1;
}

.img-box:hover {
  cursor: pointer;
}

.caption>p:nth-child(2) {
  font-size: 0.8em;
}



.opacity-low {
  opacity: 0.5;
}


.navbar ul li:hover {
  color: red;
}


#header.fixed-top .navbar a:hover {
  color: red;
}

.portfolio-description ul li {
  text-align: justify;
}

.portfolio-info p {
  text-align: justify;
}

.portfolio-description p {
  text-align: justify;
}

/* // end fancybox  */

.clients_section {
  padding: 0px;
}




@media screen and (min-device-width: 1601px) and (max-device-width: 1920px) {
  .cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/quries.png") fixed center center;
    background-size: cover;
    padding: 120px 0;
  }

  .product_card {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card {
    width: 400px;
    height: 400px;

  }

  /* .container_home {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  } */

  .portfolio-details .portfolio-details-slider .swiper-pagination {
    position: absolute;
    top: 445px;
  }


}


.card_product {
  width: 350px;
  height: 350px;
  border-radius: 15px;
  /* padding: 1.5rem; */
  background: white;
  position: relative;
  display: flex;
  align-items: flex-end;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
  /* border: 5px solid yellow; */
  object-fit: contain;
}

.card_product:hover {
  transform: translateY(20px);
}

.card_product:hover:before {
  opacity: 1;
}

.card_product:hover .info {
  opacity: 1;
  transform: translateY(0px);
}

.card_product:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}

.card_product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 15px;
  /* padding: 15px; */
  /* border: 2px solid red; */
}

.card_product .info {
  position: relative;
  /* position: absolute; */
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.5s;
  /* border: 5px solid orange; */
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;

}

.card_product .info h3 {
  margin-top: 150px;
  text-align: center;
  align-items: center;
  /* border: 2px solid yellow; */
}


.card_product .info button:hover {
  background: dodgerblue;
  color: white;

}

.card_product .info .testcont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_product .info .testcont a {
  width: 110px;
  text-align: center;
  font-size: 15px;

}

/* .testcont1 > a {
  border: 2px solid green;
  width: 100%;
  text-align: center;
  font-size: 14px !important;
} */




/* start product card  */
.card {
  /* background-color: var(--color1); */
  background-image: url(../img/product/ups/bg.png);
  /* color: var(--color2); */
  color: #000000;
  width: 320px;
  height: 420px;
  letter-spacing: 1px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition-timing-function: ease-in-out;

  /* Flex */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 'Nike' label in the background */
/* .card::before {
  color: var(--color3);
  width: fit-content;
  height: fit-content;
  font-size: 200px;
  font-weight: bold;
  font-style: italic;
  opacity: 15%;

  content: "Nike";
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
} */

/* Circle */
.card::after {
  /* background-color: var(--color3); */
  background-color: #e31e24;
  /* background-image: url(../img/product/ups/shape.png); */
  width: 400px;
  height: 400px;
  border-radius: 50%;
  /* z-index: 0; */

  /* Transition */
  transition-duration: calc(var(--transitionDuration) / 2);
  transition-property: width, height, transform;
  transition-timing-function: ease-in-out;

  content: "";
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(45%, -45%);
}

.card:hover::after {
  width: 500px;
  height: 500px;
  transform: translate(30%, -62%);
  transition-timing-function: ease-in-out;
}

/* .card__img {
  width: 270px;
  height: 130px;
  z-index: 1;
  transition: top var(--transitionDuration);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
} */

.card__img {
  width: 230px;
  height: 260px;
  z-index: 1;
  /* transition: top var(--transitionDuration); */
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: 0.5s;
}

.card:hover .card__img {
  top: 33%;
}

.card__title {
  font-weight: 800;
  transition: top var(--transitionDuration);

  /* Position */
  position: absolute;
  left: 50%;
  top: 83%;
  width: 100%;
  font-size: 20px;
  transform: translateX(-50%);
  text-align: center;
}

.card:hover .card__title {
  top: 65%;
}

.card__content {
  height: 70px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  opacity: 0;
  transition: top var(--transitionDuration),
    opacity var(--transitionDuration) calc(var(--transitionDuration) / 2);

  /* Position */
  position: absolute;
  left: 50%;
  top: 150%;
  transform: translate(-50%, -50%);

  /* Flex */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card:hover .card__content {
  opacity: 100%;
  top: 70%;
}

.card__sizeContainer {
  /* Flex */
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__sizeNumber {
  background-color: var(--color2);
  color: var(--color1);
  width: 26px;
  height: 26px;
  padding: 5px 7px;
  margin: 0 5px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;

  /* Flex */
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__sizeNumber:hover {
  background-color: var(--color3);
}

.card__colorContainer {
  /* Flex */
  display: flex;
  justify-content: center;
  align-items: center;
}

.card__colorCircle {
  background-color: var(--color2);
  color: var(--color1);
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.card__colorCircle:hover {
  outline: solid 2px var(--color2);
}

.card__link {
  /* background-color: var(--color2); */
  background-color: #000000;
  /* color: var(--color1); */
  color: #ffffff;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 3px;
  transition: top var(--transitionDuration);

  /* Position */
  position: absolute;
  left: 50%;
  top: 250%;
  transform: translate(-50%, -50%);
}

.card:hover .card__link {
  top: 88%;
  color: #ffffff;
}

.card__link:hover {
  /* background-color: var(--color3); */
  background-color: #e31e24;
}


/* end product card  */



/* start swiper slider  */

.swiper_banner {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}


.wrapper {
  width: 100%;
  /* height: calc(88vh - var(--swiper-navigation-size)); */
  overflow: hidden;
}


.swiper-slide {
  text-align: center;
  /* background: #000; */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide .swiper-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  /* backdrop-filter: blur(0.5px); */
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  mix-blend-mode: difference;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 40px;
}

.swiper-button-prev {
  left: 40px;
}

.swiper-button-next {
  right: 40px;
}

.wrapper_product {
  width: 100%;
  justify-content: center;
  align-items: center;
}
/* #custom-pagination .swiper-pagination-bullet::before {
  content: none;
} */

/* end swiper slider  */


.product_title {
  margin-top: 20px;
}


/* .applications {
  border: 2px solid red;
  margin-top: 0px;
} */

/* .our_products {
  border: 2px solid green;
  margin: 0px;
} */
/* end custom css */