
section{
  padding: 50px 0;
}
section.banner{
  padding: 20px 0 !important;
  margin: 0 !important;
  background-image: url('../img/banner.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.bannerLogo{
  height: 400px;
  animation-delay: .5s;
}
.bannerTxt{
  animation-delay: 1s;
}
.bgColor3{
  background-color: var(--themeColor3);
}
.blurbg
{
  background-color: rgba(255, 255, 255, 0.50);
  padding: 50px;
  border-radius: 30px;
}
.speciality{
  background-image:url('../img/leaf.png');
  background-repeat: no-repeat;
  background-position-x: -180px;
  background-position-y: -150px;
}
.leaf{
  background-image:url('../img/leaf.png');
  background-size: 100% 100%;
  position: absolute;
  width: 60vh;
  height: 60vh;
  top: -15vh;
  left: -10vw;
}
.leaf2{
  background-image:url('../img/leaf.png');
  background-size: 100% 100%;
  position: absolute;
  width: 40vh;
  height: 40vh;
  top: -10vh;
  right: 0;
  transform: rotate(90deg);
}
.featureSection{
  padding: 100px 10px;
  box-sizing: border-box;
}
.feature{
  padding: 30px;
  margin: 20px 10px;
}
.directorMsg{
  align-content: start;
  background-image: url('../img/leafs.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 50% auto;
  padding: 100px 0;
}
.director{
  align-self: start;
}
.photo {
  border: solid 8px white;
  box-shadow: 30px 30px 0 var(--themeColor2);
  max-width: 250px;
}
.teamphoto {
  border: solid 8px white;
  box-shadow: 1px 1px 10px var(--themeColor2);
}

.msg {
  padding: 40px;
  margin: 50px 0;
}
*{
  background-attachment: fixed;
}
.detach{
  background-attachment: local;
}
footer{
  padding:50px 0 10px 0;
  background: var(--themeColor2);
}
.fa-brands{
  margin: 0 10px;
  font-size: 25px;
}

/* .speciality h2, .speciality .sub {
  background: white;
} */
.menu-button {
  font-size: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  background: var(--bgColor);
  padding: 10px;
  border-radius: 5px;
}
#menu {
  background: var(--bgColor);
  position: fixed;
  top: 0;
  right: 0;
  width: 20%;
  min-height: 100vh;
  padding-top: 100px;
  z-index: 1;
  display: none;
}
#menu ul {
  width: 100%;
}
#menu .menu-item {
  list-style: none;
  font-size: 30px;
  text-align: right;
  padding: 20px 10px;
  border-bottom: solid 1px;
}
.rect{
  min-height: 75vh;
  background: url('../img/marijuana.jpg');
  background-size: 500% 500%;
  background-repeat: no-repeat;
  border-radius: 0 0 50% 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background-attachment: scroll;
}
.padding0{
  padding: 0;
}
.light{
  color: var(--bgColor);
}
h1.light {
  font-size: 60px;
  text-shadow: 2px 2px 2px var(--themeColor1);
}
.bubble{
  padding: 50px;
  border-radius: 0 40px 40px 40px;
}
.bigMain{
  font-weight: 900;
  font-size: 100px;
  text-shadow: 4px 4px 0 var(--themeColor2);
}
.logo {
  position: fixed;
  width: 150px;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--themeColor1);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
/* .teamImg {
  transform: scaleX(.95) scaleY(.95);
  margin: 0;
} */
 .team{
  margin-top: 100px !important;
 }
 .aboutFeature .feature{
  margin: 20px 0;
 }
 .list li {
  font-size: 22px;
  line-height: 50px;
  list-style: none;
  left: 20px;
  font-weight: bold;
  
}

.list li::before{
  content: '';
  width: 22px;
  height: 22px;
  background-image: url('../img/check-solid.png');
  background-size: cover;
  display: block;
  position: absolute;
  left: -30px;
  top: 15px;
}
.card{
  background: rgba(255, 255, 255, 0.50);
  border-radius: 10px;
}
.card-title {
  background: var(--themeColor1);
  padding: 10px;
  color: var(--bgColor);
  font-size: 20px;
  position: absolute;
  top: -20px;
  left: 10px;
  box-shadow: 2px 2px 2px #444444;
}
.dark{
  background-color: var(--themeColor1) !important;
}
.dark *{
  color:var(--bgColor)
}
.brand{
  padding: 20px 50px;
  background-color: white;
  margin: 0 10px;
  display: inline-flex;
  aspect-ratio: 4/2;
  height: 150px;
}
.genetics img {
  height:200px;
  border-radius: 10px;
}
.genetics .feature:hover img {
  transform: scaleX(1.1) scaleY(1.1);
  transition: .3s ease-in;
  filter:contrast(1.3)
}
.highlight{
  padding: 5px 25px;
  background-color: var(--themeColor2);
  color: var(--bgColor);
  border-radius: 10px;
  box-shadow: 4px 4px 6px rgb(0 0 0 / 30%);
  text-shadow: 2px 2px 6px var(--themeColor1);
}
.list{
  font-weight: bold;
}

header {
  background-color: #124d2e;
  color: white;
  padding: 15px;
  text-align: center;
}

.hero {
  background-color: #dff0d8;
  text-align: center;
  padding: 30px 10px;
}

.about {
  text-align: center;
  padding: 20px;
}

.about h3 {
  color: #124d2e;
}


.gallery {
  padding: 20px;
  text-align: center;
}

.gallery h3 {
  margin-bottom: 20px;
  font-size: 24px;
}

.gallery img {
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  margin: 10px;
}
.contact {
  text-align: center;
  padding: 20px;
}

button {
  background-color: #124d2e;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
}

button:hover {
  background-color: #16603a;
}