@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Syncopate:wght@400;700&display=swap");
.header-part {
  width: 100%;
  background-image: url("../Assets/Image/header-image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0000004f;
  background-blend-mode: darken;
  padding-bottom: 3rem;
  /* overflow-x: hidden; */
}
.text-stroke {
  -webkit-text-stroke: 0.1px #fca311; /* Adjust display type as needed */
}

.details-header-part {
  width: 100%;
  background-image: url("../Assets/headerImage.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow-x: hidden;
}
.products-details-header-part {
  width: 100%;
  background-image: url("../Assets/products.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow-x: hidden;
}

.details-header-content {
  position: absolute;
  right: 0;
  left: 0;
}

.font-kursive {
  font-family: "Kaushan Script", cursive;
  font-weight: 400;
  font-style: normal;
}

/*! ====================================== */
.checkout-form {
  width: 100%;
}

.checkout-form form h6 {
  font-size: 12px;
  font-weight: 500;
}

.checkout-form form .form-control {
  margin: 10px 0px;
  position: relative;
}

.checkout-form form .form-control label:not([for="checkout-checkbox"]) {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}

.checkout-form form .form-control input:not([type="checkbox"]) {
  width: 100%;
  padding: 10px 10px 10px 40px;
  outline: none;
  border-radius: 6px;
  border: 0.2px solid #4e515085;
  font-size: 12px;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.checkout-form form .form-control select {
  width: 100%;
  padding: 10px 10px 10px 40px;
  outline: none;
  border-radius: 6px;
  border: 0.2px solid #4e515085;
  font-size: 12px;
  font-weight: 700;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.checkout-form form .form-control input:not([type="checkbox"])::placeholder {
  font-size: 12px;
  font-weight: 500;
}

.checkout-form form .form-control label[for="checkout-checkbox"] {
  font-size: 16px;
  font-weight: 500;
  line-height: 10px;
}

.checkout-form form .form-control > div {
  position: relative;
}

.checkout-form form .form-control > div span.fa {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(15px, -50%);
}

.checkout-form form .form-group {
  display: flex;
  column-gap: 25px;
}

.checkout-form form .checkbox-control {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

/* !====================================== */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ======================================= */
#scroll-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  z-index: 999;
  /*Initiallyhidethebutton*/
  border: none;
  background-color: #fca211f1;
  width: 40px;
  height: 40px;
  opacity: 0;
  color: #ffffff;
  transition: opacity 0.3s ease-in-out;
  border-radius: 999px;
  cursor: pointer;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}
#scroll-btn.show {
  /* Add a new class for animation */
  opacity: 1;
}

.object-cover{
    object-fit:cover;
    width:100%;
}
.blog-main-details {
    margin:3rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
}


@media (min-width: 1024px) {
    .blog-main-details {
        flex-direction: row;
        justify-content: space-between;
    }
}

/* Last Added  */
.btn-delete {
    background-color: rgb(255, 81, 81);
    text-align: center;
    color: white;
    font-size: 14px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

 

.card {
    background-color: #fff;
    position: relative;
    height: auto;
}

.card p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: black !important;
    font-weight: 500;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
}

.edit {
    position: absolute;
    color: black;
    right: 10px;
    top: 20px;
}

@media (min-width: 768px) {
    .card p {
        font-size: 1.4rem;
    }

    .edit {
        right: 70px;
        top: 40px;
    }
}

 

.modal {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: rgb(0, 0, 0, 0.6);
    max-height: 100%;
    margin: 0 auto;
    padding: 20px 50px;
    height: 100vh;
}

.hidden2{
    display: none;
}

.modal-body {
    background-color: white;
    position: relative;
    top: 20%;
    left: 0;
    right: 0;
    padding: 30px;
    border-radius: 5px;
    max-width: 700px;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

    .modal-header h2 {
        font-size: 24px;
        font-weight: 600;
    }

.modal-main {
    padding: 30px 0px;
}

    .modal-main form input[type="text"],
    .modal-main form input[type="tel"],
    .modal-main form input[type="email"] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .modal-main form .form-label {
        color: #14213d;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 10px;
        caption-side: top;
    }

.btn-close {
    color: red;
    border: 1px solid red;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

    .btn-close:hover {
        background-color: red;
        color: white;
    }

.img-profile{
    max-width:200px;
    width:200px;
    height:200px;
    max-height:200px;
    margin:20px auto;
    border-radius:9999px;
    
}


.drawer-toggle {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 99990;
    height: 100vh;
    width: 100%;
    max-width: 32rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 150ms;
    transition-duration: 300ms;
    transition-timing-function: linear;
}
#drawer-right-example .form-input {
    width: 40px !important;
    height: 30px !important;
    padding: 0px 4px !important;
}
.main-drawer-height {
    position: relative;
 
    overflow-y:auto;
height: 30rem;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .main-drawer-height {
        max-height: 40rem;
    }
}

@media (min-width: 1024px) {
    .main-drawer-height {
        max-height: 35rem;
    }
}