@import url("https://fonts.googleapis.com/css?family=Aladin");

@font-face {
  font-family: Gilroy-Semibold;
  src: url(../assets/fonts/Gilroy-SemiBold.ttf);
}

@font-face {
  font-family: Gilroy-Regular;
  src: url(../assets/fonts/Gilroy-Regular.ttf);
}

body {
  background-color: #4b0b2d;
}
.frameBox {
  background: url("../assets/frame\ for\ web\ 1.png") no-repeat center left
    transparent;
  width: 80vw;
  height: 88vw;
  position: relative;
  right: 2vw;
  background-size: contain;
  background-position: top;
  margin-bottom: -42vw;
}

.frameBox iframe {
  width: 63vw;
  height: 33.7vw;
  position: absolute;
  top: 6.5vw;
  left: 11.2%;
}

.card {
  width: 380px;
  margin-bottom: 50px;
}
.workshopCard {
  display: flex;
  justify-content: center;
}

.cardImage {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 80%);
}

.card:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  border: solid 1px white;
  width: 360px;
  height: 380px;
}

.scrollHead {
  background: url("../assets/sc1.webp") no-repeat center left transparent;
  width: 70vw;
  height: 15vw;
  position: relative;
  background-size: contain;
  background-position: top;
  z-index: 50;
}

.sched1 {
  background: url("../assets/sc21.webp") no-repeat center left transparent;
  width: 65vw;
  height: 61vw;
  margin-top: -10vw;
  position: relative;
  background-size: contain;
  background-position: top;
  border: none;
  animation: fadeIn 0.5s ease-in both;
}
.sched2 {
  background: url("../assets/sc22.webp") no-repeat center left transparent;
  width: 65vw;
  height: 61vw;
  margin-top: -10vw;
  position: relative;
  background-size: contain;
  background-position: top;
  border: none;
  animation: fadeIn 0.5s ease-in both;
}
.sched3 {
  background: url("../assets/sc23.png") no-repeat center left transparent;
  width: 65vw;
  height: 61vw;
  margin-top: -10vw;
  position: relative;
  background-size: contain;
  background-position: top;
  border: none;
  animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#gallery {
  width: 100%;
}
/* gallery*/
.galleryCon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 75vw;
  height: 45vw;
  top: 1.5vw;
  left: 3vw;

  overflow: hidden;
  transform: skew(5deg);
  z-index: 12;
}
.galleryCon .pic {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 70vmin;
  position: relative;
}
.galleryCon .pic .card__head {
  color: black;
  background: rgba(84, 83, 81, 0.75);
  padding: 0.5em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1em;
  white-space: nowrap;
}
.galleryCon .pic:hover {
  flex-grow: 10;
}
.galleryCon .pic:hover img {
  filter: grayscale(0);
}
.galleryCon .pic:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: 2em;
  transform: rotate(0deg) skew(-5deg);
}
.galleryCon .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
}
.galleryCon .pic:not(:nth-child(5)) {
  margin-right: 1em;
}
.galleryFrame {
  background: url("../assets/goldLeaf.png") no-repeat center left transparent;
  width: 88vw;
  height: 90vw;
  margin-left: 5vmin;
  position: relative;
  background-size: contain;
  background-position: top;
  margin-bottom: -42vw;
}

form {
  padding-left: 25px;
  padding-right: 25px;
  margin: 12px auto;
  z-index: 12;
}

form > input,
form > textarea {
  padding: 12px;
  margin: 12px auto;
  border: 1px solid #ffffff;
  /* color: #ddd; */
  /* background-color: #4b0b2d; */
  border-radius: 4px;
  display: block;
  width: 100%;
  font-size: 14px;
}

form > textarea {
  height: 100px;
  resize: none;
}

form > input[type="submit"] {
  max-width: 20vw;
  padding-left: 1%;
  padding-right: 1%;
  cursor: pointer;
  transition: 0.35s;
}

form > input[type="submit"]:hover {
  background-color: #ffffff;
}

#maps {
  padding: 12px;
  width: 80%;
  height: 84%;
}

h1 {
  font-family: "Aladin", serif;
  color: rgb(255, 198, 220);
  font-size: 32px;
  font-weight: 400;
}
h2 {
  font-family: "Aladin", serif;
  color: rgb(255, 198, 220);
  font-size: 22px;
  font-weight: 400;
}
h5 {
  font-family: "Gilroy-Regular", sans-serif;
}
h3 {
  font-family: "Aladin", serif;
  color: #fff4e2;
}

p {
  font-family: "Gilroy-Regular", sans-serif;
  color: #fff4e2;
}

#speakers p {
  text-align: justify;
}
.sponsers img {
  margin-bottom: -80px;
}

#landing {
  width:100%;
  height:100vh;
  overflow:hidden;
  position:relative;
}
body {
  padding: 0;
  margin: 0;
}
#landing-image {
  width:100%;
  height:100vh;
  position:absolute;
  top:0;
  left:0;
  object-fit:cover;
  background-image: linear-gradient(
    to bottom,
    rgba(75, 11, 45, 1) 0%,
    rgba(255, 255, 255, 0.3) 40%,
    rgba(75, 11, 45, 1) 100%
  );
  z-index: -1;
}
.landing-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  
}

.vidCon::after {
  position: absolute;

  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  content: "";
}

.logoclass img {
  margin-top: 15vw;
  width: 560px;
}

.mainBtn {
  visibility: hidden;
}
html,
body {
  overflow-x: hidden;
}

.customBtn {
  width: 150px;
  padding-bottom: 5px;
  height: 70px;
  padding-top: 5px;
  background-image: url("../assets/button\ frame\ color.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
  color: #62123e;
}
a {
  color: rgb(98, 18, 62);
  font-size: 18px;
}
.customBtn:hover {
  background-image: url("../assets/button\ frame\ hover.png");
}

.customBtn:hover a {
  color: #ffffff !important;
}
#btnstyle {
  color: #62123e;
}
#btnstyle:hover {
  color: #ffffff;
}
.button-div {
  margin-left: 2vw;
}
.button-div:hover {
  color: #ffffff;
}
.logoclass {
  flex-direction: column;
  z-index: 200;
}

#sec1 {
  background-image: linear-gradient(
      to top,
      rgba(75, 11, 45, 1) 0%,
      rgba(255, 255, 255, 0) 16%,
      rgba(255, 255, 255, 0) 90%,
      rgba(75, 11, 45, 1) 100%
    ),
    url("../assets/magenta_mystical\ -\ Copy.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.mainBtn {
  z-index: 100;
}

@media only screen and (min-device-width: 310px) and (max-device-width: 480px) {
  .logoclass img {
    width: 120vw;
    transform: translateY(70px);
  }
  #landing-image {
    object-fit: cover;
  }
  .mainBtn {
    visibility: visible;
    margin-top: 10vh;
  }
  p {
    font-size: 16px !important;
  }
  .customJustify {
    text-align: justify;
    text-justify: inter-word;
  }
  .flip-card {
    max-width: 250px;
    max-height: 300px;
  }
  .flip-card p {
    font-size: 12px !important;
  }
  p {
    font-size: 14px !important;
  }

  .ticketImg {
    max-width: 85vw;
  }
  #ticket-image {
    width: 100%;
  }
  .card {
    width: 280px;
    margin-bottom: 50px;
  }
  .card p {
    text-align: justify;
    text-justify: inter-word;
  }
  .card:after {
    width: 260px;
    height: 340px;
  }
  #alohomora {
    transform: translateX(-50%) translateY(100%);
  }
  tspan {
    font-size: 108px;
  }
  a {
    font-family: "Aladin", serif;
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  font-family: "Gilroy-Regular", sans-serif;
}

.navcas {
  width: 100%;
  z-index: 1500;
  background-color: transparent;
  position: fixed;

  color: #f6d59d;
  transition: 0.5s;
  padding: 1vh 3vw 1vh 3vw;
}
.navcas a {
  font-family: "Gilroy-Regular", sans-serif;
  color: #fff4e2;
  font-size: 1.4rem;
  position: relative;
  text-decoration: none;
}

.navcas a:hover {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
}

.navcas a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff; /* Change this to the color you want */
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.navcas a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar {
  font-family: "Gilroy-Regular", sans-serif;
}

#about, #highlights, #ticket {
  margin-top: 100px !important;
}

#highlights, #ticket, #speakers {
  margin-bottom: 100px !important;
}

#highlights {
  background-image: linear-gradient(
      to top,
      rgba(75, 11, 45, 1) 0%,
      rgba(255, 255, 255, 0) 16%,
      rgba(255, 255, 255, 0) 86%,
      rgba(75, 11, 45, 1) 100%
    ),
    url(../assets/landscape-scenery-with-magenta-nature.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
}

#sponsors {
  margin-top: 100px;
  background-image: linear-gradient(
      to top,
      rgba(75, 11, 45, 1) 0%,
      rgba(255, 255, 255, 0) 16%,
      rgba(255, 255, 255, 0) 86%,
      rgba(75, 11, 45, 1) 100%
    ),
    url(../assets/2150693795.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#schedule {
  background-image: linear-gradient(
      to top,
      rgba(75, 11, 45, 1) 0%,
      rgba(255, 255, 255, 0) 16%,
      rgba(255, 255, 255, 0) 86%,
      rgba(75, 11, 45, 1) 100%
    ),
    url(../assets/2150693877.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#ticket {
  margin-top: 100px;
}
#gallery {
  margin-top: 100px;
}
#contact {
  margin-top: 100px;
}

.navbar .navbar-collapse {
  text-align: center;
}
.titleImg {
  width: 30vw;
  margin-bottom: -50px;
}
@media only screen and (max-width: 768px) {
  .titleImg {
    width: 50vw;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 588px) {
  .galleryFrame {
    margin-left: 0;
    margin-bottom: -42vw;
  }
}

@media only screen and (max-width: 480px) {
  .titleImg {
    width: 70vw;
    margin-bottom: 0px;
  }
}
.navbar-toggler {
  border: none;
}

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

.menuBttn {
  color: rgb(255, 242, 247);
  font-size: 40px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2f0820;
  z-index: 9999;
}
#preloader svg {
  position: absolute;

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cls-6 {
  fill: #ffe131;
}

.cls-7 {
  opacity: 0.05;
}

svg {
  width: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: visible;
}
#alohomora {
  transform: translateX(-50%) translateY(100%);
}
tspan {
  font-size: 58px;
}

#wand {
  animation: magic 4s ease infinite;
}

@keyframes magic {
  0% {
    transform: rotate(0deg) translateX(0px) rotate(0deg) scale(1);
    transform-origin: 50% 50%;
  }
  15% {
    transform: rotate(0deg) translateX(50px) rotate(0deg) scale(1);
    transform-origin: 50% 50%;
  }
  70% {
    transform: rotate(360deg) translateX(0px) rotate(-360deg) scale(1);
    transform-origin: 50% 50%;
  }
  77% {
    transform: rotate(360deg) translateX(0px) rotate(-360deg) scale(0.9);
    transform-origin: 50% 50%;
  }
  80% {
    transform: rotate(360deg) translateX(0px) rotate(-360deg) scale(1);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg) translateX(0px) rotate(-360deg) scale(1);
    transform-origin: 50% 50%;
  }
}

#star1 {
  animation: twinkle 4s ease infinite;
}

@keyframes twinkle {
  0% {
    transform: scale(0);
    opacity: 0;
    transform-origin: 60% 40%;
  }
  77% {
    transform: scale(0);
    opacity: 0;
    transform-origin: 60% 40%;
  }
  82% {
    transform: scale(1.2);
    opacity: 1;
    transform-origin: 60% 40%;
  }
  87% {
    transform: scale(1);
    opacity: 1;
    transform-origin: 60% 40%;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    transform-origin: 60% 40%;
  }
}

#star2 {
  animation: twinkle2 4s ease infinite;
}

@keyframes twinkle2 {
  0% {
    transform: scale(0);
    opacity: 0;
    transform-origin: 60% 40%;
  }
  82% {
    transform: scale(0);
    opacity: 0;
    transform-origin: 60% 40%;
  }
  87% {
    transform: scale(1.2);
    opacity: 1;
    transform-origin: 60% 40%;
  }
  92% {
    transform: scale(1);
    opacity: 1;
    transform-origin: 60% 40%;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    transform-origin: 60% 40%;
  }
}

#star3 {
  animation: twinkle3 4s ease infinite;
}

@keyframes twinkle3 {
  0% {
    transform: scale(0);
    opacity: 0;
    transform-origin: 60% 60%;
  }
  87% {
    transform: scale(0);
    opacity: 0;
    transform-origin: 60% 60%;
  }
  92% {
    transform: scale(1.2);
    opacity: 1;
    transform-origin: 60% 60%;
  }
  97% {
    transform: scale(1);
    opacity: 1;
    transform-origin: 60% 60%;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    transform-origin: 60% 60%;
  }
}

#star4 {
  animation: twinkle4 4s ease infinite;
}

@keyframes twinkle4 {
  0% {
    transform: scale(0);
    opacity: 0;
    transform-origin: 60% 60%;
  }
  92% {
    transform: scale(0);
    opacity: 0;
    transform-origin: 60% 60%;
  }
  97% {
    transform: scale(1.2);
    opacity: 1;
    transform-origin: 60% 60%;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    transform-origin: 60% 60%;
  }
}

.video-container {
  position: relative;
  width: 100%;

  overflow: hidden;
}

.ticket-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gradient-overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(75, 11, 45, 0) 0%,
    rgba(255, 255, 255, 0) 16%,
    rgba(75, 11, 45, 0.5) 86%,
    rgba(75, 11, 45, 1) 100%
  );
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(75, 11, 45, 1) 0%,
    rgba(255, 255, 255, 0) 16%,
    rgba(255, 255, 255, 0) 86%,
    rgba(75, 11, 45, 1) 100%
  );
}
#particle {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -10;
}

#speakers {
  z-index: 2;
  position: relative;
}
#footer {
  z-index: 2;
  position: relative;
  background-color: #4b0b2d;
}
#footer a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

#footer a:hover {
  color: black;
}
#contact {
  z-index: 2;
  position: relative;

  background-image: linear-gradient(
      to top,
      rgba(75, 11, 45, 1) 0%,
      rgba(255, 255, 255, 0) 16%,
      rgba(255, 255, 255, 0) 86%,
      rgba(75, 11, 45, 1) 100%
    ),
    url("../assets/contact-background.jpgs");
}

a {
  font-family: "Gilroy-Regular", serif;
}
.customBtn a {
  font-size: 14px;
}

.hero-nav:hover {
  font-size: 14px !important;
}

.hero-nav:hover::before {
  visibility: hidden !important;
  transform: scaleX(0) !important;
}

.modal-header h1{
  color: #2f0820;
  font-family: 'Gilroy-Semibold';
}

.modal-body .row .card:after {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
}

body .modal-dialog { /* Width */
  max-width: 100%;
  width: auto !important;
  display: inline-block;
}

.modal {
  z-index: -1;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.modal-open .modal {
  z-index: 2000;
}

.amount{
  color: #000;
}

.platform{
  font-family: 'Gilroy-Semibold';
}

.modal-body .row .col-sm-6 .card .card-body a{
  background-color: rgb(232, 56, 124) !important;
  border-color: rgb(232, 56, 124) !important;
}

.collab-logo{
  height: 100px !important;
  width: 200px !important;
  object-fit: contain;
}

.buy-ticket-text{
  font-family: 'Gilroy-Semibold' !important;
}