@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Montserrat", sans-serif;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffffd4;
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-my ul li a {
  color: #131313;
  margin-left: 20px !important;
}

.navbar-my ul li a.active-self {
  color: #e57d21;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #e57d21;
}

.lastim {
  padding: 10px 40px !important;
  background-color: #e57d21 !important;
  color: #fff !important;
  border-radius: 6px;
  border: 2px solid #e57d21;
  display: inline-block;
  text-decoration: none;
  transition: 0.3s ease all;
}

.lastim:hover {
  background-color: transparent !important;
  color: #131313 !important;
  border: 2px solid #e57d21 !important;
}

.hero .lastim:hover {
  color: #fff !important;
}

.hero {
  padding-top: 160px;
  padding-bottom: 160px;
  background-image: linear-gradient(
      rgba(229, 125, 33, 0.8),
      rgba(229, 125, 33, 0.3)
    ),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.item {
  background-color: #e9e9e9;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #ffffffed;
  box-shadow: 0 0 10px #13131350;
  transition: 0.3s ease all;
  height: 100%;
}

.item:hover {
  transform: translateY(-7px);
  box-shadow: 0 0 20px #13131350;
}

.item img {
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #ffffff9c;
}

.has-style {
  border-radius: 32px;
  box-shadow: 0 0 20px #13131350;
}

.itemim-2 {
  background-color: #e9e9e9;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #ffffffed;
  box-shadow: 0 0 10px #13131350;
  transition: 0.3s ease all;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
}

.itemim-2 img {
  padding: 20px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px #ffffff9c;
}

.bottom-disc {
  background: #000;
  backdrop-filter: blur(15px);
}

footer {
}

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: #000;
  text-decoration: none;
  transition: 0.2s;
}

footer ul li a:hover {
  color: #e57d21;
}

footer p {
  text-align: center;
}

.form-control {
  background: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 18px;
  font-size: 15px;
  color: #555;
  box-shadow: 0 0 0 1px #cfcfcf inset;
}

.form-control:focus {
  box-shadow: 0 0 0 2px #e57d21 inset;
}

.btn-send {
  background: #e57d21;
  border: none;
  padding: 15px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  transition: 0.3s;
}

.btn-send:hover {
  background: #cf6f1d;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background-color: #dedede;
}

.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;
}
