h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Abril Fatface", cursive;
  letter-spacing: 1.8px;
}

p {
  font-family: "Poppins", sans-serif;
  letter-spacing: 2px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

section {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0px;
  position: relative;
}

/* header css */

.header-logo {
  text-align: end;
  width: 100%;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  padding: 40px 80px;
}

.header-logo img {
  width: 100%;
  max-width: 230px;
}

/* hero css */

.banner-main {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(image/BG-1-slide.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  min-height: 990px;
}

.log-and-date-hero {
  display: inline-block;
  width: 100%;
}

.log-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.log-center img {
  width: 100%;
  max-width: 700px;
}

.date-hero {
  width: 100%;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.date-hero .date {
  display: inline-block;
  width: 100%;
  background-image: url(image/tickit-no-chandlo.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  height: 160px;
  width: 160px;
}

.date-hero .date h3 {
  color: #fff;
  text-align: center;
  font-size: 80px;
  line-height: 0.6em;
  font-weight: 900;
  margin-top: 60px;
}

.date-hero .date small {
  color: #fff;
  text-align: center;
  font-size: 45px !important;
  font-weight: 700;
  margin-top: 50px;
  font-family: "Abril Fatface", cursive;
  letter-spacing: 4px;
}

.date-hero .desh {
  font-size: 80px;
  font-weight: 500;
  color: #fff;
}

/* -------------------------------- */

/* about css  */

.about-main {
  background-image: url(image/playing-garba.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-text {
  padding-top: 160px;
}

.about-text p {
  text-align: center;
  color: #fff;
  font-size: 26px;
  letter-spacing: 1.5px;
}

/* -------------------------------- */

/* background round text img */

.half-bg-warpper {
  background-image: url(image/bg-with-kamal-full.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 999;
}

.rotate-img-txt-main {
  width: 100%;
  height: 100vh;
  min-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -103px;
  padding: 160px 0px 80px;
}

.all-rotate-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-rotate-img .roted-text {
  position: absolute;
  width: fit-content;
}

.all-rotate-img .roted-img-text {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.all-rotate-img .roted-img-text img {
  width: 100%;
  max-width: 325px;
  margin-top: 5px;
}

.all-rotate-img .roted-text img {
  opacity: 1;
  position: relative;
}

.all-rotate-img .roted-text.roted-1 img {
  width: 100%;
  max-width: 740px;
  animation: rotateBoth 60s linear infinite;
}

.all-rotate-img .roted-text.roted-2 img {
  width: 100%;
  max-width: 720px;
  animation: rotateText 70s linear infinite;
}

.all-rotate-img .roted-text.roted-3 img {
  width: 100%;
  max-width: 700px;
  animation: rotateBoth 70s linear infinite;
}

/* ----------------------- */

/* ticket section css */

.ticket-main {
  display: inline-block;
  width: 100%;
  /* padding-top: 80px; */
  padding-bottom: 30px;
}

.ticket-logo {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.ticket-logo img {
  width: 100%;
  max-width: 320px;
}

.ticket-days-list {
  display: flex;
  justify-content: center;
  padding-bottom: 80px !important;
  max-width: 1320px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 1.5rem;
  color: #fff;
}

.ticket-days {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  justify-items: center;
  justify-content: space-between;
}

.day-box {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.day-circle {
  width: 150px;
  height: 150px;
  background-image: url(image/date-no-chandlo-gray.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
  margin-bottom: 10px;
}

.day-box.active .day-circle {
  background-image: url(image/tickit-no-chandlo.webp);
}

.day-circle h3 {
  font-size: 38px;
}

.price {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.price h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 8px 0px;
  text-align: center;
}

.counter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 20px;
}

.counter button {
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.counter button img {
  width: 46px;
}

.counter span h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
}

/* ------------------- */

/* ticket form css */

.ticket-conf-main {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.form-bg {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
}

.contact-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 40px;
}

.form-group {
  display: flex;
  width: 100%;
  float: right;
  gap: 15px;
  justify-content: center;
}

.form-group label {
  width: 20%;
}

.form-group label h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: black;
  text-align: end;
}

.form-group input {
  background-color: transparent !important;
  border-bottom: 1px solid black !important;
  border-radius: 0px !important;
  border-width: 0px 0px 2px 0px !important;
  width: 78%;
}

.total-pay {
  display: inline-block;
  width: 100%;
  float: left;
  background-image: url(image/red-detail-box.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 40px;
}

.total-pay h5 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
}

.total-pay button {
  border: none;
  background: none;
}

.total-pay button img {
  width: 160px;
}

/* -------------- */

/* insta post css */

.insta_post-main {
  display: flex;
  justify-content: center;
  padding-bottom: 80px !important;
  padding: 0px 1rem;
  color: #fff;
  margin-top: 20px;
}

.post-container {
  display: inline-block;
  width: 100%;
}

.post-row {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  justify-items: center;
  justify-content: space-between;
}

.insta-post {
  display: inline-block;
  width: 100%;
}

.insta-post img {
  width: 100%;
  box-shadow: 0px 0px 2px 1px #333;
}

/* -------------- */

/* footer css */

.footer-main {
  display: inline-block;
  width: 100%;
  padding-bottom: 80px;
}

.footer {
  display: inline-block;
  width: 100%;
}

.contact-details {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
}

.contact-details h3 {
  font-size: 38px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
}

.contact-number {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 15px;
  padding: 20px 0px;
}

.contact-number li {
  border-right: 2px solid #fff;
  padding-right: 15px;
  display: inline-block;
}

.contact-number li:last-child {
  border: none;
}

.contact-number li a {
  color: #fff;
  text-decoration: none;
}

.contact-number li a h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif !important;
  margin-bottom: 0px;
  transition: 0.4s ease-in-out;
  opacity: 0.8;
  text-align: center;
}

.contact-number li a h4:hover {
  opacity: 1;
}

.social-conection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
}

.social-log {
  display: inline-block;
  width: fit-content;
  text-align: center;
}

.social-log img {
  width: 100%;
  max-width: 200px;
  opacity: 0.8;
  transition: 0.4s ease-in-out;
}

.social-log img:hover {
  opacity: 1;
}

.privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 20px;
}

.links-page {
  padding: 0px;
  margin: 0px;
}

/* ---------- */

/* animations */

@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateBoth {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@media (max-width: 768px) {
  .ticket-days {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .ticket-days {
    grid-template-columns: 2fr;
  }
}
