@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
  user-select: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
/* nav bar==================================================================================== */
nav {
  background: #0c154c;
}
nav:after {
  content: "";
  clear: both;
  display: table;
}
nav .logo {
  float: left;
  height: 70px;
}

nav img {
  width: 235px;
  margin: 5px;
}
nav ul {
  float: right;
  margin-right: 40px;
  list-style: none;
  position: relative;
}

nav ul li {
  /* float: left; */
  display: inline-block;

  margin: 5px 14px;
}
nav ul li a {
  color: white;
  line-height: 70px;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 1px;
}
nav ul li a:hover {
  border-bottom: 2px solid white;
}

nav ul ul {
  position: absolute;
  background-color: #ffffff;
  top: 90px;
  color: #5069ff;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s;
}
nav ul ul ul {
  border-top: none;
}

.dropdown-menu {
  background-color: #ffffff !important;
  text-align: center;
  color: #5069ff;
  border-bottom: 3px solid white;
  border: 1px solid white;
}

.dropdown-menu li a {
  color: #5069ff;
}

nav ul li:hover > ul {
  top: 63px;
  left: 185px;
  border-radius: 7px;
  opacity: 1;
  visibility: visible;
}
nav ul ul li {
  position: relative;
  margin: 0px;
  width: 330px;
  float: none;
  display: list-item;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
nav ul ul li a {
  line-height: 50px;
}
nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 150px;
}
.show,
.icon,
input {
  display: none;
}
.fa-plus {
  font-size: 15px;
  margin-left: 40px;
}
.active {
  border-bottom: 2px solid white;
}
@media all and (max-width: 968px) {
  nav ul {
    margin-right: 0px;
    float: left;
  }
  nav .logo {
    padding-left: 30px;
    width: 100%;
  }
  nav img {
    width: 125px;
    margin: -1px;
    height: auto;
    padding: 2px;
    margin-top: 15px;
  }
  .show + a,
  ul {
    display: none;
  }
  nav ul li,
  nav ul ul li {
    display: block;
    width: 100%;
  }
  .dropdown-menu li a {
    color: #ffffff;
  }

  nav ul li a:hover {
    box-shadow: none;
  }
  nav ul li {
    background: #0c154c;
    margin: 5px 5px;
  }
  nav ul li a {
    margin-left: 35px;
  }
  .show {
    display: block;
    color: white;
    font-size: 18px;
    padding: 0 35px;
    line-height: 70px;
    cursor: pointer;
  }
  .show:hover {
    color: rgb(255, 255, 255);
  }
  .icon {
    display: block;
    color: white;
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 70px;
    cursor: pointer;
    font-size: 25px;
  }
  .dropdown-menu {
    text-align: center;
    color: #ffffff;
    border: none;
  }
  nav ul ul {
    top: 70px;
    border-top: 0px;
    float: none;
    position: static;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  nav ul ul a {
    padding-left: 40px;
  }
  nav ul ul ul a {
    padding-left: 80px;
  }
  nav ul ul li a {
    line-height: 30px;
  }
  nav ul li {
    margin: 0px 5px;
    width: 98%;
  }
  nav ul ul ul li {
    position: static;
  }
  [id^="btn"]:checked + ul {
    display: block;
  }
  nav ul ul li {
    border-bottom: 0px;
    text-align: left;
  }
  span.cancel:before {
    content: "\f00d";
  }
}

/* finish nav bar==================================================================================== */
.section-container {
  padding: 20px;
  margin-top: 35px;
  background-color: #ffffff;
}

.section-heading {
  font-size: 29px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.section-paragraph {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}

.icon-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.icon-card {
  padding: 10px;
  width: 180px;
  text-align: center;
  background-color: #fff;
}

.icon-card img {
  max-width: 130px;
  height: 100px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.icon-card h3 {
  color: #333;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 33px;
}

.icon-card p {
  color: #666;
  text-align: left;
  margin-left: 31px;
  font-size: 14px;
}

.icon1-card {
  padding: 10px;
  max-width: 208px;
  text-align: center;
  background-color: #fff;
}

.icon1-card img {
  max-width: 150px;
  height: 100px;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-left: -40px;
}

.icon1-card h3 {
  color: #333;
  margin-bottom: 10px;
  text-align: left;
  margin-left: 20px;
}

.icon1-card p {
  color: #666;
  text-align: left;
  margin-left: 20px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .icon-card {
    width: 100%; /* Full width for cards on smaller screens */
  }
  .icon-card img {
    max-width: 130px;
    max-height: 100px;
    margin-left: -200px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .icon-card h3 {
    position: absolute;
    margin-top: -125px;
    margin-left: 156px;
    margin-bottom: 10px;
    text-align: left;
  }
  .icon-card p {
    position: relative;
    margin-left: 156px;
    top: -94px;
    font-size: 14px;
    margin-top: 3px;
  }
  .icon1-card {
    padding: 0px;
    width: 292px;
    text-align: center;
    background-color: #fff;
  }
  .icon1-card img {
    margin-left: -200px;
    max-width: 104px;
    max-height: 122px;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .icon1-card h3 {
    color: #333;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 110px;
    margin-top: -146px;
  }
  .icon1-card p {
    color: #666;
    text-align: left;
    width: 150px;
    margin-left: 110px;
    font-size: 14px;
  }
}

/* video section----------================================================================================ */

.video-container {
  display: flex;
  flex-wrap: wrap; /* Allow videos to wrap to the next line */
  justify-content: center;
  margin: 50px 0;
}

.video-wrapper {
  position: relative;
}

.custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-play-button:before {
  content: "\25B6"; /* Unicode character for play arrow */
  font-size: 36px;
  color: white;
}

video {
  width: 335.5px; /* Set the width as needed */
  height: 500px;
}

@media (max-width: 768px) {
  .video-container {
    flex-direction: column; /* Stack videos vertically on smaller screens */
    align-items: center;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 50px 0;
  }
  video {
    width: 292.5px;
    height: 500px;
  }
  .content {
    width: 345px;
    /* height: 570px; */
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000001a;
    background-color: #ffffff;
    font-size: 18px;
    display: none;
  }
}
@media (min-width: 1918px) {
  .video-container {
    justify-content: center;
    margin: 50px 0;
    gap: 14px;
  }
  .icon-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 125px;
  }
  nav ul li a {
    font-size: 23px;
  }
}

/* tool =========================================================================== */

.tool-card {
  padding: 20px;
  background-color: #eeeff5;
}

.tool-heading {
  margin-left: 50px;
  font-size: 30px;
  font-weight: 600;
}

.tool-paragraph {
  margin-left: 50px;
  font-size: 16px;
}

.tool-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.t-card {
  width: 250px;
  margin: 20px;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.t-card img {
  width: 100%;
  height: 200px;
  border-radius: 8px;
}

.t-card-content {
  padding: 6px;
  text-align: center;
}

.t-card-content h3 {
  margin: 0;
  color: #333;
}

.t-card-content p {
  color: #666;
}

.button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 20px;
}

.tool-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #17215e;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .card {
    width: 100%;
  }
}
@media (min-width: 1918px) {
  nav ul li a {
    font-size: 23px;
  }
  nav ul li:hover > ul {
    top: 63px;
    left: 280px;
  }
  .dropdown-menu li a {
    font-size: 18px;
  }
}

@media (min-width: 1918px) {
  .tool-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
    gap: 80px;
  }
  .tool-heading {
    margin-left: 14%;
  }
  .tool-paragraph {
    margin-left: 14%;
    font-size: 22px;
  }
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 85px;
  }
  .product-heading {
    margin-left: 275px;
    font-size: 25px;
  }
  .icon-card h3 {
    font-size: 22px;
  }
  .icon-card p {
    font-size: 16px;
  }
}
/* prouduct card================================================================================ */
#product-card {
  padding: 20px;
  background-color: #ffffff;
}

#product-card1 {
  padding: 20px;
  background-color: #ffffff;
}

#product-card2 {
  padding: 20px;
  background-color: #ffffff;
}

#product-card3 {
  padding: 20px;
  background-color: #ffffff;
}

#product-card4 {
  padding: 20px;
  background-color: #ffffff;
}

#product-card5 {
  padding: 20px;
  background-color: #ffffff;
}
#product-card6 {
  padding: 20px;
  background-color: #ffffff;
}

.product-heading {
  margin-left: 50px;
  font-size: 30px;
  font-weight: 600;
}

.product-paragraph {
  margin-left: 50px;
  font-size: 16px;
  padding: 20px 20px 20px 0px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 20px;
}

.card {
  width: 360px;
  margin: 20px;
  padding: 5px;

  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #0000001a;
  background-color: #ffffff;
}

.card-image {
  width: 300px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.text-content {
  flex: 1;
  margin-right: 20px;
  text-align: left;
  margin-left: 20px;
}
.text-content1 {
  flex: 1;
  margin-right: 20px;
  text-align: left;
  margin-left: 55px;
}

.heading {
  font-size: 21px;
  text-align: left;
  margin-bottom: 20px;
  color: #17215e;
}

/* .paragraph1 {
  font-size: 17px;
  margin-top: 20px;
  color: #17215e;
  text-align: left;
} */
.paragraph {
  font-size: 17px;
  /* margin-bottom: 25px; */
  color: #17215e;
  text-align: left;
}
/* .button {
  background-color: #5069ff;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
} */

@media (max-width: 768px) {
  .card-container {
    flex-direction: row; /* Revert to horizontal layout on larger screens */
    justify-content: space-around;
    padding: 30px 0 10px;
  }
  .card {
    margin: 5px;
    /* flex-direction: column; */
    padding: 5px;
  }
  .card img {
    max-width: 150px;
    max-height: 150px;
    padding: 0px 2px 0px 3px;
  }
  .paragraph {
    font-size: 9.5px;
    margin-bottom: 10px;
    color: #17215e;
  }
  .paragraph1 {
    font-size: 9.5px;
    margin-bottom: 10px;
    color: #17215e;
  }
  .heading {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .text-content {
    flex: 1;
    margin-left: 13px;
    margin-right: -5px;
  }
  .text-content1 {
    flex: 1;
    margin-right: 20px;
    text-align: left;
    margin-left: 15px;
  }

  /* .button {
    padding: 6px;
    font-size: 10px;
  } */
  .product-heading {
    margin-left: 50px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-paragraph {
    font-size: 14px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .content {
    width: 345px;
    /* height: 570px; */
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000001a;
    background-color: #ffffff;
    font-size: 18px;
    display: none;
  }
}
@media (min-width: 1918px) {
  .product-heading {
    margin-left: 15%;
    padding: 0px 40px 0px 0px;
  }
  .product-paragraph {
    margin-left: 15%;
    padding: 0px 40px 0px 0px;
    font-size: 22px;
  }
  .product-heading {
    margin-left: 275px;
  }
  .flex {
    gap: 80px;
    justify-content: center;
  }
}
/* show card============================================================ */

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.content {
  width: 370px;
  /* height: 570px; */
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #0000001a;
  background-color: #ffffff;
  font-size: 18px;
  display: none;
}

.content2 {
  width: 370px;
  /* height: 570px; */
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #0000001a;
  background-color: #ffffff;
  font-size: 18px;
  display: none;
}

.content3 {
  width: 370px;
  /* height: 570px; */
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #0000001a;
  background-color: #ffffff;
  font-size: 18px;
  display: none;
}
.content4 {
  width: 370px;
  /* height: 570px; */
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #0000001a;
  background-color: #ffffff;
  font-size: 18px;
  display: none;
}
.content5 {
  width: 370px;
  /* height: 570px; */
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #0000001a;
  background-color: #ffffff;
  font-size: 18px;
  display: none;
}
.content6 {
  width: 370px;
  /* height: 570px; */
  margin: 20px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px #0000001a;
  background-color: #ffffff;
  font-size: 18px;
  display: none;
}

.content img {
  max-width: 100%;
  border-radius: 15px;
  max-height: 100%;
}
.content2 img {
  max-width: 100%;
  border-radius: 15px;
  max-height: 100%;
}
.content3 img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}
.content4 img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}
.content5 img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}
.content6 img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}
.heading {
  font-size: 21px;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #17215e;
}
.card-image {
  width: 300px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.paragraph1 {
  font-size: 16px;
  margin-top: 20px;
  color: #17215e;
  text-align: left;
}
.paragraph {
  font-size: 16px;
  /* margin-bottom: 25px; */
  color: #17215e;
  text-align: left;
}
.load-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-bottom: 20px;
}
#loadMore {
  width: 150px;
  color: #fff;
  display: block;
  text-align: center;
  /* margin: 20px 0px 0px 0px; */
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  background-color: #17215e;
  transition: 0.3s;
}
#loadMore:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}
#loadMore2 {
  width: 150px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  background-color: #17215e;
  transition: 0.3s;
}
#loadMore2:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}

#loadMore3 {
  width: 150px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  background-color: #17215e;
  transition: 0.3s;
}
#loadMore3:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}
#loadMore4 {
  width: 150px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  background-color: #17215e;
  transition: 0.3s;
}
#loadMore4:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}
#loadMore5 {
  width: 150px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  background-color: #17215e;
  transition: 0.3s;
}
#loadMore6 {
  width: 150px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
  padding: 10px;
  border-radius: 10px;
  background-color: #17215e;
  transition: 0.3s;
}
#loadMore5:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}
#loadMore6:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}
.loadLess {
  display: block !important;
}

.gap-div {
  height: 40px;
  background-color: #eeeff5;
}

@media (max-width: 768px) {
  .card-container {
    flex-direction: row; /* Revert to horizontal layout on larger screens */
    justify-content: space-around;
    padding: 30px 0 10px;
  }

  .content {
    width: 300px;
    /* height: 320px; */
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000001a;
    background-color: #ffffff;
    font-size: 18px;
    display: none;
  }
  .content2 {
    width: 300px;
    /* height: 320px; */
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000001a;
    background-color: #ffffff;
    font-size: 18px;
    display: none;
  }
  .content3 {
    width: 300px;
    /* height: 320px; */
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000001a;
    background-color: #ffffff;
    font-size: 18px;
    display: none;
  }
  .content4 {
    width: 300px;
    /* height: 320px; */
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000001a;
    background-color: #ffffff;
    font-size: 18px;
    display: none;
  }
  .content5 {
    width: 300px;
    /* height: 320px; */
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000001a;
    background-color: #ffffff;
    font-size: 18px;
    display: none;
  }
  .content6 {
    width: 300px;
    /* height: 320px; */
    margin: 20px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #0000001a;
    background-color: #ffffff;
    font-size: 18px;
    display: none;
  }
  .content img {
    /*max-width: 170px;*/
    /*max-height: 150px;*/
    padding: 0px 2px 0px 3px;
  }
  .content3 img {
    /*max-width: 170px;*/
    /*max-height: 150px;*/
    padding: 0px 2px 0px 3px;
  }

  .content5 img {
    /*max-width: 170px;*/
    /*max-height: 150px;*/
    padding: 0px 2px 0px 3px;
  }
  .content6 img {
    /*max-width: 170px;*/
    /*max-height: 150px;*/
    padding: 0px 2px 0px 3px;
  }
  .content4 img {
    /*max-width: 170px;*/
    /*max-height: 150px;*/
    padding: 0px 2px 0px 3px;
  }
  .content2 img {
    /*max-width: 170px;*/
    /*max-height: 150px;*/
    padding: 0px 2px 0px 3px;
  }
  .paragraph {
    font-size: 10px;
    margin-bottom: 10px;
    color: #17215e;
  }
  .paragraph1 {
    font-size: 10px;
    margin-top: 0px;
    color: #17215e;
  }
  .heading {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .text-content {
    flex: 1;
    margin-left: 13px;
    margin-right: -5px;
  }
  .text-content1 {
    flex: 1;
    margin-right: 20px;
    text-align: left;
    margin-left: 15px;
  }

  /* .button {
    padding: 6px;
    font-size: 10px;
  } */
  .product-heading {
    margin-left: 50px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .product-paragraph {
    font-size: 14px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
  .content {
    width: 345px;
   
  }
  .content2 {
    width: 345px;
    
  }
  .content3 {
    width: 345px;
    
  }
  .content4 {
    width: 345px;
    /* height: 570px; */
  
  }
  .content5 {
    width: 345px;
    
  }
  .content6 {
    width: 345px;
   
  }
}

/* pop up section================================================================================ */

.pop-btn {
  height: 45px;
  width: 100%;
  margin-top: 22px;
  color: #ffffff;
  background-color: #2d451a;
  border-radius: 7px;
}

::-webkit-scrollbar {
  width: 10px;
  border: 8px solid #42522ecc;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  width: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #867e7e;
}

/** Responsive smaller Mobile **/
@media screen and (max-width: 390px) {
  .pop-btn {
    height: 45px;
    width: 94%;
    margin-top: 22px;
    color: #ffffff;
    background-color: #2d451a;
    border-radius: 7px;
  }
}

section {
  /* height: 333px; */
  /* display: flex; */
  align-items: center;
  justify-content: center;
  background-size: cover;
  font-family: sans-serif;
  transition: 0.5s;
}

.center {
  text-align: center;
  width: 80%;
  border-radius: 5px;
  z-index: 5;
  padding: 1rem;
}

.modal-parent {
  position: fixed;
  inset: 0;
  height: 100vh;
  width: 100%;
  background-color: #d9d9d999;
  z-index: 2;
  display: none;
}

.modal-parent1 {
  position: fixed;
  inset: 0;
  height: 100vh;
  width: 100%;
  background-color: #d9d9d999;
  z-index: 2;
  display: show;
}

.modal {
  background: #ffffff;
  width: 85%;
  padding: 20px;
  border-radius: 6px;
  position: absolute;
  inset: 50%;
  font-family: Inter, sans-serif;
  transform: translate(-50%, -50%);
  animation: 1s drop;
  position: relative;
}

.card-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* margin-right: 20px; */
  /* padding: 20px; */
}

.card {
  border-radius: 8px;
  width: 178px;
  height: 200px;
  background-color: #fff;
  box-shadow: 0px 2px 10px 0px #0000001a;

  margin: 15px 30px 0px 0px;
}

.pop-heading {
  margin-bottom: 20px;
  margin-left: 25px;
  font-weight: 600;
}

.card img {
  width: 95%;

  height: 74%;
  border-radius: 8px;
  margin-bottom: 8px;
  margin-top: 5px;
  /* padding: 8px; */
}

.pro-card-name {
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: -12px;
  padding: 5px 0px 0 10px;
  color: #000000;
  font-weight: 500;
}
.quantity {
  margin-right: -5px;
  margin-left: -5px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .card {
    width: 45%;
    margin: 10px 0;
    height: 170px;
  }
  .icon-content2-1 ol li {
    font-size: 14px;
  }
}

.quantity-container {
  display: flex;
  align-items: center;
  margin-top: -8px;
  justify-content: space-between;
  padding: 0px 10px 0px 10px;
}

.price {
  font-size: 10px;
  margin-top: 9px;
}
.counter {
  display: flex;
  align-items: center;
  margin-top: 0px;
}

.minus-btn,
.plus-btn {
  background-color: #d5d5d5;
  color: rgb(0, 0, 0);
  border: none;
  padding: 0px 8px;
  cursor: pointer;
  border-radius: 2px;
}

.count {
  font-size: 18px;
  margin: 0 10px;
}

.iframe-container {
  overflow-y: scroll;
  height: 90%; /* Adjust the height as needed */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

@keyframes drop {
  0% {
    top: -100px;
  }

  100% {
    top: 50%;
  }
}

.x {
  position: absolute;
  inset: 10px 20px auto auto;
  font-size: 40px;
  cursor: pointer;
}

.extra-button1 {
  background-color: #42522e;
  border-radius: 7px;
  color: white;
  border: none;
  width: 40px;
  font-family: Inter;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 6px;
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px;
}

.extra-button2 {
  border: 2px solid #42522e;
  border-radius: 7px;
  color: #1c2e0e;
  cursor: pointer;
  width: 56px;
  margin-bottom: 10px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
  padding: 6px;
}

.extra-button3 {
  border: 2px solid #42522e;
  border-radius: 7px;
  color: #1c2e0e;
  cursor: pointer;
  margin-bottom: 10px;
  width: 56px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
  padding: 6px;
}

.extra-button4 {
  border: 2px solid #42522e;
  border-radius: 7px;
  color: #1c2e0e;
  cursor: pointer;
  margin-bottom: 10px;
  width: 56px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
  padding: 6px;
}

.extra-button {
  border: 2px solid #42522e;
  border-radius: 7px;
  color: #1c2e0e;
  cursor: pointer;
  width: 85px;
  margin-bottom: 10px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
  padding: 6px;
}

@media only screen and (max-width: 600px) {
  .modal,
  .center {
    width: 95%;
    padding: 1rem;
    line-height: 1.4rem;
    word-spacing: 3px;
    font-size: small;
  }
  .pop-btn {
    height: 45px;
    width: 96%;
    margin-top: 22px;
    margin-left: -3px;
    color: #ffffff;
    background-color: #2d451a;
    border-radius: 7px;
  }
  .iframe-container {
    overflow-y: scroll;
    height: 500px; /* Adjust the height as needed */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  }

  button {
    padding: 1rem;
    font-size: medium;
  }
  .quantity-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -10px;
  }

  .quantity {
    margin-right: -105px;
    margin-left: -105px;
  }

  h1 {
    font-size: x-large;
    padding: 1rem 0;
    margin-bottom: 1rem;
  }
}
/*----------footer==========================================---------------*/

.container_wrap {
  background-color: #0c0e4a;
  padding: 20px;
  margin-top: 50px;
  color: aliceblue;
  font-size: 14px;
}

.footer-container {
  display: flex;
}

/* Styling individual columns */
.flex_column-footer {
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* Styling the logo and text section */
.textwidget {
  text-align: justify;
}

.menu {
  list-style-type: none;
  margin: 0%;
}

/* Styling links in menu */
.menu-item a {
  color: #fffdfd;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.menu-item a:hover {
  color: #5069ff; /* Change color on hover */
}

.menu-item p {
  color: #fffdfd;
  text-decoration: none;
  display: block;
  padding: 5px 0;
}
.menu-item p:hover {
  color: #4e63e8; /* Change color on hover */
}
/* email and phone*/
.textwidget a {
  color: #ffffff;
  text-decoration: none;
  display: inline;
}

.textwidget .con-mail {
  position: relative;
  top: 5px;
  margin-left: 27px;
}

.textwidget img {
  margin-right: 10px;
}
.textwidget a:hover {
  color: #5069ff; /* Change color on hover */
}
.footer-powered {
  background-color: #06072b;
  color: white;
}
/* Styling the social media icons container */
.social_bookmarks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

.social_bookmarks li {
  display: inline;
  margin-right: 10px; /* Adjust the spacing between icons */
}

/* Styling the social media icons */
/* ... (Previous CSS code) ... */

/* Styling the social media icons */
.social_bookmarks a {
  color: #007bff; /* Blue color for icons */
  text-decoration: none;
  font-size: 24px;
  display: inline-flex;
  align-items: center; /* Vertically align icon and text */
  transition: color 0.3s;
}

.widgettitle1 {
  margin-bottom: 20px;
  margin-left: 0px;
}
.cont1 {
  margin-left: 65px;
}
/* Styling the icon */
.social_bookmarks a i {
  margin-right: 5px; /* Adjust spacing between icon and text */
}

/* ... (Rest of the CSS code) ... */

.social_bookmarks a:hover {
  color: #007bff; /* Blue color on hover */
}
.widgettitle {
  margin-bottom: 20px;
}
.widgettitle1 {
  margin-bottom: 20px;
  margin-left: 40px;
}
.textwidget .para {
  margin-left: 25px;
  margin-top: -25px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .flex_column {
    flex-basis: 50%;
    padding: 0 10px;
  }
}
/*footer resposive---------------------------------*/
@media (max-width: 768px) {
  .flex_column {
    flex-basis: 50%;
    padding: 0 10px;
  }
  .textwidget .con-mail {
    position: relative;
    top: 5px;
    margin-left: 0px;
  }
  .cont1 {
    margin-left: 35px;
  }
  .textwidget .con-mail1 {
    position: relative;
    left: -25px;
  }
  .widgettitle1 {
    margin-bottom: 20px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) {
  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flex_column-footer {
    margin-top: 20px;
    padding: 0 24px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .menu {
    display: block;
  }
}

/* Define styles for smaller screens */
@media screen and (max-width: 767px) {
  .footer-container {
    flex-direction: column;
  }

  .flex_column-footer {
    padding: 0 10px;
  }
  .menu {
    display: block;
  }
}
