body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #102042;
}


.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  color: rgb(219 237 255);

  box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.5);
}

/* banner images */


#nav1{
  background-color: rgb(219 237 255) !important;
}

.landgbanner {
  width: 91%;
  /* border-radius: 2rem; */
  margin-left: 6rem;
  height: 16rem;
}

.banner2inner {
  width: 100%;
  /* border-radius: rem; */
}

.banner2inner {
  width: 90%;
  /* border-radius: 2rem; */
  margin-left: 6rem;
}

.fourbanner {
  border-radius: 2rem;
}

.form {
  display: flex;
  position: relative;
  right: 20rem;
  width: 30rem;
  height: 3rem;
}

#list {
  position: relative;
  right: 0rem;
  gap: 2rem;
}

.bx {
  font-size: 30px;
}

#inn {
  border-radius: 2rem;
}


.faq{
  max-width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: 30rem;
  gap: 2rem;
}

.notebanner {
  width: 44rem;
  height: 21rem;
}

.nav-links a {
  text-decoration: none;
  font-weight: 500;
  color: black;
  margin: 0 15px;
  font-size: 18px;
}

.nav-links a:hover {
  border-bottom: 2px solid black;
}


.nav-links {
  display: flex;
  align-items: center;
}

.nav-links i {
  margin: 0 5px;
  cursor: pointer;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

header {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 1em;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s;
  width: 11rem;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
}

.details-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.close-modal {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}


button {
  padding: 6px 32px;
  border: unset;
  border-radius: 15px;
  color: #212121;
  z-index: 1;
  background: #e8e8e8;
  font-weight: 1000;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
}

button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #212121;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms
}

button:hover {
  color: black;
}



.payment-form {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 432px;
  height: 28rem;
  margin-left: 28rem;
  margin-top: 24px;
}

input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.xzoom-container {
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}

#counter {
  font-size: 24px;
  margin-bottom: 20px;
}

button {
  font-size: 16px;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
}

.navbar_video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 16%;
  z-index: -1;
  overflow: hidden;
  border: none;
}


select {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
}

.custom-select-container {
  position: relative;
  display: inline-block;
  width: 200px;
  color: black;
}


.custom-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
}

.custom-select::after {
  content: '\25BC';

  font-size: 14px;
  margin-left: 8px;
}


.custom-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #aaa;
  border-top: none;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.custom-option {
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.custom-option:hover {
  background-color: #f4f4f4;
}

.custom-select-container.active .custom-options {
  display: block;
}

.content {
  margin-left: 250px;
  padding: 16px;
}

#coursesLink {
  color: #000;

}

#coursesLink:active,
#coursesLink:focus {
  color: #00f;
  font-weight: bold;
}

.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  margin-top: 1rem;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* .dropdown-content a:hover {
  background-color: #ddd;
} */

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}


.back-button {
  text-align: center;
  margin: 20px;
}

.button {
  margin-left: -97%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

/* Hover effect for the back button */
.button:hover {
  background-color: #0056b3;
}

.Branch {
  margin-left: -5%;
}

.alternate-slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
  height: 25rem;
}

.alternate-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.alternate-slide {
  min-width: 100%;
  box-sizing: border-box;
  margin-top: 52px
}

.alternate-img {
  width: 100%;
  height: auto;
}

/* Navigation buttons */
.alt-prev,
.alt-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border: none;
  outline: none;
  user-select: none;
}

.alt-prev {
  left: 0;
}

.alt-next {
  right: 0;
}


.social-icons {
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  color: black;
}

.contact-info {
  margin-top: 20px;
}

.sitemap {
  margin-top: 20px;
}




.height {
  height: 7vh;
  width: 35rem;
}

.form {
  position: relative;
  width: 38rem;
  left: -6rem;
}

.form .fa-search {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #9ca3af;
  cursor: pointer;
  /* Add this line to make the icon clickable */
}

.form-input {
  height: 44px;
  text-indent: 3px;
  border-radius: 39px;
  padding-left: 40px;
  /* Adjust padding to make space for the icon */
}

.form-input:focus {
  box-shadow: none;
  border: none;
}

.bx-search {
  position: relative;
  color: black;
  /* Change 'blue' to your desired color */
  position: relative;
  top: -2.7rem;
  left: 1rem;
  font-size: 23px;
}

.bxs-user-pin {
  color: black;
  font-size: 23px;
  position: relative;
  top: 5px;
}

.bx-heart {
  color: black;
  font-size: 23px;
  position: relative;
  top: 3px;
}

.bx-cart {
  color: black;
  font-size: 23px;
  position: relative;
  top: 5px;
}


.dropdown {
  position: relative;
  display: inline-block;
  margin-left: 48px;

}

.dropdown h3:hover {

  border-bottom: 1px solid black;
}

/* 
.dropdown-content a:hover {
  border-bottom: 1px solid black;
  /* display: flex; */
/* flex-direction: row; */




/* Style for the dropdown content (hidden by default) */
.dropdown-content {

  display: none;

  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: -22px;
  position: fixed;
}

.dropdown-content a {

  color: black;
  padding: 16px 12px;
  text-decoration: none;
  display: block;
}

.bx-chevron-down {
  position: relative;
  top: -40px;
  left: 67px;
  font-size: 27px;
}

/* Style for individual dropdown items */


/* Change color on hover */
.bx-chevron-down:before {
  content: "\ea4a";
  position: relative;
  left: 15px;
  top: -4px;
}

.dropdown-container {
  display: flex;
  box-shadow: #333;
}


.icon2 {
  position: relative;
  left: 24px
}

.icon3 {
  position: relative;
  left: 36px
}

.dropdown_cont {
  box-shadow: -1px -1px 3px 0px rgba(0, 0, 0, 0.5);
}

/* .banner {
  margin-left: 166px;
  border-radius: 33px;
} */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

.container {
  max-width: 1170px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

ul {
  list-style: none;
}




.banner2 {
  height: 32rem;;
}

#popup {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);

  color: #fff;
  padding: 15px;
  border-radius: 5px;
  z-index: 999;
}

.alert {
  height: 43rem;
}



/* Default styles for larger screens */


.product-name {
  text-align: center;
  color: black;
  font-size: 16px;
  font-weight: bold;
}

.product-card:hover {
  background-color: #fcfbfb;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.product-card img {
  height: 10rem;
  margin-top: -8px;
  width: 11rem;
}

.product_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.product {
  margin-top: 5px;
}

/* Media query for tablets */




/* .banner3 {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-direction :column;
  margin-bottom: 3rem;
  margin-left: 6rem;
} */



/* .bannerr {
  margin-left: 7px;
  margin-top: 5rem;
} */

.custom-card {
  width: 252px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-left: 13px;
}


.custom-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-content {
  padding: 20px;
  height: 11rem;
}

.product-details {
  margin-bottom: 10px;
}

.custom-price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.custom-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #888;
}

.custom-rating .stars {
  color: #f39c12;
}

.custom-card {
  position: relative;
  display: inline-block;
}

.icons {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custom-card:hover .icons {
  opacity: 1;
}

.icon {
  font-size: 43px;
  margin-left: 10px;
  cursor: pointer;
}

.search-icon:hover,
.plus-icon:hover {
  color: #007bff;
  /* Change color on hover as needed */
}

.product-item:hover .iconss {
  opacity: 1;
}

.iconss {
  position: absolute;
  top: -52px;
  right: -60px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card2 {
  display: flex;
  margin-top: -35px;

}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.product-popup {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: flex;
}

.close-btn {
  cursor: pointer;
  position: absolute;
  top: 22px;
  right: 76px;
}

.left,
.right {
  width: 50%;
  padding: 30px;
}

.flex {
  display: flex;
  justify-content: space-between;

  margin-top: 23px;
  border-radius: 17px;
  background-color: white;
}

.flex1 {
  display: flex;
}

.main_image {
  width: auto;
  height: auto;
}

.option img {
  width: 75px;
  height: 75px;
  padding: 10px;
}

.right {
  padding: 50px 59px 50px 50px;
}

h5,
p,
small {
  color: #837D7C;
}

h4 {
  color: red;
}

.icons-img:hover {

  transform: scale(1.1);
}


.image-container1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  /* Adjust the gap between image containers as needed */
}

.image-container {
  width: 300px;
  /* Set a fixed width for each image container */
  text-align: center;
}

.image-container img {
  max-width: 100%;
  /* Make sure images don't exceed the container width */
  height: auto;
  /* Maintain image aspect ratio */
  border: 1px solid #ddd;
  /* Add a border for better visibility */
  border-radius: 8px;
  /* Optional: Add border-radius for rounded corners */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  /* Optional: Add a subtle box shadow */
  transition: transform 0.3s ease-in-out;
  /* Optional: Add a smooth hover effect */

}

.image-container img:hover {
  transform: scale(1.1);
  /* Optional: Scale up the image on hover */
}


.new_footer_area {
  background: #dbedff;
}


.new_footer_top {
  padding: 50px 0px 168px;
  position: relative;
  overflow-x: hidden;
  /* margin-top: 21rem; */
}

.new_footer_area .footer_bottom {
  padding-top: 5px;
  padding-bottom: 50px;
}

.footer_bottom {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  /* padding: 27px 0px; */
}

.new_footer_top .company_widget p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: black;
  margin-bottom: 20px;
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
  border-width: 1px;
  margin-top: 20px;
  color:white;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.btn_get:hover {
  color: #fff;
  background: #6754e2;
  border-color: #6754e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

.new_footer_top .f_widget.about-widget .f_list li a:hover {
  color: #5e2ced;
}

.new_footer_top .f_widget.about-widget .f_list li {
  margin-bottom: 11px;
}

.f_widget.about-widget .f_list li:last-child {
  margin-bottom: 0px;
}

.f_widget.about-widget .f_list li {
  margin-bottom: 15px;
}

.f_widget.about-widget .f_list {
  margin-bottom: 0px;
}

.new_footer_top .f_social_icon a {
  width: 44px;
  height: 44px;
  line-height: 43px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 24px;
}

.f_social_icon a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 45px;
  color: #858da8;
  display: inline-block;
  background: #ebeef5;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.ti-facebook:before {
  content: "\e741";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-pinterest:before {
  content: "\e731";
}

.btn_get_two {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #5e2ced;
  border-color: #5e2ced;
  color: #fff;
}

.btn_get_two:hover {
  background: transparent;
  color: #5e2ced;
}

.new_footer_top .f_social_icon a:hover {
  background: #5e2ced;
  border-color: #5e2ced;
  color: white;
}

.new_footer_top .f_social_icon a+a {
  margin-left: 4px;
}

.new_footer_top .f-title {
  margin-bottom: 30px;
  color: black;
}

.f_600 {
  font-weight: 600;
}

.f_size_18 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b505e;
}

.new_footer_top .f_widget.about-widget .f_list li a {
  color: black;
}

.new_footer_top .footer_bg {
  position: absolute;
  bottom: 0;
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigB8iI5tb8WSVBuVUGc9UjjB8O0708X7Fdic_4O1LT4CmLHoiwhanLXiRhe82yw0R7LgACQ2IhZaTY0hhmGi0gYp_Ynb49CVzfmXtYHUVKgXXpWvJ_oYT8cB4vzsnJLe3iCwuzj-w6PeYq_JaHmy_CoGoa6nw0FBo-2xLdOPvsLTh_fmYH2xhkaZ-OGQ/s16000/footer_bg.png") no-repeat scroll center 0;
  width: 100%;
  height: 266px;
    top: 21rem;
}

.new_footer_top .footer_bg .footer_bg_one {
  background: url("https://drive.google.com/file/d/1mbz9Xj24UbRrB6w5JS0mEXnenUxKxaPa/view?usp=sharing") no-repeat center center;
  width: 166px;
  height: 140px;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-animation: myfirst 22s linear infinite;
  animation: myfirst 22s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyLGwEUVwPK6Vi8xXMymsc-ZXVwLWyXhogZxbcXQYSY55REw_0D4VTQnsVzCrL7nsyjd0P7RVOI5NKJbQ75koZIalD8mqbMquP20fL3DxsWngKkOLOzoOf9sMuxlbyfkIBTsDw5WFUj-YJiI50yzgVjF8cZPHhEjkOP_PRTQXDHEq8AyWpBiJdN9SfQA/s16000/cyclist.gif") no-repeat center center;
  width: 88px;
  height: 100px;
  background-size: 100%;
  bottom: 0;
  left: 38%;
  position: absolute;
  -webkit-animation: myfirst 30s linear infinite;
  animation: myfirst 30s linear infinite;
}

@-webkit-keyframes myfirst_one {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes myfirst_one {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes myfirst_two {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes myfirst_two {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-moz-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -25%;
  }

  100% {
    left: 100%;
  }
}

.container_product {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  /* margin-left: 5px; */
  gap: 2rem;
}


#sidebar {
  width: 256px;
  margin-top: 45px;
  background-color: white;
  color: black;
  height: 15rem;
}

.menu-item {
  padding: 15px;
  cursor: pointer;

}

.submenu {
  background-color: #f4f4f4;
  display: none;
  position: relative;
  margin-left: 31px;
}

.submenu-item {
  padding: 10px;
}

#product-container-list {
  margin-left: 260px;
  padding: 20px;
  margin-top: -16.9rem;
}

.product-item {
  margin-bottom: 20px;
  display: inherit;
}

.product-item {
  height: 9rem;
}

.p_background {
  display: flex;
  background-color: #f5f5f5d4;
  height: 11rem;
  padding: 14px;
  border-radius: 6px;
}

.p_h2 {
  margin-left: 5rem;
  width: 48rem;
  display: flex;
}

.p_price {
  margin-left: 39rem;
  margin-top: 23px;
  position: absolute;
}





#quantity {
  font-size: 1.5rem;
  margin: 0 10px;
}



.checkout-container {
  display: flex;
  max-width: 800px;
  margin: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-left: 295px;
}

.contact-section,
.summary-section {
  padding: 20px;
  flex: 1;
}

.contact-section {
  border-right: 1px solid #ccc;
}

h2 {
  color: #333;
}

.checkout-label {
  display: block;
  margin-bottom: 8px;
  color: #555;
}

.checkout-input {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.payment-info {
  display: flex;
  flex-direction: column;
}

.pay-now-button {
  background-color: #4caf50;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.cart-details {
  font-size: 16px;
  margin-bottom: 20px;
}

.cart-item {
  margin-bottom: 8px;
}

.total-amount {
  font-weight: bold;
  color: #333;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

tr:hover {
  background-color: #f5f5f5;
}

.product-image {
  max-width: 100px;
  max-height: 100px;
}

.product_get {
  display: inherit;
}

.product-container {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-left: 12rem;
  width: 65rem;
  height: 12.5rem;
  display: inherit;
  position: static;
}

.product_get {
  display: inherit;
}

.product-image {
  height: 200px;
  /* Adjust height as needed */
  border-radius: 10px;
  margin-right: 20px;
  max-width: 138px;
  max-height: 179px;
  display: inherit;
}

.product-info {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  display: inherit;
}

/* Optional: If you want to add more styling */
.product-info:nth-child(odd) {
  color: #333;
}

.product-info:nth-child(even) {
  color: #666;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 96%;
  border-radius: 5px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.product-popup {
  display: flex;
}

.popup-image {
  flex: 1;
  padding: 10px;
}

.popup-details {
  flex: 1;
  padding: 10px;
}


/* responsive css  */

@media screen and (max-width:900px) {
  .landgbanner {
    width: 90%;
    margin-left: 1.5rem;
  }

  /* .banner3 {
    display: flex;
    flex-direction: column;
    gap: 2rem;

  } */

  .fourbanner {
    width: 100%;
    border-radius: 2rem;

  }

  .banner2 {
    height: 16rem;
  }

  .banner2inner {
    width: 90%;
    margin-left: 1.5rem;
  }

  /* .bannerr {} */
  #list {
    position: relative;
    gap: 0rem;
    right: 0rem;

  }

  .form {
    position: relative;
    left: 0rem;
    width: 12rem;
    /* height: 4rem; */
    margin-left: 13rem;

  }

  nav {
    height: 3rem;
  }

  .container_product {
    display: flex;
    flex-direction: column;
  }

  .product-container {
    display: contents;
    gap: 2rem;
  }

  .notebanner {
    width: 100%;
    height: 15rem;
  }
}



