body {
    font-family: Roboto, sans-serif;
    background-color: rgb(245, 245, 245);
}
.containerMain {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sectionMain{
    max-width: 770px;
}
.darkBlueBg{
    margin-top: 100px;
    background-color: #25253d;
    color: #f5f5f5;
}

#dynamic-section{
    max-width: 770px;
}

p {
    font-size: 17px;
    color: #181818;
    line-height: 1.8rem;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.text-center p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.25rem;
}
.spaceAround span a {
    color: #f5f5f5;
    font-size: 15px;
}


a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}

.spaceAround {
    margin-bottom: 20px;
}

.nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.logo {
    width: 250px;
}

.headingMain {
    font-size: 40px;
    margin: 5px;
}

.imageContainer {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    overflow: hidden;
}

.productImg {
    width: 100%;
    
    object-fit: contain;
    display: block; 
    margin-bottom: 15px; 
}

.bold-hr {
    border: none;
    height: 1.5px;
    background-color: #000;
    margin: 20px 0;
}

.checkOut {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    color: white;
    font-weight: 600;
    background-color: red;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 42%;
}

.checkOut:hover {
    background-color: rgb(255, 45, 45);
}

.checkOut1 {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    color: white;
    font-weight: 600;
    background-color: red;
    border-end-end-radius: 5px;
    border-end-start-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.checkOut1:hover {
    background-color: rgb(255, 45, 45);
}

.button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  
.button-19 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #fe3737 0%, #dc0909 100%);
  border: 0;
  border-radius: 16px;
  box-shadow:
    rgba(180, 38, 38, 0.4) 0 2px 4px,
    rgba(180, 38, 38, 0.3) 0 7px 13px -3px,
    rgba(255, 85, 85, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: 'din-round', sans-serif;
  font-size: 25px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding: 40px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  width: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.button-19:focus {
  box-shadow:
    #d60000 0 0 0 1.5px inset,
    rgba(180, 38, 38, 0.4) 0 2px 4px,
    rgba(180, 38, 38, 0.3) 0 7px 13px -3px,
    #ff1f1f 0 -3px 0 inset;
}

.button-19:hover:not(:disabled) {
  transform: translateY(-2px) scale(1.05); 
  box-shadow:
    rgba(180, 38, 38, 0.45) 0 4px 8px,
    rgba(180, 38, 38, 0.35) 0 7px 13px -3px,
    #ff1f1f 0 -3px 0 inset;
}

.button-19:active:not(:disabled) {
  transform: translateY(2px);
  box-shadow: #d60000 0 3px 7px inset;
}

.button-19:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}


.indexNumber{
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #41C28A;
    border-radius: 10px;
    color: #f5f5f5;
}

.dynamic-item-title {
    margin-bottom: 15px; /* Adds space below the title */
}

.headingMain2{
    display: none;
}

@media (max-width: 1024px) {
    .containerMain {
        padding-left: 2%;
        padding-right: 2%;
    }

    .headingMain {
        font-size: 35px;
    }

    .headingMain2 {
        font-size: 35px;
        text-align: center;
        font-weight: 800;
        line-height: 1;
    }

    .button-19{
        margin-left: 0;
    }

    
}

@media (max-width: 768px) {

    .headingMain{
        display: none;
    }
    
    .headingMain2{
        display: block;
    }

    .logoBottom{
        width: 150px;   
    }

    .CopyrightButtom{
        font-size: 14.88px;
        text-align: center;
    }
    .spaceAround span{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
        justify-content: center;
    }
    .spaceAround span a {
         color: #f5f5f5;
         font-size: 14.88px;
     }

     body{
        margin: 0;
     }
}
