@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Sometimes-Times-Regular";
  src: url("../assets/font/Sometimes-Times-Regular.ttf") format("woff");
}

* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #0f1015;
  font-weight: 300;
  color: #fff;
}

body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #fff;
}

a,
p,
ul li {
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

.scrollbar-track {
  background: rgba(0, 0, 0, 0) !important;
}

.scrollbar-track .scrollbar-thumb {
  background: #fff;
}

section {
  padding: 3rem 0;
  overflow-y: visible;
  position: relative;
}

video,
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

h4,
h3,
h4 {
  font-family: "Sometimes-Times-Regular";
}

.section-heading {
  color: #fff;
  font-size: 3.5vw;
  font-family: "Sometimes-Times-Regular";

  margin-bottom: 2rem;
}

@media (min-width: 320px) and (max-width: 767px) {
  .section-heading {
    font-size: 8.5vw;
  }
}

.container-fluid {
  width: 90%;
}

.myenquire-form {
  padding: 2rem;
  background-color: #0005;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  margin-bottom: 2rem;
}

.myenquire-form .theme-btn {
  /* display: block; */
  padding: 0.7rem 3vw;
  border-radius: 30px;
  color: #000;
  /* width: 100%; */
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border: 1px solid #fff0;
  transition: all 0.4s ease-in-out;
  background-color: #fff;
}

.myenquire-form .theme-btn:hover {
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: transparent;
}

/* Enquire form */
.myenquire-form .input-form {
  margin-bottom: 1rem;
}

.myenquire-form select,
.myenquire-form input,
.myenquire-form select option,
.myenquire-form textarea {
  width: 100%;
  outline: none;
  font-size: 1.1rem;
  padding: 7px 12px;
  caret-color: #fff;
  font-weight: 300;
  background: transparent;
  margin: 15px 0;
  font-family: "Montserrat", sans-serif;
  transition: all 0.4s ease-in-out;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.myenquire-form select:focus,
.myenquire-form input:focus,
.myenquire-form select option:focus,
.myenquire-form textarea:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
  background-color: #ffffff11;
  color: #fff;
}

.myenquire-form select::-webkit-input-placeholder, .myenquire-form input::-webkit-input-placeholder, .myenquire-form select option::-webkit-input-placeholder, .myenquire-form textarea::-webkit-input-placeholder {
  color: #fff;
}

.myenquire-form select::-moz-placeholder, .myenquire-form input::-moz-placeholder, .myenquire-form select option::-moz-placeholder, .myenquire-form textarea::-moz-placeholder {
  color: #fff;
}

.myenquire-form select:-ms-input-placeholder, .myenquire-form input:-ms-input-placeholder, .myenquire-form select option:-ms-input-placeholder, .myenquire-form textarea:-ms-input-placeholder {
  color: #fff;
}

.myenquire-form select::-ms-input-placeholder, .myenquire-form input::-ms-input-placeholder, .myenquire-form select option::-ms-input-placeholder, .myenquire-form textarea::-ms-input-placeholder {
  color: #fff;
}

.myenquire-form select::placeholder,
.myenquire-form input::placeholder,
.myenquire-form select option::placeholder,
.myenquire-form textarea::placeholder {
  color: #fff;
}

.myenquire-form select option {
  background-color: #000;
}

/*  */
.home-section .header-logo img {
  width: auto;
  height: 80px;
}

.home-section .header-logo {
  text-align: end;
  padding: 1rem 0;
}

.home-section .home-content ul li {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

/* .home-section .home-content ul {} */

.home-section .home-icons ul li img {
  width: auto;
  height: 65px;
}

.home-section .home-icons ul li h4 {
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin: 1rem 0;
}

.home-section .home-icons ul li p {
  font-size: 15px;
}

.home-section .home-icons ul li {
  list-style: none;
  text-align: center;
}

.home-section .home-icons ul {
  display: flex;
  gap: 6vw;
  padding-left: 0;
  /* justify-content: space-evenly; */
}

.home-section .home-abs {
  position: absolute;
  left: -40%;
  top: -2rem;
  width: 65vw;
  z-index: -1;
}

/* .home-section .home-icons {} */

.home-section .home-content p {
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}

.home-section .home-content {
  margin-bottom: 2rem;
}

.home-section .home-heading h1 {
  font-family: "Sometimes-Times-Regular";
  font-size: 4rem;
  margin-bottom: 2rem;
  text-align: center;
}

.home-section {
  background: url(../assets/images/main-image.png) no-repeat right top;
  background-size: contain;
  background-color: #040201;
  background-blend-mode: lighten;
  z-index: 1;
  position: relative;
  padding: 2rem 0 4rem 0;
}

/*  sets-section */
.sets-section .sets-image img {
  border: 18px solid #000;
  width: 50%;
}

.sets-section .sets-image .sets-img2 {
  position: absolute;
  left: 30%;
  top: 60%;
}

.sets-section .sets-content ul li {
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 2rem;
}

/* .sets-section.sets-content ul {} */

.sets-section .sets-content h5 span {
  font-weight: 500;
}

.sets-section .sets-content h5 {
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 4rem;
  font-weight: 300;
}

/* .sets-section .sets-image .sets-content {} */

/* .sets-section .sets-image .sets-img1 {} */

.sets-section .sets-image {
  position: relative;
}

.sets-section {
  background: url(../assets/images/Frame.png) no-repeat center;
  background-size: 50%;
  padding: 5rem 0 14rem 0;
  background-color: #fef1de;
}


/* Our Live Outlets Starts */
.our_outlets-section .our_outlets-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2rem;
}
.our_outlets-section .our_outlets-card h4 {
  text-align: center;
  font-size: clamp(1.5rem, 1.372rem + 0.7317vw, 2.25rem);
  padding-top: 2rem;
  border: 1px solid #a79484;
  border-top: none;
  padding-bottom: 1rem;
}
.our_outlets-section .our_outlets-card:hover h4 {
  color: #a79484;
}
/* Our Live Outlets Ends */


/* Cta Section Starts */
.cta-section {
  background: linear-gradient(
      0deg,
      #0a0a0a 1%,
      rgba(10, 10, 10, 0.7) 50%,
      #0a0a0a 100%
    ),
    url(../assets/images/cta-backgound.jpeg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 250px 0;
}
.cta-section .cta-brnd {
  width: 57%;
  position: absolute;
  top: -8%;
  left: 0;
  z-index: 1;
}
.cta-section .cta-brnd svg path {
  stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  -webkit-animation: draw 7s infinite linear alternate;
  animation: draw 7s infinite linear alternate;
  stroke: #fdf1df;
  fill: none;
  -webkit-animation: draw 3s infinite linear alternate;
  animation: draw 3s infinite linear alternate;
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.cta-section .cta-content h4 {
  font-family: "Quincy-CF";
  font-size: clamp(2.5rem, 2.0732rem + 2.439vw, 5rem);
  text-align: center;
  color: #fff;
}
.cta-section .cta-content .theme-btn:hover {
  -webkit-filter: invert(1);
  filter: invert(1);
  color: #fff;
  border: 1px solid #000;
}
.cta-section .cta-content .theme-btn:hover {
  padding-right: 3.5rem;
  background-image: url(../assets/images/btn-arrow.svg);
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: auto 1em;
  /* background-color: #fff; */
  color: #000;
}
.cta-section .cta-content .theme-btn {
  transition: all 0.8s ease-in-out;
  padding: 1rem 1.5rem;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  position: relative;
  font-size: 18px;
  border-radius: 100px;
  color: #fff;
  border: 1px solid #fff;
  background-position: 150%;
  background-color: #0000;
  text-decoration: none;
}
@media screen and (min-width: 576px) {
  .cta-section .cta-brnd {
    width: 40%;
  }
}
@media screen and (min-width: 767px) {
  .cta-section .cta-brnd {
    width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .cta-section .cta-brnd {
    width: 18%;
  }
}
/* Cta Section Ends */

/*  */
.footer-logo {
  text-align: end;
  padding: 2rem 5rem 2rem 0;
  background-color: #fef1de;
}

.footer-logo img {
  width: auto;
  height: 60px;
}

/* Footer */

.footer .footer-btn {
  display: inline-block;
  padding: 0.5rem 4vw;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  background-color: #fff;
}

.footer {
  padding: 2rem 0 1rem 0;
  position: relative;
  background-color: #000;
}

/* .footer .container-fluid {
  width: 90%;
} */
/* .footer .footer-absbranding {
  position: absolute;
  width: 15%;
  bottom: 0;
  left: 5%;
  z-index: 0;
} */

a {
  text-decoration: none;
}

/* .footer-bottom {
  text-align: center;
  margin: 2rem 0;
}
.footer-bottom img {
  width: auto;
  height: 60px;
} */
.footer-social-links {
  margin-bottom: 1rem;
}

.footer-social-links ul {
  justify-content: center;
}

.footer-social-links ul > * + * {
  margin-left: 12px;
}

.footer-social-links ul li a i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #fff9;
  border-radius: 50%;
  transition: all 0.5s ease-in;
  background: rgba(255, 255, 255, 0.0666666667);
  font-size: 0.9rem;
  line-height: 28px;
  color: #fff;
}

.footer-social-links ul li:hover a i {
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.5s ease;
  transform: scale(1.2);
}

.footer .contact-flex li a i {
  color: #fff;
  font-size: 16px;
  margin-right: 5px;
}

.footer .contact-flex li a {
  color: #fff;
  font-size: 14px;
}

.footer .contact-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1vw;
}

/* .footer .copyright {} */

.footer .copyright p {
  padding: 1rem 0;
  font-size: 0.7rem;
  color: #fff;
}

.footer .copyright p a {
  color: inherit;
  font-size: inherit;
}

.footer .links ul li {
  transition: all 0.4s ease-in-out;
  padding: 0.2rem 0;
}

.footer .links ul li a {
  color: #fff;
  font-size: 12px;
}

.footer .links ul li a i {
  font-size: 14px;
  color: #ffca2f;
  padding-right: 0.7rem;
}

.footer .links ul li a:hover {
  color: #ffca2f;
}

.footer .links ul li:hover {
  padding-left: 0.5rem;
}
/* Whats App start */
.btn-whatsapp-pulse {
  background: #25d366;
  color: #fff;
  position: fixed;
  bottom: 35px;
  right: 10px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 24px;
  z-index: 99;
  text-decoration: none;
  border-radius: 50%;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.btn-whatsapp-pulse svg {
  position: absolute;
}
.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  -webkit-animation-name: pulse-border;
          animation-name: pulse-border;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
@-webkit-keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}
.float-btn a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.3rem 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  background-color: #000;
  position: relative;
  z-index: 2;
}

.float-btn a:hover {
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
}

.float-btn a i {
  background-color: #000; 
  color: #fff;
  padding: 0.4rem;
  border-radius: 50%;
  font-size: 1.2rem;
}

.float-btn {
  position: fixed;
  right: -3.1rem;
  top: 45%;
  z-index: 111;
  transform: rotate(270deg);
  transition: transform 0.3s ease-in-out;
}

/* Add pulse effect */
.float-btn.btn-enquire-now-pulse {
  -webkit-animation: pulse-2 1.5s ease-out infinite;
          animation: pulse-2 1.5s ease-out infinite; 
}

/* Pulse-2 animation */
@-webkit-keyframes pulse-2 {
  0% {
    transform: rotate(270deg) scale(1); 
  }
  50% {
    transform: rotate(270deg) scale(1.1);
  }
  100% {
    transform: rotate(270deg) scale(1); 
  }
}
@keyframes pulse-2 {
  0% {
    transform: rotate(270deg) scale(1);
  }
  50% {
    transform: rotate(270deg) scale(1.1); 
  }
  100% {
    transform: rotate(270deg) scale(1);
  }
}


/* Whats App end */

.modal-header {
  display: flex;
  flex-direction: column;
}

.modal-content {
  padding: 40px 20px;
}

.btn-close {
  float: right;
  right: 5%;
  position: absolute;
  top: 5%;
}

.modal-body input {
  width: 60px;
  height: 80px;
  border-radius: 15px;
  text-align: center;
  font-size: 24px;
  margin: 0 5px;
  outline: none;
  border: 0.854px solid #000;
}

.modal-header,
.modal-footer {
  border-bottom: 0;
  border-top: 0;
}

.modal-footer {
  text-align: center;
  margin-top: 10px;
  justify-content: center;
}

.modal-header h5 {
  color: #000000;
  padding: 10px 0;
  text-align: center;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modal-header p {
  color: #000;
  text-align: center;
  font-size: 18.889px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-body {
  display: flex;
  justify-content: center;
}

.modal-footer button:hover {
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.modal-footer button {
  border-radius: 10px;
  background: #000;
  color: #ffffff;
  border: 1px solid transparent;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  width: 80%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-header a svg {
  margin-right: 0px;
  height: 30px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  color: #000;
}

@media screen and (max-width: 1400px) {
  .sets-section {
    padding: 5rem 0 3rem 0;
  }
}

@media screen and (max-width: 1380px) {
  .home-section {
    background-size: cover;
  }
}

@media screen and (max-width: 992px) {
  /* .sets-section {
    padding: 5rem 0 3rem 0;
  } */
  .sets-section {
    padding: 5rem 0 1rem 0;
}
  .home-section {
    background-position: 69%;
    background-color: #0b060361;
    background-blend-mode: overlay;
    background-attachment: fixed;
  }
  .sets-section .sets-content ul li {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .sets-section .sets-image {
    margin-bottom: 14rem;
  }

  .footer .contact-flex {
    padding: 1rem 0 0.5rem 0;
    gap: 1.5rem;
  }

  .home-section .home-icons ul {
    justify-content: space-evenly;
  }

  .sets-section {
    background-size: contain;
    padding: 5rem 0 1rem 0;
    background-attachment: fixed;
  }

  .sets-section .sets-content {
    padding-top: 2rem;
  }

  .myenquire-form .theme-btn {
    padding: 0.7rem 1.2rem;
  }

  .footer-logo {
    text-align: center;
    padding: 2rem 0rem 2rem 0;
  }

  .home-section .home-heading h1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 576px) {
  .home-section .home-heading h1 {
    font-size: 2.5rem;
  }

  .home-section .home-icons ul li h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .sets-section .sets-content h5 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }

  .sets-section .sets-content ul li {
    font-size: 1.4rem;
  }
  .home-section .home-content p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 425px) {
  #recaptcha-container {
    transform-origin: 0px;
    transform: scale(0.65);
  }
  .sets-section .sets-image {
    margin-bottom: 10rem;
  }
  .myenquire-form {
    padding: 1rem;
  }
  .home-section .home-content ul li {
    font-size: 1rem;
  }
  .sets-section .sets-content ul li {
    font-size: 1.2rem;
  }
  .sets-section .sets-content h5 {
    font-size: 1.8rem;
  }
  .home-section {
    padding: 1rem 0 4rem 0;
  }
  .home-section .home-content p {
    font-size: 1.4em;
  }
  .sets-section .sets-image img {
    border: 12px solid #000;
  }
}

@media screen and (max-width: 375px) {
  .container-fluid {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .home-section .header-logo img {
    height: 62px;
  }

  .home-section .home-heading h1 {
    font-size: 2rem;
  }

  .home-section .home-icons ul li h4,
  .sets-section .sets-content h5 {
    font-size: 1.5rem;
  }
}
