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-btn{
 width: 100%;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 80px;
}

.header-btn button{
   background-color: #DA1918;
   position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 320px;
    max-width: 100%;
    height: 56px;
    padding: 0 24px;
    text-align: center;
    border-radius: 12px;
    border: none;
    overflow: hidden;
}

.header-btn button a{
  color: #fff; 
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
}

.header-logo img {
  width: 100%;
  max-width: 200px;
}

/* 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-btn-main {
  display: inline-block;
  width: 100%;
  padding: 40px 0px 110px;
}

.ticket-btn {
  display: inline-block;
  width: 100%;
}

.ticket-btn a {
  text-decoration: none;
}

.ticket-btn a {
  font-size: 34px;
  font-weight: 600;
}

.ticket-btn a {
  position: relative;
  display: inline-block;
  padding: 20px 25px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 2px;
  overflow: hidden;
}

.ticket-btn a:hover {
  background: #0D6DCA;
  color: #fff;
  box-shadow: 0 0 5px #0D6DCA, 0 0 25px #0D6DCA, 0 0 50px #0D6DCA,
    0 0 200px #0D6DCA;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.ticket-btn a span {
  position: absolute;
  display: block;
}

.ticket-btn a span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: animate1 1s linear infinite;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.ticket-btn a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.ticket-btn a span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.ticket-btn a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

.ticket-btn a:hover span {
  background: #1977d3;
}

.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;
  }
} */



/*responcive css*/

@media screen and (max-width: 1400px) {
  .log-center img {
    max-width: 600px;
  }
  .header-logo img {
    max-width: 200px;
  }
  .date-hero {
    gap: 15px;
  }
  .ticket-logo img {
    max-width: 360px;
  }
  .ticket-days-list {
    max-width: 1140px;
  }
  .contact-form {
    padding: 40px 20px 40px 40px;
  }
  .form-group label {
    width: 20%;
  }
  .rotate-img-txt-main {
    min-height: 845px;
  }
}

@media screen and (max-width: 1199px) {
  .header-logo {
    padding: 30px 60px;
  }
  .header-btn{
  	padding: 80px 60px;
  }
  .header-logo img {
    max-width: 190px;
  }
  .date-hero .date {
    height: 150px;
    width: 150px;
    text-align: center;
  }
  .date-hero .date h3 {
    font-size: 70px;
  }
  .date-hero .date small {
    font-size: 40px !important;
  }
  .about-text {
    padding-top: 200px;
    padding-bottom: 20px;
  }
  .rotate-img-txt-main {
    min-height: 800px;
  }
  .day-circle {
    width: 130px;
    height: 130px;
  }
  .day-circle h3 {
    font-size: 32px;
  }
  .price h2 {
    font-size: 36px;
  }
  .ticket-days-list {
    max-width: 960px;
    padding: 0px 12px;
    padding-bottom: 80px !important;
  }
  .form-group label {
    width: 25%;
  }
  .total-pay h5 {
    font-size: 32px;
  }
  .contact-number {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
  .header-logo {
    padding: 30px 50px;
  }
  .header-btn{
  	padding: 80px 50px;
  }
  .header-logo img {
    max-width: 180px;
  }
  .log-center img {
    max-width: 450px;
  }
  .banner-main {
    min-height: 850px;
  }
  .date-hero .date {
    height: 140px;
    width: 140px;
  }
  .date-hero .date h3 {
    font-size: 60px;
  }
  .date-hero .date small {
    font-size: 36px !important;
  }
  .about-text {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .about-text p {
    font-size: 24px;
  }
  .rotate-img-txt-main {
    padding: 160px 0px 0px;
    min-height: 650px;
  }
  .all-rotate-img .roted-img-text img {
    max-width: 260px;
  }
  .all-rotate-img .roted-text.roted-1 img {
    max-width: 625px;
  }
  .all-rotate-img .roted-text.roted-2 img {
    max-width: 605px;
  }
  .all-rotate-img .roted-text.roted-3 img {
    max-width: 580px;
  }
  .ticket-main {
    padding-bottom: 20px;
    padding-top: 60px;
  }
  .ticket-logo img {
    max-width: 340px;
  }
  .ticket-btn a {
    font-size: 32px;
    letter-spacing: 2px;
  }
  .ticket-days-list {
    padding: 0px 12px;
    padding-bottom: 60px !important;
  }
  .ticket-days {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .day-circle {
    width: 100px;
    height: 100px;
  }
  .day-circle h3 {
    font-size: 26px;
  }
  .price h2 {
    font-size: 30px;
  }
  .counter button img {
    width: 28px;
  }
  .counter span h4 {
    font-size: 26px;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .form-group label {
    width: 30%;
  }
  .form-group label h5 {
    font-size: 20px;
  }
  .total-pay h5 {
    font-size: 28px;
  }
  .insta_post-main {
    padding-bottom: 60px !important;
  }
  .post-row {
    grid-template-columns: repeat(5, 1fr);
  }
  .contact-details h3 {
    font-size: 36px;
  }
  .footer-main {
    padding-bottom: 60px;
  }
  .contact-number li:nth-child(2) {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  section {
    padding: 40px 0px;
  }
  .header-logo {
    padding: 20px 15px;
  }
  .header-btn{
  	padding: 60px 15px;    
  }
  .header-btn button{
      padding: 12px 15px;
      max-width: 250px;
  }
  .header-btn button a {
    font-size: 16px;
}
  .header-logo img {
    max-width: 150px;
  }
  .banner-main {
    background-position: center;
    min-height: 780px;
  }
  .log-center img {
    max-width: 500px;
  }
  .date-hero .date {
    height: 110px;
    width: 110px;
  }
  .date-hero .date h3 {
    font-size: 48px;
    margin-top: 44px;
  }
  .date-hero .date small {
    font-size: 26px !important;
  }
  .about-text p {
    font-size: 22px;
  }
  .rotate-img-txt-main {
    padding: 100px 0px 0px;
    margin-top: -80px;
    min-height: 600px;
  }
  .all-rotate-img .roted-img-text img {
    max-width: 200px;
  }
  .all-rotate-img .roted-text.roted-1 img {
    max-width: 490px;
  }
  .all-rotate-img .roted-text.roted-2 img {
    max-width: 465px;
  }
  .all-rotate-img .roted-text.roted-3 img {
    max-width: 440px;
  }
  .ticket-days-list {
    padding-bottom: 40px !important;
  }
  .ticket-main {
    padding: 30px 0px;
  }
  .ticket-logo img {
    max-width: 300px;
  }
  .ticket-btn a {
    padding: 15px 20px;
    font-size: 26px;
  }
  .contact-form {
    gap: 15px;
  }
  .form-group label {
    width: 30%;
  }
  .contact-form {
    padding: 30px 20px 10px;
  }
  .total-pay {
    background-image: none;
    background-color: red;
    padding: 30px;
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
  }
  .ticket-conf-main {
    margin-bottom: 40px;
  }
  .map-parnt {
    height: 450px !important;
  }
  .insta_post-main {
    padding-bottom: 40px !important;
  }
  .post-row {
    grid-template-columns: repeat(4, 1fr);
  }
  .contact-number {
    gap: 12px;
    padding: 15px 0px 5px;
  }
  .contact-details h3 {
    font-size: 34px;
  }
  .contact-number li a h4 {
    font-size: 22px;
    margin-bottom: 0px;
  }
  .social-conection {
    gap: 10px;
    flex-wrap: wrap;
  }
  .social-log img {
    max-width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .header-btn {
    padding: 40px 15px;
  }
  .header-logo img {
    max-width: 100px;
  }
  .header-btn button {
    width: 175px;
    height: 46px;
  }
  .about-text {
    padding-bottom: 0px;
  }
  .about-text p {
    font-size: 20px;
  }
  .half-bg-warpper {
    background-position: center;
  }
  .rotate-img-txt-main {
    /* margin-top: -65px; */
    min-height: 500px;
  }
  .all-rotate-img .roted-img-text img {
    margin-top: 0px;
    max-width: 130px;
  }
  .all-rotate-img .roted-text.roted-3 img {
    max-width: 280px;
  }
  .all-rotate-img .roted-text.roted-2 img {
    max-width: 320px;
  }
  .all-rotate-img .roted-text.roted-1 img {
    max-width: 350px;
  }
  .ticket-logo img {
    max-width: 300px;
  }
  .ticket-btn a {
    padding: 10px 15px;
    font-size: 18px;
  }
  .day-circle {
    width: 85px;
    height: 85px;
  }
  .day-circle h3 {
    font-size: 22px;
  }
  .price h2 {
    font-size: 26px;
  }
  .counter span h4 {
    font-size: 22px;
  }
  .counter button img {
    width: 22px;
  }
  .ticket-days {
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
  }
  .form-group label h5 {
    font-size: 20px;
  }
  .form-group label {
    width: 40%;
  }
  .total-pay h5 {
    font-size: 24px;
  }
  button .img-fluid {
    max-width: 180px;
  }
  .contact-details h3 {
    font-size: 32px;
  }
  .contact-number {
    flex-direction: column;
  }
  .contact-number li {
    border: none;
  }
  .contact-number {
    gap: 8px;
    padding: 10px 0px 0px;
  }
}