@font-face {
  font-family: "Qanelas Soft";
  src: 
      url("../font/QanelasSoft WOFF/QanelasSoftRegular.woff")
      format("woff"),
    url("../font/QanelasSoft WOFF/QanelasSoftMedium.woff") format("woff"),
    url("../font/QanelasSoft WOFF/QanelasSoftSemiBold.woff") format("woff"),
    url("../font/QanelasSoft WOFF/QanelasSoftBold.woff") format("woff"),
    url("../font/QanelasSoft TTF/QanelasSoftRegular.ttf")
      format("truetype"),
    url("../font/QanelasSoft TTF/QanelasSoftMedium.ttf") format("truetype"),
    url("../font/QanelasSoft TTF/QanelasSoftSemiBold.ttf")
      format("truetype"),
    url("../font/QanelasSoft TTF/QanelasSoftBold.ttf") format("truetype");
}

body {
  font-family: "Qanelas Soft", sans-serif;
  background-color: var(--primary-color);
}

/* Colors */
:root {
  --primary-color: #4f1b50;
  --text-white: #fff;
  --text-secondary-color: #abb2bb;
  --text-gray: #e6e6e6;
  --text-primary: #cb6acd;
  --btn-color: #832d85;
}
/* Colors */

/*----------------- Button Component Start ------------------*/
.downloadapp {
  p {
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: 700;
  }
}

.downloadbtn {
  background-color: #000;
  color: var(--text-white);
  border-radius: 8px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
}

.btncontent {
  gap: 10px;
}

.downloadbtn:hover,
.downloadbtn:active {
  border: 1px solid #ffffff91 !important;
  background: #000 !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
  color: var(--text-white) !important;
}

.downloadbtn h6 {
  text-align: start;
  font-weight: 400;
  font-size: 1rem;
}

/*----------------- Button Component end ------------------*/

/*----------------- Mobile Responsive Start ------------------*/
/* #herosection,
#aboutus,
#country,
#community,
#features,
#exclusivesection,
#footer {
  padding: 80px 4px;
} */

#crystal {
  position: relative;
  overflow: hidden;
}

.crystalcartoon1 {
  position: absolute;
  top: 15.5%;
  left: 0%;
  width: 70px;
  z-index: 2;
}

.crystalcartoon1 .img-fluid {
  width: 90%;
  height: auto;
}

.crystalcartoon2 {
  position: absolute;
  top: 33.5%;
  right: 0;
  width: 70px;
  z-index: 2;
}
.crystalcartoon2 .img-fluid {
  width: 100%;
  height: auto;
}

/*Hero Section start*/
#herosection {
  background: linear-gradient(
    180deg,
    var(--Surface-darker, #4f1b50) 19.15%,
    var(--Border-lighter, #cb6acd) 100%
  );

  #navbarNav a {
    color: var(--text-white);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem;
  }

  .navbar {
    padding: 15px 0;
  }

  .navbar-toggler {
    border: none !important;
  }

  .navbar-toggler-icon {
    filter: invert(1); /* Converts black to white */
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbardownload {
    background-color: var(--btn-color);
    border-radius: 8px;
    color: white;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
  }

  /* .btn.navbar::before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #fff, #ffffff00, #fff);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: -2px;
    border-radius: 8px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  } */

  .mockup img {
    width: 80%;
  }
  .herocontent {
    h5 {
      color: var(--text-white);
      font-size: 2rem;
      font-weight: 700;
      line-height: 150%;
      margin-bottom: 1.5rem;
    }

    p {
      color: var(--text-white);
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 130%;
      margin-bottom: 2.5rem;
    }
  }
}

/* About us start */
#aboutus {
  background: linear-gradient(7deg, var(--Surface-darker, #4F1B50) 18.14%, var(--Border-lighter, #CB6ACD) 75.65%);
  .aboutusimg {
    img {
      width: 80%;
    }
  }
  .aboutuscontent {
    h5 {
      color: var(--text-white);
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 1rem;
      letter-spacing: 0.42rem;
    }

    h6 {
      color: #fff;
      font-size: 1rem;
      font-weight: 600;
      line-height: 2rem;
      margin-bottom: 1.75rem;
    }

    p {
      color: var(--text-gray);
      font-size: 1rem;
      font-weight: 500;
      line-height: 1.875rem;
      margin-bottom: 3rem;
    }
  }
}
/* About us end */

/*country marquee start */
/* Marquee container */

#country {
  padding-top: 50px 0;
}
.country {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 340px;
}

/* Marquee container */
.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Marquee text */
.marquee1,
.marquee2 {
  display: flex;
  gap: 50px;
  color: var(--text-white);
  font-size: 1rem;
  font-weight: 600;
}

.marquee1 {
  animation: marquee-rtl 25s linear infinite;
}

.marquee2 {
  animation: marquee-ltr 25s linear infinite;
}

/* Marquee animation */
@keyframes marquee-rtl {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee-ltr {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}

/* Centered Globe */
.globe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.globe img {
  width: 150%;
  height: auto;
}

/* country marquee end */

#Exclusivereaction {
  background: var(--primary-color);
  padding: 144px 0;
  .Excimg {
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 70%;
    }
  }
}

/* Features start */
#features {
  position: relative;
  overflow: hidden;
  .features {
    padding:0 3%;
    background-image: url("../img/featurebg.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
  }

  .featurescontent {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    h5 {
      color: var(--text-white);
      font-size: 2.5rem;
      font-weight: 700;
      line-height: 4.125rem;
      letter-spacing: 0.36rem;
      margin-bottom: 1.5rem;
    }

    h6 {
      color: var(--text-primary);
      font-size: 2rem;
      font-weight: 600;
      line-height: 2.25rem;
      margin-bottom: 1.5rem;
    }

    p {
      color: var(--text-gray);
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 163.333%;
      margin-bottom: 2.5rem;
    }
  }

  .downloadapp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .crystalcartoon3 {
    position: absolute;
    top: 0%;
    left: 0;
    width: 70px;
    z-index: 2;
  }
  .crystalcartoon3 img {
    width: 100%;
    height: auto;
  }

  .crystalcartoon4 {
    position: absolute;
    bottom: -2%;
    right: 0;
    width: 70px;
    z-index: 2;
  }
  .crystalcartoon4 img {
    width: 100%;
    height: auto;
  }
}
/* Features end */

/* exclusive reaction start*/
#exclusivesection {
  background-color: var(--primary-color);
}

/* .exclusivesection {
    padding: 5rem 0;
  } */

#exclusivesection img {
  max-width: 80%;
  height: auto;
}

.exclusivecontent h4 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.625rem;
  margin-bottom: 0.5rem;
}

.exclusivecontent p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
/* exclusive reaction end*/

/* community start*/
#community {
  background: linear-gradient(
    1deg,
    rgba(131, 45, 133, 0) 4.39%,
    var(--Surface-default, #832d85) 48.34%,
    rgba(131, 45, 133, 0) 88.9%
  );

  position: relative;
  overflow: hidden;

  .community {
    h5 {
      font-weight: 600;
    }

    p {
      font-weight: 400;
    }

    .communitydownload {
      h6 {
        font-size: 20px;
        font-weight: 700;
      }
    }

    .communitybtn {
      background-color: var(--btn-color);
      color: var(--text-white);
      font-weight: 700;
      position: relative;
      border-radius: 5px;
      border: 1px solid rgba(255, 255, 255, 0.6);
    }


  }

  .crystalcartoon5 {
    position: absolute;
    top: 0%;
    left: 0;
    width: 70px;
    z-index: 2;
  }
  .crystalcartoon5 .img-fluid {
    width: 100%;
    height: auto;
  }
}
/* community end*/

/*Footer start*/
#footer {
  background: linear-gradient(
    176deg,
    var(--Surface-darker, #4f1b50) 34.62%,
    var(--Border-lighter, #cb6acd) 96.42%
  );

  .menu {
    h5 {
      color: var(--text-white);
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 1.25rem;
    }
  }
  .menu-links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    a {
      color: var(--text-white);
      font-size: 0.875rem;
      font-style: normal;
      font-weight: 400;
      text-decoration: none;
    }
  }

  .updates {
    h5 {
      color: var(--text-white);
      font-size: 1.25rem;
      font-weight: 600;
      margin-bottom: 1.25rem;
    }
  }

  .form-control {
    color: var(--text-white) !important;
    border: none !important;
    border-radius: 6px;
    background: rgba(179, 178, 178, 0.2) !important;
    backdrop-filter: blur(20px);
    height: 44px;
  }

  .form-control:focus {
    box-shadow: none !important;
  }
  .email {
    label {
      font-size: 0.875rem;
      font-weight: 400;
      color: var(--text-white);
    }
  }

  .emailcontent {
    color: var(--text-white);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 16px;
  }

  .copyright {
    margin-top: 0.5rem;
    h5 {
      font-size: 0.875rem;
      font-weight: 500;
      color: var(--text-white);
    }

    a {
      color: var(--text-white);
      font-size: 0.875rem;
      font-weight: 400;
      gap: 10px;
    }
  }

  .footeranchor {
    gap: 20px;
  }

  .footeranchor {
    gap: 15px;
  }

  .btn-footer {
    padding: 9px 40px;
    border-radius: 6px;
    border: 0.8px solid #ffffff77;
    background: var(--Surface-default, #832d85);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
    color: var(--text-white);
    font-size: 1rem;
    font-weight: 700;
  }
}
.footerborder {
  border-bottom: 1px solid white;
}
/*Footer end*/
/*----------------- Mobile Responsive End ------------------*/

@media (min-width: 567px) {
  .herosection,
  #community,
  #exclusivesection,
  footer {
    padding:45px 4px;
  }

#aboutus{
  padding:45px 4px 0 4px;

}

  #crystal {
    position: relative;
    overflow: hidden;
  }
  
  .crystalcartoon1 {
    position: absolute;
    top: 12%;
    left: 0%;
    width: 70px;
    z-index: 2;
  }
  
  .crystalcartoon1 .img-fluid {
    width: 100%;
    height: auto;
  }
  
  .crystalcartoon2 {
    position: absolute;
    top: 26%;
    right: 0;
    width: 70px;
    z-index: 2;
  }
  .crystalcartoon2 .img-fluid {
    width: 100%;
    height: auto;
  }
  .downloadbtn {
    padding: 8px 8px;
  }

  .downloadbtn h6 {
    text-align: start;
    font-weight: 400;
    font-size: 0.875rem;
  }

  /*Hero Section start*/
  #herosection {
    .mockup img {
      width: 100%;
    }
    .herocontent {
      p {
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 150%;
      }
    }
  }
  /*Hero Section end*/

  /*Aboutus start*/
  #aboutus {
    .aboutusimg {
      img {
        width: 100%;
      }
    }
    .aboutuscontent {
      h5 {
        font-size: 2rem;
      }

      h6 {
        font-size: 1rem;
      }
    }
  }
  /*Aboutus end*/

  /* country marquee start */
  .globe img {
    width: 100%;
    height: auto;
  }
  .country {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 500px;
  }
  /* Marquee text */
  .marquee1,
  .marquee2 {
    display: flex;
    gap: 50px;
    color: var(--text-white);
    font-size: 1.5rem;
    font-weight: 600;
  }
  /* country marquee end */

  /* features start */
  #features {
    .featurescontent {
      h5 {
        padding: 1rem 0 0 0;
        font-size: 1.75rem;
        font-weight: 700;
        letter-spacing: 0.36rem;
        margin-bottom: -0.5rem;
      }

      h6 {
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 2.25rem;
        margin-bottom: 0.5rem;
      }

      p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 0.5rem;
      }
    }

    .downloadapp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .crystalcartoon3 {
      position: absolute;
      top: 0%;
      left: 0;
      width: 70px;
      z-index: 2;
    }
    .crystalcartoon3 img {
      width: 100%;
      height: auto;
    }

    .crystalcartoon4 {
      position: absolute;
      bottom: 0%;
      right: 0;
      width: 70px;
      z-index: 2;
    }
    .crystalcartoon4 img {
      width: 100%;
      height: auto;
    }
  }

  /* features end */

  #exclusivesection img {
    max-width: 45%;
    height: auto;
  }
  #community {
    background: linear-gradient(
      1deg,
      rgba(131, 45, 133, 0) 4.39%,
      var(--Surface-default, #832d85) 48.34%,
      rgba(131, 45, 133, 0) 88.9%
    );

    .community {
      background-image: url("../img/community.svg") !important;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    /* .community::before{
content: '';
background: linear-gradient(45deg, #832D85, #E6E6E6);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
margin: -5px;
border-radius: 20px;
} */
    .community {
      .content .communitylogo {
        width: 10%;
        height: auto;
      }
      h5 {
        color: var(--text-white);
        text-align: center;
        font-family: "Qanelas Soft";
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.0625rem;
        margin: 12px 0;
      }

      p {
        color: #fff;
        color: var(--text-white);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
      }

      .communitydownload {
        h6 {
          font-size: 20px;
          font-weight: 700;
        }
      }

      .communitybtn {
        background-color: var(--btn-color);
        color: var(--text-white);
        font-weight: 700;
        position: relative;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.6);
      }

      /* .communitybtn::before {
        content: "";
        position: absolute;
        background: linear-gradient(to right, #fff, #ffffff00, #fff);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        margin: -3px;
        border-radius: 8px;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
      } */
    }
    .crystalcartoon5 {
      position: absolute;
      top: 0%;
      left: 0;
      width: 70px;
      z-index: 2;
    }
    .crystalcartoon5 .img-fluid {
      width: 100%;
      height: auto;
    }
  }
}

@media (min-width: 992px) {
  #crystal {
    position: relative;
    overflow: hidden;
  }
  .crystalcartoon1 {
    top: 15%;

  }

  .crystalcartoon2 {
    top: 30%;

  }

  /*Hero Section start*/
  #herosection {
    .mockup img {
      width: 80%;
    }

    .navbar-nav {
      gap: 32px;
    }

    .herocontent {
      h5 {
        font-size: 2.25rem;
      }
    }
  }
  /*Hero Section end*/

  /* About us start */
  #aboutus {
    .aboutusimg {
      img {
        width: 80%;
      }
    }
  }
  /* About us end */

  #exclusivesection img {
    max-width: 100%;
    height: auto;
  }

  /* country marquee start */

  .country {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 600px;
  }
  /* country marquee end */


  #exclusivesection{
    .exc4{
      margin: -3.5rem 0;
    }
  }
  #features {
    .features {
      padding: 3.5rem 5%;
      background-image: url("../img/featurebg.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      /* height: 600px; */
    }

    .featurescontent {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      h5 {
        color: var(--text-white);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 4.125rem;
        letter-spacing: 0.36rem;
        margin-bottom: 1.5rem;
      }

      h6 {
        color: var(--text-primary);
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.25rem;
        margin-bottom: 1.5rem;
      }

      p {
        color: var(--text-gray);
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 0.5rem;
      }
    }

    .downloadapp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  }
}

@media (min-width: 1200px) {
  .herosection,
  #aboutus,
  #features,
  #community,
  #country,
  #exclusivesection,
  footer {
    padding:100px 4px;
  }

  #country{
    padding:50px 4px;

  }

  #crystal {
    position: relative;
    overflow: hidden;
  }
  .crystalcartoon1 {
    position: absolute;
    top: 14%;
    left: 0%;
    width: 150px;
    z-index: 2;
  }
  
  .crystalcartoon1 .img-fluid {
    width: 100%;
    height: auto;
  }
  
  .crystalcartoon2 {
    position: absolute;
    top: 29%;
    right: 0;
    width: 150px;
    z-index: 2;
  }
  .crystalcartoon2 .img-fluid {
    width: 100%;
    height: auto;
  }
  /*Hero Section start*/
  #herosection {
    .mockup img {
      width: 70%;
    }



    .herocontent {
      h5 {
        font-size: 3.25rem;
        line-height: 130%;
      }
    }
  }
  /*Hero Section end*/

  /* About us start */
  #aboutus {

    .aboutusimg {
      img {
        width: 70%;
      }
    }
    .aboutuscontent {
      padding: 0;
      h5 {
        font-size: 3rem;
      }

      h6 {
        font-size: 1.25rem;
        line-height: 2rem;
      }

      p {
        color: var(--text-gray);
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.875rem;
      }
    }
  }
  /* About us end */

  /*country marquee start */

  /* Marquee text */
  .marquee1,
  .marquee2 {
    display: flex;
    gap: 50px;
    color: var(--text-white);
    font-size: 2rem;
    font-weight: 600;
  }

  /* country marquee end */

  #Exclusivereaction {
    background: var(--primary-color);
    padding: 144px 0;
    .Excimg {
      display: flex;
      align-items: center;
      justify-content: center;
      img {
        width: 70%;
      }
    }
  }

  /* Features start */
  #features {
    /* padding: 15rem 0; */
    position: relative;
    overflow: hidden;
    /* 
    .features{
      padding: 3.5rem 5%;
      background-image: url(./assets/img/featurebg.svg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      max-height: 600px;
    } */

    .featurescontent {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      h5 {
        font-size: 2.25rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.36rem;
        margin-bottom: 1rem;
      }

      h6 {
        color: var(--text-primary);
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 2.25rem;
        margin-bottom: 1rem;
      }

      p {
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        width: 80%;
        margin-bottom: 30px;
      }
    }

    .downloadapp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .crystalcartoon3 {
      position: absolute;
      top: -2%;
      left: 0;
      width: 150px;
      z-index: 2;
    }
    .crystalcartoon3 img {
      width: 100%;
      height: auto;
    }

    .crystalcartoon4 {
      position: absolute;
      bottom: -2%;
      right: 0;
      width: 150px;
      z-index: 2;
    }
    .crystalcartoon4 img {
      width: 100%;
      height: auto;
    }
  }
  /* Features end */

  /* exclusive reaction start*/
  #exclusivesection {
    background-color: var(--primary-color);
  }

 
  #exclusivesection img {
    max-width: 80%;
    height: auto;
  }

  .exclusivecontent h4 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.625rem;
    margin-bottom: 0.5rem;
  }

  .exclusivecontent p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
  }
  /* exclusive reaction end*/

  /* community start*/
  #community {
    background: linear-gradient(
      1deg,
      rgba(131, 45, 133, 0) 4.39%,
      var(--Surface-default, #832d85) 48.34%,
      rgba(131, 45, 133, 0) 88.9%
    ); 

    .crystalcartoon5 {
      position: absolute;
      top: 0%;
      left: 0;
      width: 150px;
      z-index: 2;
  }

   

    .community {
      background-image: url("../img/community.svg") !important;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      width: 100%;
      height: auto;
      object-fit: contain;
    }

    .community {
      .content img {
        max-width: 70%;
        height: auto;
      }
      h5 {
        color: var(--text-white);
        text-align: center;
        font-family: "Qanelas Soft";
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.0625rem;
        margin: 24px 0;
      }

      p {
        color: #fff;
        color: var(--text-white);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 40px;
      }

      .communitydownload {
        h6 {
          font-size: 20px;
          font-weight: 700;
        }
      }

      .communitybtn {
        background-color: var(--btn-color);
        color: var(--text-white);
        font-weight: 700;
        position: relative;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.6);
      }

      /* .communitybtn::before {
        content: "";
        position: absolute;
        background: linear-gradient(to right, #fff, #ffffff00, #fff);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        margin: -3px;
        border-radius: 8px;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
      } */
    }
  }
  /* community end*/

  /*Footer start*/
  #footer {
    background: linear-gradient(
      176deg,
      var(--Surface-darker, #4f1b50) 34.62%,
      var(--Border-lighter, #cb6acd) 96.42%
    );

    .footerlogo {
      img {
        width: 70%;
        height: auto;
      }
    }

    .menu {
      h5 {
        color: var(--text-white);
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 1.25rem;
      }
    }
    .menu-links {
      display: flex;
      flex-direction: column;
      gap: 15px;
      a {
        color: var(--text-white);
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        text-decoration: none;
      }
    }

    .updates {
      h5 {
        color: var(--text-white);
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1.25rem;
      }
    }

    .form-control {
      color: var(--text-white) !important;
      border: none !important;
      border-radius: 6px;
      background: rgba(179, 178, 178, 0.2) !important;
      backdrop-filter: blur(20px);
    }

    .form-control:focus {
      box-shadow: none !important;
    }
    .email {
      label {
        font-size: 1rem;
        font-weight: 400;
        color: var(--text-white);
      }
    }

    .emailcontent {
      color: var(--text-white);
      font-size: 0.875rem;
      font-weight: 400;
    }

    .footerapp {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .footerdownloadapp {
      p {
        font-size: 1.25rem;
      }
    }

    .footerdownloadbtn {
      padding: 8px;
      border-radius: 8px;
      border: 1px solid #ffffff91;
      background: #000;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      color: var(--text-white);
      /* border-image: linear-gradient(60deg, #fff , #ffffff00, #fff);
                border-image-slice: 1; */
    }

    .footerbtncontent {
      gap: 10px;
    }

    .footerdownloadbtn:hover {
      border: 1px solid #ffffff91;
      background: #000;
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      color: var(--text-white);
    }

    .footerdownloadbtn h6 {
      text-align: start;
      font-weight: 400;
      font-size: 0.75rem;
    }

    .copyright {
      margin-top: 0.5rem;
      h5 {
        font-size: 0.875rem;
        font-weight: 500;
        color: var(--text-white);
      }

      a {
        color: var(--text-white);
        font-size: 0.875rem;
        font-weight: 500;
        gap: 10px;
      }
    }

    .footeranchor {
      gap: 15px;
    }

    .btn-footer {
      border-radius: 6px;
      border: 0.8px solid #ffffff77;
      background: var(--Surface-default, #832d85);
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
      color: var(--text-white);
    }
  }
  .footerborder {
    border-bottom: 1px solid white;
    padding: 20px 0;
  }
  /*Footer end*/
}

@media (min-width: 1400px) {
  /*Hero Section start*/
  #herosection {
    .mockup img {
      width: 80%;
    }
    .herocontent {
      h5 {
        font-size: 4.25rem;
        margin-bottom: 2.375rem;
      }

      p {
        color: var(--text-white);
        font-size: 1.375rem;
        line-height: 130%;
        margin-bottom: 2.375rem;
      }
    }

    .downloadapp {
      p {
        font-size: 1.625rem;
      }
    }
  }
  /*Hero Section end*/

  /* About us start */
  #aboutus {
    .aboutuscontent {
      h5 {
        font-size: 3.5rem;
      }

      h6 {
        font-size: 1.5rem;
        line-height: 133.33%;
      }

      p {
        font-size: 1.25rem;
        line-height: 150%;
      }
    }
    .downloadapp {
      p {
        font-size: 1.85rem;
      }
    }
  }
  /* About us end */

  /* country marquee start */
  .globe img {
    width: 100%;
    height: auto;
  }

  .country {
    height: 800px;
  }

  .marquee1,
  .marquee2 {
    font-size: 2.5rem;
  }
  /* country marquee end */

  /* Features start */
  #features {
    /* padding: 15rem 0; */
    position: relative;
    overflow: hidden;

    .featurescontent {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      h5 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.36rem;
        margin-bottom: 1rem;
      }

      h6 {
        color: var(--text-primary);
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.25rem;
        margin-bottom: 1rem;
      }

      p {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 163.333%;
        width: 80%;
        margin-bottom: 30px;
      }
    }
  }
  /* Features end */

  /* exclusive reaction start*/

  .exclusivecontent h4 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.625rem;
    margin-bottom: 0.5rem;
  }

  .exclusivecontent p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.625rem;
  }
  /* exclusive reaction end*/

  /* community start*/
  #community {
    .community {
      h5 {
        font-size: 3rem;
        font-weight: 600;
        letter-spacing: 0.0625rem;
        margin: 24px 0;
      }

      p {
        font-size: 1.5rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 40px;
      }

      .communitydownload {
        h6 {
          font-size: 28px;
          font-weight: 700;
        }
      }

      .communitybtn {
        background-color: var(--btn-color);
        color: var(--text-white);
        font-weight: 700;
        position: relative;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.6);
      }

      /* .communitybtn::before {
        content: "";
        position: absolute;
        background: linear-gradient(to right, #fff, #ffffff00, #fff);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        margin: -3px;
        border-radius: 8px;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
      } */
    }
  }
  /* community end*/

  /*Footer start*/
  #footer {
    .menu {
      h5 {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 1.25rem;
      }
    }
    .menu-links {
      a {
        font-size: 1rem;
        font-weight: 400;
      }
    }

    .updates {
      h5 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 1.25rem;
      }
    }
    .email {
      label {
        font-size: 1rem;
        font-weight: 400;
      }
    }

    .emailcontent {
      font-size: 0.875rem;
      font-weight: 400;
    }

    .footerapp {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .footerdownloadapp {
      p {
        font-size: 1.25rem;
      }
    }

    .copyright {
      margin-top: 0.5rem;
      h5 {
        font-size: 0.875rem;
        font-weight: 500;
        color: var(--text-white);
      }

      a {
        color: var(--text-white);
        font-size: 0.875rem;
        font-weight: 500;
      }
    }

    .footeranchor {
      gap: 32px;
    }

    .btn-footer {
      border-radius: 6px;
      border: 0.8px solid #ffffff77;
      background: var(--Surface-default, #832d85);
      box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.25);
      color: var(--text-white);
    }
  }
  .footerborder {
    border-bottom: 1px solid white;
    padding: 20px 0;
  }

  .downloadapp {
    p {
      font-size: 28px;
      font-weight: 700;
    }
  }
  /*Footer end*/
}
/* community end*/

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #4f1b50f6;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 1rem;
    height: 100vh;
  }

  .navbar-toggler {
    z-index: 1000;
  }

  /* Default burger icon */
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  /* Close icon when menu is expanded */
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M6 24L24 6'/%3e%3c/svg%3e");
  }
}

@media (max-width: 767px) {
  .herosection,
  #aboutus,
  #features,
  #community,
  #exclusivesection,
  footer {
    padding:45px 4px;
  }


  #aboutus{
    padding:45px 4px 0px 4px;
  }

  #features{
    padding:4px 4px 45px 4px;
  }

  #herosection{
    padding:0px 4px;

  }

  /* #features{
    .features{
    padding: 0 4px;

    }
  } */
  #features {
    .features {
      padding: 2rem 4%;
      background-image: url("./assets/img/featurebgmob.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      max-width: 100%;
      height: auto;
      object-fit: cover;
      position: relative;
      border-radius: 15px;
    }

    .features::before {
      content: "";
      background: linear-gradient(60deg, #842d859f, #e6e6e6);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      margin: -3px;
      border-radius: 20px;
      background-color: #727272;
      opacity: 25%;
      border: 2px solid white;
    }

    .featurescontent {
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;

      h5 {
        color: var(--text-white);
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0.36rem;
        margin-bottom: -0.5rem;
      }

      h6 {
        color: var(--text-primary);
        font-size: 1.25rem;
        font-weight: 600;
        line-height: 2.25rem;
        margin-bottom: 0.5rem;
      }

      p {
        color: var(--text-gray);
        font-size: 1rem;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 0.5rem;
      }
    }

    .downloadapp {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
  }

  #community {
    padding: 0rem 16px;
    background: linear-gradient(
      1deg,
      rgba(131, 45, 133, 0) 4.39%,
      var(--Surface-default, #832d85) 48.34%,
      rgba(131, 45, 133, 0) 88.9%
    );

    .container {
      padding: 2.5rem 0;
    }

    .community {
      background-image: url("./assets/img/communitymob.svg");
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      max-width: 100%;
      height: auto;
      object-fit: cover;
      position: relative;
      border-radius: 15px;
    }

    .community::before {
      content: "";
      background: linear-gradient(45deg, #842d859f, #e6e6e6b4);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -1;
      margin: -3px;
      border-radius: 20px;
      background-color: #727272;
      opacity: 25%;
      border: 2px solid white;
    }
    .community {
      .content img {
        width: 20%;
        height: auto;
      }
      h5 {
        color: var(--text-white);
        text-align: center;
        font-family: "Qanelas Soft";
        font-size: 2rem;
        font-weight: 600;
        letter-spacing: 0.0625rem;
        margin: 24px 0;
      }

      p {
        color: #fff;
        color: var(--text-white);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 40px;
      }

      .communitydownload {
        h6 {
          font-size: 20px;
          font-weight: 700;
        }
      }

      .communitybtn {
        background-color: var(--btn-color);
        color: var(--text-white);
        font-weight: 700;
        position: relative;
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, 0.61);
      }

      /* .communitybtn::before {
        content: "";
        position: absolute;
        background: linear-gradient(to right, #fff, #ffffff00, #fff);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        margin: -3px;
        border-radius: 8px;
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
      } */
    }
  }
}

@media only screen and (min-width: 768px) and (max-width: 810px) {
  #aboutus .container {
    margin: auto 0;
  }
}
