* {
  list-style-type: none;
  text-decoration: none;
}
.icon {
  font-size: 40px;
}

.box {
  background-color: #82b440;
  color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.boxes {
  background-color: #82b440;
  color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boxes:hover {
  transform: scale(1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon {
  font-size: 50px;
  color: #fff;
}

.bord {
  border-bottom: 10px solid #1a5319;
  border-right: 10px solid #1a5319;
}

.boxes {
  background-color: #1a5319;
  color: white;
}

.third {
  background-color: #1a5319;
}

.second h1 {
  font-size: 40px;
  letter-spacing: 0.5rem;
  font-weight: 500;
}

.roud {
  position: relative;
  border-radius: 5px 5px 90px;
}

.imagee {
  background: url(assets/images/video-bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: max-content;
  width: 100%;
  border-radius: 5px;
}

.cart-icon {
  position: fixed;
  top: 20px;
  right: 25px;
  font-size: 24px;
}

.cart-icon .bubble {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 14px;
}
.seemore {
  display: flex;
  justify-content: end;
  font-size: 17px;
  /* transition: background-color 0.3s ease, transform 0.3s ease; */
}
.circlediv {
  width: 100px;
  height: 100px;
  background-color: green;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sites {
  background-color: #162239;
  color: white;
}

.rec {
  border: 2px solid green;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.rec::before {
  content: "";
  display: block;
  width: 2px;
  height: 160px;
  background-color: green;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
}
div a {
  text-decoration: none;
  color: inherit;
  cursor: default;
}
.texis a {
  color: white;
}

.texis a:hover {
  color: green;
}
.responsive-iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; 
}


.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  border: 0;
}
.circular-text {
  width: 100px; /* Adjust the width */
  height: 100px; /* Make sure height and width are equal for a perfect circle */
  border-radius: 50%; /* This makes the element circular */
  text-align: center; /* Center the text */
}
.train{
  background-color: #162239;
  letter-spacing: 0.5rem;
}
.cons{
  font-size: 30px;
}
.counter{
  font-size: 30px;
  font-weight: 700;
}

