/** Shopify CDN: Minification failed

Line 95:0 Unexpected ","

**/
/** Shopify CDN: Minification failed

Line 90:0 Unexpected ","

**/
/** Shopify CDN: Minification failed

Line 85:0 Unexpected ","

**/
/** Shopify CDN: Minification failed

Line 80:0 Unexpected ","

**/
/** Shopify CDN: Minification failed

Line 75:0 Unexpected ","

**/ 
@charset "utf-8";

.bullest-content ul,
.clear,
body,
div,
form {
  margin: 0;
  padding: 0
}

body {
  top: 0;
  width: 100%;
  font-family: "Inter", sans-serif;
  background:#fff!important;
  font-weight: 400;
  overflow-x: hidden;
}


img {
  border: 0;
  max-width: 100%;
  
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.clear {
  clear: both;
  line-height: 0;
  font-size: 0
}



button,
input[type=button],
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
select,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box
}

,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.container {
    max-width: 1024px !important;
    margin: 0 auto;
}



.open-nav-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer
}
.open-nav-menu span {
    display: block;
    height: 0.188rem;
    width: 1.5rem;
    background-color: #000;
    /* background-color: var(--dark); */
    position: relative
  }
.open-nav-menu span:before,
    .open-nav-menu span:after {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      /* background-color: var(--dark); */
      box-sizing: border-box;
    }
.open-nav-menu span:before {
      top: -0.438rem;
    }
.open-nav-menu span:after {
      top: 0.438rem;
    }
.close-nav-menu {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
    background-color: #fff;
    color: initial;
    color: var(--accent);
    margin-left: auto;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 30px;
}
.menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.nav-menu .menu {
    display: flex;
    align-items: flex-start;
    flex-direction: column
  }
@media (min-width: 992px) {
.nav-menu .menu {
      flex-direction: row;
      align-items: center;
      padding: 0;
      margin: 0;
      justify-content: center;
  }

      .nav-menu .menu li + li {
        padding-left: 1rem;
      }
      .nav-menu .menu .menu-item-has-children:hover .sub-menu {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
      }
    }
@media (min-width: 75rem) {
      .nav-menu .menu li + li {
        /* padding-left: 2rem; */
      }
    }
.nav-menu .menu .menu-item {
      display: block;
      margin: 0;
      width: 100%;
      position: relative
    }
@media (min-width: 992px) {
.nav-menu .menu .menu-item {
        width: auto;
        font-size: 1rem
    }

        .nav-menu .menu .menu-item:nth-child(4) {
          margin-left: auto;
        }
      }
@media (min-width: 992px) {
.nav-menu .menu .menu-item {
        font-size: 1rem
    }
      }
.nav-menu .menu .menu-item:hover a {
        color: initial;
        color: var(--accent);
      }
.nav-menu .menu .menu-item a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: initial;
        color: var(--accent);
        padding: 0.75rem 0.938rem;
        border-bottom: 1px initial solid;
        border-bottom: 1px var(--border) solid;
        transition: all 0.3s ease;
        text-decoration: none;
        font-weight: 600;
      }
@media (min-width: 992px) {
.nav-menu .menu .menu-item a {
          padding: 0.75rem 0;
          border: 0
      }
      .nav-menu .menu .menu-item a:hover {
         color: #daa308 !important;
      }
        }
.nav-menu .menu .menu-item a i {
          padding-left: 0.5em;
          color: initial;
          color: var(--accent);
        }
.nav-menu .menu .menu-item .sub-menu {
        width: 100%;
        position: relative;
        opacity: 1;
        visibility: visible;
        border: none;
        background-color: transparent;
        box-shadow: none;
        transform: translateY(0px);
        padding: 0;
        margin: 0;
        left: auto;
        top: auto;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease
      }
@media (min-width: 992px) {
.nav-menu .menu .menu-item .sub-menu {
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          width: 220px;
          position: absolute;
          left: 0;
          top: 100%;
          background-color: #fff;
          /* background-color: var(--clr-white); */
          color: initial;
          color: var(--accent);
          padding: 0.5rem 0;
          border-top: 2px initial solid;
          border-top: 2px var(--primary) solid;
          transform: translateY(10px);
          transition: all 0.3s ease;
          opacity: 0;
          visibility: hidden;
          max-height: -webkit-min-content;
          max-height: -moz-min-content;
          max-height: min-content;
          overflow: inherit;
          z-index: 999;
      }
        }
@media (min-width: 992px) {
.nav-menu .menu .menu-item .sub-menu .menu-item {
            display: block;
            padding: 0;
            width: 100%
        }
          }
.nav-menu .menu .menu-item .sub-menu .menu-item:hover a {
            color: initial;
            color: var(--primary);
          }
.nav-menu .menu .menu-item .sub-menu .menu-item a {
            padding: 0.75rem 2rem;
            color: hsl(0, 0%, 11%);
            color: var(--dark);
            font-size: 1rem
          }
@media (min-width: 992px) {
.nav-menu .menu .menu-item .sub-menu .menu-item a {
              display: block;
              padding: 0.625rem 0.938rem;
              color: hsl(0, 0%, 11%);
              color: var(--dark);
              transition: all 0.3s ease;
              text-transform: capitalize;
              border: 0
          }
            }
@media (max-width: 991px) {
  .close-nav-menu,
  .open-nav-menu {
    display: flex;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  .nav-menu {
    position: fixed;
    left: -280px;
    visibility: hidden;
    width: 280px;
    height: 100%;
    top: 0;
    overflow-y: auto;
    background-color: #12151d;
    color: initial;
    color: var(--accent);
    z-index: 1000;
    padding: 0.938rem 0;
    transition: all 0.5s ease
  }

    .nav-menu.open {
      visibility: visible;
      left: 0px;
    }

  .nav-menu {

    .menu-item:first-child > a {
      border-top: 1px initial solid;
      border-top: 1px var(--border) solid;
    }
  }
}

.max-width500 {
    max-width: 500px;
    width: 100%;
}
.nav-item{
  padding: 0 8px;
}
.nav-link{
  font-size: 16px!important;
  font-weight: 600;
  text-transform: capitalize!important;
  color: #000!important;
  border-radius: 5px 5px 5px 5px!important;
  padding: 0px 5px 0px 5px!important;
}
.nav-link:hover{
  color: #daa308 !important;
}
.nav-menu {
    padding: 6px 0;
}


header{
  width: 100%;
  border-top:5px solid #5e564a;
}
.hero-bnr{
  width: 100%;
  background: #eae6e0;
  padding: 30px 0;
}

.hed-line{
    font-weight: 800;
    font-size: 3.3em;
    line-height: 63px;
    padding-bottom: 12px;
    font-family: "Quicksand", sans-serif;
}
.sub-hed-line{
  font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    font-family: "Quicksand", sans-serif;
    text-transform: inherit;
    padding: 0 80px 12px 0px;
      color: black;
}

.cart-btn{
  background: #eaac92;
  padding: 8px 28px;
  font-size: 18px;
  color:#000;
  text-align: center;
  border-radius: 62px;
  text-decoration: none;
  display: inline-block;
  margin:15px 0;
}

a{
  color: #000;
}

a:hover{
  color:  #000;
}
.sec-2{
  width: 100%;
  background: url("Pacific_Beach_Getty_Images225.jpg") top center no-repeat;
  background-size: cover;
  padding: 25px 0;
}
.bnr-text{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 28px;
  text-transform: inherit;
  font-family: "Quicksand", sans-serif;
}
.sec-3{
  width: 100%;
  padding: 60px 0;
}
.sec-3 h2{
  font-size: 32px;
  color: #000;
  font-weight: 700;
  padding-bottom: 50px;
}
.sec-3 p{
  font-size: 32px;
  color: #000;
  font-weight: 500;
}
.progrm-box{
    width: 100%;
    border: 1px solid #5e564a;
    padding: 20px 30px;
    text-align: center;
    border-radius: 10px;
    min-height: 325px;
}
.progrm-box h4{
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: inherit;
}


.progrm-box p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 10px;
}
.form-total{
  max-width: 700px;
  margin:60px auto 0;
}
.form-con{
  width: 100%;
  border:25px solid #c7ae59;
  border-radius: 20px;
  padding: 20px 90px;
  text-align: center;
}
.form-con h2{
  font-size: 20px;
  line-height: 30px;
  padding: 0;
  margin:0;
}
.form-con p{
  font-size: 14px;
  line-height: 30px;
  padding-bottom: 30px;
}
.frm-box{
  width: 100%;
  margin-bottom: 12px;
}
.frm-box p{
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
  text-align: left;
  line-height: 20px;
}
.frm-box p span{
  color: red;
}

.text-style{
  width: 100%;
  border:1px solid #000;
  font-size: 14px;
  color:#121212;
  padding: 5px 10px;
  border-radius: 6px!important;
}
.sub-btn{
  background: #e5c353;
  padding: 10px 15px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  border:none;
  width: 100%;
}
.hero-sec-29{
 width: 100%;
    background: url(LUV_NAD_AMB.jpg?var=1000) no-repeat;
    background-size: cover;
    /* padding: 230px 0 220px; */
    height: 90vh;
    background-position: center;
    display: flex;
    align-items: center;
  
}
.hero-sec-29 p{
   color:#000;
  padding-bottom:15px;font-family: "Quicksand", sans-serif;
}
.hero-sec-29 p a{
  color:#000;
}

.desktop_g{
  transform: translateX(-60px);
}










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


}


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



}




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


}


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

  .desktop_g{transform: translateX(0); }
 .nav-link{
  color: #fff !important;
  padding: 0px 5px 20px 5px !important;
 }
 .nav-menu .menu .menu-item a{
  color: #fff;
 }
 .hed-line{
  font-size: 32px;
    line-height: 42px;
 }
 .nav-menu .menu .menu-item:hover a{
  color: #fff;
 }
 .nav-menu .menu .menu-item .sub-menu .menu-item a{
  color: #fff;
 }
 .bnr-text {
    font-size: 24px;
    line-height: 34px;
    padding: 0 15px;
}

}

@media screen and (max-width:767px) {
 .hed-line{
  margin-top: 20px;
  /* font-size: 2.3rem; */
 }
 .progrm-box{
  margin-bottom: 30px;
  min-height: inherit;
 }
 .form-con{
  padding: 20px 15px;
 }
 .form-con h2 {
    font-size: 17px;
    line-height: 25px;
}
.sec-3 h2{
  font-size: 26px;
  line-height: 36px;
}

.hero-sec-29{
  width: 100%;
        background: url(nad-plus-bnr29-mob.jpg) top center no-repeat;
        background-size: cover;
        padding: 80px 0 385px;
        text-align: center;
        height: auto;
        display: inherit;
}
  .sub-hed-line{
    padding:0 0 12px;
  }
  .sub-hed-line{
    font-size:16px;
    line-height:26px;
  }

}



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


}





