@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.eot");
  src: url("../fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff"), url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-transform: capitalize;
}

::before, ::after {
  border-width: 0;
}

body,
html {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

input:focus-visible {
  outline: none;
}

ul {
  list-style: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0;
  box-shadow: none;
}

.accordion-button {
  background-color: unset !important;
}
.accordion-button:focus-visible {
  outline: none;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: unset;
}

.accordion-item {
  background-color: unset;
  border: 0;
  border-radius: 0;
}

.nav.nav-tabs {
  border: 0;
}
.nav.nav-tabs .nav-link {
  border: 0;
  color: inherit;
  padding: 0;
}
.nav.nav-tabs .nav-link.active {
  outline: none;
  border: 0;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.slick-slider {
  margin: 0px;
}

.flex_align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_bt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container {
  max-width: 80% !important;
  width: 100% !important;
  height: 100% !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.hidden {
  opacity: 0;
  /* Hide the icons */
  pointer-events: none;
  /* Prevent interaction with hidden icons */
}

.SocailIconInner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  justify-content: center;
  transition: all 0.8s ease-in-out;
}
.SocailIconInner .SocailFixed {
  color: #FFF;
  font-size: 18px;
}

.HeroSectoin {
  background-color: #000;
  padding: 200px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.HeroSectoin::after {
  content: "";
  position: absolute;
  bottom: -170px;
  z-index: -1;
  left: 0px;
  margin: auto;
  display: block;
  width: 900px;
  height: 400px;
  filter: blur(70px);
  border-radius: 100%;
  background-color: #1d2cf3;
  right: 0px;
}
.HeroSectoin .MianNavbar {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
}
.HeroSectoin .MianNavbar .navbar {
  height: 49px;
  padding: 0px;
}
.HeroSectoin .MianNavbar .InnerMbile {
  display: flex;
  align-items: center;
}
.HeroSectoin .MianNavbar .navbar-brand {
  padding: 0px;
  display: contents;
  margin: 0px;
  width: 120px;
}
.HeroSectoin .MianNavbar .navbar-brand img {
  height: 24px;
}
.HeroSectoin .MianNavbar .navbar-brand svg {
  width: 32px;
  color: #fff;
}
.HeroSectoin .MianNavbar .navbar-brand span {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 10px;
}
.HeroSectoin .MianNavbar .navbar-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 570px;
  width: 100%;
  margin-top: 0px;
}
.HeroSectoin .MianNavbar .navbar-nav .nav-item:hover .nav-link {
  background-color: #fff;
  color: #000;
}
.HeroSectoin .MianNavbar .navbar-nav .nav-link {
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}
.HeroSectoin .MianNavbar .navbar-nav .nav-link.active {
  background-color: #DF7162 !important;
  color: #000;
}
.HeroSectoin .MianNavbar .subNvabr {
  max-width: 70% !important;
  background-color: rgba(0, 0, 0, 0.4);
  /* semi-transparent black */
  backdrop-filter: blur(10px);
  /* blur effect */
  border-radius: 50px;
  margin-top: 25px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}
.HeroSectoin h1 {
  color: #fff;
  font-size: 98px;
  font-weight: 700;
  text-align: center;
}
.HeroSectoin h1 span {
  font-style: italic;
  font-weight: 400;
  font-family: "wfont_90111e_0e90aa67e703460abd61925340b184c6,wf_0e90aa67e703460abd6192534,orig_instrument_serif_regular";
}
.HeroSectoin .musicImg {
  position: absolute;
  top: 16%;
  left: 0%;
  transform: translate(50%, 50%);
}
.HeroSectoin .musicImg img {
  border-radius: 20px;
  transform: rotate(-25deg);
}
.HeroSectoin .musicImg::before {
  content: "";
  top: 0px;
  left: 0px;
  position: absolute;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  transform: rotate(155deg);
  z-index: 1;
}
.HeroSectoin .postImg {
  position: absolute;
  top: 17%;
  right: 9%;
  transform: translate(50%, 50%);
}
.HeroSectoin .postImg img {
  border-radius: 20px;
  transform: rotate(25deg);
}
.HeroSectoin p {
  color: #ABBBCF;
  font-size: 24px;
  max-width: 490px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.HeroSectoin .InnerBtn {
  gap: 0px 10px;
  margin-top: 40px;
}
.HeroSectoin .reboteIMG {
  position: absolute;
  left: 20px;
  bottom: 0px;
  opacity: 0.5;
}
.HeroSectoin .reboteIMG img {
  border-radius: 30px;
}
.HeroSectoin .reboteIMG:last-of-type {
  right: 20px;
  left: auto;
}

.getBtn {
  max-width: 151px;
  width: 100%;
  height: 42px;
  text-transform: capitalize;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  border-radius: 300px;
  border: 1px solid #fff;
  transition: all 0.4s ease-in-out;
}
.getBtn:hover {
  background-color: unset;
  color: #fff;
}
.getBtn:last-of-type {
  color: #fff;
  border: 1px solid #fff;
  background-color: unset;
}
.getBtn:last-of-type:hover {
  background-color: #fff;
  color: #000;
}

.BookBtn {
  display: inline-block;
  padding: 10px 25px;
  background: repeat padding-box border-box 61% 50%/150% 150% scroll radial-gradient(circle at 0% 0%, #1d2cf3 0%, #1d2cf3 45%, #FFFFFF 100%);
  color: white;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  /* fully rounded */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  /* subtle shadow */
  transition: all 0.3s ease;
}

.BookBtn:hover {
  background: repeat padding-box border-box 0%/auto scroll radial-gradient(circle at 0% 0%, #FFFFFF 0%, #1d2cf3 55%, #1d2cf3 100%);
}

.FAQsec {
  padding: 100px 0px;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}
.FAQsec:hover {
  background-color: #fff;
}
.FAQsec:hover h2 {
  color: #000 !important;
}
.FAQsec:hover .accordion-button {
  color: #000 !important;
}
.FAQsec h2 {
  color: #fff;
  font-size: 51px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.FAQsec .InnerAccordion {
  display: flex;
  justify-content: space-between;
}
.FAQsec .accordion {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.FAQsec .Accodion50 {
  width: calc(50% - 15px);
}
.FAQsec .accordion-button {
  color: #fff !important;
  margin-bottom: 20px;
}
.FAQsec .accordion-header {
  margin-bottom: 0px;
}
.FAQsec .accordion-button.collapsed i {
  transform: rotate(0deg);
}
.FAQsec .accordion-button {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
.FAQsec .accordion-button::after {
  display: none;
}
.FAQsec .accordion-button i {
  transform: rotate(180deg);
}
.FAQsec .accordion-body {
  color: #000;
  padding: 10px 20px 60px 20px;
}

.SubmitForm {
  padding: 60px 0px;
  background-color: #161616;
  position: relative;
}
.SubmitForm img {
  position: absolute;
  top: 0px;
  left: 65px;
}
.SubmitForm img:last-of-type {
  top: 0px;
  right: 65px;
  left: auto;
}

.InnerSubmit {
  display: flex;
  align-items: start;
  gap: 10px;
  width: 100%;
}
.InnerSubmit input {
  background-color: #000;
  color: white;
  height: 45px;
  border-radius: 10px;
}
.InnerSubmit input::placeholder {
  color: #FFF;
  font-size: 16px;
}

.GiftImg {
  background-color: #000;
  padding: 60px 0px;
}
.GiftImg h2 {
  font-size: 51px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.GiftImg h2 span {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.GiftImg p {
  color: #999999;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 500;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  text-align: center;
}
.GiftImg .InnerGiftImg {
  flex-wrap: wrap;
  gap: 40px 0px;
  margin-top: 80px;
}
.GiftImg .InnerGiftImg .GiftItem {
  width: calc(33.33% - 15px);
  text-align: center;
}
.GiftImg .InnerGiftImg .GiftItem i {
  font-size: 30px;
  color: #FFF;
  font-weight: 700;
}
.GiftImg .InnerGiftImg .GiftItem .giftImgbox {
  max-width: 85px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.GiftImg .InnerGiftImg .GiftItem .giftImgbox img {
  width: 100%;
  height: 100%;
}
.GiftImg .InnerGiftImg .GiftItem h3 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}
.GiftImg .InnerGiftImg .GiftItem p {
  margin-top: 0px;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.VerstileSec {
  padding: 100px 0px;
  transition: all 0.5s ease-in-out;
}
.VerstileSec:hover {
  background-color: #000;
}
.VerstileSec:hover h2 {
  color: #FFFFFF;
}
.VerstileSec:hover .Innervlog {
  border-bottom: 1px solid rgba(242, 242, 242, 0.4);
}
.VerstileSec:hover .Innervlog .VlogItem h3 {
  color: #fff;
}
.VerstileSec:hover .Innervlog .VlogItem p {
  color: #fff;
}
.VerstileSec:hover .Innervlog .VlogItem .MoveBtn {
  background-color: #fff;
}
.VerstileSec h2 {
  color: #000;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.VerstileSec h2 span {
  font-style: italic;
  font-weight: 400;
}
.VerstileSec p {
  color: #86868F;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 20px;
  font-weight: 500;
  text-align: center;
}
.VerstileSec .Innervlog {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease-in-out;
  position: relative;
  right: 0;
}
.VerstileSec .Innervlog:hover {
  right: 60px;
}
.VerstileSec .Innervlog .VlogItem {
  width: calc(33.33% - 15px);
}
.VerstileSec .Innervlog .VlogItem h3 {
  color: #000;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
}
.VerstileSec .Innervlog .VlogItem p {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
}
.VerstileSec .Innervlog .VlogItem .MoveBtn {
  max-width: 120px;
  justify-content: end !important;
  width: 100%;
  height: 48px;
  border-radius: 30px;
  margin-left: auto;
  transition: all 0.5s ease-in-out;
}
.VerstileSec .Innervlog .VlogItem .MoveBtn svg {
  transform: rotate(-60deg);
}
.VerstileSec .Innervlog .VlogItem .MoveBtn:hover {
  background-color: #DF7162;
  transition: all 0.5s ease-in-out;
}
.VerstileSec .Innervlog .VlogItem .MoveBtn:hover svg {
  transform: rotate(-120deg);
}

.inspireSec {
  background-color: #000;
  padding: 60px 0px;
}
.inspireSec .container {
  max-width: 100% !important;
}
.inspireSec h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 70px;
  text-align: center;
}
.inspireSec h2 span {
  font-weight: 400;
  font-style: italic;
}
.inspireSec p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #999999;
  margin-top: 25px;
  text-align: center;
  padding-left: 70px;
}
.inspireSec .InnerInspire {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
  width: 70%;
  position: relative;
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
}
.inspireSec .InnerInspire .InspireItem {
  width: calc(33.33% - 10px);
  margin-bottom: 60px;
}
.inspireSec .InnerInspire .InspireBox {
  border-radius: 20px;
  background-color: rgb(223, 112, 97);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 321px;
  position: relative;
  z-index: 1;
}
.inspireSec .InnerInspire .InspireBox.Products {
  background-color: rgba(229, 125, 18, 0.86);
}
.inspireSec .InnerInspire .InspireBox.reals {
  background-color: #ffc107;
}
.inspireSec .InnerInspire .InspireBox.talking {
  background-color: #198334;
}
.inspireSec .InnerInspire .InspireBox.facelace {
  background-color: rgba(73, 98, 215, 0.64);
}
.inspireSec .InnerInspire .InspireBox.tiktok {
  background-color: rgba(136, 112, 185, 0.75);
}
.inspireSec .InnerInspire .InspireBox h3 {
  color: #000;
  font-weight: 400;
  font-size: 68px;
  font-style: italic;
}
.inspireSec .InnerInspire h3 {
  font-size: 20px;
  color: #999999;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 10px;
}

.WellComWrapper {
  background-color: #111111;
  padding: 100px 0px;
}
.WellComWrapper .container {
  max-width: 100% !important;
}
.WellComWrapper h2 {
  color: #fff;
  font-size: 198px;
  text-align: center;
  line-height: 1.1;
  font-weight: 800;
  position: relative;
}
.WellComWrapper h2 span {
  font-weight: 800;
}
.WellComWrapper h3 {
  color: #fff;
  font-size: 192px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.rocks-wrapper {
  position: sticky;
  top: 0;
  z-index: 0;
  /* Ensure it's part of the stacking context */
}
.rocks-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  /* Remove position absolute */
  /* Remove top, bottom, left, right */
}
.rocks-wrapper .waves-video {
  z-index: -1;
  height: 100vh;
  position: relative;
}

.Fanssec {
  background: url(../img/bgBlue.jpg);
  padding: 60px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.Fanssec::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.Fanssec h2 {
  color: #fff;
  font-size: 198px;
  line-height: 1.1;
  font-weight: 700;
}
.Fanssec h2 span {
  font-weight: 400;
  font-style: italic;
}
.Fanssec h2:last-of-type {
  margin-top: 20px;
  text-align: right;
}
.Fanssec span {
  color: #fff;
  font-size: 198px;
  font-weight: 400;
  font-style: italic;
}
.Fanssec h3 {
  color: #fff;
  font-size: 198px;
  font-weight: 700;
  text-transform: uppercase;
}
.Fanssec .InnerVideoEdit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.Fanssec .InnerVideoEdit .Video50 {
  width: calc(50% - 20px);
}
.Fanssec .InnerVideoEdit .Video50 video {
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 15px;
}
.Fanssec .InnerVideoEdit h5 {
  font-size: 16px;
  color: #3EDDC9;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.Fanssec .InnerVideoEdit h6 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}
.Fanssec .InnerVideoEdit p {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.text-danger-glow {
  color: #ff4141;
  text-shadow: 0 0 20px #f00, 0 0 30px #f00, 0 0 40px #f00, 0 0 50px #f00, 0 0 60px #f00, 0 0 70px #f00, 0 0 80px #f00;
}

.blink {
  animation: blinker 1s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.TalkSection {
  background: url(../img/talkus.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0px;
  background-position: center center;
  position: relative;
  z-index: 0;
}
.TalkSection::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.TalkSection .InnerTalk {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.TalkSection .contentTalk {
  max-width: 600px;
  width: 100%;
}
.TalkSection .contentTalk .form-control {
  background: unset;
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  height: 45px;
  border-radius: unset;
}
.TalkSection .contentTalk .form-control::placeholder {
  color: #fff;
  font-size: 16px;
}
.TalkSection .innerCheckbox {
  display: flex;
  align-items: center;
  gap: 20px;
}
.TalkSection .letsTalk {
  background: repeat padding-box border-box 61% 50%/150% 150% scroll radial-gradient(circle at 0% 0%, #1d2cf3 0%, #1d2cf3 45%, #FFFFFF 100%);
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
}
.TalkSection h2 {
  font-size: 50px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.TalkSection p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.TalkSection span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.TalkSection .BookYour {
  font-size: 18px;
  font-style: italic;
  color: #FFF;
  opacity: 0.7;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-top: 40px;
  display: block;
  max-width: 220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.TalkSection .BookYour img {
  width: 30px;
  margin-left: 10px;
}
.TalkSection .RequestBtn {
  margin-left: auto;
  margin-right: auto;
  max-width: 194px;
  height: 56px;
  width: 100%;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: repeat padding-box border-box 61% 50%/150% 150% scroll radial-gradient(circle at 0% 0%, #1d2cf3 0%, #1d2cf3 45%, #FFFFFF 100%);
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
.TalkSection .RequestBtn:hover {
  background: repeat padding-box border-box 0%/auto scroll radial-gradient(circle at 0% 0%, #FFFFFF 0%, #1d2cf3 55%, #1d2cf3 100%);
}

.AwaitSec {
  padding: 80px 0px;
  background-color: #000;
}
.AwaitSec p {
  color: #999999;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  padding-top: 20px;
  text-align: center;
}
.AwaitSec .container {
  max-width: 70% !important;
}
.AwaitSec h2 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFf;
  text-align: center;
  margin-top: 20px;
}
.AwaitSec h2 span {
  font-style: italic;
  font-weight: 400;
}
.AwaitSec .InnerAwait {
  margin-top: 70px;
  justify-content: center !important;
}
.AwaitSec .AwaitContentBox {
  width: calc(33.33% - 15px);
}
.AwaitSec .AwaitContentBox .RationIcon {
  filter: brightness(0) saturate(100%) invert(1);
}
.AwaitSec .AwaitGift {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AwaitSec .AwaitGift h3 {
  color: #fff;
  font-size: 34px;
  margin-bottom: 10px;
}
.AwaitSec .AwaitGift p {
  color: #999999;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 20px;
  max-width: 300px;
  width: 100%;
}
.AwaitSec .AwaitGift img {
  max-width: 70px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
.AwaitSec .awiseContent {
  padding: 30px 30px 130px 30px;
  border-radius: 20px;
  background-color: #161616;
  position: relative;
}
.AwaitSec .awiseContent p {
  font-size: 20px;
  line-height: 1.2;
  color: #999999;
  margin-top: 20px;
}
.AwaitSec .awiseContent .BookBtn {
  background: repeat padding-box border-box 0% 0%/auto auto scroll linear-gradient(30deg, #A1A1A1 0%, #6F758A 100%);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.AwaitSec .awiseContent .facecover {
  max-width: 200px;
  width: 100%;
  top: 20%;
  position: absolute;
  right: -12%;
  transform: rotate(-17deg);
}
.AwaitSec .awiseContent .Innertext {
  display: flex;
  align-items: center;
  gap: 40px;
}

.FooterSec {
  background-color: #000;
  padding: 40px 0px;
}
.FooterSec .InnerFooter {
  align-items: start !important;
  margin-bottom: 50px;
}
.FooterSec h1 {
  font-size: 200px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.FooterSec .itemFooter.With30 {
  width: calc(30% - 15px);
}
.FooterSec .itemFooter {
  width: calc(20% - 15px);
}
.FooterSec .itemFooter .footerLogo {
  max-width: 120px;
  width: 100%;
  margin-bottom: 20px;
}
.FooterSec .itemFooter h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
.FooterSec .itemFooter p {
  color: #fff;
}
.FooterSec .itemFooter .footerlink {
  color: #D4D1D3;
  font-size: 16px;
  text-decoration: none;
  text-align: left;
  line-height: 1.6;
}
.FooterSec .itemFooter .InnerIcon {
  display: flex;
  align-items: center;
  gap: 8px;
}
.FooterSec .InnerCopyRight {
  flex-wrap: wrap;
}
.FooterSec .InnerCopyRight span {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}
.FooterSec .InnerCopyRight .innerLinksFooterr {
  display: flex;
  align-items: center;
  gap: 20px;
}
.FooterSec .InnerCopyRight .tarmLink {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
}

.Pricing {
  background-color: #111111;
  padding: 50px 0px 140px 0px;
}
.Pricing .BookBtn {
  margin-top: 15px;
}

header {
  color: white;
  margin: 3.3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.toggle {
  margin-top: 2rem;
  color: white;
  display: flex;
  align-items: center;
}

.toggle-btn {
  margin: 0 1rem;
}

.checkbox {
  display: none;
}

.sub {
  background: repeat padding-box border-box 61% 50%/150% 150% scroll radial-gradient(circle at 0% 0%, #1d2cf3 0%, #1d2cf3 45%, #FFFFFF 100%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* height: 25px;
  width: 50px; */
  height: 1.6rem;
  width: 3.3rem;
  border-radius: 1.6rem;
  padding: 0.3rem;
}

.circle {
  background-color: #fff;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
}

.checkbox:checked + .sub {
  justify-content: flex-end;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  color: hsl(233, 13%, 49%);
  border-radius: 0.8rem;
}

.cards .card.active {
  background: repeat padding-box border-box 61% 50%/150% 150% scroll radial-gradient(circle at 0% 0%, #1d2cf3 0%, #1d2cf3 45%, #FFFFFF 100%);
  color: #fff;
  display: flex;
  align-items: center;
  transform: scale(1.1);
  z-index: 1;
}

ul {
  margin: 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

ul li.price {
  font-size: 3rem;
  color: hsl(232, 13%, 33%);
  padding-bottom: 2rem;
}

.shadow {
  box-shadow: -5px 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.card.active .price {
  color: #fff;
}

.btn {
  margin-top: 1rem;
  height: 2.6rem;
  width: 13.3rem;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgb(163, 168, 240) 0%, rgb(105, 111, 221) 100%);
  color: #fff !important;
  outline: none;
  border: 0;
  font-weight: bold;
}

.active-btn {
  background: #fff !important;
  color: #1d2cf3 !important;
}

.bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.582);
  padding: 10px 0px;
}

.card.active .bottom-bar {
  border-bottom: 2px solid hsla(240, 8%, 85%, 0.253);
}

.pack {
  font-size: 1.1rem;
}

@media (max-width: 280px) {
  ul {
    margin: 1rem;
  }
  h1 {
    font-size: 1.2rem;
  }
  .toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 80px;
  }
  .cards {
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .card {
    transform: scale(0.8);
    margin-bottom: 1rem;
  }
  .cards .card.active {
    transform: scale(0.8);
  }
}
@media (min-width: 280px) and (max-width: 320px) {
  ul {
    margin: 20px;
  }
  .cards {
    display: flex;
    flex-direction: column;
  }
  .card {
    margin-bottom: 1rem;
  }
  .cards .card.active {
    transform: scale(1);
  }
}
@media (min-width: 320px) and (max-width: 414px) {
  .cards {
    display: flex;
    flex-direction: column;
  }
  .card {
    margin-bottom: 1rem;
  }
  .cards .card.active {
    transform: scale(1);
  }
}
@media (min-width: 414px) and (max-width: 768px) {
  .card {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .cards .card.active {
    transform: scale(1);
  }
}
@media (min-width: 768px) and (max-width: 1046px) {
  .cards {
    display: flex;
  }
  .card {
    margin-bottom: 1rem;
    margin-right: 1rem;
  }
  .cards .card.active {
    transform: scale(1);
  }
}
.contactUs {
  padding: 120px 0px;
}
.contactUs .innercontact {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contactUs .innercontact .contactContent {
  width: calc(40% - 15px);
}
.contactUs .innercontact .contactContent h2 {
  color: #FFF;
  font-size: 100px;
  line-height: 1.2;
  text-transform: uppercase;
}
.contactUs .innercontact .contactContent ul {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.contactUs .innercontact .contactContent .listIcon {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.contactUs .innercontact .contactContent .listIcon span {
  color: #FFF;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
.contactUs .innercontact .contactBG {
  width: calc(60% - 15px);
  background: url(../img/contact-us.webp);
  background-repeat: no-repeat;
  padding: 100px 60px;
  position: relative;
  z-index: 9;
}
.contactUs .innercontact .contactBG .InnerField {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contactUs .innercontact .contactBG .contactField {
  height: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6 !important;
  border: unset;
  border-radius: unset;
}
.contactUs .innercontact .contactBG .form-select {
  height: 50px;
  border-bottom: 1px solid #dee2e6 !important;
  border: unset;
  border-radius: unset;
}
.contactUs .innercontact .contactBG textarea {
  border-bottom: 1px solid #dee2e6 !important;
  border: unset;
  height: 120px;
  border-radius: unset;
  margin-bottom: 20px;
}

.modal-content {
  background: #000;
}
.modal-content .modal-header {
  border: unset;
}
.modal-content .MainModel {
  max-width: 130px;
  width: 100%;
}
.modal-content .fa-solid.fa-xmark {
  color: #fff;
  font-size: 20px;
}
.modal-content .modal-body p {
  color: #dee2e6;
  font-size: 16px;
  line-height: 1.2;
  max-width: 200px;
  width: 100%;
  margin-bottom: 20px;
}
.modal-content .modal-body .meetingIcon {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.modal-content .modal-body .meetingIcon i {
  color: #dee2e6;
  font-size: 16px;
  line-height: 1;
}
.modal-content .modal-body .InnerWorld {
  display: flex;
  align-items: center;
}
.modal-content .modal-body .InnerWorld i {
  color: #dee2e6;
  font-size: 16px;
  line-height: 1;
}
.modal-content .modal-body .form-select {
  background: unset;
  color: #dee2e6;
  border: unset;
}
.modal-content .modal-body .form-select:focus {
  box-shadow: unset;
}
.modal-content .modal-body .form-select:focus option {
  color: #000;
  line-height: 1;
  font-size: 16px;
}
.modal-content span {
  font-size: 16px;
  color: #dee2e6;
  line-height: 1.2;
  margin-left: 5px;
}

.InnerdateIcon {
  position: relative;
}
.InnerdateIcon .dateIcon {
  position: absolute;
  color: #dee2e6;
  font-size: 16px;
  line-height: 1;
  right: 0;
  top: 50%;
}

.dateCander {
  background-color: unset;
  color: #fff;
  margin-top: 10px;
  border: unset;
}

@media (max-width: 1199.98px) {
  .HeroSectoin .MianNavbar .navbar-brand {
    height: 40px;
  }
  .contactUs .innercontact {
    flex-wrap: wrap;
    gap: 30px;
  }
  .contactUs .innercontact .contactContent {
    width: 100%;
  }
  .contactUs .innercontact .contactBG {
    width: 100%;
  }
  .HeroSectoin .MianNavbar .subNvabr {
    max-width: 85% !important;
  }
  .HeroSectoin h1 {
    font-size: 60px;
  }
  .HeroSectoin .InnerBtn {
    margin-top: 45px;
  }
  .getBtn {
    max-width: 140px;
  }
  .HeroSectoin p {
    font-size: 22px;
    margin-top: 20px;
  }
  .VerstileSec h2 {
    font-size: 40px;
  }
  .VerstileSec p {
    font-size: 22px;
  }
  .VerstileSec .Innervlog .VlogItem h3 {
    font-size: 32px;
  }
  .VerstileSec .Innervlog {
    margin-top: 30px;
    padding-bottom: 25px;
  }
  .inspireSec .InnerInspire .InspireBox h3 {
    font-size: 51px;
  }
  .WellComWrapper h2 {
    color: #fff;
    font-size: 150px;
  }
  .rocks-wrapper .waves-video {
    z-index: -1;
    height: auto;
    position: relative;
  }
  .Fanssec h2 {
    color: #fff;
    font-size: 135px;
  }
  .WellComWrapper h3 {
    font-size: 150px;
  }
  .Fanssec span {
    color: #fff;
    font-size: 135px;
  }
  .Fanssec h3 {
    color: #fff;
    font-size: 135px;
  }
  .FooterSec h1 {
    font-size: 135px;
    margin-bottom: 25px;
  }
  .inspireSec p {
    font-size: 22px;
  }
  .GiftImg p {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .GiftImg p {
    font-size: 18px;
  }
  .BookBtn {
    font-size: 15px;
    padding: 5px 16px;
  }
  .FAQsec .Accodion50 {
    width: 100%;
  }
  .FAQsec .InnerAccordion {
    flex-wrap: wrap;
  }
  .InnerSubmit {
    margin-bottom: 20px;
  }
  .HeroSectoin .MianNavbar .navbar {
    height: 40px;
  }
  .navbar-toggler i {
    color: #fff;
  }
  .HeroSectoin .MianNavbar .navbar-nav .nav-link {
    text-align: start !important;
  }
  .HeroSectoin .MianNavbar .navbar-nav {
    align-items: start !important;
    max-width: 100%;
  }
  .navbar-collapse {
    position: fixed;
    width: 100%;
    left: -780px;
    top: -25px;
    gap: 20px;
    z-index: 999;
    padding: 30px 20px;
    transition: all 0.6s;
    height: 100vh !important;
    display: flex;
    align-items: start;
    flex-direction: column;
    background-color: #000;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  }
  .navbar-collapse.show {
    left: -78px !important;
    overflow-y: auto;
  }
  .HeroSectoin h1 {
    font-size: 40px;
    max-width: 500px;
    margin: auto;
  }
  .HeroSectoin {
    padding: 150px 0px;
  }
  .HeroSectoin p {
    font-size: 20px;
  }
  .VerstileSec h2 {
    font-size: 36px;
  }
  .VerstileSec p {
    font-size: 18px;
  }
  .getBtn {
    max-width: 120px;
  }
  .VerstileSec .Innervlog .VlogItem .MoveBtn {
    max-width: 110px;
    height: 40px;
  }
  .VerstileSec .Innervlog .VlogItem h3 {
    font-size: 26px;
  }
  .inspireSec h2 {
    font-size: 36px;
  }
  .inspireSec .InnerInspire {
    margin-top: 55px;
  }
  .inspireSec .InnerInspire .InspireBox h3 {
    font-size: 40px;
  }
  .AwaitSec {
    padding: 30px 0px;
  }
  .AwaitSec h2 {
    font-size: 34px;
  }
  .AwaitSec p {
    font-size: 20px;
  }
  .GiftImg h2 {
    font-size: 42px;
  }
  .GiftImg p {
    font-size: 20px;
  }
  .GiftImg .InnerGiftImg .GiftItem .giftImgbox {
    max-width: 70px;
  }
  .GiftImg .InnerGiftImg .GiftItem h3 {
    font-size: 20px;
  }
  .GiftImg .InnerGiftImg .GiftItem p {
    font-size: 16px;
  }
  .WellComWrapper h2 {
    font-size: 120px;
  }
  .WellComWrapper h3 {
    font-size: 120px;
  }
  .Fanssec h2 {
    font-size: 110px;
  }
  .Fanssec span {
    font-size: 110px;
  }
  .Fanssec h3 {
    font-size: 110px;
  }
  .FAQsec h2 {
    font-size: 46px;
  }
  .FAQsec {
    padding: 70px 0px;
    background-color: #fff;
  }
  .FAQsec:hover {
    background-color: #000;
  }
  .FAQsec h2 {
    color: #000;
  }
  .FAQsec .accordion-button {
    color: #000 !important;
  }
  .FAQsec:hover .accordion-body {
    color: #fff;
  }
  .FAQsec:hover .accordion-button {
    color: #fff !important;
  }
  .FAQsec:hover h2 {
    color: #fff !important;
  }
  .TalkSection .InnerTalk {
    flex-wrap: wrap;
  }
  .TalkSection .contentTalk {
    width: 100%;
  }
  .TalkSection h2 {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .TalkSection p {
    font-size: 18px;
  }
  .TalkSection .RequestBtn {
    max-width: 150px;
    height: 45px;
  }
  .TalkSection {
    padding: 50px 0px;
  }
  .FooterSec h1 {
    font-size: 100px;
  }
  .FooterSec .itemFooter.With30 {
    width: calc(50% - 15px);
  }
  .FooterSec .InnerFooter {
    flex-wrap: wrap;
  }
  .inspireSec .InnerInspire {
    width: 80%;
  }
  .HeroSectoin .musicImg {
    width: 70px;
  }
  .inspireSec p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .Pricing .BookBtn {
    width: 13.3rem;
    height: 41px;
  }
  .AwaitSec .AwaitGift img {
    margin-bottom: 10px;
  }
  .AwaitSec .AwaitGift img {
    max-width: 70px;
    object-fit: scale-down;
  }
  .TalkSection span {
    font-size: 12px;
  }
  .rocks-wrapper .waves-video {
    height: 300px;
  }
  .navbar-collapse.show {
    left: -40px !important;
  }
  .TalkSection .contentTalk .InnerTalksInput {
    margin-top: 20px;
    margin-bottom: 20px;
    gap: 15px;
  }
  .contactUs {
    padding: 120px 0px 0px 0px;
  }
  .contactUs .innercontact .contactBG .InnerField {
    flex-wrap: wrap;
  }
  .contactUs .innercontact .contactContent h2 {
    font-size: 52px;
  }
  .contactUs .innercontact .contactBG {
    padding: 81px 30px;
  }
  .contactUs .innercontact .contactContent ul {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .HeroSectoin::before {
    width: 100px;
    filter: blur(40px);
    height: 100px;
  }
  .BookBtn {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
  }
  .HeroSectoin::after {
    filter: blur(40px);
    width: 560px;
    height: 180px;
    left: -50px;
    bottom: -50px;
  }
  .HeroSectoin {
    padding: 150px 0px;
  }
  .HeroSectoin .SocailIconInner {
    top: 31%;
    left: 20px;
    transition: all 0.8s ease-in-out;
  }
  .HeroSectoin .InnerBtn {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
  .HeroSectoin p {
    font-size: 16px;
    margin-top: 14px;
    max-width: 326px;
  }
  .HeroSectoin h1 {
    max-width: 370px;
    font-size: 32px;
  }
  .container {
    max-width: 95% !important;
    width: 100% !important;
    height: 100% !important;
  }
  .HeroSectoin .postImg {
    width: 70px;
    right: 11%;
  }
  .HeroSectoin .reboteIMG {
    width: 130px;
    opacity: 0.5;
  }
  .VerstileSec .Innervlog .VlogItem .MoveBtn {
    max-width: 86px;
    height: 30px;
  }
  .VerstileSec .Innervlog .VlogItem .MoveBtn svg {
    transform: rotate(-60deg);
    width: 28px;
  }
  .VerstileSec .Innervlog .VlogItem p {
    font-size: 12px;
  }
  .VerstileSec .Innervlog .VlogItem h3 {
    font-size: 22px;
  }
  .VerstileSec h2 {
    font-size: 32px;
  }
  .VerstileSec {
    padding: 50px 0px;
  }
  .inspireSec {
    padding: 30px 0px;
  }
  .inspireSec p {
    margin-top: 15px;
  }
  .Pricing {
    padding: 40px 0px 80px 0px;
  }
  .VerstileSec .Innervlog:hover {
    right: 0px;
  }
  .inspireSec .InnerInspire {
    width: 100%;
  }
  .inspireSec h2 {
    padding-left: 0px;
  }
  .inspireSec p {
    padding-left: 0px;
  }
  .inspireSec .InnerInspire .InspireItem {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
  .AwaitSec .container {
    max-width: 100% !important;
  }
  .AwaitSec .AwaitContentBox {
    width: 100%;
  }
  .AwaitSec .AwaitGift {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0px;
  }
  .AwaitSec .AwaitGift p {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
  }
  .GiftImg .InnerGiftImg .GiftItem {
    width: 100%;
    text-align: center;
  }
  .WellComWrapper h2 {
    font-size: 67px;
  }
  .WellComWrapper h3 {
    font-size: 67px;
  }
  .Fanssec h2 {
    font-size: 67px;
  }
  .Fanssec span {
    font-size: 75px;
  }
  .Fanssec h3 {
    font-size: 75px;
  }
  .FAQsec h2 {
    font-size: 30px;
  }
  .TalkSection h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .TalkSection p {
    font-size: 20px;
  }
  .TalkSection .RequestBtn {
    max-width: 125px;
    height: 35px;
    font-size: 16px;
  }
  .FooterSec h1 {
    font-size: 75px;
  }
  .FooterSec .itemFooter.With30 {
    width: 100%;
  }
  .FooterSec .itemFooter {
    width: 100%;
  }
  .FooterSec .InnerFooter {
    gap: 30px 0px;
  }
  .navbar-toggler.CrossIcon {
    position: absolute;
    right: 0px;
    margin-right: 20px;
  }
}/*# sourceMappingURL=style.css.map */