.list-inline li {
    display: inline-block;
    margin-right: 10px;
}
.social-icons {
display: flex;
justify-content: center;
margin-top: 2rem;
margin-bottom: 2rem;
}

.social-icons a {
margin: 0 1rem;
font-size: 1.5rem;
color: #333;
}

.social-icons a:hover {
color: #007bff;
}
a{
text-decoration: none;
}   
.service-box {
border: 1px solid black;
padding: 5px;
margin-bottom: 3px;
}
.social-icons img{
width: 30px;
}
.social-icons img:hover {
color: #007bff;
}
.service-box a:hover {
color: #fff;
background-color:black;

}
.btn{
 box-shadow: none!important;
}


/* Custom styles for nav pills */
.custom-nav-pill {
    background-color: transparent; 
    color: #000; 
    border: 1px solid transparent; 
    border-radius: 5px; 
    padding: 10px 20px; 
    font-size: 18px;
    font-family: 'poppins', sans-serif;
  }

  .custom-nav-pill.active {
    background-color: #333!important; 
    border-color: #333; 
    color: #fff; 
  }


 header .icon .fa-solid{
    font-size: 40px;
  }
.form-select,
.form-control{
    box-shadow: none!important;
}
.btn-close{
    box-shadow: none!important;
}

.container {
  margin-bottom: 5%;
}

#form-header {
  margin-top: 5%;
  text-align: center;
}

#form-tagline {
  background: #1d3787;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  color: #ffffff;
  margin-top: 5%;
  padding: 4%;
  text-align: left;
}

#form-tagline .fa {
  margin-bottom: 15%;
}

#form-tagline h2 {
  margin-bottom: 15%;
}

#form-content {
  
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  
  padding: 3%;
}



.contact {
  padding: 4%;
  height: 400px;
}

.control-label {
  font-size: 16px;
  font-weight: 600;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
}

div .submit-button {
  margin-top: 3%;
  text-align: right;
}

button#submit {
  white-space: normal;
  width: auto;
  background: #1d3787;
  color: #ffffff;
  font-weight: 600;
  width: 25%;
}
button#submit:hover{
  background: #2d4796;
}



.form-check-input[type="radio"]:checked+.form-check-label::before {
  border-color: #3a88f6 !important;
  border-width: 2px !important;
  box-shadow: none !important;
}

.form-check-input {
  border: var(--bs-border-width) solid #86b7fe;
}

.form-check .form-check-input {
  box-shadow: none !important;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  box-shadow: none;
}

a {
  text-decoration: none;
}
.form-tagline a{
  text-decoration: none;
  color: #fff;
}

.form-control {
  box-shadow: none !important;
}



.input {
  max-width: 150px;
  background-color: #e4dfdf;
  color: #242424;
  padding: .15rem .5rem;
  min-height: 40px;
  border-radius: 4px;
  outline: none;
  border: none;
  line-height: 1.15;
  box-shadow: 0px 10px 20px -18px;
}

input:focus {
  border-bottom: 2px solid #5b5fc7;
  border-radius: 4px 4px 2px 2px;
}

input:hover {
  outline: 1px solid lightgrey;
}

.remove .bi {
  color: brown;
  font-size: 20px;
  margin-left: 30px;
  cursor: pointer;
}

.total-price h6 {
  color: #000;
}

.quantity-controls .decrement,
.quantity-controls .increment,
.quantity {
  border: 1px solid brown;
}
.checkout {
  background-color: brown;
}

.cart h2 {
  background-color: brown;
  color: aliceblue;
}

.item-total {
  margin-left: 6px;
}

.item-name {
  margin-right: 10px;
}


.cart-column {
  margin-top: 20px;
}

.badge {
  font-size: 16px;
}

.cart-area {
  margin-top: 50px;
}

/* #modalcart {
display: none;
} */
@media (min-width: 1250px) {
  #modalcart {
      display: none;
  }
}

@media (max-width: 768px) {    

  #hero {
      display: none;
  }
}
@media (max-width: 1250px) {    

  #cartColumn {
      display: none;
  }
}

footer .bi {
  color: #007ACC;
  font-size: 24px;
}

footer span {
  font-size: 18px;
}

footer a {
  text-decoration: none;
  color: #007ACC;
}

footer a:hover {
  color: #1a82c7;
}

.card {
  box-shadow:
      2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02),
      6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028),
      12.5px 12.5px 10px rgba(0, 0, 0, 0.035),
      22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042),
      41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05),
      100px 100px 80px rgba(0, 0, 0, 0.07);
}





.thank a {
  color: #007ACC;
}

.thank a:hover {
  color: #1a82c7;
}

.container.thank {
  position: relative;
}

.container.thank .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(36, 9, 9, 0.5);
  /* Adjust the alpha value (0.5) to control transparency */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.overlay a {
  color: #fff;
  /* Set the color of the text */
}



/* CSS for index2*/
.portfolio-menu li {
  list-style: none;
  font-size: 20px;
}

.main-btn {
  color: #090909;
  padding: 5px;
  font-size: 18px;
  border-radius: 0.5em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  transition: all .3s;
  box-shadow: 6px 6px 12px #c5c5c5,
      -6px -6px 12px #ffffff;
  height: 35px;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 90px;
  margin-bottom: 2rem;
}

.main-btn:hover {
  border: 1px solid white;
}

.main-btn:active {
  box-shadow: 4px 4px 12px #c5c5c5,
      -4px -4px 12px #ffffff;
}



.item-details {
  display: flex;
  justify-content: space-between;
}
.b {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width:1250px) {
.item{
  align-items: end;
  display: flex;
  justify-content: space-between;
  
}
#fixed-button .btn{display: none;}
}

@media screen and (max-width:1250px) {
  /* .item-details {
      display: flex;
      flex-direction: column;
  } */

  .item-details .p {
      color: #6d6767;
      width: auto;
      overflow: hidden;
  }

  .item-details {
      display: inline-block;
  }

  .b {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 20px;
  }
  .menu-container{
      display: none;
  }
  #hero{
      display: none;
  }

}

b {
  color: brown;
}

.item-details .p {
  color: #6d6767;
  /* width: 420px; overflow: hidden; text-overflow: ellipsis; */
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0 !important;
  margin-left: 0 !important;
} 


#fixed-button .btn{
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 4;
  
}


@media (max-width: 1250px){
.col-md-8 {
  width: 100% !important;
}
}
