/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    http://example.com/twentytwenty-child/
 Description:  Twenty Twenty Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwenty-child
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  text-decoration: none;
	
}
body{
	overflow-x:hidden !Important
}

a:hover {
  text-decoration: none;
}


.navlogo img {
  width: 100%;
  max-width: 110px !important;
  object-fit: contain;
}

.main_header {
  background-color: #161616 !important;
  padding: 10px 0px 10px 0px !important;
}

.navbtn a button {
  border-radius: 50px !important;
  padding: 12px 30px;
  background-color: #f73116 !important;
  font-size: 15px !important;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 0px !important;
}

.main_header ul li a {
  color: #fff !important;
  font-family: "Quicksand", Sans-serif !important;
  font-size: 16px !important;
}

.main_header .header-inner.section-inner {
  padding: 0px !important;
}

.about_images img {
    max-width: 74%;
    width: 100%;
    max-height: 300pc;
}

.tab-content-wrapper {
    display: flex;
    justify-content: center;
    padding: 80px 20px;
}

	.tab-content.active {
	  display: flex !important;
	  flex-direction: row;
	}
	.tab-content img {
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}


.tabs-container {
    max-width: 1200px;
    margin: 0px auto !important;
}

.tab-menu {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}
.tab-menu a {
    font-size: 14px;
    padding: 16px 20px;
    white-space: nowrap;
}

.tab-link {
  flex: 1;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  color: #000;
  border-right: 1px solid #eee;
  transition: 0.3s;
  background: #111;
  color: #fff;
}

.tab-link:last-child {
  border-right: none;
}

.tab-link.active {
  background: #ef3119 !important;
  color: #fff;
}

.tab-link i {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.tab-content-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 20px !important;
    background-color: #161616 !important;
    margin-top: 30px !important;
    border-radius: 20px;
}

.tab-content img {
    width: 100%;
    object-fit: contain !important;
    max-height: 225px;
    max-width: 72% !important;
}

.tab-content {
  display:
}

/* .tab-content.active {
  display: block;
} */

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.content-wrapper img {
  width: 300px;
  border-radius: 10px;
}

.tab-details p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-family: "Quicksand", Sans-serif !important;
	margin-bottom:20px;
}
.tab-details {
    padding-right: 40px;
}

.content-wrapper .text {
  max-width: 500px;
}

.content-wrapper h2 {
  font-family: "Quicksand", Sans-serif !important;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 34px !important;
  color: #fff;
}

.tab-details h3 {
    font-family: "Quicksand", Sans-serif !important;
    font-size: 26px !important;
    font-weight: 600;
    line-height: 36px !important;
    color: #fff;
    margin: 20px 0px 10px 0px;
}

.tab-details a {
  padding: 8px 25px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: normal;
  font-family: "Quicksand", Sans-serif !important;
  background-color: #f83016;
	border-radius:8px;
  color:#fff;
}

.content-wrapper p {
  color: #444;
  line-height: 1.6;
}



/* contact page form css */


.contact-page-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px !important;
}

.contact-page-form h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.contact-page-form input,
.contact-page-form textarea {
  width: 100%;
  padding: 15px 18px;
  margin-bottom: 15px !important;
  border: 1px solid #555;
  border-radius: 6px;
  font-size: 17px;
  box-sizing: border-box;
}

.contact-page-form ::placeholder {
  font-size: 17px;
  color: #333;
}

/* Two column layout for email and phone */
.contact-page-form .row-two {
  display: flex;
  gap: 15px;

}

.contact-page-form .field-half {
  flex: 1;
}

/* Textarea Styling */
.contact-page-form textarea {
  height: 150px;
  resize: vertical;
}

/* Submit Button Styling */
.contact-page-form .btn-red {
  background-color: #b9202d;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-page-form .btn-red:hover {
  background-color: #9c1e28;
}



.how_work_box {
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13),
    0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}





.buy_ticket_form {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

.buy_ticket_form h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 25px;
}

.buy_ticket_form .form-group {
  margin-bottom: 18px;
}

.buy_ticket_form input,
.buy_ticket_form select {
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.buy_ticket_form .price {
  font-weight: bold;
  font-size: 17px;
  color: #333;
  margin: 20px 0;
  text-align: center;
}

.buy_ticket_form input[type="submit"] {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 14px 20px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
  width: 100%;
}

.buy_ticket_form input[type="submit"]:hover {
  background-color: #0056b3;
}

.pay_btn {
  background-color: #28a745;
  /* green shade */
  color: #fff;
  padding: 10px 20px;
  border: none;
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.pay_btn:hover {
  background-color: #218838;
  /* darker green on hover */
  transform: translateY(-2px);
  /* slight lift */
}

.pay_btn:active {
  background-color: #1e7e34;
  /* pressed color */
  transform: translateY(0);
}

/* 
.img_aniamte{
 {
     animation: rot10 2s linear infinite; 
} */


.step-column {
  position: relative;
  text-align: center;
  padding-top: 60px;
}

.step-column::before {
  content: "1";
  /* default, will change via step-2/step-3 */
  font-size: 200px;
  color: rgba(255, 255, 255, 0.05);
  font-weight: 900;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

.step-2::before {
  content: "2";
}

.step-3::before {
  content: "3";
}


/* border_loop section */



.custom_border_loop_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
}

.custom_border_loop_section .left-content {
  flex: 1;
  z-index: 3;
}

.custom_border_loop_section .logo {
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom_border_loop_section .logo span {
    color: #f63015;
    font-size: 22px;
    font-family: "Quicksand", Sans-serif !important;
}

.custom_border_loop_section .hero-title {
  font-family: "Quicksand", Sans-serif !important;
  font-size: 36px !important;
  font-weight: 600;
  line-height: 44px !important;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.custom_border_loop_section .logo span {
    color: #f63015 !important;
    font-size: 22px;
    font-family: "Quicksand", Sans-serif !important;
}

.custom_border_loop_section .email {
  margin-top: 30px;
  font-size: 14px;
}

.custom_border_loop_section .email strong {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

.custom_border_loop_section .cta-btn {
    margin-top: 30px;
    padding: 12px 24px;
    background: #f63015 !important;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    font-family: "Quicksand", Sans-serif !important;
    font-weight: normal;
    transition: background 0.3s;
}

.custom_border_loop_section .cta-btn:hover {
  background: #caff4f;
}

.custom_border_loop_section .right-animation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.custom_border_loop_section .pulse-wrapper {
  position: relative;
  width: 500px !important;
  height: 400px;
}

.thar_img {
  position: relative;
  z-index: 9;
}

.thar_img_main img {
  position: absolute;
  width: 100%;
  top: 122px;
	z-index:99;
}
@media(max-width:768px){
	.thar_img_main img {
    position: absolute;
    width: 52% ;
    top: 145px;
    z-index: 99;
    left: 23%;
}
}
.custom_border_loop_section .car-center {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 0 30px #b4ff1f;
}

.custom_border_loop_section .car-center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.custom_border_loop_section .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  border: 1px solid #f73116;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: ringPulse 5s linear infinite;
  z-index: 1;
}

.custom_border_loop_section .ring1 {
  animation-delay: 0s;
}

.custom_border_loop_section .ring2 {
  animation-delay: 1s;
}

.custom_border_loop_section .ring3 {
  animation-delay: 2s;
}

.custom_border_loop_section .ring4 {
  animation-delay: 3s;
}

.custom_border_loop_section .ring5 {
  animation-delay: 4s;
}

@keyframes ringPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }

  100% {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .custom_border_loop_section {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .custom_border_loop_section .hero-title {
    font-size: 38px;
  }

  .custom_border_loop_section .right-animation {
    margin-top: 60px;
  }
}

/* Wrap input and button in a row */
.newsletter_form .form_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  width: 100%;
  padding-right: 20px;
}

/* Make input full width inside available space */
.newsletter_form .input_wrap {
  flex: 1;
}

.newsletter_form input[type="email"] {
  width: 100%;
  padding: 17px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.newsletter_form .button_wrap input[type="submit"] {
  padding: 17px 14px;
  font-size: 15px;
  font-weight: bold;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  text-transform: capitalize;
}


@media (max-width: 768px) {
  .newsletter_form .form_inner {
    flex-direction: column;
    align-items: stretch;
  }

  .tab-menu {
    flex-direction: column;
  }

  .tab-content.active {
    flex-direction: column !important;
  }

  .tab-content img {
    width: 100%;
    height: 300px !important;
    max-width: 90% !important;
    object-fit: contain !important;
  }
}

.newsltter .wpcf7-form {
  margin: auto;
  background-color: transparent;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
}





/* buy a ticket form css */

    .buy_a_ticket_main {
      max-width: 600px;
      margin: 40px auto;
      border: 1px solid #ddd;
      padding: 30px;
      border-radius: 8px;
      font-family: 'Quicksand', sans-serif;
    }

    .buy_a_ticket_main h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffff;
		 font-family: "Quicksand", Sans-serif !important;
}

    .buy_a_ticket_main .form-group {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin-bottom: 40px;
    }

    .buy_a_ticket_main .form-group.half input {
      flex: 1 1 calc(50% - 10px);
    }

    .buy_a_ticket_main input[type="text"],
    .buy_a_ticket_main input[type="email"],
    .buy_a_ticket_main input[type="tel"],
    .buy_a_ticket_main input[type="submit"] {
      padding: 12px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 6px;
      width: 100%;
      box-sizing: border-box;
    }

    .buy_a_ticket_main .checkbox-group {
      margin-bottom: 20px;
    }

  .buy_a_ticket_main .checkbox-group label {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    color: #fff;
	   font-family: "Quicksand", Sans-serif !important;
}
    .buy_a_ticket_main .agent-id {
      margin-top: 20px;
      display:
    }

    .buy_a_ticket_main .agent-id input {
      padding: 12px;
      font-size: 16px;
      border: 1px solid #ccc;
      border-radius: 6px;
      width: 100%;
      box-sizing: border-box;
		 font-family: "Quicksand", Sans-serif !important;
    }

  .buy_a_ticket_main input[type="submit"] {
    background-color: #f83014;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: "Quicksand", Sans-serif !important;
	  text-decoration:none;
}

    .buy_a_ticket_main input[type="submit"]:hover {
      background-color: #a61d2a;
    }
/* 
.te-footer-widget-wrapper:before { 
    content: "";
    position: absolute;
    background: linear-gradient(98deg,rgba(2,193,115,.4) -7.42%,rgba(2,193,115,0) 75.72%);
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
} */




.newsletter-wrapper {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.newsletter-wrapper input[type="email"] {
  width: 100%;
  padding: 12px 130px 12px 16px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

.newsletter-wrapper input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 20px;
  background-color: #ff6600;
  color: #fff;
  border: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-wrapper input[type="submit"]:hover {
  background-color: #e65c00;
}

/* Container */

.custom_agent {
    max-width: 500px;
    margin: 60px auto;
    background: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.custom_agent h2 {
    font-size: 32px;
    color: #0066f5;
    letter-spacing: 1px;
    margin: 20px 0px 20px 0px;
    text-transform: capitalize !important;
}
.custom_agent label{
	text-align:left;
	font-size:16px;
}

/* Form input styles */
#agentLoginForm input[type="email"],
#agentLoginForm input[type="password"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    font-size: 15px;
    margin-bottom: 25px;
    background: transparent;
    outline: none;
    transition: border-color 0.3s;
}

#agentLoginForm input:focus {
    border-bottom: 1px solid #0066f5;
}

/* Submit Button */
#agentLoginForm button[type="submit"] {
    width: 100%;
    background-color: #0066f5;
    color: white;
    padding: 12px 0;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

#agentLoginForm button[type="submit"]:hover {
    background-color: #004ec1;
}

/* Forgot Password */
#agentLoginForm a,
#agentLoginForm .forgot-password {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    color: #0066f5;
    text-decoration: none;
}

#agentLoginForm a:hover {
    text-decoration: underline;
}

/* Error Styling */
#agentLoginForm .error {
    font-size: 12px;
    color: red;
    margin-top: -15px;
    margin-bottom: 10px;
    display: block;
}


/* contact page form css */


    .contact_page_form {
      background: linear-gradient(
          180deg,
          rgba(0, 41, 255, 0.02) 0%,
          rgba(0, 41, 255, 0) 100%
      );
      padding: 50px 0;
    }

    .contact_page_form .custom_contact_form {
      background-color: #ffffff;
      padding: 40px;
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
      border-radius: 3px;
      overflow: hidden;
    }

    .contact_page_form label,
    .contact_page_form input,
    .contact_page_form textarea {
      display: block;
      width: 100%;
    }

    .contact_page_form ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .contact_page_form li {
      padding: 0.3em;
    }

 .contact_page_form span {
    font-weight: 700;
    color: #000000;
    line-height: 2.5rem;
    font-size: 13px;
    text-transform: uppercase;
}

    .contact_page_form input[type="submit"] {
      background: #F83016;
      color: white;
      font-weight: 700;
      font-size: 1.2rem;
      border-radius: 5px;
      margin-top: 1.3em;
      cursor: pointer;
    }

    .contact_page_form .required-star {
      color: #fc4366;
    }

    .contact_page_form input,
    .contact_page_form textarea {
      padding: 9px 20px;
      border: 1px solid #e1e2eb;
      background-color: #fff;
      color: #102a43;
      caret-color: #829ab1;
      box-sizing: border-box;
      font-size: 1rem;
      line-height: 2rem;
      box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, 0.2);
      border-radius: 3px;
    }


/* ticket page design */

 
.page-id-544 #numberContainer div {
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    background: #161616;
    text-align: center;
    color: #fff;
}
.page-id-544 #numberContainer div:hover {
    background-color:#f63118;
    color:#fff;
}
body.page-id-544 {
  background-color: black !important;
}

page-id-544 .lottery-container {
    max-width: 1200px !important;
    margin: 30px auto!important;
}

.lottery-container h2 {
    color: #f63118;
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    font-family: "Quicksand", Sans-serif !important; 
    padding-bottom: 50px;
}
.custom-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f83016 !important;
    height: 130px !important;
    display: flex;
    align-items: center;
}

.track {
  display: flex;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.track span {
  color: white;
  font-size: 44px;
  font-weight: bold;
  padding-right: 100px;
 font-family: "Quicksand", Sans-serif !important;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

#ticketForm input {
    padding: 10px !important;
    border-radius: 10px !important;
}

.modal-content h3 {
    margin: 10px 0px;
}
.pay-btn {
    background: #f73116;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 14px;
    text-transform: none;
    font-family: "Quicksand", Sans-serif !important;
    font-weight: 600;
    border-radius: 10px;
}

ul.modal-menu.reset-list-style li a {
    font-size: 15px;
	color:#000;
}
.menu-bottom {
    display: none;
}

ul.modal-menu.reset-list-style li  {
    border: none;
}




@media (max-width: 768px){
.navbtn a button {
    border-radius: 50px !important;
    padding: 7px 10px;
    background-color: #f73116 !important;
    font-size: 11px !important;
    text-transform: capitalize;
    font-weight: 500;
    margin-top: 0px !important;
}
/* 	.main_header span.toggle-inner {
    display: none;
} */
	.buy_a_ticket_main h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffff;
    font-family: "Quicksand", Sans-serif !important;
}
	.contact_page_form .custom_contact_form {
    padding: 15px; 
}
	button.toggle.search-toggle.mobile-search-toggle {
    display: none;
}
	span.toggle-icon {
    color: #fff;
}
	span.toggle-text {
    display: none;
}
	.header-inner.section-inner {
    display: flex;
    align-items: center;
}
	.header-titles-wrapper {
    padding-left: 0px !important;
}
	.navbtn {
    padding-left: 20px; 
}
	.navbtn a{
    text-decoration: none;
}
	section.hero-section {
		padding:0px !important;
}
	.animation-text {
    margin-top: 20px !important;
}
	.modal-content{
	width:100% !important;
	max-width:80% !important;
}
	.modal-content h3 {
    margin: 10px 0px;
    font-size: 24px;
}
	.modal-content p{
    font-size: 16px;
	margin-bottom:10px;

	}
	.page-id-544 .lottery-container{
		padding:0px 20px;
	}
	
	#numberContainer {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.6;
  scroll-behavior: smooth;
}

#numberContainer::-webkit-scrollbar {
  width: 20px !important;
}

#numberContainer::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 4px;
}

#numberContainer::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
  border: 2px solid #eee;
}

#numberContainer::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

	
}









