h1,
h2,
h3,
h4,
h5,
h6,
p,
li,.accordion-body {
  font-family: "Roboto", sans-serif;
}

.page-width {
  max-width: 100%;
  margin: 0 auto;
}

.about_left_content p {
  /* font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px; */
}

.about_left_content p {
  font-family: "Work Sans", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
}

/* announcement bar  */
.annoucement_bar {
  background-color: #82c341;
}

.annoucement_bar_main {
  color: #fff;
  display: flex;
  justify-content: space-evenly;
  padding: 8px;
}

.annoucement_bar_main div {
  width: 33%;
}

.annoucement_number a {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

.annoucement_header {
  text-align: center;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}

.annoucement_number {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* annoucement bar */
/* header */
.logo {
  width: 100%;
  height: 90px;
}

.navbar_menulist {
  /* flex-grow: 0 !important; */
  justify-content: end;
}

.nav-item {
  font-weight: 600;
}

/* header */

/* banner */
.banner_main {
  /* position: relative;
  background-image: url("./assets/Image\ 3.png"); */
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  /* padding: 40px;
  padding-top: 15%; */
}

.banner_picture {
  position: relative;
}

.banner_picture img {
  width: 100%;
}

.banner_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.5); */
  background: linear-gradient(180deg, transparent 0%, rgb(255 255 255) 100%);
  width: 100%;
  z-index: 1;
}

.banner_inner {
  color: #000;

  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}

.banner_title {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  z-index: 3;
}

.banner_subtitle {
  font-size: 20px;
  line-height: 30px;
  position: relative;
  z-index: 3;
}

.banner_wrapper img {
  width: 100%;
  height: auto;
  border-radius: 300px 300px 0px 0px;
}

.banner-pagination {
  position: relative !important;
  top: 10px !important;
}

.banner-pagination .swiper-pagination-bullet {
  background-color: #fff;
  margin: 0px 8px !important;
}

.banner_btn_cover {
  background-color: #000 !important;
}

.banner_btn_cover:hover {
  background-color: #fff !important;
  border: 1px solid #000 !important;
}

.banner_btn {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.banner_btn_cover:hover .banner_btn {
  color: #000;
}

/* banner */

/* our store */
.our_store_main {
  background-color: #000;
  padding: 40px;
}

.our_store_left img {
  width: 100%;
  border-radius: 300px 300px 0px 0px;
}

.our_store_right_inner {
  background-color: #fff;
  position: absolute;
  left: -60px;
}

.our_store_right {
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
}

.our_store_heading h1 {
  font-size: 50px;
}

.our_store_content p {
  font-size: 18px;
  line-height: 30px;
}

.our_store_btn a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #82c341;
}

.our_store_btn a:hover {
  color: #a59f9f;
}

/* our store */

/* side banner */
.contact_banner {
  position: relative;
  background-image: url("./assets/about-image.jpg");
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  min-height: 350px;
  overflow: hidden;
  
}

.cbanner_btn {
  font-size: 16px !important;
  color: #fff !important;
  background-color: #82c341 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.contact_wave img {
  width: 100%;
  rotate: 180deg;
  margin-top: 0px;
}

.cbanner_btn {
  font-size: 24px !important;
}

/* side banner */

/* about */
.about_main {
  position: relative;
  background-image: url("./assets/about-image.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  padding: 40px;
  background-attachment: fixed;
}

.about_main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 1;
}

.about_right {
  color: #fff;
  background-color: #82c341;
  height: 500px;
  border-radius: 300px 300px 0px 0px;
}

.about_left {
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  position: relative;
  z-index: 3;
}

.about_right_heading {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
}

.about_right_content {
  font-size: 24px;
  text-transform: uppercase;
}

.about_btn {
  font-size: 16px !important;
  background-color: #fff !important;
  color: #82c341 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.about_btn:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.about_left_heading,
.visit_header,
.form_heading {
  /* font-size: 50px; */
  /* font-weight: 600; */
}

/* about */

/* our offer */
.our_offer_main {
  position: relative;
  /* background-image: url("."); */
  background-color: #b7e9f785;
  background-size: cover;
  background-position: center;
  width: 100%;
  overflow: hidden;
  padding: 40px;
}

.our_offer_header {
  text-align: center;
  padding: 0px 40px;
}

.our_offer_title {
  font-size: 50px;
}

.our_offer_content {
  padding: 20px 100px;
}

.our_offer_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.our_offer_content {
  font-size: 18px;
}

.our_offer_icon {
  position: relative;
}

/* .our_offer_icon svg{
  width:100px;
  height:100px;
  fill: #fff;
} */
.our_offer_icon img {
  width: 100%;
  border-radius: 100% 100% 0px 0px;
}

.offer_card_heading {
  font-size: 26px;
  min-height: 70px;
}

.our_offer_item {
  text-align: center;
}

.our_offer_card {
  width: 90%;
  padding: 20px 40px;
  background: #fff;
  border-radius: 30px;
  position: absolute;
  top: -40px;
  height: auto;
  min-height: 250px;
  margin: 0px 15px;
}

.offer_icon_cover {}

.our_offer_card_container {
  width: 100%;
  height: 210px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer_card_content p {
  color: #5f5f5f;
}

/* our offer */

/* image with icon */
.image_icon_main {
  padding: 0px 40px;
  background-color: #1b64b0;
  color: #fff;
}

.image-icon_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.image_icon_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.image_icon {
  margin-bottom: 20px;
}

.image_icon svg {
  width: 60px;
  height: 60px;
  fill: #fff;
}

.wave_image_top img,
.wave_image_bottom img {
  /* background-color: #1B64B0; */
  /* background-color:#b7e9f785; */
  width: 100%;
}

.wave_image_top img {
  padding-top: 40px;
  margin-bottom: -1px;
  /* background-color: #b7e9f785; */
}

.wave_image_bottom img {
  rotate: 180deg;
  margin-top: -1px;
  padding-top: 40px;
}

/* image with icon */

/* faq */
.faq_main {
  padding: 40px;
}

.faq_header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.faq_header h1 {
  margin-bottom: 20px;
}

.faq_header a {
  /* text-decoration: none; */
  color: #1b64b0;
}

.faq_header p {
  font-size: 18px;
}

.faq_header h1,
.faq_header p {
  width: 60%;
  text-align: center;
}

.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #1b64b0 !important;
  color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("./assets/download.png") !important;
}

/* faq */

/* contact */
.contact_main {
  /* background-color: #b7e9f785; */
  padding: 40px;
}

.map_content p {
  font-size: 18px;
}

.form_subheading {
  font-size: 26px;
}

.contact_submit {
  background-color: #82c341 !important;
  border: none !important;
}

/* contact */

/* visit */
.visit_main {
  /* background-color: #9999996e; */
  padding: 40px;
}

.saturday {
  /* background-color: #999; */
}

/* visit */

/* wave image */
.wave_image_main img {
  width: 100%;
  margin-bottom: -1px;
}

.footer_wave_image_main img {
  /* background-color: #1B64B0; */
  /* background-color: #9999996e; */
  width: 100%;
  margin-bottom: -1px;
}

/* wave image */

/* footer */
.footer_main {
  background-color: #1b64b0;
}

.footer_top {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  padding: 30px 60px;
}

.footer_about,
.footer_service,
.footer_support,
.footer_company {
  padding: 20px;
}

.footer_about {
  grid-column: 3 / span 4;
}

.footer_about_content {
  margin: 30px 0px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.footer_link_items ul {
  line-height: 30px;
}

.footer_logo {
  /* width: 220px; */
  /* height: 220px; */
}

.footer_logo img {
  width: 100%;
  height: 100%;
}

.footer_social_media {
  display: flex;
  margin-top: 35px;
}

.footer_social_media a {
  padding: 6px 8px;
  background-color: transparent;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_social_media svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.social_facebook:hover a,
.social_instagram:hover a {
  background-color: #fff !important;
}

.social_facebook:hover svg,
.social_instagram:hover svg {
  fill: #1b64b0 !important;
}

.social_instagram {
  margin-left: 8px;
}

.footer_link {
  list-style-type: none;
}

.footer_title {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.footer_link a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

.footer_link a:hover {
  /* color:  #82c341; */
  text-decoration: underline;
  padding-bottom: 3px;
}

.footer_bottom {
  background-color: #1b64b0;
  color: #fff;
  padding: 30px 60px;
  display: flex;
  justify-content: space-between;
  font-family: "Roboto", sans-serif;
  border-top: 1px solid #ffffff4f;
}

.footer_policy {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.footer_policy ul {
  display: flex;
  margin-bottom: 0px !important;
}

.footer_policy li {
  list-style-type: none;
  margin-right: 30px;
}

.footer_policy a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.footer_policy a:hover {
  color: #eaf722;
}

.footer_copyright {
  width: 50%;
  display: flex;
  align-items: center;
}

.privacy_policy {
  position: relative !important;
}

.privacy_policy:after {
  width: 3px;
  right: -15px;
  top: 50%;
  position: absolute;
  border-style: solid;
  border-color: #ffffff;
  content: "";
  height: 3px;
}

.term_of_use {
  position: relative !important;
}

.term_of_use:after {
  width: 3px;
  right: -15px;
  top: 50%;
  position: absolute;
  border-style: solid;
  border-color: #ffffff;
  content: "";
  height: 3px;
}

/* footer */
.footer_number a {
  display: flex;
  width: 55px;
  height: 55px;
  background-color: #82c341;
  padding: 5px;
  border-radius: 50%;
  position: relative;
}

.footer_number {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 10px;
  left: 0px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 20px;
}

.footer_number span {
  width: 80px;
  position: absolute;
  right: 70px;
  top: 15px;
  background-color: #464646e6;
  color: #fff;
  padding: 2px;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

/* check back soon */
.check_back_soon h1 {
  font-weight: 600;
  font-size: 64px;
}

.check_back_soon a {
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
  color: #82c341;
}

/*  */
.list_points {
  padding: 40px;
}

.list_items {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

.list_points h2,
#dispensaryForm .form_heading,
#contactForm .form_heading,
.visit_header,
.faq_header h1 {
  font-size: 50px !important;
  font-weight: 500 !important;
  color: #1b64b0;
}

.list_items li svg {
  width: 16px;
  fill: #0a6617;
}

.list_items li {
  list-style: none;
}

.contact_main iframe {
  width: 100%;
}

/* static page */
.refund_main .page-width,
.privacy_main .page-width {
  max-width: 80%;
}

.refund_main,
.privacy_main {
  padding: 40px;
}

.privacy_block h1,
.refund_block h1 {
  font-weight: 600;
  font-size: 36px;
}

.privacy_block h2,
.refund_block h2 {
  font-weight: 600;
  font-size: 24px;
}

.privacy_block a,
.refund_block a {
  /* text-decoration: none; */
  color: #1b64b0;
  font-weight: 600;

}
.contact_wave{
  margin-bottom: -2px !important; 
}
/* media */
@media only screen and (max-width: 768px) {
  .footer_logo img {
    width: 60%;
    
  }
  .contact_banner{
    min-height: 250px !important;
  }
  .privacy_block h2,
  .refund_block h2 {
    font-size: 18px;
  }

  .privacy_block h1,
  .refund_block h1 {
    font-size: 24px;
  }

  .refund_main,
  .privacy_main {
    padding: 20px;
  }

  .refund_main .page-width,
  .privacy_main .page-width {
    max-width: 100%;
  }

  .list_items {
    flex-direction: column;
    align-items: start;
    column-gap: 30px;
  }

  .banner_inner {
    width: auto;
    text-align: center;
    padding: 20px;
  }

  .banner_picture img {
    width: auto;
    height: 500px;
  }

  .list_points h2,
  #dispensaryForm .form_heading,
  #contactForm .form_heading,
  .visit_header,.faq_header h1 {
    font-size: 30px !important;
  }

  .contact_main iframe {
    width: 100%;
  }

  .list_points {
    padding: 20px;
  }

  .banner_btn_inner {
    width: 100% !important;
    flex-direction: column;
    row-gap: 20px;
  }

  .banner_btn {
    font-size: 13px;
  }

  .visit_main {
    padding: 20px;
  }

  .check_back_soon h1 {
    font-size: 40px;
    text-align: center;
  }

  .offer_card_heading {
    min-height: 45px;
  }

  .footer_policy li {
    margin-right: 15px;
  }

  .footer_bottom {
    padding: 20px;
  }

  .our_offer_header,
  .our_offer_content {
    padding: 0px;
  }

  .our_offer_title {
    font-size: 36px;
  }

  .about_left_heading,
  .visit_header,
  .form_heading {
    font-size: 36px;
  }

  .about_left {
    align-items: center;
  }

  .about_left_content p {
    font-size: 18px;
    text-align: center;
  }

  .about_right {
    height: 350px;
  }

  .about_right_heading {
    font-size: 36px;
  }

  .our_store_right_inner {
    text-align: center;
  }

  .our_store_right_inner {
    position: relative;
    left: 0px;
  }

  .image-icon_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer_top {
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
  }

  .about_right {
    border-radius: 0px;
  }

  .footer_about {
    grid-column: 1;
  }

  .footer_link_items ul {
    padding-left: 0rem !important;
  }

  .contact_main,
  .faq_main,
  .image_icon_main,
  .our_store_main,
  .our_offer_main {
    padding: 20px;
  }

  .faq_header h1,
  .faq_header p {
    width: 100%;
  }

  .footer_about_content {
    margin: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .annoucement_number a {
    font-size: 10px;
  }

  .annoucement_header {
    font-size: 10px;
  }
 
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {
  .image-icon_items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 1160px) {
  .footer_bottom {
    flex-direction: column;
  }

  .footer_copyright {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer_policy {
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 1200px) {
  .our_offer_grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0px;
  }

  .our_offer_card_container,
  .our_offer_icon {
    width: 100%;
  }

  .our_offer_card {
    min-height: 200px;
  }
  .contact_banner{
    min-height: 310px;
  }
}

@media only screen and (min-width:1800px) {
  .page-width {
    max-width: 100%;
    margin: 0 auto;
  }
  .contact_banner{
    min-height: 470px;
  }
}
