/** Shopify CDN: Minification failed

Line 1100:0 Expected "}" to go with "{"

**/
/* Fonts */
:root {
  --default-font: "Poppins",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Playfair Display",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-color: #ffffff; /* Background color for the entire website, including individual sections */
  --default-color: #444444; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #A60D1A; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #046307; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
   --black-color: #000000;
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #bde8ef;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #A60D1A;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #f6fafd;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Recolor
--------------------------------------------------------------*/
.bg__blue {
    background: var(--heading-color);
}

.subscribe__btn input, .subscribe__btn input:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff !important;
    border-color: #000 !important;
}

.bigcounter {
    background: var(--heading-color);
    color: #fff;
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}
.footer-area {
    background-color:#a60d1a !important;

}
.top-bar {
    background: #A60D1A;
    color: #ffffff;
}
#block-1535955607528 .footer-search input {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #444445;
}
@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
}

#block-1535955607528 .footer-search input {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    border: 1px solid #f1f1f1 !important;
    color: #444445 !important;
}
#block-1535955607528 .footer-search button {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    color: #444445 !important;
}

#st-2 .st-btn[data-network=custom] {
    background-color: #046307 !important;
    color:#FFF !important;
}

#st-2 .st-btn[data-network=engrings] {
    background-color: #046307!important;
    color:#FFF !important;
}

#INDmenu-btn {

    --indmaincolor: #046307 !important;
}


 h4 {
    margin: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.banner-btn {
    background: #a60d1a;
    color: #fff;
    padding: 12px 40px 11px;
    display: inline-flex;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}
.banner-btn:hover {

  color: #fff;
}
.banner-btn:focus {
  background: #046307;
  color: #fff;
}
/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: var(--accent-color)
}

.section-title p {
  margin-bottom: 0;
  font-size: 15px;
}

.btn-learn-more {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: var(--black-color);
  color: var(--contrast-color);
  border: 1px solid var(--black-color);
  text-decoration: none;
  transition: 0.3s;
}

.btn-learn-more:hover {
  background: transparent;
  transform: translateY(-2px);
  color: #000;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  padding-top: 80px;
  min-height: auto;
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
}

.hero .hero-content h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  color: #046307;
}

.hero .hero-content h1 .highlight {
  color: var(--heading-color);
  position: relative;
}

.hero .hero-content h1 .highlight::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-color), color-mix(in srgb, var(--accent-color), transparent 50%));
  border-radius: 2px;
}

@media (max-width: 390px) {
  .hero .hero-content h1 .highlight:after {
    display: none;
  }
}

@media (max-width: 768px) {
    .hero .hero-content h1 {
        font-size: 24px;
    }
     h4 {
    font-size: 20px;
}
}
@media (min-width:820px) and (max-width:1024px){
  .hero .hero-content h1 {
    font-size: 2rem;
  }
}
/* @media (max-width: 1024px)  {
  .hero .hero-content h1 {
    font-size: 2rem;
  }
} */
@media (min-width: 1200px) and (max-width: 1400px) {
.hero .hero-content h1 {
    font-size: 2.5rem;
}
}



.hero .hero-content h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.hero .hero-content h2 .typed {
  color: var(--accent-color);
  font-weight: 600;
}

@media (max-width: 768px) {
  .hero .hero-content h2 {
    font-size: 1.25rem;
  }
}

/* .hero .hero-content p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    margin-top: 20px !important;
} */
.hero .hero-content p {
    margin-top: 20px;
}
.hero .hero-actions {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}

.hero .hero-actions .btn {
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 2px solid;
}

.hero .hero-actions .btn.btn-primary {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

.hero .hero-actions .btn.btn-primary:hover {
  background: color-mix(in srgb, var(--accent-color), black 15%);
  border-color: color-mix(in srgb, var(--accent-color), black 15%);
  transform: translateY(-2px);
}

.hero .hero-actions .btn.btn-outline {
  background: transparent;
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.hero .hero-actions .btn.btn-outline:hover {
  transform: translateY(-2px);
}

@media (max-width: 576px) {
  .hero .hero-actions {
    flex-direction: column;
  }

  .hero .hero-actions .btn {
    text-align: center;
  }
}

.hero .social-links {
  display: flex;
  gap: 1rem;
}

.hero .social-links a {
  width: 45px;
  height: 45px;
  background: var(--surface-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-color);
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px color-mix(in srgb, var(--default-color), transparent 90%);
}

.hero .social-links a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px color-mix(in srgb, var(--accent-color), transparent 70%);
}

.hero .hero-image {
  position: relative;
}

.hero .hero-image .image-wrapper {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
}

.hero .hero-image .image-wrapper img {
  border-radius: 20px;
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
  transition: transform 0.3s ease;
}

.hero .hero-image .image-wrapper img:hover {
  transform: scale(1.02);
}

.hero .hero-image .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.hero .hero-image .floating-elements .floating-card {
  position: absolute;
  background:#046307;
  padding: 15px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--default-color), transparent 90%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  animation: float 3s ease-in-out infinite;
   color: #fff;
}

.hero .hero-image .floating-elements .floating-card i {
  font-size: 1.5rem;
  color: #fff;
}

.hero .hero-image .floating-elements .floating-card.design {
  top: 10%;
  right: -10%;
  animation-delay: 0s;
}

.hero .hero-image .floating-elements .floating-card.code {
  bottom: 30%;
  left: -15%;
  animation-delay: 1s;
}

.hero .hero-image .floating-elements .floating-card.creativity {
  top: 60%;
  right: -5%;
  animation-delay: 2s;
}

@media(min-width: 1200px) and (max-width:1400px){
    .hero .hero-image .floating-elements .floating-card.design {  
        right: -5%;
    }

    .hero .hero-image .floating-elements .floating-card.code {
        left: -9%;
    }
}

@media (max-width: 992px) {
  .hero .hero-image .floating-elements .floating-card {
    display: none;
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 992px) {
  .hero .hero-content {
    padding-top: 20px;
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media (max-width: 767px) {
.hero {
    padding-top: 30px;
}

.hero .d-flex{
    flex-flow: column
}
}
@media (min-width: 1800px) {
.hero .hero-image .floating-elements .floating-card.code {
    bottom: 30%;
    left: -10%;
    animation-delay: 1s;
}
    .hero .hero-image .floating-elements .floating-card.design {  
        right: -2%;
    }

    .hero .hero-image .floating-elements .floating-card.creativity {
    top: 60%;
    right: -1%;
    }
}
/*--------------------------------------------------------------
# Tickets Section
--------------------------------------------------------------*/
.tickets {
    padding: 50px 0;
    position: relative;
    z-index: 1;
    background-image: url(/cdn/shop/files/discover-timeless-gifts-price-sparkles-jewelry.jpg?v=1762508162);
    background-position: center;
}

.tickets::before {
    content: "";
    background: color-mix(in srgb, #000000, transparent 50%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.tickets .ticket-info-bar {
  padding: 40px;
  text-align: center;
}

.tickets .ticket-info-bar .countdown-info {
  margin-bottom: 0px;
}

.tickets .ticket-info-bar .countdown-info h4 {
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tickets .ticket-info-bar .countdown-info h4 i {
  color: #fff;
  margin-right: 10px;
}

.tickets .ticket-info-bar .countdown-info .countdown {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.tickets .ticket-info-bar .countdown-info .countdown>div {
  background: var(--surface-color);
  padding: 20px 15px;
  border-radius: 10px;
  min-width: 80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tickets .ticket-info-bar .countdown-info .countdown>div h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--accent-color);
  margin: 0 0 5px 0;
  line-height: 1;
}

.tickets .ticket-info-bar .countdown-info .countdown>div h4 {
  font-size: 14px;
  font-weight: 500;
  color: color-mix(in srgb, var(--black-color), transparent 30%);
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.tickets .ticket-info-bar .support-info p {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--default-color);
}

.tickets .ticket-info-bar .support-info .contact-link {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 600;
}

.tickets .ticket-info-bar .support-info .contact-link:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
}

.tickets .ticket-info-bar .support-info .divider {
  margin: 0 15px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}
@media (max-width: 768px) {
   #tickets {
        margin-top: 4rem;
    }
}
@media (max-width: 768px) {
    .tickets .ticket-info-bar .countdown-info .countdown>div {
        min-width: 70px;
    }

    .tickets .ticket-info-bar .countdown-info .countdown>div h3 {
        font-size: 30px;
    }

    .tickets .ticket-info-bar .countdown-info .countdown>div h4 {
        font-size: 10px;
    }

  .tickets .ticket-card {
    padding: 30px 20px;
  }

  .tickets .ticket-card.featured {
    transform: none;
  }

  .tickets .ticket-card.featured:hover {
    transform: translateY(-5px);
  }

  .tickets .ticket-header .ticket-price .amount {
    font-size: 36px;
  }

  .tickets .ticket-info-bar {
    padding: 30px 20px;
  }

  .tickets .ticket-info-bar .countdown {
    gap: 15px !important;
  }

  .tickets .ticket-info-bar .countdown>div {
    padding: 15px 10px;
    min-width: 60px;
  }

  .tickets .ticket-info-bar .countdown>div h3 {
    font-size: 24px;
  }

  .tickets .ticket-info-bar .countdown>div h4 {
    font-size: 12px;
  }

  .tickets .ticket-info-bar .support-info .divider {
    display: block;
    margin: 10px 0;
  }

  .section-title h2 {
    font-size: 24px;
    }

    .product {
    border: 0;
    margin: 0 0 20px;
}
}

/*--------------------------------------------------------------
# Why Us Section
--------------------------------------------------------------*/
.why-us {
  padding-top: 0px;
  padding-bottom: 60px;
}

.why-us .content-grid {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .why-us .content-grid {
    margin-bottom: 3rem;
  }
}

.why-us .about-block {
  background: var(--surface-color);
  padding: 3rem;
  border-radius: 20px;
  height: 100%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.3s ease;
}

.why-us .about-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.why-us .about-block .about-header {
  margin-bottom: 2rem;
}

.why-us .about-block .about-header h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.3;
}

.why-us .about-block .about-content p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: color-mix(in srgb, var(--default-color), transparent 15%);
}
.features-container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start; /* centers all feature boxes horizontally */
  text-align: center;
}
@media (min-width: 1024px){
  .features-container .row {

  justify-content: center; 
  text-align: center;
}  
}
.why-us .about-block .feature-list {
  margin-top: 2rem;
}

.why-us .about-block .feature-list .feature-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.why-us .about-block .feature-list .feature-item i {
  color: var(--accent-color);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.why-us .about-block .feature-list .feature-item span {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .why-us .about-block {
    padding: 2rem;
    margin-bottom: 2rem;
  }

  .why-us .about-block .about-header h3 {
    font-size: 1.6rem;
  }
}

.why-us .section-badge {
  display: inline-block;
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  color: var(--accent-color);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.why-us .image-showcase {
  position: relative;
  height: 100%;
}

.why-us .image-showcase .main-image {
  position: relative;
  height: 100%;
  min-height: 400px;
}

.why-us .image-showcase .main-image img {
  height: 100%;
  object-fit: cover;
}

.why-us .image-showcase .main-image .overlay-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--surface-color);
  padding: 1rem 1.5rem;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.why-us .image-showcase .main-image .overlay-badge .badge-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.why-us .image-showcase .main-image .overlay-badge .badge-content i {
  font-size: 1.5rem;
  color: var(--accent-color);
}

.why-us .image-showcase .main-image .overlay-badge .badge-content .badge-text strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--heading-color);
}

.why-us .image-showcase .main-image .overlay-badge .badge-content .badge-text span {
  font-size: 0.8rem;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.why-us .image-showcase .floating-card {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: var(--surface-color);
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 200px;
}

.why-us .image-showcase .floating-card img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.why-us .image-showcase .floating-card .card-content .rating {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}

.why-us .image-showcase .floating-card .card-content .rating i {
  color: #ffc107;
  font-size: 0.8rem;
}

.why-us .image-showcase .floating-card .card-content .rating span {
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.why-us .image-showcase .floating-card .card-content p {
  margin: 0;
  font-size: 0.85rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

@media (max-width: 768px) {
  .why-us .image-showcase .main-image {
    min-height: 300px;
  }

  .why-us .image-showcase .overlay-badge {
    top: 15px;
    right: 15px;
    padding: 0.8rem 1rem;
  }

  .why-us .image-showcase .floating-card {
    position: static;
    margin-top: 1rem;
    transform: none;
  }
}

.why-us .why-choose-wrapper {
  margin-top: 3rem;
}

.why-us .why-choose-wrapper .section-header {
  margin-bottom: 4rem;
}

.why-us .why-choose-wrapper .section-header h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 1rem 0 1.5rem;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .why-us .why-choose-wrapper .section-header h3 {
    font-size: 2rem;
  }
}

.why-us .why-choose-wrapper .section-header p {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .why-us .why-choose-wrapper {
    margin-top: 4rem;
  }

  .why-us .why-choose-wrapper .section-header {
    margin-bottom: 2.5rem;
  }
}

.why-us .feature-box {
    text-align: center;
    padding: 2rem 1.5rem;
    background: var(--surface-color);
    border: 1px solid var(--accent-color);
    transition: all .3s ease;
    height: 100%;
    /* margin-bottom: 30px; */
}

.why-us .feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.why-us .feature-box:hover .feature-icon-wrapper {
  transform: scale(1.1);
}

.why-us .feature-box:hover .feature-icon-wrapper .feature-icon {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.why-us .feature-box .feature-icon-wrapper {
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.why-us .feature-box .feature-icon-wrapper .feature-icon {
  width: 70px;
  height: 70px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.why-us .feature-box h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--heading-color);
}

.why-us .feature-box p {
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
    color: #000;
}


@media (max-width: 768px) {
  .why-us .feature-box {
    padding: 1.5rem;
  }

  .why-us .feature-box .feature-icon-wrapper .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.3rem;
  }

  .why-us .feature-box h4 {
    font-size: 1.2rem;
  }
}

.ctablock {
  background: #000;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  position: relative;
  text-align: center;
  border-radius: 8px;
  margin-top: 10px;
      outline: 2px solid #FFF;
}

.cta-heading {
  color: #FFF;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.cta-buttons {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-btn {
  background: #a60d1a;
  color: #fff;
}
.cta-btn:hover {
  background:  #fff;
  color: #a60d1a;
}
.cta-btn:focus {
  background: #046307;
  color: #fff;
}

/* Icon placement */
.gift-icon {
  position: absolute;
  font-size: 70px;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  animation: shimmer 2s infinite;
}

.gift-icon.left {
  left: 30px;
}

.gift-icon.right {
  right: 30px;
}
h2.head2 {
    margin-top: 10px;
}
@keyframes shimmer {
  0% { opacity: 0.8; transform: translateY(-50%) scale(1); }
  50% { opacity: 1; transform: translateY(-50%) scale(1.1); }
  100% { opacity: 0.8; transform: translateY(-50%) scale(1); }
}
.pxFormGenerator{
  margin:0 auto;
}
.btnpay {
    color: #fff !important;
}
.btnpay:hover {
    color: #fff !important;
}
/* Hide gift icon on small screens */
@media (max-width: 767px) {
  
.pxFormGenerator{
  margin:20px;
}
@media (max-width: 767px) {
  
.ctablock{
  margin-bottom:20px;
}
}
@media (max-width: 767px) {
  .gift-icon {
    display: none !important;
  }
}

.section-title {
    text-align: center;
    padding-bottom: 20px;
    position: relative;

}
@media (max-width: 768px) {
section, .section {
padding: 10px 0;
}
.section-title {
    padding-top: 0px;
}
}

/* 
@media (min-width: 992px) and (max-width: 1024px;) {
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 50%;
        flex: 50%; 
        max-width: 50%;
    }
}
@media (min-width: 1280px) {
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 20%;
    }
} */

@media (max-width: 1024px) {
  .mb-5 {
    margin-bottom: 1rem !important;
}
}

