/* poppins font */
@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');

* {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
}

body {
  font-family: 'Poppins', sans-serif !important;
  background-color: #ffffff;
}




/* ============================================================ */
/*                          topbar                              */
/* ============================================================ */
.topbar {
  background-color: #d76830;
  padding: 20px 0px;
}

.topbar i {
  color: #ffffff;
}

.topbar-text1,
.topbar-text2 {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
}

.topbar-text2 a {
  text-decoration: none;
  color: #ffffff;
}

.header-content-top {
  padding: 0px 80px;
}


/* ============================================================ */
/*                          navbar                              */
/* ============================================================ */
.navbar {
  background-color: #003864;
  padding: 30px 0px 30px 0px;
}

.navbar-logo {
  width: 90%;
  height: auto;
}

.navbar-brand {
    transform: translateX(-40%);
    left: 50%;
    position: absolute;
    margin: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.navbar-nav {
  padding: revert;
}

#navbar-primary .navbar-collapse {
  padding-left: 150px;
}

.nav-item>a {
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
}

.nav-link:hover {
  color: #d76830;
}

.navbar-button {
  transform: translateX(-35%);
}

.navbar-button .btn1 {
  margin-right: 1.5rem;
}

.btn1,
.btn2 {
  width: 190px;
  height: 50px;
  border-radius: 25px;
  background-color: #47a0e9;
  border: 0;
  font-size: 13px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}




/* ============================================================ */
/*                          banner                              */
/* ============================================================ */
.banner {
  background-image: url(../imgs/California-Holistics-Website-Mockup-v2_03.jpg);
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
  position: relative;
}

.banner-h1 {
  font-size: 52px;
  line-height: 71px;
  color: #ffffff;
  font-weight: 700;
}

.banner-h2 {
  font-size: 89px;
  line-height: 120px;
  color: #ffffff;
  font-weight: 700;
}

.banner-p {
  font-size: 52px;
  line-height: 52px;
  color: #ffffff;
  font-weight: 400;
}

.banner-btn1 {
  width: 199px;
  height: 50px;
  border-radius: 25px;
  background-color: #47a0e9;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  border: 0;
}


.banner-btn2 {
  width: 273px;
  height: 50px;
  border-radius: 30px;
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
}






/* ============================================================ */
/*                          about service                       */
/* ============================================================ */
.cst-col {
  position: relative;
  z-index: 1;
  transform: translateY(25%);
  padding: 50px 120px;
  border-radius: 6px;
  filter: drop-shadow(0 0 39.5px rgba(0, 0, 0, 0.27));
}





/* ============================================================ */
/*                          about us                            */
/* ============================================================ */
.about-us {
  background-image: url(../imgs/California-Holistics-Website-Mockup-v2_04.jpg);
  background-repeat: no-repeat;
  height: auto;
  background-size: contain;
  position: relative;
  padding: 130px 0px;
}

.about-us-h1 {
  font-size: 42px;
  color: #d76830;
  font-weight: 600;
  text-align: center;
}

.about-us-p {
  font-size: 18px;
  line-height: 39px;
  color: #0c0c0c;
  font-weight: 400;
  font-family: "Poppins";
}




/* ============================================================ */
/*                              shop                            */
/* ============================================================ */
.shop-h1 {
  font-size: 42px;
  color: #d76830;
  font-weight: 600;
}

.slider {
  position: relative;
}

.slider__container {
  cursor: grab;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slider__container.dragging {
  scroll-behavior: auto;
  cursor: grabbing;
}

.slider__container::-webkit-scrollbar {
  display: none;
}

.slider__item {
  padding: 16px 8px;
  flex: 0 0 auto;
  width: calc(100% / 5);
}

.slider__control.prev {
  left: -45px;
  background: transparent;
  border: 3px solid #000000;
  opacity: 1;
}

.slider__control {
  font-size: 16px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #000;
  background: #fff;
  cursor: pointer;
  opacity: .5;
  transition: all .3s;
}

.slider__control.next {
  right: -35px;
  background: transparent;
  border: 3px solid #000000;
  opacity: 1;
}

.slider__container[data-step="4"] .slider__item {
  width: calc(100% / 4);
}

.slider__container[data-step="3"] .slider__item {
  width: calc(100% / 3);
}

.slider__container[data-step="2"] .slider__item {
  width: calc(100% / 2);
}

.slider__container[data-step="1"] .slider__item {
  width: calc(100% / 1);
}

.card-img-overlay {
  top: 20%;
}

.slider .card-title {
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
}

.slider .card-text {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
}

.slider .card-p {
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
}

.slider .card {
  border-radius: 15px;
  filter: drop-shadow(0 0 38px rgba(2, 2, 2, 0.12));
  width: 245px;
}

.slider .card-img {
  border-radius: 15px;
}




/* ============================================================ */
/*                         line                                 */
/* ============================================================ */
.line {
  width: 1130px;
  height: 4px !important;
  background-color: #e1e1e1;
  opacity: 1;
}





/* ============================================================ */
/*                              product                         */
/* ============================================================ */
.product-h1 {
  font-size: 42px;
  color: #d76830;
  font-weight: 600;
}

.slider {
  position: relative;
}

.slider_container {
  cursor: grab;
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slider_container.dragging {
  scroll-behavior: auto;
  cursor: grabbing;
}

.slider_container::-webkit-scrollbar {
  display: none;
}

.slider_item {
  padding: 16px 8px;
  flex: 0 0 auto;
  width: calc(100% / 5);
}

.slider_control.prev {
  left: -45px;
  background: transparent;
  border: 3px solid #000000;
  opacity: 1;
}

.slider_control {
  font-size: 16px;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #000;
  background: #fff;
  cursor: pointer;
  opacity: .5;
  transition: all .3s;
}

.slider_control.next {
  right: -35px;
  background: transparent;
  border: 3px solid #000000;
  opacity: 1;
}

.slider_container[data-step="4"] .slider_item {
  width: calc(100% / 3);
}

.slider_container[data-step="3"] .slider_item {
  width: calc(100% / 3);
}

.slider_container[data-step="2"] .slider_item {
  width: calc(100% / 2);
}

.slider_container[data-step="1"] .slider_item {
  width: calc(100% / 1);
}

.card-img-overlay {
  top: 35%;
}

.product .card-title {
  font-size: 16px;
  line-height: 25px;
  color: #0c0c0c;
  font-weight: 700;
  text-align: center;
}

.product .card {
  border-radius: 15px;
  filter: drop-shadow(0 0 38px rgba(2, 2, 2, 0.12));
  height: auto;
  width: 330px;
  padding: 15px;
}

.product .card-img-top {
  border-radius: 15px;
}

.product .card-text {
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #0c0c0c;
  font-weight: 700;
  text-align: center;
}

.s-btn {
  width: 100%;
  height: 32%;
  border-radius: 35px;
  background-color: #ecdd00;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
    padding: inherit;
}





/* ============================================================ */
/*                         gallery                              */
/* ============================================================ */
.gallery-bg {
  width: 20%;
  float: left;
}

.gallery-img {
  width: 100%;
  height: 250px;
  display: block;
}






/* ============================================================ */
/*                         store                                */
/* ============================================================ */
.store {
  background-color: #fceedc;
}

.store-strip-img {
  width: -webkit-fill-available;
  height: auto;
}

.store-heading {
  font-size: 45px;
  color: #d76830;
  font-weight: 600;
  margin-top: 80px;
}

.store-img {
  width: -webkit-fill-available;
  height: auto;
}

.store .cst-col1 {
  margin: 0px 0px 100px 0px;
}

.store .card {
  border-radius: 12px;
  background-color: #003864;
  border: 2px solid #d76830;
  color: #ffffff;
}

.store .card-title {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
}

.store .card-text {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

.store .card-subtext {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
}

.store .card1 {
  border-radius: 12px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

.store .card-title1 {
  font-size: 40px;
  color: #101010;
  font-weight: 700;
}

.store .card-text1 {
  font-size: 20px;
  color: #101010;
  font-weight: 500;
}

.store .card-subtext1 {
  font-size: 30px;
  color: #101010;
  font-weight: 700;
}






/* ============================================================ */
/*                         gift-card                            */
/* ============================================================ */
.gift-card {
  background-image: url(../imgs/California-Holistics-Website-Mockup-v2_05.png);
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
}

.gift-card-img {
  width: 100%;
  height: auto;
}

.gift-card .card {
  border-radius: 12px;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.29));
  background-color: #003864;
  border: 2px solid #f6a81c;
  height: 200px;
}

.gift-card .card-body {
  flex: 0;
}

.gift-card .card-title {
  font-size: 28px;
  color: #fefefe;
  font-weight: 700;
}

.gift-card .card-text {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.gift-card .card1 {
  border-radius: 12px;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.29));
  background-color: #ffffff;
  height: 200px;
  display: grid;
  justify-content: center;
  align-items: center;
}


.gift-card .card-title1 {
  font-size: 28px;
  color: #101010;
  font-weight: 700;
}

.gift-card .card-text1 {
  font-size: 12px;
  color: #101010;
  font-weight: 500;
}





/* ============================================================ */
/*                         testimonial                          */
/* ============================================================ */
.testimonial-text {
  text-align: center;
  margin: 90px 0px 50px 0px;
}

.testimonial-h1 {
  font-size: 30px;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: uppercase;
  color: #d76830;
  font-weight: 400;
}

.testimonial-h2 {
  font-size: 40px;
  line-height: 42px;
  color: #d76830;
  font-weight: 600;
}

.testimonial-name {
  font-size: 17px;
  line-height: 27px;
  color: #282828;
  font-weight: 600;
}

.testimonial-role {
  font-size: 18px;
  line-height: 28px;
  color: #9b9b9b;
  font-weight: 400;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1), 0 0px 0px rgba(0, 0, 0, 0.01);
}

#testimonials-list .shadow-effect p {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #222222;
  font-weight: 400;
}

#testimonials-list .item {
  text-align: center;
  margin-bottom: 20px;
  /* opacity: .2; */
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}

#testimonials-list .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  max-width: 90px;
  border-radius: 50%;
  margin: 0 auto 17px;
}

#testimonials-list.owl-carousel .owl-dots .owl-dot.active span,
#testimonials-list.owl-carousel .owl-dots .owl-dot:hover span {
  background: #3190E7;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#testimonials-list.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#testimonials-list.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#testimonials-list.owl-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background-color: #005c87;
  display: inline-block;
  margin: 0 2px 5px;
  -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
}








/* ============================================================ */
/*                             faq                              */
/* ============================================================ */
.faq {
  margin-top: 50px;
  padding-bottom: 120px;
}

.faq-heading {
  font-size: 45px;
  letter-spacing: 1px;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.accordion-item {
  margin-bottom: 20px;
  background-color: #fcfbf8;
  border: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6 !important;
}

.accordion-button {
  font-size: 20px;
  color: #282828;
  font-weight: 600;
}




/* ============================================================ */
/*                           footer                             */
/* ============================================================ */
.footer {
  background-color: #003864;
  padding: 100px 0px 20px 0px;
}

.footer-logo {
  width: 75%;
  height: auto;
}

.cst-form-col {
  border-radius: 10px;
  background-color: #f6a81c;
  padding: 35px;
}

.submit-btn {
  width: 180px;
  height: 50px;
  border-radius: 31px;
  background-color: #47a0e9;
  border: 0px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-link1 {
  width: 200px;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
}

.footer-links {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-weight: 700;
}

.footer-nav {
  text-decoration: none;
  list-style-type: none;
  padding-left: 0px;
}

.footer-link {
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 400;
}

.footer-item {
  padding: 10px 0px;
}

.footer-map {
  width:100%;
  height:190px;
}


.footer-copy {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 26px;
  font-weight: 300;
}







/* ============================================================ */
/*                         responsive                           */
/* ============================================================ */
@media screen and (max-width: 1440px) {
  .navbar-logo {
     width: 70%;
  }
}




@media screen and (max-width: 1400px) {
  .slider .card {
    width: auto;
  }
}




@media screen and (max-width: 1199px) {
  #navbar-primary .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-nav {
    padding: 0px;
  }
  .navbar-button {
    transform: translateX(0%);
  }
  .navbar-button .btn1 {
    margin: 0;
  }
  .line {
    width: auto;
  }
}




@media screen and (max-width: 1024px) {
  .slider__item,
  .slider__container[data-step="4"] .slider__item {
    width: calc(100% / 3);
  }
  .slider_item,
  .slider_container[data-step="4"] .slider_item {
    width: calc(100% / 3);
  }
  .gallery-img {
    height: 230px;
  }
  .testimonial .item {
    width: 280px;
    height: auto;
  }
  .owl-carousel.owl-drag .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}



@media screen and (max-width: 991px) {
  .navbar-button {
    display: none;
  }
  .navbar-toggler {
    border: 2px solid #ffffff;
    border-radius: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .navbar-brand {
    transform: translateX(0%);
    left: 5%;
    position: absolute;
    margin: auto;
  }
  .navbar-toggler {
    position: absolute;
    right: 5%;
  }
  .overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  .navbar-collapse {
    background: #003864;
    top: 100%;
    position: absolute;
    width: inherit;
    z-index: 1;
    height: auto;
    left: 0;
  }
  .navbar {
    padding: 60px 0px 60px 0px;
  }
  .nav-item {
    display: flex;
    justify-content: center;
  }
  .footer-logo {
  width: auto;
  height: auto;
  }

  .cst-footer-tablet-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    
  }
}


@media screen and (max-width: 768px) {

  .slider__item,
  .slider__container[data-step="4"] .slider__item,
  .slider__container[data-step="3"] .slider__item {
    width: calc(100% / 2);
  }
  .slider_item,
  .slider_container[data-step="4"] .slider_item,
  .slider_container[data-step="3"] .slider_item {
    width: calc(100% / 2);
  }
  .product .card {
    height: auto;
  }
  .s-btn {
    padding: 15px;
  }
  .product .card-title {
    font-size: 20px; 
  }
  .card-img-overlay {
    top: 60%;
  }
  .slider__control.prev {
    left: -30px;
  }
  .slider_control.prev {
    left: -30px;
  }
  .gift-card {
    background-position: center;
  }
  .testimonial .item {
    width: auto;
    height: auto;
  } 
  .cst-tablet-col {
    margin-top: 0px !important;
  }
  .cst-footer-tablet-logo {
    display: flex;
    justify-content: center;
  }
  .footer-logo {
    width: auto;
    height: auto;
    margin: 0px 0px 40px 0px;
  }
  .footer-map {
    width: 100%;
    height: 300px;
  }
  .gallery-img {
    height: 195px;
  }
  .gallery-bg {
    width: 100%;
    float: left;
  }
  .gallery-img {
    height: auto;
    width: -webkit-fill-available;
  }
  .header-content-top {
    padding: 0px 30px;
  }
}



@media screen and (max-width: 767px) {
  .clock-icon {
    display: none;
  }
  .cst-topbar-text {
    display: none;
  }
  .banner-h1 {
    font-size: 45px;
    line-height: 40px;
  }
  .banner-h2 {
    font-size: 70px;
    line-height: 95px;
  }
  .banner-p {
    font-size: 40px;
    line-height: 40px;
  }
  .banner-btn1 {
    width: 170px;
    font-size: 15px;
  }
  .banner-btn2 {
    width: 220px;
    font-size: 15px;
  }
  .cst-col {
    transform: translateY(50%);
  }
  .product .card-title {
    font-size: 16px;
  }
  .card-img-overlay {
    top: 40%;
  }
  .about-us-h1 {
    font-size: 28px;
  }
  .about-us-p {
    font-size: 16px;
    line-height: 30px;
  }
  .shop-h1 {
    font-size: 35px; 
  }
  .product-h1 {
    font-size: 35px;
  }
  .store-heading {
    font-size: 35px;
  }
  .testimonial-h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .store .card-title {
    font-size: 30px;
  }
  .store .card-subtext {
    font-size: 24px;
  }
  .store .card-title1 {
    font-size: 30px;
  }
  .store .card-subtext1 {
    font-size: 24px;
  }
  .faq-heading {
    font-size: 30px;
  }
  .accordion-button {
    font-size: 16px;
    line-height: normal;
  }
  .cst-map-col {
    margin: 50px 0px 0px 0px;
  }
}





@media screen and (max-width: 575px) {
  .cst-mobile-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
  } 
  .mobile-img1 {
    height: 50%;
    width: auto;
  }
  .mobile-img2 {
    height: 60%;
    width: auto;
  }
  .mobile-img3 {
    height: 40%;
    width: auto;
  }
  .arrow {
    width: 100%;
  }
  .store .card {
    margin: 0px 20px !important;
  }
  .store .card1 {
    margin: 0px 20px 50px 20px !important;   
  }
  .card-img-overlay {
    top: 50%;
  }
  .slider__control.prev {
    left: 10px;
    border: 2px solid #ffffff;
  }
  .slider__control.prev i {
    color: #ffffff;
  }
  .slider__control.next {
    right: 10px;
    border: 2px solid #ffffff;
  }
  .slider__control.next i {
    color: #ffffff;
  } 


  .slider_control.prev {
    left: 10px;
    border: 2px solid #000000;
  }
  .slider_control.prev i {
    color: #000000;
  }
  .slider_control.next {
    right: 10px;
    border: 2px solid #000000;
  }
  .slider_control.next i {
    color: #000000;
  } 
  .location-icon {
    display: none;
  }
  .cst-topbar-text1 {
    display: none;
  }
  .header-content-top {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cst-mobile-col {
    margin: 40px 0px 0px 0px;
  }
}




@media screen and (max-width: 480px) {

  .slider__item,
  .slider__container[data-step="4"] .slider__item,
  .slider__container[data-step="3"] .slider__item,
  .slider__container[data-step="2"] .slider__item {
    width: calc(100% / 1);
  }
  .slider_item,
  .slider_container[data-step="4"] .slider_item,
  .slider_container[data-step="3"] .slider_item,
  .slider_container[data-step="2"] .slider_item {
    width: calc(100% / 1);
  }
  .banner-h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .banner-h2 {
    font-size: 50px;
    line-height: 65px;
  }
  .banner-p {
    font-size: 30px;
    line-height: 30px;
  }
  .card-img-overlay {
    top: 65%;
  }
  .banner-btn1 {
    width: 150px;
    font-size: 12px;
    margin-right: 0px !important;
  }
  .banner-btn2 {
    width: 210px;
    font-size: 12px;
    margin: 20px 0px;
  }
  .mobile-img1 {
    height: 40%;
    width: auto;
  }
  .mobile-img2 {
    height: 43%;
    width: auto;
  }
  .mobile-img3 {
    height: 35%;
    width: auto;
  }
  .cst-mobile-p {
    margin: 5px 0px 0px 0px !important;
    font-size: 10px;
  }
  .cst-col {
    padding: 35px 0px 0px 0px;
  }
  .mobile-row {
    display: flex;
    justify-content: center;
  }
  .mobile-text {
    font-size: 10px;
  }
  .cst-form-col {
    padding: 15px;
  }
  .footer-copy {
    font-size: 8px;
    line-height: 14px;
  }
}



@media screen and (max-width: 320px) {
  .banner-h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .banner-h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .banner-p {
    font-size: 20px;
    line-height: 20px;
  }
  .banner-text  {
    margin-top: 100px !important;
  }
  .about-us-h1 {
    font-size: 23px;
  }
  .about-us-p {
    font-size: 14px;
    line-height: 25px;
  }
  .shop-h1 {
    font-size: 25px;
  }
  .product-h1 {
    font-size: 25px;
  }
  .store-heading {
    font-size: 25px;
  }
  .store .card-title {
    font-size: 25px;
  }
  .store .card-text {
    font-size: 15px;
  }
  .store .card-subtext {
    font-size: 20px;
  }


  .store .card-title1 {
    font-size: 25px;
  }
  .store .card-text1 {
    font-size: 15px;
  }
  .store .card-subtext1 {
    font-size: 20px;
  }
  .gift-card .card-title {
    font-size: 25px;
  }
  .gift-card .card-text {
    font-size: 14px;
  }
  .gift-card .card-title1 {
    font-size: 25px;
  }
  .gift-card .card-text1 {
    font-size: 10px;
  }
  .testimonial-h1 {
    font-size: 20px;
    line-height: 25px;
  }
  .testimonial-h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .faq-heading {
    font-size: 25px;
  }
  .card-img-overlay {
    top: 55%;
  }
  .cst-col {
    padding: 35px 0px 0px 0px;
  }
  .cst-mobile-row {
    align-items: normal !important;
  }
  .navbar-brand {
    transform: translateX(-15%);
  }
  .mobile-row {
    margin: auto;
    --bs-gutter-y: 0;
  }
}