@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/***** General CSS *****/
body {
  word-break: break-word;
  color: #000;
  overflow-x: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
  font-family: "Montserrat", serif;

}

body.loaded {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
  font-family: "Montserrat", serif;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jersey";
  src: url(../fonts/Jersey.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "Cutmark";
  src: url(../fonts/Cutmark.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

.cut {
  font-family: "Cutmark";
  font-weight: 600;
}


/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jersey";
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
  font-size: 77px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h2 {
  font-size: 60px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h3 {
  font-size: 70px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}

h4 {
  font-size: 32px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h5 {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h6 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  font-family: "Montserrat", serif;
  opacity: 0.7;
  margin: 0 0 10px 0;
}

.white {
  color: #fff;
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: space-around;
  display: flex;
  align-items: center;
  height: 100%;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #000;
  font-family: 'Jersey';
  font-weight: 300;
  font-size: 13px;
  padding: 20px 20px;
  display: block;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  width: 0%;
  content: ".";
  color: transparent;
  background: transparent;
  height: 2px;
  transform: translateX(-50%);
  font-family: 'FontAwesome';
}

.nav.stroke ul li a:hover:after {
  width: 100%;
}

.nav.stroke ul li a.active:after {
  width: 100%;
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #000 !important;
}

/* Dropdown Styles */
.nav.stroke ul li {
  position: relative;
  transition: 0.3s ease-in-out;
}

.nav.stroke ul li ul.dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 80%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 0 0 10px 0;
  min-width: 230px;
  z-index: 1000;
  flex-direction: column;
  max-height: 390px;
  transform: translateY(10px);
  transition: all 0.3s ease;
  text-align: left;
  border-top: 3px solid #cf112c;
  overflow-y: scroll;
  height: fit-content;
}

.nav.stroke ul li ul.dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.nav.stroke ul li ul.dropdown-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.nav.stroke ul li ul.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #cf112c;
  background-image: -webkit-linear-gradient(45deg,
      #cf112c 25%,
      transparent 25%,
      transparent 50%,
      #cf112c 50%,
      #cf112c 75%,
      transparent 75%,
      transparent);
}

.nav.stroke ul li:hover ul.dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.nav.stroke ul li ul.dropdown-menu li {
  width: 100%;
  display: block;
}

.nav.stroke ul li ul.dropdown-menu li a {
  padding: 5px 20px;
  font-size: 14px;
  color: #000;
  font-family: "Montserrat", serif;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0;
  display: block;
}

.nav.stroke ul li ul.dropdown-menu li a:after {
  display: none;
}

.nav.stroke ul li ul.dropdown-menu li a:hover {
  background-color: #f9f9f9;
  color: #cf112c;
  padding-left: 25px;
}

.nav.stroke ul li ul.dropdown-menu li:last-child a {
  border-bottom: none;
}

/* Buttons Css Start*/
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 18px 50px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
  color: #ffff;
  border: 1px solid;
  border-radius: 50px;
  font-family: 'Jersey';
  text-transform: uppercase;
  overflow: hidden;
}


.theme-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
  z-index: -1;
}

.theme-btn:hover::before {
  width: 100%;
  height: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme-btn:hover {
  color: #cf112c;
}

/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #cf112c;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  display: block;
  width: fit-content;
}

.top-bar {
  padding: 10px 0;
  background: #cf112c;
}

.top-text p {
  margin: 0;
  text-align: center;
  opacity: 1;
}

.hdr-form input.form-control {
  margin: 0;
  background: #f3f3f3;
  border-radius: 50px;
  color: #000000a9;
  font-family: "Jersey";
  font-size: 12px;
  padding: 0 20px;
  border: none;
  text-transform: capitalize !important;
}

.hdr-form input.form-control::placeholder {
  color: #000000a9;
  font-size: 12px;
  text-transform: capitalize !important;
}

.hdr-form {
  position: relative;
  z-index: 1;
}

button.form-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 50px;
  background: #cf112c;
  border-radius: 50%;
  color: #ffff;
  border: none;
  width: 50px;
  transform: translateY(-50%);
}

.middle-bar {
  padding: 20px 0;
  border-bottom: 1px solid #0000004d;
}

/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
  margin: 20px;
}

.banner_sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: url(../images/banner.png);
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}

.banner_text p {
  color: #fff;
}

.follow-box {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0 50px 0;
}

.follow-box ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.follow-box ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 1px solid #ffffff6e;
  transition: 0.3s ease-in-out;
}

.follow-box ul li a:hover {
  transition: 0.3s ease-in-out;
  transform: scale(1.1);
  background: #fff;
  color: #c40232;
}

.follow-box h6 {
  margin: 0;
  color: #fff;
}

.line {
  height: 1px;
  width: 40%;
  background: #ffffffb4;
}

img.banner-img {
  width: 80%;
  margin: 0 0 0 auto;
  display: block;
  padding: 50px 0 0 0;
}

.black {
  color: #000;
}


/* Banner end*/

/* section start */

.cat-card-image a {
  padding: 30px 0;
  background: #fff;
  display: flex;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #00000033;
}

.cat-card-image img {
  width: 80%;
  height: 160px;
  object-fit: contain;
}

.cat-card {
  margin: 30px 0;
}

.cat-card-text h6 {
  margin: 10px 0;
  text-align: center;
}

a.theme-btn.style {
  background: #cf112c;
}

.cat-btn {
  justify-content: center;
  display: flex;
}


a.theme-btn.style2 {
  border: 1px solid #cf112c;
  color: #000;
}

.heading-btn {
  display: flex;
  justify-content: end;
}

/* section end */

/* section start */
.heading-btn {
  display: flex;
  justify-content: end;
}

.shop-card-image a {
  padding: 70px 0;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}

img.shop-img {
  width: 60%;
  height: 200px;
  object-fit: contain;
}

.shop-card {
  margin: 20px 0;
}

.shop-card-text {
  padding: 30px 30px;
  border: 1px solid #0000001a;
  border-radius: 0 0 10px 10px;
}


.shop-card-btn a.theme-btn {
  width: 100%;
  border: none;
  text-align: center;
  border-top: 1px solid #0000001a !important;
  border-radius: 0;
  color: #000;
}

.bag-btn {
  display: flex;
  justify-content: center;
}

.bag-sec {
  background-image: url(../images/bag-bg.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 0;
  margin: 20px;
}

img.bag-img {
  height: 550px;
  object-fit: contain;
}


img.about {
  width: 90%;
  height: 630px;
  object-position: top;
}


.about_text * {
  margin: 0 0 30px 0;
}

/* section end */


/* Testimonial Section Start */



.our-client-sec .head-effect::after {
  width: 50%;
}

.client-sli .slick-slide {
  opacity: 1;
  outline: none;
}

.client-sli .slick-prev,
.client-sli .slick-next {
  top: 2%;
}

.client-sli .slick-prev {
  left: -50px;
}

.client-box {
  margin: 0px 0;
}

.curr-sli {
  position: relative;
  z-index: 1;
}

.curr-sli::after {
  content: '';
  position: absolute;
  left: 0;
  top: 9%;
  border: 0.1px dashed #706d68;
  width: 100%;
  z-index: -1;
}

.client-sli .slick-prev:before {
  content: '\f053';
  font-weight: 600;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.client-sli .slick-next:before {
  content: '\f054';
  font-weight: 600;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  color: #fff;
  background-color: #a2a279;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.client-box h6 {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.client-box .quotess {
  margin-left: 20px;
  position: relative;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #cf112c5e;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  color: #ffb503;
}

.client-box .quotess::after {
  content: '';
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  background: #cf112c;
}

.client-box .quotess::before {
  z-index: 2;
  font-size: 20px;
  color: #ffb503;
}

.client-ineer-box::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #ffff;
  border-bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(180deg);
  /* filter: drop-shadow(2px 4px 6px #00000021); */
}

.client-ineer-box {
  z-index: 2;
  padding: 60px 30px;
  position: relative;
  border-radius: 10px;
}

.client-ineer-box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.client-ineer-box ul li h4 {
  color: #000;
  font-size: 22px;
  margin: 0;
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 500;
  font-family: "Jersey";
}

.client-ineer-box ul li h4 span {
  font-size: 14px;
  display: block;
  color: #000;
  text-transform: capitalize !important;
  margin-top: 0px;
  font-weight: 500;
  font-family: 'Montserrat';
}

.client-ineer-box ul li i {
  color: #ffb503;
  margin-right: 5px;
}

section.our-client-sec.themes-padd {
  padding: 80px 0;
  position: relative;
}

section.our-client-sec.themes-padd .slick-track {
  margin-bottom: 30px;
}

h2.themes-h2.head-effect {
  font-size: 62px;
  color: #000;
  margin: 0 0 5px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
  background: #a2a279;
}

.client-sli .slick-next {
  right: -20px;
}

.client-ineer-box p {
  font-size: 14px;
  color: #7c7c7cc2;
  margin: 0;
  width: 92%;
}

section.our-client-sec img.testi-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 600px;
}

.client-sli .slick-slide.slick-current.slick-active .client-ineer-box {
  background-color: #cf112c;
}

.client-sli .slick-slide.slick-current.slick-active .client-ineer-box ul li h4 {
  color: #fff;
}

.client-sli .slick-slide.slick-current.slick-active .client-ineer-box p {
  color: #fff;
}

.client-sli .slick-slide.slick-current.slick-active .client-ineer-box ul li h4 span {
  color: #fff;
}

.client-sli .slick-slide.slick-current.slick-active .client-ineer-box::before {
  border-top-color: #cf112c;
}


.text_center.heading.topbar p {
  width: 80%;
  margin: 0 auto;
}

/* Testimonial Section End */


/* Footer Css Start */


.footerSec {
  padding: 70px 10px 0px;
  background-image: url("../images/footer-bg-img.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  width: 99%;
  margin: 0 auto;
  border-radius: 10px;
}

.ftr_socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ftr_socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
}

.ftr_socials a:hover {
  transform: scale(1.1);
  background-color: #cf112c;
  color: #fff;
  border: 1px solid #cf112c;
}

.ftr_left p {
  color: #fff;
  margin: 20px 0;
}

.newsletter p {
  color: #9fabb9;
  margin: 20px 0;
}

.ftr_links h5 {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  margin-bottom: 60px;
}

.newsletter h5 {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  margin-bottom: 65px;
}

.ftr_links ul li a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
}

.ftr_links ul li a:hover {
  transform: translateX(5px);
  color: #ffffff;
}

.ftr_linkss ul li a:hover {
  transform: translateX(5px);
  color: #ffffff;
}

.ftr_links ul li {
  margin-bottom: 30px;
}

.ftr_links ul {
  column-count: 2;
}

.copy-txt p {
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  opacity: 1;
  margin: 0;
}

.footer-btm .container-fluid {
  border-top: 1px solid #ffffff54;
}

.subscribe_form {
  max-width: 370px;
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);

  &:focus {
    outline: none;
  }

  .form-control {
    border: none;

    &:focus {
      box-shadow: none;
    }
  }

  input {
    height: 60px;
    background: #1c3859;
    border-radius: 5px;
  }

  button {
    border: none;
    height: 60px;
    background-color: #1e61cc;
    color: #fff;
    margin: -1px;
    border-radius: 0;
    width: 65px;
    border-radius: 5px;
    text-transform: uppercase;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;

    &:hover,
    &:focus,
    &:active,
    &:visited {
      color: #fff;
      background-color: #102e50;
      outline: none;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;

      &:before {
        background-color: #102e50;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
      }
    }

    &:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      height: 1px;
      background-color: #1e61cc;
      width: 100%;
      transition: all ease 0.3s;
      -webkit-transition: all ease 0.3s;
      -moz-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      -ms-transition: all ease 0.3s;
    }
  }

  .input-group-btn:last-child>.btn,
  .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: 0px;
  }
}

.ftr_left {
  padding: 0 20px 40px;
  border-right: 1px solid #ffffff4f;
}

.ftr_links {
  border-right: 1px solid #ffffff4f;
  padding: 0 30px 384px;
}

.newsletter {
  padding: 0 40px 60px;
}

.ftr_lgo {
  width: 36%;
  margin: 0 0 10px 0;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
}

.ftr_left h3 {
  font-weight: 400;
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 30px;
}

.ftr_left h5 {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

.ftr_linkss ul {
  column-count: 2;
}

.ftr_linkss h5 {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  margin-bottom: 60px;
}

.ftr_linkss ul li a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
}

.ftr_linkss ul li {
  margin-bottom: 30px;
}

.ftr_left b {
  color: #fff;
}

.ftr_left ul {
  margin: 30px 0px;
}

.ftr_left ul li {
  margin-bottom: 20px;
}

.ftr_left ul li h6 {
  color: #fff;
}

.ftr_left ul li a {
  color: #fff;
}

.newlatter-form {
  padding: 0 0 30px 0;
  text-align: center;
  margin: 0 0 30px;
}

.newsform input {
  width: 100%;
  height: 50px;
  background: transparent;
  border-bottom: 1px solid #ffffff !important;
  border: none;
  color: #fff;
}

.newsform {
  position: relative;
  z-index: 1;
  margin: 20px auto 0 auto;
  width: 54%;
}

.bt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.newsform input::placeholder {
  color: #fff;
  font-size: 14px;
}

.bt button.theme-btn {
  padding: 10px 30px;
  background: #c80030;
}

/* Footer Css End*/

/* Home Page end*/

/* InnerPage Medals start */
.inner-banner-text h1 {
  font-size: 70px;
}

img.medals-img {
  width: 80%;
  height: 200px;
  object-fit: contain;
}

.medal-card-image a {
  padding: 30px 0;
  background: white;
  display: flex;
  border: 1px solid #0000001a;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}

.medal-card-text {
  padding: 20px 15px;
  border: 1px solid #0000001a;
  border-radius: 0 0 10px 10px;
}


/*.medal-card-text {*/
/*  max-height: 300px;*/
/*  overflow-y: auto;*/
/*  height: 300px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: space-between;*/
/*}*/

.medal-card-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.medal-card-text::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.medal-card-text::-webkit-scrollbar-thumb {
  background-color: #cf112c;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.medal-card-text.active {
  padding: 10px;
  box-shadow: 0 0 6px 0 #ffffff46;
  margin: 0 0 10px 0;
}

.medal-card {
  margin: 20px 0;
}

/* InnerPage Medals end */

/* InnerPage How To Order start */
.order-text h2 {
  text-align: center;
}

.order-inner-text {
  margin: 30px 0;
}

.padd_bottom {
  padding-bottom: 80px;
}

.padd_top {
  padding-top: 80px;
}

/* InnerPage How To Order end */

/* InnerPage Bespoke start */
.custom-table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.custom-table th,
.custom-table td {
  padding: 12px 15px;
  text-align: center;
  border: 1px solid #dee2e6;
  font-family: montserrat;
}

.custom-table thead th {
  background-color: #cf112c;
  color: white;
  font-weight: bold;
}

.custom-table tbody tr:nth-child(even) {
  background-color: #cf112c;
  color: #fff;
}

.custom-table tbody tr:hover {
  background-color: #cf112de5;
  color: #fff;
}

.bespoke-box {
  position: relative;
}

.heading-table {
  position: unset;
  top: 0;
  left: 0;
  padding: 0;
}

.bespoke-listing-sec .shop-card-btn a.theme-btn {
  width: 100%;
  border: none;
  text-align: center;
  border: 1px solid #0000001a !important;
  border-radius: 0;
  color: #000;
}

.bespoke-listing-sec .shop-card-btn a.theme-btn::before {
  background-color: #c80030;
}

.bespoke-listing-sec .shop-card-btn a.theme-btn:hover {
  color: #fff;
}



/* InnerPage Bespoke end */

/* InnerPage Ribbon start */
img.reverse {
  object-fit: contain;
  width: auto;
}

ul.list li p {
  text-align: center;
}

html {
  overflow-x: hidden;
}

.top-text p i {
  font-family: 'Montserrat' !important;
}

.top-text p a {
  color: #fff;
  text-decoration: underline;
}

.top-text p a:hover {
  text-decoration: none;
}

/* InnerPage Ribbon end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */


/* .custom-tabs .nav-link:hover .tab-title {
    color: #cf112c;
}
.custom-tabs .nav-link.active {
    background-color: #efefef;
    color: #cf112c;
}
.custom-tabs .nav-link {
    background-color: #efefef;
    color: #000;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    padding: 15px 25px;
    margin-bottom: 20px;
    border-radius: 0px;
    font-weight: 500;
    transition: all 0.3s ease;
} */
.meaderl-top-heading h2 {
  color: #000;
  text-align: center;
}

.medals-top-heading h2 {
  color: #000;
  text-align: center;
}

a.theme-btn.style.btn-center-medal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 30px;
}

/* FB Package Detail Section */
.fb-package-detail {
  padding: 60px 0 80px;
}

.fb-package-detail .package-img img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.fb-package-detail .package-content h2 {
  font-size: 36px;
  color: #000;
  margin-bottom: 20px;
  font-family: 'Jersey';
}

.fb-package-detail .package-content p {
  color: #333;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.fb-package-detail .package-options {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.fb-package-detail .package-options li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
  padding-left: 20px;
  position: relative;
  font-style: italic;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}

.fb-package-detail .package-options li::before {
  content: '\f054';
  /* FontAwesome chevron-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 4px;
  color: #cf112c;
  font-size: 12px;
}

.fb-package-detail .package-options li strong {
  color: #cf112c;
  font-weight: 600;
  margin-right: 5px;
}

@media (max-width: 991px) {
  .fb-package-detail .package-img {
    margin-bottom: 30px;
  }
}

.package-detail-img {
  width: 100%;
  height: 420px;
  object-fit: contain !important;
  border-radius: 10px !important;
  background: #fff;
}


/* New Css  */
.banner-flex-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-flex-image .banner-flex-img {
  width: 45%;
  height: 440px;
  object-fit: contain !important;
  border-radius: 10px !important;
}

/* Mega Menu Styles */
.nav.stroke ul li div.dropdown-menu.mega-menu {
  /* Changed selector to div */
  width: 1040px;
  /* Increased width */
  max-width: 95vw;
  display: flex;
  /* Flexbox for Image + List */
  gap: 0;
  padding: 0;
  max-height: none;
  overflow-y: visible;
  left: 50%;
  transform: translateX(-20%) translateY(10px);
  position: absolute;
  background: white;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0 !important;
  visibility: hidden;
  border: none !important;
  display: flex;
  transition: opacity 0.3s ease-in-out, visibility 0s 0.3s;
}

.nav.stroke ul li.has-dropdown:hover div.dropdown-menu.mega-menu {
  opacity: 1 !important;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0s;
}

/* Image Section */
.mm-image {
  width: 849px;
  /* flex-shrink: 0; */
  background: #fff;
  padding: 30px;
}

.mm-image img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  display: block;
}

/* List Section */
.mm-menu-list {
  padding: 20px 30px;

  /* Vertical sorting in columns */
  column-gap: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left !important;
  justify-content: start !important;
}

.mm-menu-list li {
  width: 25%;
  display: inline-block;
  /* Prevent breaking across columns */
  margin-bottom: 5px;
}

.mm-menu-list li a {
  padding: 8px 0 !important;
  border-bottom: none;
  font-family: 'Montserrat' !important;
  font-size: 14px;
  color: #333;
  display: block;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  transition: 0.3s ease-in-out;
}

.mm-menu-list li a:hover {
  color: #cf112c;
  padding-left: 5px !important;
  background: none;
}

.mm-menu-list li a::before {
  content: "\f105";
  font-family: 'FontAwesome';
  margin-right: 5px;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.mm-menu-list li a:hover::before {

  transition: 0.3s ease-in-out;
  opacity: 1;
}

li.has-dropdown i {
  color: #c80030;
  margin: 0 0 0 5px;
  font-weight: bolder;
}

.banner-para {
  text-transform: capitalize;
}

img.medal-banner-img {
  width: 100%;
  padding: 50px 0;
}

.medal-banner {
  padding: 150px 0;
}

section.football-medals-listing-sec .row {
  justify-content: center;
}

section.fb-package-detail .package-img {
  padding: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}



/* Ribbon Css Start */
.ribbon-img img {
  height: 300px;
  object-fit: contain !important;
}


.ribbon-text h1 {
  font-size: 41px;
}

.column {
  flex-direction: column;
  width: fit-content;
  align-items: start !important;
}


.fb-package-detail .package-options li ul li::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #cf112c;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.fb-package-detail .package-options li ul li {
  margin: 10px 0 10px -16px;
  padding-left: 15px;
  font-style: normal;
}

/* Ribbon Css End */

/* ==================== Standard Printed Ribbon Section ==================== */

/* Print Ribbon Image */
.print-ribbon-image {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00000033;
  border-right: none !important;
  border-radius: 0px 0 0 0px !important;
}

.print-ribbon-image img {
  width: 90%;
  background: transparent;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: antiquewhite;
  object-fit: contain;
}



/* Ribbon Content Box */
.ribbon-content-box {
  padding: 20px;
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  border-radius: 0 0px 0px 0;
  border: 1px solid #00000033;
}

.ribbon-title {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #cf112c;
  font-family: 'Jersey';
  text-transform: uppercase;
}

/* Ribbon Description with Features */
.ribbon-description {
  margin-bottom: 20px;
}

.ribbon-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ribbon-features li {
  padding: 5px 0;
  color: #000;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', serif;
  opacity: 0.8;
  font-weight: 400;
}

.ribbon-features li i {
  color: #cf112c;
  margin-right: 12px;
  margin-top: 2px;
  font-size: 14px;
  flex-shrink: 0;
}

.ribbon-features li strong {
  color: #cf112c;
  font-weight: 700;
  opacity: 1;
}

/* Pricing Section */
.pricing-section {
  margin: 20px 0 0 0;
}

.pricing-title {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: 'Jersey';
  text-transform: uppercase;
}

.pricing-table {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.pricing-table thead {
  background: #cf112c;
}

.pricing-table thead th {
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  padding: 10px;
  border: none;
  font-size: 15px;
  font-family: 'Jersey';
  text-transform: uppercase;
  border-radius: 0 !important;
}

.pricing-table tbody tr {
  transition: background-color 0.2s ease;
}

.pricing-table tbody tr:hover {
  background-color: #fff4f4;
}

.pricing-table tbody td {
  width: 50%;
  padding: 6px 12px;
  text-align: left;
  color: #000;
  font-size: 12px;
  border-color: #0000001a;
  font-family: 'Montserrat', serif;
  font-weight: 600;
}

.pricing-table tbody tr.setup-row {
  background-color: #fff4f4;
  border-top: 2px solid #cf112c;
}

.pricing-table tbody tr.setup-row td {
  color: #cf112c;
  font-weight: 700;
}

/* Additional Info */
.additional-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #0000001a;
  width: 100%;
}

.additional-info p {
  margin: 6px 0;
  color: #000;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', serif;
  opacity: 0.8;
  font-weight: 400;
}

.additional-info p i {
  margin-right: 8px;
  font-size: 14px;
}

.info-note i {
  color: #cf112c;
}

.delivery-note i {
  color: #cf112c;
}

/* Responsive Design */
@media (max-width: 991px) {
  .print-ribbon-image {
    margin-bottom: 30px;
  }

  .ribbon-title {
    font-size: 28px;
  }

  .pricing-title {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .ribbon-title {
    font-size: 24px;
  }

  .pricing-title {
    font-size: 20px;
  }

  .pricing-table thead th,
  .pricing-table tbody td {
    font-size: 12px;
    padding: 8px 6px;
  }

  .ribbon-features li {
    font-size: 12px;
  }
}


.short-sec {
  padding: 40px 0;
}

.medals-top-heading h5 {
  text-align: center;
}


span.montserrat {
  font-family: 'Montserrat';
}

section.award-detail .package-img {
  padding: 25px;
  box-shadow: unset;
}

.medals-top-heading h6 {
  text-align: center;
}

/* ==================== End of Standard Printed Ribbon Section ==================== */

.medals-top-heading h3 {
  font-size: 45px;
  font-weight: 200;
  text-align: center;
}


.testimonial-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.testimonial-arrows button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #c80030;
  transition: all 0.3s ease;
  cursor: pointer;
}

.testimonial-arrows button:hover {
  background: #c80030;
}

.testimonial-arrows button i {
  color: #c80030;
  transition: all 0.3s ease;
}

.testimonial-arrows button:hover i {
  color: #fff;
}


.woven-card .medal-card-text h5 {
  height: 70px;
}