@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=var(--font_f):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");

:root {
  --teal: #fff;
  --teal_hover: #fff;
  --font_f: "Poppins";
  --font_fa: "IvyPresto Display";
  --font_he: "IvyPresto Headline";
}
/* Header */
.nav-container {
  background-color: #00000042 !important;
  /* border-radius: 14px; */
  padding: 11px 0px;
}
a.nav-link:hover {
    color: #E6B964;
    cursor: pointer;
}
.desktop-btn {
  display: flex;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:focus,
.navbar-nav .nav-link.active:hover {
  color: #E6B964 !important;
  font-weight: 700 !important;
}
button.headbtn {
  border: 1px solid var(--teal);
  padding: 15px 25px;
  background: transparent;
  font-family: var(--font_f);
  font-weight: 500;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-right: 28px;
  border-image-source: linear-gradient(92.97deg, #dbb876 0.62%, #feebc1 100%);
  border-image-slice: 1;
}
a.nav-link {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--teal);
}
button.navbar-toggler {
  transform: translateY(0px);
}
.hamburger-icon {
  color: var(--teal);
}
.navbar {
  position: static;
  padding: 0 !important;
  /* border-radius: 15px; */
  /* width: 95%; */
  width: 100%;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  gap: 30px;
  transform: translateX(2px);
}
.my-nav {
  position: fixed;
  /* top: 10px; */
  max-width: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  /* background: #00000042; */
  padding: 0;
  z-index: 9999;
  /* border: 1px solid #00000042; */
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(28px);
}
.navbar-nav {
  list-style: none;
  flex-direction: column;
  text-align: center;
}
.navbar-nav .nav-link {
  margin: 0px 0;
  color: var(--teal);
  font-size: 17px;
}
a.nav-link img {
  width: 40px;
}
.navbar-nav .nav-item {
  margin: 10px 0;
}

/* Banner */
.banner img {
  width: 100%;
}

#banner {
  text-align: center;
}
.homebanner button {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  background: linear-gradient(92.78deg, #dbb876 1.45%, #feebc1 100%);
  padding: 15px 25px;
  margin-top: 18px;
  border: 1px solid #dbb876;
}
.headbtn {
  color: var(--teal);
  transform: translateX(-150px);
}
a.navbar-brand {
    transform: translateX(175px);
}
.homebanner h1 {
  font-family: var(--font_fa);
  font-weight: 700;
  font-style: Bold Italic;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.homebanner p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 15px;
}
.navbar-toggler {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
  z-index: 9999;
}
a.navbar-brand {
  z-index: 999999;
}
.collapse.navbar-collapse.show {
  display: block !important;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  background: #0d4f88;
  padding: 115px 0px 0px 0px;
  height: 100vh;
}
.hamburger-icon {
  display: inline-block;
  position: relative;
}
.collapse.show {
  display: block !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset;
}
.bnbtn {
  font-weight: 500;
}

/* Tan Sprey */
.sprays {
  text-align: center;
}
.card {
  border-top-right-radius: 13px !important;
  border-bottom-right-radius: 13px !important;
  border-top-left-radius: 13px !important;
  border-bottom-left-radius: 13px !important;
  background: #30221d;
}
.card-body h3 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: var(--teal);
}
.card-body p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--teal);
  margin-top: 15px;
  /* height: 25vh; */
}
.card-body h4 {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  color: var(--teal);
}
.tan-sprey1 {
  padding: 60px 0px;
}
.tan-sprey1 {
  background: #000;
}
.card img {
  padding: 10px;
}
.card-group {
  gap: 20px;
}
.sprays h2 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 55px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--teal);
}
.sprays p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--teal);
}
.card_btn a button {
  font-family: var(--font_f);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #c4aaa1;
  padding: 17px 25px;
  background: transparent;
  box-shadow: 6px 6px 4px 0px #c4aaa126;
  margin-top: 20px;
  border: 1px solid #c4aaa1;
}
.card-text {
  height: 27vh;
}
.card-body {
  margin-bottom: 30px;
  margin: 0px 1px 30px 1px;
}
.glow-book:nth-child(2) {
    margin-top: 64px;
}
.book-info1 {
    padding-top: 43px;
}
/* Responsive */
@media screen and (max-width: 1440px) {
  .homebanner {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 406px) {
    .faq-section .container {
        padding: 35px 30px !important;
    }
}

@media screen and (max-width: 375px) {
    .faq-section {
        margin-top: 88px;
    }
    .contbannertxt p a {
        font-size: 18px !important;
    }
}
@media screen and (max-width: 1100px) {
  .glow-info {
    padding: 50px 25px 50px 20px !important;
  }

  .aboutimg img {
    width: 94%;
    padding: 40px 0px 40px 40px !important;
  }
}

@media screen and (max-width: 1022px) {
  .headbtn {
    color: var(--teal);
    transform: translateX(-90px);
  }

  .card-text {
    height: 40vh;
  }

  .card-body h3 {
    height: 8vh;
  }

  a.navbar-brand {
    transform: translateX(90px);
  }

  .tan-solution p {
    font-size: 19px !important;
  }
  .tan-head h2 {
    font-size: 40px !important;
  }
  .booking1 h3,
  .booking2 h3,
  .booking3 h3 {
    font-size: 26px !important;
  }
  .booking1 p,
  .booking2 p,
  .booking3 p {
    font-size: 16px !important;
    height: 28vh !important;
  }
  .aboutimg img {
    width: 93% !important;
    padding: 55px 0px 55px 58px !important;
  }
  .glow-info {
    padding: 30px 30px 30px 30px !important;
  }

  .abtbtn1 button {
    font-size: 15px !important;
  }
  .loginfo p {
    max-width: 191px !important;
  }
  .second-footer {
    padding-left: 35px !important;
    padding-right: 20px;
  }
  #faqbanner {
    padding-bottom: 34.5% !important;
  }
  .owner-details {
    padding: 10px 20px !important;
  }
  #meet-owner .row {
    display: flex;
    align-items: stretch;
  }
  #meet-owner .col-lg-5,
  #meet-owner .col-lg-7 {
    display: flex;
    flex-direction: column;
  }
  .owner-details h2 {
    font-size: 48px !important;
    line-height: 50px !important;
  }
  #meet-owner {
    padding: 50px 0px;
  }
  .sprey-service p.sps-pa {
    height: 52px !important;
    margin-bottom: 30px;
  }
  .sprey-service p {
    height: 70vh !important;
  }
}
@media screen and (max-width:1192px){
  .owner-details p,
  .owner-details ul li {
    font-size: 15px !important;
    line-height: 27px !important;
  }
}
@media screen and (max-width: 1024px) {
  .sprey-service p {
    height: 71vh !important;
  }
  .pretantxt {
    padding: 50px 23px !important;
  }
  .sprey-service p.sps-pa {
    height: 55px !important;
    margin-bottom: 30px;
  }
  .aboutbanner h1{
    padding: 0px 50px;
  }
  .faqbanner {
    margin-bottom: 50px !important;
  }
  .faq-section {
    transform: translateY(-270px) !important;
    margin-bottom: -250px !important;
  }
  .faq-question {
    line-height: 27px !important;
  }
  .faq-answer {
      line-height: 27px !important;
  }
  .second-footer{
      padding-left: 22px !important;
      padding-right: 0px !important;
  }
  .contafrm .submit-btn {
    width: 31% !important;
  }
}



@media (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #000000dd;
    flex-direction: column;
    display: none;
    padding: 20px 0;
    text-align: center;
  }
  .form-container {
    display: block !important;
    margin-bottom: 30px;
  }
  #banner,#abtbanner,#faqbanner,#conbanner  {
    height: 80vh !important;
  }
  .nav-container {
    padding: 2px 0px;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    gap: 0px;
  }
  .navbar-nav .nav-link {
    margin: 0px 0;
    color: var(--teal);
    font-size: 26px;
  }
  .mobile-btn {
    display: none;
    margin-top: 20px;
    justify-content: center;
  }
  .homebanner h1,.aboutbanner h1,#faqbanner h1,.cont-banner h1 {
    font-size: 36px !important;
  }
  .faqbanner,.cont-banner{
    padding: 0px 50px;
  }
  .faq-section .container {
    padding: unset !important;
  }
  .sprays p {
    font-size: 21px;
  }
  .sprays h2 {
    font-size: 36px;
  }
  .bnbtn {
    margin: 26px 0px;
  }
  a.navbar-brand img {
    width: 58%;
  }
  .homebanner p {
    font-size: 21px;
    margin-top: 20px;
  }
  .headbtn {
    transform: translateX(-30px);
  }
  a.navbar-brand {
    transform: translateX(30px);
  }
  button.navbar-toggler {
    position: relative;
    order: 3;
  }
  button.headbtn {
    margin-right: 0px;
  }
  .navbar-collapse.show .mobile-btn {
    display: inline-flex;
    margin: unset;
    transform: translateX(0px);
  }
  .navbar-collapse.show {
    display: flex;
  }
  .navbar-collapse {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #000000dd;
    flex-direction: column;
    display: none;
    padding: 20px 0;
    text-align: center;
  }
  .navbar-nav {
    flex-direction: column;
  }
  .sprey-service {
    width: calc(100% / 2 - 20px) !important;
  }
  .tan-head h2 {
    line-height: 50px !important;
  }
  .booking1 h3,.booking2 h3,.booking3 h3 {
    line-height: 34px !important;
  }
  .booking1 h3 {
    padding: 0px 20px;
  }
  .booking1,.booking2,.booking3 {
    padding: 65px 14px !important;
  }
  .booking1 p,.booking2 p,.booking3 p {
    height: 34vh !important;
  }
  .booking1 button,.booking2 button,.booking3 button {
    font-size: 14px !important;
  }
  .booking1 p,.booking2 p,.booking3 p {
    margin-top: 20px;
  }
  .booking1 h3 {
    margin: 0px 10px;
  }
  .pretantxt {
    width: 100%;
  }
  .about-glow {
    display: block !important;
  }
  .aboutimg {
    width: 100% !important;
  }
  .aboutimg img {
    width: 100% !important;
    padding: 50px 50px 50px 50px !important;
  }
  .glow-info {
    width: 100% !important;
    padding: 60px 80px !important;
  }
  .loginfo p {
    max-width: 160px !important;
  }
  .copytelinfo {
    display: flex !important;
    justify-content: center;
    order:1;
  }
  .second-footer {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  .copyowner,.copyinfo {
    border-right: none !important;
  }
  .copyright {
    order: 2;
  }
  
  .copyright p {
    text-align: center;
  }
  .nav-tabs .nav-link.active {
    font-size: 32px !important;
  }
  button.nav-link,button.nav-link {
    font-size: 32px !important;
  }
  #faqbanner {
    padding-bottom: 48.5% !important;
  }
  #conbanner {
    padding-bottom: 20% !important;
  }
  .owner-img img {
    object-position: top;
  }
  .owner-details h2 {
    font-size: 40px !important;
    line-height: 55px !important;
  }
  .sprey-service p {
    height: 38vh !important;
  }
  .book-info {
    text-align: center !important;
  }
  .book-info1 {
    text-align: center !important;
    margin-top: 44px;
  }
  .imgbtnbookimg button {
    margin-bottom: 0px !important;
  }
  #book-glow {
    text-align: center !important;
  }
  .imgglowbookimg {
    margin-top: 40px !important;
    padding-left: 43px !important;
  }
  .imgbtnbookimg {
    padding-left: unset !important;
    margin-top: 36px !important;
  }
  .imgglowbookimg {
    margin-top: 50px;
    padding-left: 114px;
    position: relative;
    order: 2;
  }
  .glow-book:nth-child(2) {
    margin-top: 40px;
  }
  .faqbanner {
     margin-bottom: -70px !important;
  }
  .serhead h2,.tan-head h2,.feedback-head h2,#requform h2,.works-head h2,.pretantxt h2,.glow-info h2,#glowing h2,.owner-details h2{
    font-size: 34px !important;
  }
  .contafrm .submit-btn {
    width: 45% !important;
  }
    .faq-section {
        margin-bottom: -304px !important;
    }
    #glowing h2 {
        font-family: margin: 20px 0px 15px 0px;
    }
}

@media screen and (max-width: 480px) {
  .homebanner {
    padding: 0px 10px;
  }
  .homebanner button{
      font-size:15px !important;
  }
  .pretantxt ul li {
    font-size: 16px !important;
  }
  .faqbanner {
      margin-bottom: -106px !important;
  }
  .nav-container {
    padding: 0px 0px;
  }
  .sprays h2 {
    font-size: 23px;
  }
  .sprays p {
    font-size: 15px;
  }
  .homebanner p {
    font-size: 15px;
  }
  .homebanner h1,.aboutbanner h1,#faqbanner h1,.cont-banner h1 {
    font-size: 32px !important;
    line-height:116% !important;
    margin-bottom:20px;
  }
  .headbtn {
    transform: unset;
  }
  a.navbar-brand {
    transform: translateX(20px);
  }
  .tan-head h2 {
    font-size: 30px !important;
  }
  .sprey-service {
    width: calc(100%) !important;
  }
  .sprey-services h4 {
    font-size: 20px;
  }
  .sprey-services h5 {
    font-size: 20px;
  }
  .booking1,.booking2,.booking3 {
    width: calc(100%) !important;
  }
  .booking1 p, .booking2 p,.booking3 p {
    height: 24vh !important;
  }
  #pre-tan {
    background-position: unset !important;
  }
  .pretantxt h2 {
    font-size: 23px !important;
  }
  .glow-info {
    width: 100% !important;
    padding: 40px 40px !important;
  }
  .footerg {
    display: block !important;
  }
  .loginfo p {
    max-width: 100% !important;
  }
  .social-icons {
    justify-content: left !important;
    gap: 10px;
  }
  .copytelinfo {
    display: block !important;
    text-align: left !important;
  }
  .second-footer {
    display: flex !important;
        flex-direction: column;
        align-items: left;
  }
    .copytelinfo {
        order: 1;
    }
    .copyright {
        order: 2;
    }
  .second-footer {
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .copyright p {
    text-align: left;
  }
  #requform h2 {
    font-size: 32px !important;
  }
  .nav-tabs .nav-link.active {
    font-size: 28px !important;
  }
  button.nav-link,button.nav-link {
    font-size: 28px !important;
  }
  #requform p {
    font-size: 20px;
  }
  #faqbanner {
    padding-bottom: 91.5% !important;
  }
  .faqbanner h1 {
    font-size: 30px !important;
  }
  .faqbanner p {
    font-size: 18px !important;
  }
  .faq-answer,
  .faq-question {
    font-size: 15px !important;
  }
  .faq-section .container {
    padding: 0px 30px !important;
  }
  #conbanner {
    padding-bottom: 28% !important;
  }
  .aboutbanner {
    transform: translateY(50px);
  }
  #abtbanner {
    padding-bottom: 45.5% !important;
  }
  .nav-tabs .nav-link.active {
    line-height: 34px !important;
    height: 120px;
  }
  .nav-tabs .nav-link {
    height: 120px;
    line-height: unset;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: column;
    gap: 0px;
  }
  .serhead h2, .tan-head h2, .feedback-head h2, #requform h2, .works-head h2, .pretantxt h2, .glow-info h2, #glowing h2, .owner-details h2{
      font-size: 30px !important;
  }
  #footer {
    padding: 50px 0px 20px 5px;
  }
  .contafrm .submit-btn {
    width: 40% !important;
  }
  .imgglowbookimg {
    padding-left: 12px !important;
  }
  .imgbtnbookimg {
     padding-left: 12px !important;
  }
  #banner{
    padding-bottom: 29.6% !important; 
  }
    .nav-tabs .nav-link {
        line-height: 32px;
    }
    #glowing h2 {
        margin: 20px 0px 7px 0px !important;
    }
    #meet-owner ul {
        margin-left: -0.8rem !important;
    }
    .owner-details {
        text-align: left;
    }
    .faq-section {
        margin-bottom: -316px !important;
    }
    .faq-section {
        transform: translateY(-200px) !important;
    }
}
/* Tan Solutions */
#tan-product {
  background: url(../images/solution.png);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0px 15px 0px;
}
.tan-head {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.tan-head h2 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 60px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--teal);
}
.tan-solutions {
  display: flex;
  justify-content: space-around;
}
.tan-solution p {
  text-align: center;
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 55px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--teal);
  margin-top: 20px;
}
.tan-solution {
  text-align: center;
}

/* Tan Sprey Services */
.serhead h2 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 55px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-align: center;
  color: #0d4f88;
}
#tan-services {
  padding: 60px 0px;
  background: url(../images/service.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.sprey-service {
  /* background: #0D4F88; */
  /* padding: 40px 20px 62px 20px; */
  width: calc(100% / 4 - 20px);
  margin: 10px;
}
.sprey-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sprey-service h3 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 153%;
  letter-spacing: 0%;
  color: var(--teal);
  margin-bottom: 20px;
}
.sprey-service p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--teal);
  height: 35vh;
}
.sprey-service button {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 14.54px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background: linear-gradient(92.78deg, #dbb876 1.45%, #feebc1 100%);
  padding: 15px 25px;
  box-shadow: 4.85px 4.85px 3.23px 0px #c4aaa126;
  border: unset;
}
p.sps-pa {
  height: unset;
  margin-bottom: 45px;
}
/* .legs img {
    position: absolute;
    transform: translateY(-98%);
} */
.legs {
  text-align: center;
  margin-bottom: 0px;
}
.legs img {
  object-fit: contain;
  height: 50vh;
}
.test-class {
  background: #0d4f88;
  padding: 40px 20px 40px 20px;
}
.sprey-services h4 {
  font-family: var(--font_he);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #0d4f88;
  margin-top: 40px;
}
.sprey-services h5 {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #0d4f88;
  margin-top: 16px;
}

/* Clients Feedback */

#feedback {
  background: #f2f2f2;
  text-align: center;
  padding: 60px 0px;
}
.feedback-head h2 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 55px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.feedback-head p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #161616;
  margin-top: 16px;
  margin: 14px 0px 25px 0px;
}
.slider-feed {
  padding: 40px;
  border: 1.1px solid #000000;
  border-radius: 13.2px;
  margin: 0 10px;
}
.slider-feed h3,.slider-feed p {
  margin-top: 18px;
}
.grating {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.slider-feed img {
  margin: 0 auto;
}
.slick-dots li button:before {
  font-size: 12px;
}
.slick-dots {
  height: 6px;
}
.feedback-slider h3 {
  font-family: var(--font_f);
  font-weight: 500;
  font-style: Medium;
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #30221d;
}
.feedback-slider p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #222222;
}

/* How It Works */

.works-head {
  text-align: center;
}
.works-head h2 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 55px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
}
.works-head p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin-top: 26px;
  margin-bottom: 40px;
}
.booking1 {
  background: #feebc1;
}
.booking2 {
  background: #dbb876;
}
.booking3 {
  background: var(--teal)6e2;
}
#how-works .container-fluid {
  padding-right: unset;
  padding-left: unset;
}
#how-works {
  padding-top: 60px;
}
.booking1,.booking2,.booking3 {
  padding: 80px 30px;
  text-align: center;
  width: calc(100% / 3);
}
.receivecon {
  display: flex;
  flex-wrap: wrap;
}
.booking1 h3,.booking2 h3,.booking3 h3 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 42px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
}
.booking1 p,.booking2 p,.booking3 p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #000;
  height: 21vh;
}
.booking1 button,.booking2 button,.booking3 button {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  padding: 15px 25px;
  border: 1px solid #dbb876;
  box-shadow: 6px 6px 4px 0px #c4aaa126;
}

/* Pre-Tan Prep */
#pre-tan {
  background: url(../images/pretan.png);
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  padding: 70px 0px;
}
.pretantxt {
  background: #0000004d;
  backdrop-filter: blur(12px);
  border: 2px solid var(--teal);
  border-radius: 20px;
  padding: 50px 77px;
}
.pretantxt h2 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--teal);
}
.pretantxt ul li {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: 0%;
  color: var(--teal);
  margin-bottom: 10px;
}
.pretantxt ul {
  margin-top: 22px;
  margin-bottom: 50px;
}

/* About Glow Teak  */
.glow-info {
  background: #f2f2f2;
  padding: 66px 186px 64px 60px;
}
.aboutimg {
  background: url(../images/abtimage.png);
  object-fit: cover;
}
.aboutbanner h1 {
  font-family: var(--font_fa);
  font-weight: 700;
  font-style: Bold Italic;
  font-size: 60px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
#about .container-fluid {
  padding-left: unset;
  padding-right: unset;
}
.aboutimg img {
  width: 94%;
  padding: 60px 0px 60px 200px;
}
.glow-info h2 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  margin-bottom: 32px;
}
.glow-info p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  margin-bottom: 84px;
}
.abtbtn {
  gap: 10px;
}
.abtbtn1 button {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 15px 25px;
}
.abtbtn1 button {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  padding: 15px 25px;
  border: 1px solid #dbb876;
  box-shadow: 6px 6px 4px 0px #c4aaa126;
}

/* You're Glowing */
.eapps-instagram-feed-header.es-header {
  display: none;
}
#glowing .container-fluid {
  padding-left: unset;
  padding-right: unset;
}
#glowing h2 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  text-align: center;
  margin: 20px 0px 30px 0px;
}
#glowing p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 37px;
}
#glowing p a {
  color: #000;
  text-decoration: none;
}
#glowing {
    padding-top: 50px;
    background: #fff;
}

/* footer */
#footer {
  background: #0d4f88;
  padding: 50px 0px 20px 0px;
  margin-top: -52px;
  z-index: 999;
  position: relative;
}
.footerg ul {
  padding: unset;
}
.footerg ul li {
  list-style-type: none;
}
.footerg {
  display: flex;
  justify-content: space-around;
}
.navigation ul li a,.support ul li a {
  color: var(--teal);
  text-decoration: none;
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 208%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.navigation h3,.support h3 {
  font-family: var(--font_f);
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--teal);
}
.loginfo p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--teal);
  padding-top: 35px;
  max-width: 290px;
}
.social-icons {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
#footer hr {
  color: var(--teal);
  border: 1px solid var(--teal);
}
.second-footer {
  display: flex;
  justify-content: space-between;
  padding-left: 134px;
  padding-right: 20px;
}
.copytelinfo {
    display: flex;
    gap: 14px;
    font-family: "Poppins";
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #FEEBC1;
}
.copyright p ,.copyright p a{
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 117%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--teal);
  margin-top: 6px;
  text-decoration: none;
}
.copyowner,.copyinfo {
  border-right: 2px solid var(--teal);
  padding-right: 15px;
  height: 23px;
  color: #feebc1;
}
.copytelinfo a {
  color: #feebc1;
  text-decoration: none;
}

/* Mail */

#requform h2 {
  text-align: center;
  margin-bottom: 10px;
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  leading-trim: NONE;
  line-height: 73px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #000;
}
.mailcontent p {
  font-family: var(--font_f);
  font-weight: 300;
  font-style: Light;
  font-size: 15px !important;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #565656;
}
#requform p {
  text-align: center;
  color: #161616;
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 9px;
  margin-top: 8px;
}
.form-footer {
  margin-top: 15px;
  font-family: var(--font_f);
  font-size: 15px;
  letter-spacing: 0%;
  font-weight: 400;
  font-style: Italic;
  font-size: 15px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #737373;
}
.mailcontent ul li {
  font-family: var(--font_f);
  font-weight: 300;
  font-style: Light;
  font-size: 15px;
  line-height: 188%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #565656;
}
.form-container {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.customer {
  display: flex;
  gap: 90px !important;
}
.form-column {
  flex: 1 1 45%;
}
.form-column h2 {
  border-bottom: 2px solid #ccc;
  padding-bottom: 8px;
  margin-bottom: 15px;
}
input[type="text"],input[type="email"],textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 12px;
  font-size: 14px;
}
.radio-group {
  margin: 10px 0;
}
.form-footer {
  margin-top: 30px;
}
.submit-btn {
  background: #f1c40f;
  color: #000;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
}
.mailcontent p {
  text-align: left !important;
}
.submit-btn:hover {
  background: #000;
  color: var(--teal);
}
#requform .submit-btn {
  margin-top: 35px;
  text-transform: uppercase;
}
#requform {
  margin: 50px 0px;
}
.mailcontent ul {
  margin: unset;
  padding-left: 21px;
}
.nav-tabs {
  border: unset;
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.nav-tabs .nav-link.active {
  color: #0d4f88;
  font-family: var(--font_he), serif;
  font-weight: 600;
  font-style: normal;
  font-size: 40px;
  line-height: 99px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  border-bottom: 4px solid #0d4f88;
  border-left: none;
  border-right: none;
  border-top: none;
  background: transparent;
}

button.nav-link,button.nav-link {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 99px;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #000;
  border-bottom: 4px solid #cacaca;
  border-left: unset;
  border-right: unset;
  border-top: unset;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
  border-color: unset;
}
.nav-link:focus,.nav-link:hover {
  border: unset;
}
.nav-tabs .nav-link {
  border-bottom: 4px solid #cacaca;
  border-top: unset;
  border-left: unset;
  border-right: unset;
}
.nav-link:focus,.nav-link:hover {
  color: #000;
}
input[type="text"],input[type="email"],textarea,select#tanPlaceSelect {
  background: #f3f3f3;
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  color: #5d5d5d;
  border-radius: 9px;
}
#tanPlaceSelect {
  padding: 10px 7px;
  width: 100%;
  border: 1px solid #ddd;
}
#tanPlaceSelect:active,#tanPlaceSelect:hover {
  border: 1px solid #ddd;
}
.submit-btn {
  padding: 15px 25px;
  background: linear-gradient(95.35deg, #dbb876 0%, #feebc1 100%);
  box-shadow: 4.85px 4.85px 3.23px 0px #c4aaa126;
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 14.54px;
  letter-spacing: 0%;
  vertical-align: middle;
  border: unset;
  border-radius: unset;
}
.submit-btn:hover {
  color: #000;
  background: linear-gradient(95.35deg, #dbb876 0%, #feebc1 100%);
  box-shadow: 4.85px 4.85px 3.23px 0px #c4aaa126;
  border-radius: unset;
}
/* FAQ Page */
/* Faq banner */
.faqbanner h1 {
  font-family: var(--font_fa);
  font-weight: 700;
  font-style: Bold Italic;
  font-size: 60px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--teal);
}
.faqbanner p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--teal);
}

/* Faq Ques-ans */

.faq-section {
  width: 100%;
  transform: translateY(-333px);
  margin-bottom: -328px;
}
.faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 8px 0px #00000026;
}
.faq-question {
  width: 100%;
  background: #f2f2f2;
  border: none;
  outline: none;
  text-align: left;
  padding: 23px 20px 13px 20px;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
  font-family: var(--font_f);
  font-weight: 400;
  font-size: 16px;
  line-height: 39.99px;
  letter-spacing: 0px;
}
.arrow {
  font-size: 32px;
  transition: transform 0.3s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0px 20px 7px 20px;
  background: #f2f2f2;
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #606267;
  border: unset;
}
.faq-item.active .faq-answer {
  max-height: 200px;
}
.faq-item.active .arrow {
  transform: rotate(180deg);
}
.faq-section .container {
    padding: 0px 130px;
}

/* Contact page */

.cont-banner h1 {
  font-family: var(--font_fa);
  font-weight: 700;
  font-style: Bold Italic;
  font-size: 60px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--teal);
}
.cont-banner p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--teal);
}

.contbannertxt p a {
  font-family: var(--font_f);
  font-weight: 600;
  font-style: SemiBold;
  font-size: 22px;
  /* line-height: 160%; */
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: #dbb876;
  text-decoration: none;
}
#contmail .container-fluid {
  padding: 0;
}
.contimgmail {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.contaimg {
  flex: 1 1 50%;
  min-width: 320px;
}
.contaimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* === Form Section === */
.contafrm {
  flex: 1 1 50%;
  min-width: 320px;
  padding: 5vw;
  background: #f4f4f4;
  box-sizing: border-box;
}
.contafrm p {
  font-family: var(--font_f), sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
  margin-bottom: 25px;
}

/* === Form Grid === */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-group {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}
/* === Inputs & Textarea === */
.contact-form input,
.contact-form textarea {
  background: #D9D9D9;
  border: 1px solid #ddd;
  padding: 12px;
  font-family: var(--font_f), sans-serif;
  font-size: 14px;
  color: #5d5d5d;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
}
.contafrm p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;
  color: #000;
}
.contact-form label {
  font-family: Inter;
  font-weight: 400 !important;
  font-style: Regular;
  font-size: 16px !important;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 4%;
  color: #000;
}
.contact-form textarea {
  resize: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid #000;
  background: var(--teal);
}

/* === Labels === */
.contact-form label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}
.contafrm .submit-btn {
  width: 30%;
}

/* === Button === */

.arrow {
  font-size: 14px;
  /* transform: rotate(45deg); */
}
/* === Responsive Behavior === */
@media (max-width: 768px) {
  .contimgmail {
    flex-direction: column;
  }
  .form-row {
    flex-direction: column;
  }
  .form-group {
    flex: 1 1 100%;
  }
  .contafrm {
    padding: 40px 20px;
  }
  .contafrm .submit-btn {
        width: 20% !important;
  }
}
@media screen and (max-width: 320px) {
    .contafrm .submit-btn {
        width: 45% !important;
    }
}
@media screen and (max-width: 606px) {
    .contafrm .submit-btn {
        width: 32% !important;
    }
}
/* About Page */
/* Meet the owner */

.aboutbanner button {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: SemiBold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000000;
  background: linear-gradient(92.78deg, #dbb876 1.45%, #feebc1 100%);
  padding: 15px 25px;
  margin-top: 4px;
  border: unset;
}
#meet-owner {
  padding: 50px 0px;
}
.owner-details {
  padding: 80px 0px 80px 15px;
  text-align: justify;
}
#meet-owner {
  background-color: #0d4f88;
}
.owner-details h2 {
  font-family: var(--font_he);
  font-weight: 300;
  font-style: Light;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--teal);
}
.owner-img img {
  width: 100%;
  height: 100%;
  max-height: 550px;
  object-fit: cover;
  border-radius: 10px;
}
.owner-details p,.owner-details ul li {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: var(--teal);
}
#meet-owner ul {
  margin-left: 1.2rem;
  list-style-type: disc;
}

/* About info book */

.imgbtnbookimg button {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 14.54px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background: linear-gradient(92.78deg, #dbb876 1.45%, #feebc1 100%);
  padding: 15px 25px;
  box-shadow: 4.85px 4.85px 3.23px 0px #c4aaa126;
  border: unset;
  margin-bottom: 60px;
}
.glow-book p {
  font-family: var(--font_f);
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
}
.imgbtnbookimg {
  padding-left: 95px;
  margin-top: 36px;
}
.imgglowbookimg {
  margin-top: 50px;
  padding-left: 114px;
}
.imgbtnbookimg img {
  margin-top: 50px;
}
#book-glow {
  padding: 77px 0px 50px 0px;
  background: #f2f2f2;
}
#tanPlaceSelect1 {
    padding: 10px 7px;
    width: 100%;
    border: 1px solid #ddd;
    background: #f3f3f3;
    color: #5d5d5d;
    border-radius: 9px;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.eapps-widget-toolbar {
    display: none;
}

/* a[title="Free Instagram Feed widget"],
a[href*="elfsight.com"] {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
  z-index: -1 !important;
} */

/* Button Animation */

.abtbtn1 button {
  position: relative;
  font-family: var(--font_f);
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 15px 25px;
  border: 1px solid #dbb876;
  background: transparent;
  color: #000;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
  z-index: 1;
}
.abtbtn1 button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f7d597;
  transition: width 0.5s ease-in-out;
  z-index: -1; 
}
.abtbtn1 button:hover::before {
  width: 100%;
}
.abtbtn1 button:hover {
  color: #000; 
}
.abtbtn1 button:hover svg {
  transform: rotate(41deg);
  transition: width 0.5s ease-in-out;
}
.contbannertxt {
    margin-top: 62PX;
}
@media screen and (min-width:1025px) and (max-width:1399px) {
  .sprey-service p {
    height: 66vh;
  }
  p.sps-pa {
    height: 6vh;
  }
}
@media screen and (min-width:1048px) and (max-width:1182px) {
.booking1 h3, .booking2 h3, .booking3 h3 {
    height: 12vh;
}
}
@media screen and (min-width:1133px) and (max-width:1400px) {
  .faq-section {
    transform: translateY(-250px) !important;
  }
}