/* banner start */
.banner-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-video {
  height: 260px;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 54px;
}
.banner-width {
  width: 64%;
  margin: auto;
}
.main_head {
  width: 850px;
  margin: auto;
  position: relative;
  z-index: 9;
}

.right {
  padding-left: 184px;
}
.left {
  text-align: left;
  display: flex;
  align-items: center;
}

.left {
  float: left;
}

.line-span {
  display: flex;
  align-items: center;
}
.line {
  width: 95px;
  height: 2px;
  background: #d2d2d2;
  margin: 0 16px;
  display: inline-block;
    transition: width 2s ease; /* Smooth transition */
}

.screenshot_slider .owl-item .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.pro-head {
  margin-top: 43px;
}
#product-slider .item:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.screenshot_slider .owl-item.active .item {
  height: 513px;
  border-radius: 16px;
  overflow: hidden;
  transform: scale(0.8);
}
.section-padding {
  padding-top: 20px;
  width: 72%;
  margin: auto;
}
.screenshot_slider .owl-item.center .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.screenshot_slider .owl-item.center .item {
  height: 489px;
  border-radius: 16px;
  overflow: hidden;
  transform: scale(1);
}
.screenshot_slider .owl-item.center .item h4 {
  z-index: 9;
}
.screenshot_slider .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  bottom: 60%;
}
.screenshot_slider .owl-nav button {
  height: 45px;
  width: 45px;
  background: #fff !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.screenshot_slider .owl-nav button iconify-icon {
  color: #000;
  font-size: 20px;
}

.screenshot_slider .owl-nav {
  text-align: center;
}
.screenshot_slider .owl-nav .owl-prev {
  left: -10%;
  position: absolute;
}
.screenshot_slider .owl-nav .owl-next {
  position: absolute;
  right: -10%;
}
.screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

/* banner end */

/* who we are start */
.we-are-img {
  overflow: hidden;
  position: relative;
}
.we-are-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.who-we-are-grid {
  border-radius: 8px;
  /* width: 95%;
  margin: auto; */
  padding: 100px 79px;
}
.who-we-are-grid p {
    padding-right: 63px;
    color: #e9e9e9;
}
.who-we-are-grid .sub_title {
    text-align: left;
}
.fx_title_left .sub_title {
    text-align: left;
}
.import_marketing p {
    color: #e9e9e9;
}
.our_presence .sub_title {
    text-align: left;
}
/* who we are end */

/* selling start */
#selling h3 {
  /* color: #f3f4f6; */
  font-size: 56px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  line-height: 57px;
}
.selling-heading {
    display: flex;
    justify-content: center;
    width: 62%;
    margin: auto;
    padding: 110px 0;
}
/* .frozen_btn {
  color: #ffffff !important;
  background: #af0419;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px 0 19px;
  border-radius: 38px;
  width: 210px;
  height: 43px;
  margin: 0 19px;
}
.frozen_btn span {
  background: #61000c;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.frozen_btn span iconify-icon {
  font-size: 17px;
  color: #ffffff;
} */
/* selling end */

/* insta start */
#insta-follow {
  position: relative;
  overflow: visible;
}
.insta-grid .row {
  --bs-gutter-x: .7rem;
}
.insta-header {
  width: 38%;
  margin: auto;
}
.insta-grid {
  margin-top: 40px;
}
.insta-img {
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all .5s linear;
}
.insta-img:hover img {
  transform: scale(1.05);
  transition: all .5s linear;
}

.insta-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .5s linear;
}
.best_selling_product {
  position: absolute;
  padding: 25px;
  background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 81.19%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  display: flex;
  align-items: end;
  justify-content: center;
   transition: all .5s linear;
}

.best_selling_product h6 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.insta-img span {
  width: 48px;
  height: 48px;
  background: #AF0419;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  right: 30px;
  top: 30px;
  transition: all .5s linear;
  z-index: 9;
}
/* insta end */

/* get in touch start */
.get-in-touch-div {
  padding: 77px 63px 70px 63px;
  width: 78%;
  margin: auto;
  border-radius: 20px;
}
.get-in-left {
  height: 100%;
  position: relative;
}
.get-in-left h4 {
  /* color: #ffffff; */
  font-size: 36px;
  line-height: 39px;
  font-weight: 500;
  text-transform: uppercase;
  width: 83%;
}
.contact-detail-div h6 {
  color: #a8a8a8;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-detail-div h6 iconify-icon {
  color: #ffffff;
  font-size: 12px;
}
.contact-detail-div h5 {
  color: #e6e6e6;
  font-size: 16px;
  font-weight: 400;
}
.contact_btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: relative;
  transition: all 0.4s ease; /* Smooth transition */
  width: fit-content;
}
.contact_btn:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0%; /* Start with 0% width */
  height: 1px;
  background: #ffffff4f;
  transform-origin: left center; /* Ensure the effect expands from the left */
  transition: width 0.3s ease; /* Smooth width transition */
  opacity: 0; /* Initially hidden */
}

.contact_btn:hover:after {
  width: 78%;
  opacity: 1;
}
.contact_btn span {
  display: inline-block;
  transition: transform 0.4s ease;
}
.contact_btn:hover span {
  transform: rotate(-50deg);
}

.contact_btn_red {
  color: #ffffff;
  background: #af0419;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 6px 5px 19px;
  border-radius: 38px;
  width: 64%;
  position: absolute;
  bottom: 0;
}
.contact-detail-div a:hover,
.get-in-left a:hover {
  color: #ffffff;
}
.contact_btn span {
  background: #535353;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.contact_btn_red span {
  background: #61000c99;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.contact_btn_red span iconify-icon {
  font-size: 18px;
}
.contact-detail-div {
  padding: 20px 0;
  border-bottom: 1px solid #2f2c2c;
}
.contact-number {
  color: #e6e6e6;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
  text-decoration: none;
}
/* get in touch start */
/*.selling-div {
  height: 50vh;
}*/
.get_in_touch-section {
  padding: 150px 0;
}

/*video effect */
.fixedimg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fixedsec {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.fixedimg {
  transform: scale(0.62); /* Start with initial scale */
  transform-origin: center center;
  will-change: transform;
  background-size: cover;
  background-position: center;
  position: relative;
  top: -77px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
/* .body_bg{
  width: 100%;
  height: 100%;
  background: url("../images/bg-pattern.png");
  background-size: contain;

  background-repeat: no-repeat;
  background-position: center;
} */

.common_bg_img {
  position: relative;
  overflow: hidden;
}

.common_bg_img::before {
  content: "";
  position: absolute;
  top: -61px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/animation2.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: -1; /* Ensure it stays behind other content */
}
.common_bg_img1 {
  position: relative;
  overflow: hidden;
}

.common_bg_img1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/animation2.gif");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: -1; /* Ensure it stays behind other content */
}

/**/

/* product hover effect start */

.card {
  --start: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #040404;
  border-radius: 16px;
  transition: border-color 0.3s ease-in-out;
  overflow: hidden;
}
.slick-slide img {
    border: 0;
}


.card .item img {
  transition: transform 0.5s ease-in-out;
}

.card:hover .item img {
  transform: scale(1.1);
}

/* product hover effect end */

/* button hover animation start */
.button {
  display: inline-block;

  line-height: 60px;
  overflow: hidden;
  position: relative;
  text-align: center;
  color: #ffffff !important;
  background: #af0419;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.6s;
  border-radius: 38px;
  width: 160px;
  height: 43px;
  margin:0 20px 0 0;
  padding: 0 5px 0 19px;
}

.button:hover {
  background: #af0419;
}
.product_detailpg .prd_img:after {
    border-radius: 20px;
}
.product_detailpg .popupbtn1 {
    margin-top: 40px;
}
.label-up {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.6s;
  align-items: center;
}

.button:hover .label-up {
  top: -100%;
}
.label-up span {
  background: #61000c;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
.label-up span iconify-icon {
  font-size: 17px;
  color: #fff;
}
/* button hover animation end */

/* button hover 2nd animation start */

.btn-12 {
  /* position: relative; */
  border: none;
  box-shadow: none;
  width: 130px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  background: #af0419;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 276px;
  height: 40px;
  border-radius: 22px;
  margin: 0;
  padding: 5px 6px 5px 19px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-12 span:nth-child(1) {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 6px 5px 19px;
}
.btn-12:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  background: #61000c99;
}
.btn-12:hover span:nth-child(1) .mail-circle {
  background: #af0419;
}
.btn-12:hover span:nth-child(2) .mail-circle {
  background: #af0419;
}
.btn-12:hover span:nth-child(2) {
  background: #61000c99;
  color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.mail-circle {
  background: #61000c99 !important;
  margin-left: 10px;
}
.mail-circle iconify-icon {
  font-size: 18px;
}
/* button hover 2nd animation end */

/* video play btn animation start */
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  background: transparent;
    border: 0;
    align-items: center;
    justify-content: center;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #ff0000;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}
.video_wrap iframe {
    height: 300px !important;
    object-fit: cover;
    width: 100%;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #ff0000;
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button iconify-icon {
    color: #fff;
    position: absolute;
    z-index: 9;
    font-size: 32px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  /* top: 10px;
  left: 5px; */
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.head_centre1 .sub_title {
    text-align: left;
    line-height: 40px;
    margin-bottom: 15px;
}
.head_centre1 p {
    color: #fff;
    margin: 0;
}
/* video play btn animation end */

/* .orangeWrapper {
  padding:0;
} */

/* about us btn animation start */
.click-btn {
    display: flex;
    width: fit-content;
    padding: 3px 4px 4px 13px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    line-height: 35px;
    border-radius: 22px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
    background: #AF0419;
    margin-top: 30px;
}
.btn-style900 {
    position: relative;
    color: #ffffff;
    transition-delay: 0.3s;
    overflow: hidden;
}
.btn-style900:hover {
  transform: translateY(-0.3em);

  color: rgba(221, 99, 149, 0);
  transition-delay: 0s;
}
.btn-style900:hover .common_btn_text {
  padding-right: 15px;
}
.btn-style900:hover::before {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.15s;
  background: #af0419;
  color: #fff;
}
.btn-style900:hover .common_btn_icon {
  background-color: #ebebeb;
  color: #000;
}
.btn-style900::before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  content: attr(data-hover);
  color: #af0419;
  padding: 3px 4px 4px 13px;
  transform: translateX(-60%);
  transition: all 0.4s;
  z-index: 1;
  text-align: left;
}
/* aboutus btn animation end */

/* .blob {
  display: flex;
      justify-content: center;
      align-items: center;
      width: 380px;
      height: 380px;
      border-radius: 60%;
      background-image: linear-gradient(#0b0a0b 10%, #af041975);
      filter: blur(52px);
      transition: all 450ms ease-out;
      position: fixed;
      pointer-events: none;
      left: 0;
      top: 0;
      transform: translate(calc(-50% + 15px), -50%);
      z-index: -1;
}
.blob:hover .common_bg_img{
  opacity: 1;
} */

.slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
}

.slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.slick-center {
  transform: scale(1);
}
.section-padding .item {
  height: 340px;
}
.section-padding .item1 {
  border-radius: 16px;
  overflow: hidden;
}
.section-padding .slick-center .item {
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
}
.section-padding .item::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 20%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.section-padding .slick-center .item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.section-padding .slick-center h4 {
  z-index: 9;
}
.section-padding .item h4 {
  color: #ebebeb;
  font-size: 21px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  width: 100%;
  padding: 30px;
  z-index: 999;
}

.slick-prev-icon.slick-arrow,
.slick-next-icon.slick-arrow {
  height: 45px;
  width: 45px;
  background: #fff !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #000000;
  font-size: 20px;
  transition: all .5s linear;
}
.slick-prev-icon.slick-arrow:hover, .slick-next-icon.slick-arrow:hover {
  background: #af0419 !important;
  color: #fff;
  transition: all .5s linear;
}
.slick-prev-icon.slick-arrow {
  position: absolute;
  left: -9%;
  bottom: 50%;
}
.slick-next-icon.slick-arrow {
  position: absolute;
  right: -9%;
  bottom: 50%;
}


/* button new animation start */

.MagneticWrapper {
  width: -moz-fit-content;
  width: fit-content;
}
.ctas .MagneticWrapper .inner {
  height: 100%;
}
.Partials-Button:after,
.Partials-Button:before {
  content: "";
  position: absolute;
}
.Partials-Button:before {
  width: 120%;
  padding-bottom: 120%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, 0, 0) scale3d(0, 0, 0);
}
.Partials-Button {
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  min-width: 282px;
  padding: 20px 25px;
  transition: background 0.3s cubic-bezier(0.4, 0.64, 0.68, 1),
    color 0.3s linear;
  position: relative;
  overflow: hidden;
  border: 0;
}
.Partials-Button:after {
  inset: 0;
  z-index: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.Partials-Button .magnetic-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.ctas .MagneticWrapper .inner {
  height: 100%;
}
.Partials-Button .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.Partials-Button .hover-inner {
  position: relative;
  z-index: 1;
}
.text-cta-regular {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;
}
.Partials-Button:not(.magnetic-target):hover:before {
  transform: translate3d(-50%, -50%, 0) scaleX(1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1),
    background 0.3s cubic-bezier(0.4, 0.64, 0.68, 1);
  pointer-events: none;
}
.Partials-Button:not(.magnetic-target):hover .hover-inner {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s 0.3s forwards;
}
@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scaleY(1.5);
    opacity: 0;
  }
}
@keyframes MoveScaleUpEnd {
  0% {
    transform: translate3d(0, 100%, 0) scaleY(1.5);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  .Partials-Button:not(.magnetic-target):hover:after {
    transform: translateZ(0);
    transition: transform 0s linear 0.4s,
      background 0.3s cubic-bezier(0.4, 0.64, 0.68, 1);
    pointer-events: none;
  }
}
.frozen_btn {
  background: #af0419;
  font-size: 13px;
  font-weight: 400;
  min-width: 210px;
  padding: 14px 5px 14px 10px;
  margin: 0 18px;
  text-decoration: none;
}
.frozen_btn:hover {
  color: #fff;
}
.frozen_btn:after,
.frozen_btn:before {
  content: "";
  position: absolute;
  background: #d7162ed1;
}
.frozen_btn .text-cta-regular {
  font-weight: 400;
  font-size: 13px;
}
.frozen_btn .icon {
  position: absolute;
  top: unset;
  right: 0;
  left: unset;
  z-index: 2;
  font-size: 19px;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: color 0.2s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #61000c;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}
/* button new animation end */

/* mail btn new animation start */
.mail-btn .frozen_btn {
  margin: 0;
  min-width: 281px;
  padding: 16px 5px 16px 16px;
}
.mail-btn {
  position: absolute;
  bottom: 0;
}
/* mail btn new animation end */















    .logo {
      width: 200px;
      height: 200px;
    }

    .fill-path {
      stroke-dasharray: 300;
      stroke-dashoffset: 300;
      animation: fill-animation 2s ease-in-out forwards;
    }

    @keyframes fill-animation {
      from {
        stroke-dashoffset: 300;
      }
      to {
        stroke-dashoffset: 0;
      }
    }

    /* hover */
    #who-we-are-mobile{
      display: none;
    }
    #certification .row {
      --bs-gutter-x: 1rem;
  }
  .certificate_wrap {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0F0F10;
    border-radius: 8px;
}
/*.import_marketing {
  width: 88%;
  margin: auto;
}*/
.marketing_locations {
  display: flex;
  align-items: center;
}
.marketing_locations a {
    background: #AF0419;
    text-decoration: none;
    border-radius: 10px;
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 11px;
    margin-left: 12px !important;
    display: flex !important;
    align-items: center;
}
.marketing_locations a img{
  margin-right: 10px;
}
.map img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.map {
  height: 550px;
  position: relative;
}
.tooltips {
  position: relative;
  display: inline-block;
  transition: all .5s linear;
  pointer-events: none;
}
.tooltips:hover:after {
  background: #0F0F10;
  top: 30px;
  color: #fff;
  content: attr(title);
  left: -50px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 100px;
  font-size: 12px;
  text-align: center;
  border-radius: 8px;
  transition: all .5s linear;
}

.buttons {
  /* background: red; */
  border-radius: 100%;
  height: 21px;
  width: 21px;
  display: inline-block;
  position: absolute;
}
/* .btn-1 {
  left: 22%;
  top: 173px;
}
.btn-2 {
  left: 51%;
  top: 110px;
}
.btn-3 {
  left: 50%;
  top: 220px;
}
.btn-4 {
  left: 66%;
  top: 215px;
}
.btn-5 {
  left: 68%;
  top: 426px;
} */
.btn-1 {
  left: 22.4%;
  top: 33%;
}
.btn-2 {
  left: 50.8%;
  top: 20.4%;
}
.btn-3 {
  left: 49%;
  top: 40%;
}
.btn-4 {
  left: 63%;
  top: 38.5%;
}
.btn-5 {
  left: 68.3%;
  top: 75.4%;
}
.pulses_anim {
  background: #ffffff;
  position: relative;
  border: 8px solid #AF0419;
}
.pulses_anim:before {
  content: "";
  border-radius: 100%;
  display: block;
  height: 140%;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 0 0 5px #AF04194D;
  transition: all ease-in-out 300ms;
  opacity: 0;
  /* transform: translate(-50%, -50%); */
}
.pulses_anim:after {
  content: "";
  border-radius: 100%;
  display: block;
  height: 140%;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 25px;
  height: 25px;
  box-shadow: inset 0 0 0 5px #AF04194D;
  transition: all ease-in-out 300ms;
  opacity: 0;
  /* transform: translate(-50%, -50%); */
}
.pulses_anim:before {
  animation-delay: 200ms;
}
.pulses_anim:before {
  animation: pulse-long;
  animation-iteration-count: infinite;
  animation-duration: 1200ms;
  opacity: 1;
}
.pulses_anim:after {
  animation: pulse-short;
  animation-iteration-count: infinite;
  animation-duration: 1000ms;
  opacity: 1;
}

@keyframes pulse-short {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-long {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
  }
}
.l_points {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* mob banner */
#mob_banner {
  height: 450px;
  overflow: hidden;
  position: relative;
  display: none;
  margin-top: 65px;
}
#mob_banner video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mob_banner .main_head {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 40px 20px;
  width: 100%;
}
#mob_banner .main_head h1{
  margin: 0;
}


/* about page */
.deep_sea_content {
  width: 88%;
  margin: auto;
}
.deep_sea_right {
  text-align: center;
  padding-left: 48px;
}
.deep_sea_left p {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.deep_sea_left img {
  display: none;
  margin-bottom: 20px;
  width: 130px;
}
#about_banner {
  padding: 185px 0px 72px;
}
.about_banner {
  width: 75%;
  margin: auto;
}
.common_caption {
  font-size: 42px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.about_banner_title p {
  font-size: 16px;
  font-weight: 400;
  color: #D7D7D7;
  margin: 0;
  line-height: 23px;
}
.about_banner_title{
  text-align: center;
}
#counter {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
}
#counter li {
  width: 31.9%;
  float: left;
  text-align: center;
  border: 1px solid #d2d2d26e;
  border-radius: 12px;
  background: #0A0A0B;
  padding: 15px 10px;
  height: 130px;
  margin-right: 10px;
  border: 1px solid #AF0419;
  box-shadow: 3px 3px 6px 0px #0000001A;
}
#counter li img {
  max-width: 40px;
  display: flex;
  margin: 0 auto 5px;
  height: 35px;
  object-fit: contain;
}
.mv_container {
  width: 100%;
  display: flex;
  border: 1px solid #2C2C2C;
  border-radius: 16px;
  overflow: hidden;
}
.slide {
  color: #fff;
  flex: 1;
  position: relative;
  transition: all 500ms ease-in-out;
  cursor: pointer;
}
.slide .slide_right {
  position: absolute;
  top: 0;
  left: 125px;
  margin: 0;
  opacity: 0;
  width: 85%;
  height: 100%;
  padding: 0px 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}
:focus-visible {
  outline: none!important;
}
.mv_image {
  height: 225px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
}
.mv_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide.active {
  flex: 10;
  border-right: 1px solid #2C2C2C;
}
.slide.active:last-child{
  border-right: 0;
}
.slide_right p {
  color: #D7D7D7;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}
.slide_left span {
  text-align: center;
}
.slide_left {
  display: grid;
  align-content: space-between;
  height: 470px;
  width: 125px;
  justify-content: center;
  border-right: 1px solid #2C2C2C;
  padding: 40px;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 500;
  opacity: .5;
  transition: all .5s linear;
}
.slide_left:hover {
    background: #af0419;
    transition: all .5s linear;
    opacity: 1;
}
.slide_left h5 {
  transform: rotate(270deg);
  margin: 0;
  position: relative;
  bottom: 40px;
  width: max-content;
  font-size: 26px;
  font-weight: 500;
}
.slide.active .slide_left{
  opacity: 1;
}
.slide.active .slide_left {
  background: #AF0419;
}
.slide.active .slide_right {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.4s;
}

#counter li:last-child{
  margin-right: 0;
}
.plus:after {
  content: "+";
  display: inline-block;
}
.count {
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 500;
}
#counter li p {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF!important;
  margin: 0;
}
.counter {
  margin-top: 40px;
}
.about_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  height: 500px;
  width: 87%;
  margin: auto;
}
.about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission_mission ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.mission_mission {
  width: 88%;
  margin: auto;
}
.mission_mission ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0px;
  border-bottom: 1px solid #1A1A1A;
  position: relative;
}
.mission_mission ul li:first-child{
  padding-top: 0;
}
.mission_mission ul li:last-child{
  border: 0;
  padding-bottom: 0;
}
.mision_vision_left {
  width: 40%;
  display: flex;
  align-items: center;
}
.mision_vision_right {
  width: 53%;
}
.mision_vision_left h6 {
  color: #FFFFFF;
  font-size: 32px;
  margin: 0;
  font-weight: 500;
}
.mision_vision_right p {
  color: #D7D7D7;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 23px;
}
.our_presence {
  width: 90%;
  margin: auto;
}
.op__wrapper {
  height: 300px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: all .5s linear;
}
.op__wrapper:hover img{
  opacity: 1;
  transition: all .5s linear;
  transform: scale(1);
}
.op__wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s linear;
  transform: scale(1.05);
  opacity: .9;
}
.op__details {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100.93%);
    padding: 20px 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75%;
    display: flex;
    align-items: end;
}
.op__details h6 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  position: relative;
}
.op__details h6::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -3px;
  height: 2px;
  width: 30%;
  background: #AF0419;
}
.op__details a {
  color: #FFFFFF;
  font-size: 15px;
  text-decoration: none;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
.op__wrapper span {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  z-index: 99;
}
.mision_vision_left span {
  width: 150px;
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  font-size: 130px;
  font-weight: 600;
  opacity: .04;
  transform: translate(-50%, -50%);
}
.mission_vission_image {
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}
.mission_vission_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about_slider {
  margin-top: 32px;
}
#about_slider .owl-nav button {
  background: #AF0419 !important;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  font-size: 24px !important;
}
#about_slider .owl-nav .disabled {
  opacity: .2;
}
#about_slider .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 103%;
  justify-content: space-between;
  transform: translate(-50%, -50%);
  left: 50%;
}
/* contact page */
.contact_form_wrap{
  background: #121213;
  border-radius: 8px;
  padding: 40px 50px;
  margin: auto;
}
.contact_input_wrap {
  border-bottom: 1px solid #313133;
  padding-bottom: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.contactimg img {
    width: 100%;
    height: 465px;
    object-fit: cover;
    border-radius: 5px;
}
.contact_iput {
  border: 0;
  background: transparent;
  box-shadow: none;
  outline: none;
  margin-left: 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}
.contact_iput::placeholder{
  font-size: 15px;
  font-weight: 400;
  color: #A6A6A6;
  text-transform: capitalize;
}
.contact_input_wrap textarea {
  height: 40px;
  resize: none;
}
.contact_head {
    text-align: left;
    width: 100%;
    margin: 0 auto 30px;
}
.contact_head h6 {
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 500;
  text-transform: capitalize;
}
.contact_head p {
  color: #D7D7D7;
  font-size: 15px;
  font-weight: 400;
}
.submit_input {
  border: 0;
  width: fit-content;
}
#contact {
  padding: 155px 0 80px;
}
.contact_form .click-btn {
  margin: auto;
}
#locationTab li {
  width: 100%;
}
.nav-pills .nav-link {
  border-radius: 10px;
  color: #181717;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 0px;
}
.nav-pills .nav-link.active {
  background-color: #c82333;
  color: #fff;
}
.tab-content {
  padding: 20px;
}
.map-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.location-card {
  padding: 20px;
  background-color: #FDFAFA;
  border-radius: 6px;
  margin-bottom: 10px;
      border: 1px solid #af041942;
  transition: all .5s linear;
}
.location-card:hover{
  background: #AF0419;
  transition: all .5s linear;
}
.location-card:hover h5{
  color: #fff;
  transition: all .5s linear;
}
.location-card:hover p {
    color: #fff !important;
    transition: all .5s linear;
}
.location-card:hover p a{
  color: #fff;
  transition: all .5s linear;
}
.location-card h5 {
  margin-bottom: 10px;
  color: #AF0419;
  font-size: 16px;
  font-weight: 500;
}
.location-card p {
    color: #24262B !important;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    font-weight: 400 !important;
}
.location-card p a {
  color: #24262B;
  text-decoration: none;
}
.map-container {
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.map-container iframe{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#locationTabContent .row {
  --bs-gutter-x: .6rem;
}
.locations {
  width: 92%;
  margin: auto;
}
#locationTab {
  box-shadow: 3px 3px 8px 0px #0000000F;
  background: #FDFAFA;
  border-radius: 8px;
  padding: 30px;
}
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/* product list page */
#product_list_banner {
  height: 350px;
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 80px;
}
#product_list_banner p {
  width: 850px;
  margin: auto;
}
.product_list_wrap img {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 40px;
  position: relative;
  z-index: 9;
}
.product_list_wrap {
  border-radius: 32px;
  border: 1px solid #AF0419;
  height: 300px;
  padding: 40px 0px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all .5s linear;
}
.product_list_wrap:hover .p__btn_wrap{
  opacity: 1;
  transition: all .5s linear;
}
.product_list_wrap:hover button{
  transition: all .5s linear;
}
.product_list_wrap::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/pattern.jpg);
  opacity: 30%;
  top: 0;
  left: 0;

}
.prd_img {
    position: relative;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prd_cnt {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    min-height: 80px;
}
.prd_cnt h6 {
    margin-bottom: 0;
    width: 90%;
    padding-right: 20px;
    color: #000000;
    font-weight: 400;
}
.product_list_content {
    background: #DEDEDE30;
    border-radius: 20px;
    border: 1px solid #cccccc78;
    margin-bottom: 25px;
    box-shadow: 3px 3px 12px 0px #00000029;
    transition: 0.3s linear;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #000;
    overflow: hidden;
}
.product_list_content:hover {
    color: #000;
}


.product_list_content:hover {
 box-shadow: none;

  transition: 0.3s linear;


}.product_list_content:hover .prd_img img{
  transform: scale(1.05);
  transition: 0.3s linear;


}
.prd_img img {
  position: relative;
  z-index: 9;
  transition: 0.3s linear;
  max-width: 140px;
  max-height: 120px;
}
.prd_img:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../images/main/pattern2.jpg);
  top: 0;
  left: 0;
}
.prd_cnt button {
    border: 0;
    background: transparent;
}
.p__btn_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffffd1;
  z-index: 99;
  opacity: 0;
  transition: all .5s linear;
  background: rgb(255 255 255 / 22%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.product_list_wrap h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #0A0A0B;
  position: relative;
  z-index: 9;
}
.product_list {
  width: 90%;
  margin: auto;
}
.p__btn_wrap button {
  border: 0;
  background: #AF0419;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  transition: all .5s linear;
}

.viewmap {
    color: #c90013ed;
    font-size: 13px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 10px;
}
.viewmap iconify-icon {
    margin-left: 10px;
}
.location-card:hover .viewmap {
    color: #fff;
   
}


.team_wrap {
    position: relative;
    margin-bottom: 25px;
}
.team_wrap img {
    /* width: 329px; */
    border-radius: 10px;
    height: 300px;
    object-fit: cover;
}
.team_bx {
    position: absolute;
    bottom: 15px;
    width: 100%;
    padding: 0 14px;
    z-index: 99;
}
.team_bx h4 {
    font-size: 18px;
    color: #fff;
    margin: 0 0 3px;
}
.team_bx p {
    margin-bottom: 0;
    color: #fff ! Important;
    font-size: 14px;
}

.team_wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%; /* Covering 40% from the bottom */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0)); /* Gradient from black to transparent */
    border-radius: 10px;
}
#ourteam .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
#ourteam .owl-dot.active span {
    width: 30px !important;
    background: #860313!important;
}
#ourteam .owl-dots .owl-dot span {
    width: 10px;
    height: 2px;
    background: #86031399;
    display: inline-block;
    margin: 0 2px;
}
#ourteam {
    position: relative;
}
/*#ourteam::after {*/
/*  position: absolute;*/
/*  content: '';*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: -20px;*/
/*  left: 0;*/
/*  background: #fff;*/
/*  z-index: -1;*/
/*}*/
/*product popup*/
.prdtdetail .modal-dialog {
    margin: 0;
    max-width: 500px;
    height: 100vh;
    float: right;
    width: 500px;
}
.prdtdetail .modal-dialog .modal-content {
    height: 100vh;
    border-radius: 0;
}
body.modal-open {
    padding-right: 0 !important;
}
.prdtdetail .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.productinner_detail .prd_img:after {
    border-radius: 0;
}
.btn-close1 {
    color: #af0419;
    border: 0;
    background: transparent;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}
.productinner_detail .prd_img {
    height: 240px;
}
.prd_cnt1 {
    padding: 20px 30px;
}
.prd_cnt1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.prd_cnt1 ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #0404040d;
    margin-bottom: 13px;
    padding-bottom: 13px;
}
.prd_cnt1 ul li h5 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}
.prd_cnt1 ul li h4 {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.prd_cnt1 .redtitle {
    color: #af0419;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.product_title {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 42px;
}
.popupbtn {
  position: fixed;
  bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* box-shadow: 3px 3px 8px 4px #0000001f; */
  border-top: 1px solid #00000012;
  padding-top: 10px;
  padding-bottom: 6px;
}
.popupbtn a {
    text-transform: uppercase;
}



.prdt_maincat img {
    width: 100%;
    height: 270px;
    border-radius: 15px;
    object-fit: cover;
}
.prdt_maincat {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    margin-bottom: 25px;
    transition: 0.3s linear;
}
.main_category {
    width: 80%;
    margin: 0 auto;
}
.product_maintitle {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 25px;
    color: #ffff;
    font-size: 22px;
    margin: 0;
    z-index: 99;
}
.prdt_maincat::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 20%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: 0.3s linear;
}
.prdt_maincat:hover{
  transform: translateY(-5px);
  transition: 0.3s linear;
}
/* end product popup*/
.removeline{
      position: relative;
    bottom: 2px;
}
.othercat_sec .owl-stage-outer {
    padding-top: 10px;
}
.othercat_sec .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}
.othercat_sec .owl-dot.active span {
    width: 30px !important;
    background: #860313!important;
}
.othercat_sec .owl-dots .owl-dot span {
    width: 10px;
    height: 2px;
    background: #86031399;
    display: inline-block;
    margin: 0 2px;
}



/*side popup*/
.sidecat_popup .modal-dialog {
    max-width: 780px;
}
.sidecat_popup .modal-body {
  padding: 0;
}
.sidecat_popup .btn-close1 {
    position: absolute;
    right: -30px;
    top: -20px;
}
.formlft {
    height: 470px;
    background: #0a0a0b;
    padding: 30px;
    display: grid
;
    align-content: space-between;
}
.formlft .popuplogo img{
   margin-bottom: 15px;
}
.formlft p {
    color: #fff;
    font-size: 14px;
}
.popform_bx h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
.popform_bx {
    margin-top: 30px;
}
.popform_bx a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.popform_bx a iconify-icon {
    margin-right: 10px;
    width: 21px;
}
.contact_form {
    padding: 0 30px 0 10px;
}
.contact_form h6 {
    color: #000;
    font-size: 30px;
}
.sidecat_popup .contact_input_wrap .contact_iput {
    color: #000;
}
/**/


/*thankyoupage*/
.thank-you-section{
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thankyou-grid {
  background: #2525252e;
  text-align: center;
  width: fit-content;
  margin: auto;
  padding: 50px;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
}
.thankyou-content h1 {
  font-size: 35px;
  color: #fff;
  /* line-height: 40px; */
  margin-bottom: 10px;
  font-weight: 600;
}
.thankyou-content p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 20px;
}
.thankyou-content a {
  background: #af0419;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
  border-radius: 22px;
  margin-top: 10px;
  display: inline-block;
}
/*end thankyou*/
input:focus {
  background: transparent;
  outline: none;
}
.productinner_detail .prd_img img {
  /* width: 200px; */
  max-width: 180px;
  max-height: 180px;
}
.deep_sea_right a img {
    width: 150px;
}
/* blog list page */
.blog_list_image {
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.blog_list_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s linear;
}
.blog_category {
  background: #AF0419;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  padding: 5px 12px;
  border-radius: 50px;
  color: #fff;
  text-transform: capitalize;
  font-size: 12px;
}
.blog_category img{
  margin-right: 6px;
  filter: brightness(0) invert(1);
}
.blog_list_content {
  padding: 20px 20px 0px 20px;
}
.blog_date {
  display: flex;
  align-items: center;
  color: #AF0419;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.blog_date img{
  margin-right: 6px;
}
.blog_list_content h6 {
    color: #000000;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
}
#events .sub_title {
    text-align: left;
}
.blog_list_wrap {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  transition: all .5s linear;
}
.blog_list_wrap:hover .blog_img{
  transform: scale(1.06);
  transition: all .5s linear;
}

/* blog detaisl */
.blog_details{
  display: flex;
}
.width_88 {
  width: 88%;
  margin: auto;
}
.top_160{
  padding-top: 160px;
}
.blog_main_title {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.main_blog_details span {
  color: #EBEBEB;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.main_blog_details span img{
  margin-right: 10px;
}
.main_blog_details {
  display: flex;
  align-items: center;
  margin: 24px 0px 40px;
}
.blog_main_image {
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}
.blog_main_image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_details p {
  color: #D7D7D7;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.blog_details h5,
.blog_details h3 ,
.blog_details h4 ,
.blog_details h2 {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  /* margin: 30px 0px 15px 0px; */
}
.right_side {
  width: 70%;
  float: left;
}
.left-side {
    float: right;
    width: 30%;
    display: inline-block;
    position: sticky;
    top: 145px;
    padding-left: 80px;
    height: 200px;
}
.share_icons {
  display: flex;
}
.share_icons a:hover {
  background: #910819;
  transition: all .5s linear;
}
.share_icons a {
    min-width: 48px;
    height: 48px;
    background: #FFFFFF33;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-right: 22px;
    transition: all .5s linear;
    color: #fff;
    font-size: 22px;
}
.blog_share h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.flex_title a {
  margin: 0;
/*  pointer-events: none;*/
}
#recent_blogs .flex_title {
  margin-bottom: 20px;
}
#recent_blogs .blog_list_wrap{
  margin: 0;
}
.mob_btn{
  display: none;
  justify-content: center;
}

/* events page */
.event_image_wrap {
  height: 230px;
  border-radius: 12px;
  overflow: hidden;
}
.event_image_wrap2 {
  height: 100%;
  width: 100%;
}
.event_image_wrap2 img{
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.event_post_date {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.event_post_date span{
  display: flex;
  align-items: center;
  color: #AF0419;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 20px;
}
.event_post_date span img {
  margin-right: 8px;
  width: unset !important;
}
.event_content {
  padding: 25px 0px 0px;
}
.event_content h6 {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 2px;
}
#company_news .sub_title {
    text-align: left;
}
.event_content p {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
#event_slider{
  margin-top: 40px;
}
#event_slider .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: -70px;
  right: 0;
}
#event_slider .owl-nav .disabled {
  opacity: .2;
}
#event_slider .owl-nav button {
  background: #AF0419 !important;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff !important;
  font-size: 24px !important;
  margin-left: 15px;
}
.company_news_wrap {
  display: flex;
  align-items: center;
  border: 1px solid #E1E1E1;
  border-radius: 12px;
  overflow: hidden;
  height: 220px;
  text-decoration: none;
  transition: all .5s linear;
  margin-bottom: 26px;
}
.cn_left {
  width: 45%;
  overflow: hidden;
  border-radius: 12px;
  height: 100%;
  position: relative;
  background: #000000;
  transition: all .5s linear;
}
.cn_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s linear;
}
.company_news_wrap:hover .cn_left img{
  opacity: .4;
  transition: all .5s linear;
}
.company_news_wrap:hover button{
  opacity: 1;
  transition: all .5s linear;
}
.cn_right {
  width: 55%;
  padding: 24px;
}
#company_news{
  position: relative;
}
#company_news::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: -20px;
  left: 0;
  background: #fff;
  z-index: -1;
}
.cn_left button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  background: #AF0419;
  border-radius: 100px;
  padding: 5px 5px 5px 24px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  width: max-content;
  opacity: 0;
  transition: all .5s linear;
}
.cn_left span{
  background: #61000C;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.cn_right h6 {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
.cn_right p {
  color: #595959;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  margin: 0;
}
.cn_right .event_post_date span {
  font-size: 12px;
  margin-right: 10px;
}
.company_news {
  margin-top: 40px;
}
.main_title {
  will-change: transform, opacity;
  transition: transform 0.5s ease-out, opacity 0.3s ease-out;
}


/* new banner */
.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner_video {
  height: 100%;
}
.banner_video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000045;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_detailpg{
  width: 90%;
  margin: 0 auto;
}
.product_detailpg .prd_img {
    height: 300px;
}
#product_list_banner .redtitle {
    color: #fff;
    background: #af0419;
    border-radius: 20px;
    padding: 2px 16px;
    font-size: 15px;
    margin-bottom: 20px;
    display: inline-block;
}


.right_side ul li {
  position: relative;
  list-style: none;
  padding-left: 29px;
  color: #DFDFDF;
  margin-bottom: 16px;
}
.right_side ul {
  padding: 0;
}
.right_side ul li::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: 7px;
  left: 0;
  z-index: 0;
  background-image: url(../../images/main/dot.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.margin_80 {
    margin-top: 100px;
}
.product_detail_head h1 {
    font-size: 36px;
    margin-bottom: 5px;
    color: #000000;
}
.prd_cnt1 ul li h5, .prd_cnt1 ul li h4 {
    color: #000000;
    font-weight: 400;
}
.product_detail_head span {
    color: #af0419;
    font-size: 12px;
    background: #AF0419;
    align-items: center;
    padding: 5px 12px;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
}
.product_detail_head {
    padding: 0px 30px;
}
.deep_text {
    width: 66px;
}
.gourmex_logo img {
    width: 167px;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
select option{
  color: #000;
}
.visibility{
  visibility: hidden;
}
section#product_list {
    overflow: hidden;
}
#copyBtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: #3b3b3c;
    border: 0;
    border-radius: 12px;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy_link {
    position: relative;
}
input#copyInput {
    opacity: 0;
}
.pagination li span, .pagination li a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    margin: 0px 5px;
    border: 1px solid #af041930;
}
.pagination .active span {
    background: #af0419;
    border: 0;
}
.pagination .page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #af0419;
    border-color: transparent;
}
.pagination .disabled span {
    opacity: .5;
}
.pagination .page-link:focus {
    color: #ffffff;
    background-color: #0a0a0b;
    box-shadow: none;
}
.slider {
    visibility: hidden;
}
.slick-initialized {
    visibility: visible;
}
.list_pagination ul.pagination {
    justify-content: center;
}
.mob_logo img {
    width: 150px;
}