@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*:not(i) {
  font-family: "Poppins", sans-serif;
}

.navbar-my {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #282828;
  background-color: #00000077;
  backdrop-filter: blur(7px);
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-my ul li {
  margin-left: 20px;
}

.navbar-my ul li a {
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #f1f1f1;
}

.navbar-my ul li a.active-self {
  color: #10722c;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #10722c;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  font-size: 20px;
}

.hero {
  padding-top: 140px;
  padding-bottom: 140px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero h1 {
  margin-bottom: 20px;
  color: #f1f1f1;
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.hero p {
  margin-bottom: 32px;
  color: #818181;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.link-main {
  padding: 16px 60px;
  background: #10722c;
  display: inline-block;
  color: #f1f1f1;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease all;
  border-radius: 4px;
}

.link-main:hover {
  background: #0a481b;
}

.sect-name {
  margin-bottom: 35px;
}

.sect-name h2 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 35px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f1f1f1;
  margin-bottom: 20px;
}

.sect-name p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #818181;
}

.itemim {
  padding: 32px;
  backdrop-filter: blur(54px);
  background: #f1f1f10a;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

.itemim ul{
  margin-bottom: 22px;
}

.itemim ul li {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #818181;
}
.itemim h3 {
  color: #f1f1f1;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 180%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.itemim p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #818181;
  margin-bottom: 22px;
}

.link-main-2 {
  padding: 16px 60px;
  border: 1px solid #10722c;
  display: inline;
  color: #f1f1f1;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease all;
  border-radius: 4px;
}

.link-main-2:hover {
  color: #10722c;
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f1f1f10a;
  backdrop-filter: blur(54px);
  border-radius: 12px;
  flex-wrap: wrap;
}

.service-img {
  width: 50%;
}

.service-text {
  width: 50%;
  padding: 40px;
}

.service-text h2 {
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f1f1f1;
}

.service-text p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #818181;
  margin-bottom: 22px;
  margin-bottom: 50px;
}

.service-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.innerim {
  padding: 30px;
  background: #f1f1f10a;
  backdrop-filter: blur(54px);
  border-radius: 12px;
}

.form-control,
.form-check-input {
  background: #2b2b2b;
  border: none;
  color: #fff;
}

.form-control::placeholder {
  color: #fff;
  font-size: 14px;
}
.form-control:focus {
  box-shadow: none;
  background: #333;
  color: #fff;
}
.contact-box {
  padding: 60px 0;
}
.btn-send {
  background: #10722c;
  color: #fff;
  padding: 12px 35px;
  border-radius: 8px;
  border: none;
}
.btn-send:hover {
  background: #0a481b;
  color: #fff;
}

.form-check-label {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #818181;
}

.faq-item {
  background: #2b2b2b;
  border-radius: 10px;
  margin-bottom: 20px;
  border: none;
  padding: 0;
}

.faq-header {
  padding: 18px 22px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-header.collapsed .faq-icon {
  transform: rotate(0deg);
}

.faq-icon {
  font-size: 22px;
  transition: 0.3s ease;
  transform: rotate(180deg);
}

.faq-body {
  padding: 22px 20px;
  background: #1b1b1b;
  border-radius: 0 0 10px 10px;
  color: #ddd;
  font-size: 16px;
  line-height: 1.6;
}

.accordion-button {
  background: transparent !important;
  box-shadow: none !important;
}

footer {
  background: #000;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #f1f1f1;
  text-decoration: none;
  transition: 0.2s;
  font-size: 14px;
}

footer ul li a:hover {
  color: #10722c;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
  .hero h1 {
    font-size: 40px;
  }
  .service-img {
    width: 100%;
  }

  .service-img img {
    border-radius: 0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 250px;
  }

  .service-text {
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #080808;
}

.age-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#000000f8, #000000f8);
  background-size: 400px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  max-width: 600px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  box-shadow: 0px 0px 40px 0px #ffffff61;
  background-repeat: repeat no-repeat;
}

.custom-modal a {
  background-color: #7b90ff;
  text-align: center !important;
  color: #fff;
  transition: 0.2s;
  margin-bottom: 1px;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.custom-modal a:hover {
  background: #5e6ec0;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
