/* :root{
  --section-products-per-row: 2;
  --product-list-column-gap: var(--grid-gap);
      --section-products-per-row: 2;

} */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');




.new_grid_box{
    margin:50px auto;
  }
  .custom-tems{
    text-align: center;
    padding: 0px 8px;
  }
  .custom-tems-tshirt{
    padding: 0px 0px 0px 10px;
    text-align: center;
  }
.custom-tems img{
  width:100%;
}
  .grid_title{
    font-size:22px;
    line-height:25px;
    font-weight:550;
    color:#292d69;
    margin-top:10px;
    font-family: 'Roboto', sans-serif;
  }
 
  .custom-grid-collection .arrow-left{
    display: block;
    width: 24px;
    height: 40px;
    position: absolute;
    top: 25%;
    line-height: 0;
    font-size: 25px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: #ffff;
    transform: translate(0 ,-50%);
    font-weight: 1000;

  }
  .custom-grid-collection .arrow-right{
    display: block;
    background: #ffff;
    border: 1px solid whitesmoke;
    outline: none;
    font-size: 25px;
    font-weight: 1000;
    position: relative;
    margin: 100px 0px;
    right: 20px;
    bottom: 10px;
    width: 30px;

  }

  .custom-grid-collection .slick-prev, .custom-grid-collection .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
   width: 24px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #ffff;
}
  .custom-grid-collection .slick-prev:before, .custom-grid-collection .slick-next:before {
    font-family: math;
    font-size: 26px;
    line-height: 1;
    opacity: .75;
    position: relative;
    color: #000;
    top: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-grid-collection{
    display: flex;
    
}

.main-collection-heading{
  padding: 20px 40px 0px;
  color: #292d69;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 5px;
  text-transform: uppercase;
  text-decoration: none solid rgb(41, 45, 105);
  margin: 0px 0px 26px 0px;
  font-family: 'Roboto', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
button {
  font-family: "Roboto", sans-serif;
}
p.filter-heading {
  font-size: 25px;
}










/* best seller */
.individual-cards-main {
  max-width: 80%;
  margin-left: 20%;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.individual-cards-main .individual-card {
  width: calc(25% - 1rem);
  margin: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
}

/* .best-seller {
  margin-top: 3rem;
}

.best-seller .best-seller-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */

/* .best-seller-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.best-seller-heading h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
}

.best-seller-heading p {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 0.75rem 0px;
  font-size: 0.75rem;
  line-height: 1.5rem;
} */

.best-seller-cards {
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  padding-top: 2.5rem;
}


.best-seller-cards .best-seller-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.best-seller-card a img {
  max-width: 100%;
  border-radius: 0.25rem;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.best-seller-card a {
  text-decoration: none;
  color: #494343;
}

.best-seller-card a p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.best-seller-card p {
  color: #494343;
}

/* Hide the first image on hover */
.hiding-image-div:hover img:nth-child(1) {
  display: none;
}

/* Initially hide the second image */
.hiding-image-div img:nth-child(2) {
  display: none;
}

/* Display the second image on hover */
.hiding-image-div:hover img:nth-child(2) {
  display: block;
}

/* Initially hide the button */
.add-to-cart-button {
  position: absolute;
  bottom: 90px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(251, 251, 251);
  color: #494343;
  border-radius: 0.5rem;
  padding: 1.5rem 1rem;
  border: none;
  cursor: pointer;
  display: none;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 2%;
    left: 87%;
    color: red;
    cursor: pointer;
}


.wishlist-dropup {
  position: absolute;
  top: -50px;
  right: -10px;
  color: #fff !important;
  background-color: #494343;
  padding: 0.25rem;
  font-weight: 400;
  clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    75% 75%,
    63% 100%,
    50% 75%,
    0% 75%
  );
  padding-bottom: 1rem;
  display: none;
}

/* Display the button on hover */
.hiding-image-div:hover .add-to-cart-button {
  display: block;
}

/* luxury container */
.luxury-container {
  padding: 2rem;
  margin-top: 2rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff3da;
}

.luxury-details {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.luxury-details h2 {
  color: #3e2222;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.5rem;
}

.luxury-details p {
  color: #3e2222;
  font-size: 1rem;
  line-height: 1.75rem;
}

.shop-blanket {
  background-color: #3e2222;
}

.luxury-images {
  width: 33%;
  max-width: 33%;
}

.luxury-images img {
  width: 100%;
  max-width: 100%;
}

.luxury-images p {
  font-family: "Roboto", sans-serif;
  padding-bottom: 1rem;

  width: 8rem;
}

.luxury-images p:hover {
  border-bottom: 1px solid #000;
}
.luxury-images a {
  text-decoration: none;
  color: #3e2222;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.luxury-images a:hover {
  text-decoration: underline;
}

.shop-now {
  font-family: "Roboto", sans-serif;
  position: relative;
  bottom: 110px;
  left: 35%;
  padding: 1rem;
  background-color: #fff;
  color: #000;
  border: none;
  letter-spacing: 2px;
  font-size: 1rem;
  overflow: hidden;

  display: inline-block;
}

button {
  cursor: pointer;
  border: none;
  background-color: white;
  font-weight: 500px;
}

#give-me-padding {
  padding-top: 3rem;
}

/* shop gift card  */
.shop-gift-card-container {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.shop-gift-card {
  width: 100%;
}

.shop-gift-card a img {
  width: 100%;
}

.shop-gift-btn {
  font-family: "Roboto", sans-serif;
  left: 10%;
  border-radius: 0.5rem;
}

.shop-gift-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0.3;
  background-color: #7b7575;
  transition: height 0.3s ease-out;
}

.shop-gift-btn:hover::before {
  height: 100%;
}

.four-steps-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem;
}

.four-steps-title {
  width: 25%;
}

.four-steps-title h3,
.four-steps-title h2 {
  font-family: "Roboto", sans-serif;
  color: rgb(23, 23, 53);
}

.four-steps-title h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
}

.four-steps-div {
  display: grid;
  grid-gap: 3rem;
  gap: 3rem;
  grid-auto-flow: column;
  grid-auto-columns: minmax(200px, 400px);
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

.four-steps-details {
  display: flex;
  text-align: left;
  margin: 0;
}

.four-steps-details .free-delivery {
  width: 3rem;
  height: 2rem;
}
.four-steps-details img {
  width: 2rem;
  height: 1.5rem;
  margin-bottom: 1rem;
}

.four-steps-details svg {
  width: 3rem;
}

.individual-details h6 {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: #776f6f;
}

/* sidebar */

.sidebar {
  width: 20%;
  position: absolute;
  height: 100vh;
  background-color: #fff;
  

  left: 0px;

  z-index: 9999;
  display: block;
  margin-top: 3rem;
  padding: 3rem 2rem;
  padding-bottom: 30%;
  /* 
  position: sticky;
  display: block; */
}

.sidebar-price,
.price-range {
  display: flex;
  padding-top: 1.5rem;
  cursor: pointer;
}

.sidebar-price {
  justify-content: space-between;
}

.price-range {
  flex-wrap: wrap;
  /* flex-direction: column; */
  gap: 1rem;
}

.price-range .range {
  width: 100%;
}

.from-to-container {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  justify-content: space-between;
  cursor: pointer;
}

.price-range-from,
.price-range-to {
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  gap: 1.75rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
  border: 1px solid rgb(230, 230, 230);
  width: 100%;
}
.sort-section {
  padding: 0px 14px;
  margin:0px 0px 0px 850px
}
.sortby-section {
  display: flex;
  margin-bottom: 24px;
}
span.product-sortby {
  padding-right: 8px;
  font-size: 15px;
  font-weight: 100px;
}
svg.sort-by-arrow {
  margin-left: 6px;
}
button.collapsible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 19px;
  background: none;
  border: none;
  width: 100%;
  padding: 17px 0px;
  font-weight: 500px;
}
.input-price-range {
  display: flex;
  justify-content: space-evenly;
  width: auto;
}
.price-range-from, .price-range-to {
  display: flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  gap: 1.75rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
  border: 0px solid rgb(230, 230, 230);
  width: 100%;
  /* text-align: center; */
  /* align-items: center; */
  padding: 20px;
  
}
.smallest-number {
  padding-top: 16px;
  border: 0px solid white;
  border-radius: 0px;
}
.lagest-number {
  padding-top: 16px;
}
input#zero1 {
  height: 25px;
  width: 60px;
  text-align: center;
}
input#zero {
  height: 25px;
  width: 70px;
  text-align: center;
}
.sidebar-items {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
}

.price-number-from-input,
.price-number-to-input {
  width: 4rem;
  border: none;
}

.price-range-from .rupees-span,
.price-range-to .rupees-span {
  color: #776f6f;
  font-size: 1rem;
}

.sidebar-item-individual {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.sidebar-price h3,
.sidebar-price span,
.sidebar-item-individual h3,
.sidebar-item-individual span {
  color: rgb(22, 6, 127);
}

/* filter-sort by */
.filter-sortby-section {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 9999999;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.filter-sortby {
  display: flex;
  flex: 1 0 0;
  justify-content: center;
  align-items: center;
  padding: 11px;
  align-items: center;
  vertical-align: middle;
}

.filter-sortby .filter-btn,
.filter-sortby .sortby-btn {
  color: rgb(22, 6, 127);
  width: 10rem;
  border: none;
  background-color: #fff;
}
.filter-sortby .filter-btn {
  padding-right: 3rem;
  border-right: 1px solid black;
}
.filter-sortby .sortby-btn {
  padding-left: 3rem;
}

.filter-btn span {
  font-size: 1rem;
  margin-right: 1rem;
}
.sortby-btn img {
  margin-right: 1rem;
  width: 1rem;
}




/* Common-css */

.home-blankets-main,
.home-towels-main,
.home-bedsheets-main {
  margin-top: 5rem;
}

.path-links {
  background-color: #fff;
  padding: 0px 3rem 3rem 3rem;
  border-bottom: 3px solid;
}

.path-links a {
  text-decoration: none;
}

.path-link-main {
  font-family: "Roboto", sans-serif;
  color: rgb(75, 74, 74);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1rem;
}

.path-link-sub {
  font-family: "Roboto", sans-serif;
  color: rgb(22, 6, 127);
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1rem;
}

.blanket-main-page-container,
.towel-main-page-container,
.bedsheet-main-page-container {
  display: flex;
  margin-top: -1rem;
  align-items: center;
  justify-content: center;
}

.blanket-main-page-container img,
.towel-main-page-container img,
.bedsheet-main-page-container img {
  vertical-align: middle;
  cursor: pointer;
}

.blanket-main-title h1,
.towel-main-title h1,
.bedsheet-main-title h1 {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  position: absolute;
  left: 27px;
  color: rgb(22, 6, 127);
  /* z-index: 99999 !important; */
}

.blanket-main-title h1 span,
.towel-main-title h1 span,
.bedsheet-main-title h1 span {
  color: rgb(26, 26, 26);
  font-weight: 100;
  font-size: 1rem;
}

.blanket-main-filter p,
.towel-main-filter p,
.bedsheet-main-filter p {
  display: inline-block;
  background: #fff;
  padding: 0 15px;
  position: absolute;
  right: 27px;
  color: rgb(78, 76, 76);
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid black;
  text-align: left;
}

.blanket-main-filter p span,
.towel-main-filter p span,
.bedsheet-main-filter p span {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2rem;
  cursor: pointer;
}

/* for icon dropdown */
.icon-container {
  position: relative;
  display: inline-block;
  cursor: pointer;

  background-size: cover;
  transition: transform 0.3s ease-in-out;
}

.drop-down-blanket,
.drop-down-towel,
.drop-down-bedsheet {
  display: none;
  position: absolute;
  top: 24%;
  right: 1.125rem;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 2rem 3rem;
  overflow: auto;
  clip-path: polygon(
    86% 0,
    94% 3%,
    100% 3%,
    100% 100%,
    68% 100%,
    32% 100%,
    1% 99%,
    0 4%,
    78% 4%
  );
  z-index: 2;
  border-top: 5px solid black;
}

.drop-down-blanket.active,
.drop-down-towel.active,
.drop-down-bedsheet.active {
  display: block;
}

.drop-down-blanket ul,
.drop-down-towel ul,
.drop-down-bedsheet ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.drop-down-blanket ul li,
.drop-down-towel ul li,
.drop-down-bedsheet ul li {
  text-decoration: none;
  line-height: 2rem;
  color: rgb(78, 76, 76);
}

.icon-container.active {
  transform: rotate(180deg);
}

.icon-container.active .drop-down-blanket,
.icon-container.active .drop-down-towel,
.icon-container.active .drop-down-bedsheet {
  display: block;
}

.individual-cards-main {
  max-width: 80%;
  margin-left: 20%;
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.individual-cards-main .individual-card {
  width: calc(25% - 1rem);
  margin: 0.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
}

.individual-card a p {
  color: rgb(52, 50, 50);
  font-size: 1.1rem;
}

.individual-card .price-p {
  font-weight: 300;
  font-size: 15px;
  color: black;
}

.individual-card .price-p .original-price-span {
  color: rgb(78, 76, 76);
  font-weight: 200;
  font-size: 1rem;
}

.individual-card .price-p .offer-percentage {
  color: orangered;
  font-size: 0.75rem;
}

.individual-add-to-cart-button {
  margin-bottom: 14px;
  /* border-radius: 5px; */
}
.individual-add-to-cart-button:hover {
  background-color: lightgray;
  color: black;
  transition-timing-function:ease-in-out;
 }

/* for number */
.page-number-container-main {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
  margin-left: 20%;
}

.page-number-container {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* vertical-align: middle; */
}

.page-number-container span {
  padding: 1rem;
  border: 1px solid rgb(190, 184, 184);
}
.page-number-container span:not(.fixing-height-width) {
  height: 3rem;
  width: 3rem;
}

.page-number-container .active-page {
  border: 2px solid black;
  border-bottom-left-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.page-number-container .active-page-last {
  border: 2px solid black;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/* hardcoding arrow span */
.fixing-height-width {
  height: 51.2px;
  width: 49.6px;
  /* margin-bottom: 1px; */
}

.page-number-container a {
  text-decoration: none;
  color: #000;
}

.home-cards-main {
  margin-bottom: 3rem;
}

.bedsheet-page-description,
.blanket-page-description {
  max-width: 100%;
  display: inline-flex;
  position: relative;
  z-index: 99999 !important;
  margin-left: 2rem;
  margin-bottom: 3rem;
  margin-right: 2rem;
}

.description-of-page-bedsheet,
.description-of-page-blanket {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.description-of-page-bedsheet h2,
.description-of-page-blanket h2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.5rem;
}

.description-of-page-bedsheet p {
  color: rgb(52, 50, 50);
  font-weight: 400;
}

.description-of-page-blanket p {
  color: rgb(52, 50, 50);
  font-size: 1.125rem;
  line-height: 2rem;
}

.description-of-page-bedsheet p a,
.description-of-page-blanket p a {
  text-decoration: none;
  border-bottom: 1px solid;
}

.towel-desc-p {
  font-size: 1.125rem;
  color: rgb(26, 26, 26);
  font-weight: 400;
}

/* <!-- search-container-main and cart-container-main--> */
.search-container-main,
.cartpopup-container-main {
  position: fixed;
  top: 0;
  right: 0;
  width: 33.33%;
  height: 100vh;
  background-color: #fff;
  display: none;
  transition: 0.5s;
  z-index: 999999 !important;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  display: none;
}

.search-container-header,
.cartpopup-container-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem;
  align-items: center;
}

.search-container-header input {
  height: 2rem;
  width: 100%;
  border: none;
  /* border: 1px solid white; */
  font-size: 1.1rem;
}

.search-container-content {
  display: flex;
  justify-content: flex-start;
  margin: 1rem 2rem;
  gap: 1rem;
  flex-wrap: wrap;
}

.cart-container-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60%;
}

.cart-container-content p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.cart-container-content .shopping-cart-container {
  background-color: rgb(22, 6, 127);
  padding: 1rem 2rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  border-radius: 0.25rem;
}

.search-container-content p {
  padding: 0.25rem 1rem;
  background-color: rgb(22, 6, 127);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cartpopup-container-header h4 {
  font-size: 500;
  font-size: 1.25rem;
  margin-left: 3rem;
  color: rgb(75, 74, 74);
}

.cart-close-button,
.search-close-button {
  cursor: pointer;
}

.search-container-content p span {
  padding: 0.25rem;
}

.home-furnishing-banner-mobileview {
  display: none;
}

.price-range .range {
  color: rgb(52, 50, 50);
}

/* Pagination */

.pagination{
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.pagination-heading{
  border: 2px solid black;
  width: 40px;
  text-align: center;
  padding-top: 6px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pagination a {
  color: black;
  float: inline-start;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
  
}
.pagination a:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* pagination */

/* Direct-link-list */
.direct-links-list {
  margin: 60px 0px;
}

.direct-link-container{
  padding: 0px 40px;
}
.direct-link-container span{
  font-size: 14px;
}


/* Media-queries */
@media screen and (max-width:378px){
  .custom-grid-collection{
    display: flex;
    flex-direction: column;
  }
}

.container9{
  width: 100vw;
  padding: 50px 0px ;
  margin: 20px 0px;
}
.container9-full{
  width: 96%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container9-heading p{
 /* align-items: center; */
 font-size: 42px;
 font-weight: 800;
 color: #25306E;
}
.c9-content{
  padding-top: 20px;
  font-size: 17px;
  line-height: 25px;
}

#ch{
  display: none;
}
label{
  font-weight: 900;
  cursor: pointer;
}
#ch:checked ~ .content-more{
  display: block;
}
.content-more{
  display: none;
}
#ch:checked ~label{
  display: none;
}

 /* end-footer */
 .end-footer{
  width: 100vw;
  background-color: #24234E;
  padding-bottom: 30px;
}
.footer-full{
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 50px 0px;
  border-bottom: 1px solid white;
}
.footer-content{
  display: flex;
  flex-direction: column;
  font-size: 16px;
  
}
.footer-content a{
  text-decoration: none;
  color: white;
  padding-top: 20px;
}
.footer-icons{
  padding-top: 30px;
  
}

.footer-icons span{
  width: 20px;
  height: 20px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 50%;
  
}
#end-div{
  line-height: 40px;
  display: flex;
  align-items:start;
  justify-content: center;
  /* border: 1px solid white; */

}
#end-div span{
  width: 70%;
  border: 1px solid rgb(170, 168, 168);
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 5px;


}
#end-div input{
  background-color: transparent;
  border: none;
  color: white;
  font-size: 16px;
}
.end-footer p{
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-top: 10px;

}





