@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap");
:root {
  --primaryColor: #ed856d;
}

html,
body {
  font-family: "Figtree", sans-serif;
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.048);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(117, 117, 117);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primaryColor);
}

.container {
  width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1800px) {
  .container {
    width: calc(100% - 600px);
  }
}
@media (max-width: 1640px) {
  .container {
    width: calc(100% - 400px);
  }
}
@media (max-width: 1540px) {
  .container {
    width: calc(100% - 300px);
  }
}
@media (max-width: 1440px) {
  .container {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1060px) {
  .container {
    width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 50px);
  }
}
@media (max-width: 480px) {
  .container {
    width: calc(100% - 30px);
  }
}
a,
article,
button,
div,
span,
i,
b,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li,
select,
label,
textarea {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  font-family: "Figtree", sans-serif;
}

input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  font-family: "Figtree", sans-serif;
}

input {
  -webkit-tap-highlight-color: transparent;
}

::-webkit-datetime-edit-year-field:not([aria-valuenow]),
::-webkit-datetime-edit-month-field:not([aria-valuenow]),
::-webkit-datetime-edit-day-field:not([aria-valuenow]) {
  color: transparent;
}

video::-internal-media-controls-overlay-cast-button {
  display: none;
}

textarea {
  resize: none;
  font-family: "Figtree", sans-serif;
}

::-moz-selection {
  color: white;
  background: #1d1d1d;
}

::selection {
  color: white;
  background: #1d1d1d;
}

p {
  font-family: "Figtree", sans-serif;
}

#smooth-scroll {
  position: relative;
  overflow: hidden;
}

[data-scroll-container] {
  will-change: transform;
}

[data-scroll-section] {
  position: relative;
  width: 100%;
  min-height: 100vh; /* ensures it's scrollable */
}

::view-transition-new(root) {
  animation: none !important;
}

::view-transition-group(root) {
  z-index: auto !important;
}

::view-transition-image-pair(root) {
  isolation: isolate;
  will-change: clip-path;
  z-index: 1;
}

::view-transition-new(root) {
  z-index: 10000;
  animation: none !important;
}

::view-transition-old(root) {
  z-index: 1;
  animation: none !important;
}

.fixedSocialLinks {
  position: fixed;
  z-index: 4;
  top: 50%;
  right: 0;
  display: flex;
  flex-direction: column;
}
.fixedSocialLinks a {
  width: 40px;
  height: 40px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  border-radius: 10px 0px 0px 10px;
  transition: 0.3s;
}
.fixedSocialLinks a:hover {
  width: 50px;
  transition: 0.3s;
}
.fixedSocialLinks .facebookBtn {
  background: #0048bc;
  color: white;
}

nav {
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 500px) {
  nav {
    position: inherit;
  }
}
nav .navMain {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  nav .navMain {
    height: auto;
    padding: 20px 0px;
    gap: 20px;
    display: none;
  }
}
nav .navMain .navCol1 {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 500px) {
  nav .navMain .navCol1 {
    width: 100%;
    justify-content: center;
    border: 1px solid var(--primaryColor);
    padding: 10px;
    border-radius: 10px;
  }
}
nav .navMain .navCol1 .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
}
nav .navMain .navCol1 .icon {
  display: flex;
  align-items: center;
}
nav .navMain .navCol1 .icon span {
  font-size: 30px;
}
nav .navMain .navCol1 .details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
nav .navMain .navCol1 .details a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}
nav .navMain .navCol1 .details a:hover {
  text-decoration: underline;
}
nav .navMain .navCol2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 500px) {
  nav .navMain .navCol2 {
    width: 100%;
    justify-content: center;
    border: 1px solid var(--primaryColor);
    padding: 10px;
    border-radius: 10px;
  }
}
nav .navMain .navCol2 p {
  font-size: 18px;
}
nav .navMain .navCol2 a {
  text-decoration: none;
  color: black;
  font-size: 18px;
}
nav .navMain .navCol2 a:hover {
  text-decoration: underline;
}
nav .mobNav {
  display: none;
  flex-direction: column;
  gap: 10px;
  padding: 20px 0px;
}
@media (max-width: 500px) {
  nav .mobNav {
    display: flex;
  }
}
nav .mobNav .mobNavCol1 {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
nav .mobNav .mobNavCol1 a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  padding: 10px 0px;
  width: 100%;
  display: flex;
  background: #f9f8f2;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
@media (max-width: 350px) {
  nav .mobNav .mobNavCol1 a {
    font-size: 14px;
  }
}
nav .mobNav .mobNavCol2 {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}
nav .mobNav .mobNavCol2 a {
  text-decoration: none;
  color: black;
  font-size: 16px;
  padding: 10px 0px;
  width: 100%;
  display: flex;
  background: #f9f8f2;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
@media (max-width: 350px) {
  nav .mobNav .mobNavCol2 a {
    font-size: 14px;
  }
}

.comingSoon {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  background: #f9f8f2;
  z-index: 0;
}
@media (max-width: 500px) {
  .comingSoon {
    padding-top: 20px;
  }
}
.comingSoon .comingSoonMain {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.comingSoon .comingSoonMain h1 {
  text-align: center;
  font-size: 2.5em;
  font-weight: 600;
}
@media (max-width: 900px) {
  .comingSoon .comingSoonMain h1 {
    font-size: 2.2em;
  }
}
@media (max-width: 660px) {
  .comingSoon .comingSoonMain h1 {
    font-size: 2em;
  }
}
@media (max-width: 550px) {
  .comingSoon .comingSoonMain h1 {
    font-size: 1.6em;
  }
}
.comingSoon .comingSoonMain h2 {
  font-family: "Qwitcher Grypen", cursive;
  text-align: center;
  font-size: 10em;
  color: var(--primaryColor);
}
@media (max-width: 900px) {
  .comingSoon .comingSoonMain h2 {
    font-size: 8em;
  }
}
@media (max-width: 660px) {
  .comingSoon .comingSoonMain h2 {
    font-size: 6em;
  }
}
.comingSoon .comingSoonBg {
  width: 100%;
  aspect-ratio: 5/2;
  z-index: -1;
}
@media (max-width: 768px) {
  .comingSoon .comingSoonBg {
    aspect-ratio: 5/3;
  }
}
.comingSoon .comingSoonBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .comingSoon .comingSoonBg img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.insta {
  width: 100%;
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */