/* ---------------- Fonts ---------------- */
@font-face {
  font-family: "Primary";
  src: url("../fonts/Guthen\ Jaqueline\ Regular.woff2") format("woff2");
}

@font-face {
  font-family: "MocheReg";
  src: url("../fonts/Moche-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Mochebold";
  src: url("../fonts/Moche-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Trap";
  src: url("../fonts/Trap-Medium.woff2") format("woff2");
}

/* ---------------- Reset ---------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Primary", sans-serif;
  background: #f8d9c5;
}

.mainoutline {
  border: 6px solid #231f54;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  border-radius: 25px;
  @media (max-width: 768px) {
    border: none;
    height: 100dvh;
  }
}
/* border with scoop start */
.corner {
  background: #f8d9c5;
  height: 50px;
  width: 50px;
  position: absolute;
}
#sw {
  left: -5px;
  bottom: -5px;
  border-radius: 0px 50px 0px 0px;
  border-top: 5px solid #231f54;
  border-right: 5px solid #231f54;
}
#se {
  right: -5px;
  bottom: -5px;
  border-radius: 50px 0px 0px 0px;
  border-top: 5px solid #231f54;
  border-left: 5px solid #231f54;
}
#nw {
  left: -5px;
  top: -5px;
  border-radius: 0px 0px 50px 0px;
  border-bottom: 5px solid #231f54;
  border-right: 5px solid #231f54;
}
#ne {
  right: -5px;
  top: -5px;
  border-radius: 0px 0px 0px 50px;
  border-bottom: 5px solid #231f54;
  border-left: 5px solid #231f54;
}
/* border with scoop end */

/* border with dots start */
.boxssss {
  position: relative;
  margin: 30px;
  /* height: -webkit-fill-available; */
  height: calc(100vh - 70px);
  border: solid 5px #231f54;
  border-radius: 50px;
  background-image: url("/images/bgflower.svg");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  @media (max-width: 768px) {
    background-image: url("/images/mobilebgflower.svg");
     background-repeat: repeat;
    height: auto;
    margin: 0px;
  }
}

/* border circles */
.circle {
  position: absolute;
  border-radius: 50%;
  background: #231f54;
  /* @media (max-width: 768px) {
    display: none;
  } */
}
#nec {
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
}
#nwc {
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
}
#sec {
  bottom: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
}
#swc {
  bottom: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
}

/* border with dots ends */

/* logo */

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
}

/* comingsoon text */

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.comingsoon {
  font-family: primary;
  font-weight: 400;
  font-style: Regular;
  font-size: 172px;
  line-height: 136px;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  color: #e94a3d;
  @media (max-width: 768px) {
    font-size: 102px;
    line-height: 20px;
    padding-bottom: 20px;
  }
}

.description {
  width: 55%;
  font-family: Mochebold;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1%;
  text-align: center;
  vertical-align: middle;
  color: #3c3053;
  @media (max-width: 768px) {
    width: 85%;
    font-size: 16px;
    line-height: 22px;
  }
}

/* buttons */

.linkbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  gap: 15px;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 1px;
    padding-top: 15px;
  }
}
.dirbutton {
  background-image: url("/images/button.svg");
  background-repeat: no-repeat;
  width: 201px;
  height: 56px;
  border: none;
   cursor: pointer;
  @media (max-width: 768px) {
    background-color: transparent;
    width: 147px;
    height: 45px;
    background-size: contain;
  }
}
.dirbuttontext {
  font-family: MocheReg;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f8d9c5;
  background: transparent;
  @media (max-width: 768px) {
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: -3px;
  }
}
/* footer  starts */
.footerbg {
  /* position: absolute; */
  width: 100%;
  height: 15%;
  background: #231f54;
  border-radius: 5px -5px 5px 5px;
  bottom: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 10px;
  }
}
.footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  @media (max-width: 768px) {
    width: 90%;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }
}

.sociallinks {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  @media (max-width: 768px) {
    align-items: flex-start;
  }
}
.sociallinkstext {
  font-family: Trap;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 1 00%;
  letter-spacing: 0%;
  color: #f8d9c5;
  @media (max-width: 768px) {
    font-size: 12px;
    line-height: 20px;
  }
}
/* footer  ends */

/* sticker  */
.sticker {
  position: absolute;
  top: 15%;
  left: 5%;
}
/* chai  */
.chai {
  position: absolute;
  top: 22%;
  right: 10%;
}
.desktop {
  display: block;
}

.mobile {
  display: none;
}
.textcenter {
  text-align: center;
}
/* website url  */
.urlbutttonalign {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
}
.websiteurl {
  color: #000;
  text-decoration: none;
}
.urlbuttton {
  background-color: #fff;
  font-family: Trap;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000;
  padding: 10px 27px;
  border-radius: 50px;
  width: fit-content;
}
.anchordesign{
  text-decoration: none;
  
}

@media (max-width: 768px) {

  #nec {
  top: 3px;
  right: 3px;
  width: 12px;
  height: 12px;
}
#nwc {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
}
#sec {
  bottom: 3px;
  right: 3px;
  width: 12px;
  height: 12px;
}
#swc {
  bottom: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
}


  .sticker {
    top: 21%;
    left: 5%;
  }
 .sticker img {
  width: 85px;
  height: 85px;
  display: block;
}
  .chai {
    top: auto;
    bottom: 21%;
    right: 4%;
  }

  .chai img {
    width: 85px;
    height: 85px;
  }
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .sociallinks img {
    width: 15px;
    height: 15px;
  }

  html,
  body {
    height: 100%;
    overflow: hidden;
  }


  .landing {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: 15px 15px; /* ❌ remove padding */
    overflow: hidden;
  }

  .boxssss {
    flex: 1;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    /* overflow: hidden; */
  }

  .mobilesitelink {
    height: 60px;
    flex-shrink: 0;
  }

  /* Fixed height for mobile site link */
  .mobilesitelink {
    height: 72px; /* adjust as needed */
    flex-shrink: 0;
  }
  .logo img {
    width: 60%;
  }
  .mobilealign{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
  
  }
}
@media (max-width: 480px) {
.mobilealigntext {
  width: 210px !important;
}
    .mobilealign {
      
        gap: 2px;
    }
}
@media (max-width: 410px) {
  .logo img {
    width: 50%;
  }
  .sticker {
    top: 21%;
    left: 3%;
  }
  /* .sticker img {
    width: 75px;
    height: 75px;
  } */
  .chai {
    top: auto;
    bottom: 21%;
    right: 4%;
  }

  .chai img {
    width: 75px;
    height: 75px;
  }
   
  
}
