@import "main.css";

body {
  margin: 0;
  padding: 0;
  /* font-family: "Jost"; */
  font-family: "Etna sans Serif";
  font-size: 18px;
  line-height: 26px;
  /* color: var(--black-400); */
  color: black;
  font-weight: 400;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
img {
  max-width: 100%;
}
input,
button {
  outline: 0;
}
.form-control:focus {
  box-shadow: none;
}
.mt-20{
  margin-top: 45px;
}

/*----- Global CSS -----*/

.trans {
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.primary-font {
  color: var(--primary);
}
.secondary-font {
  color: var(--black-300);
}
.font-weight-semi-bold {
  font-weight: 600;
}
.font-weight-medium {
  font-weight: 500;
}
.highlight-content p {
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 50px;
}
.wa-chat-box-poweredby {
  display: none;
}
.sponsor-list {
  flex: 1 auto;
}
.bg-white-100 {
  background: var(--white-100);
}

/*----- Custom CSS -----*/

@media (min-width: 1440px) {
  .container {
    max-width: 1366px;
  }
}
.lar-padding {
  padding: 40px 0;
}
.content-area-top-space {
  padding-top: 170px;
}
.lar-section-bg {
  background: var(--white-100);
}
@media (max-width: 991px) {
  .lar-padding {
    padding: 40px 0;
  }
  .venue-section,
  .cities-section {
    background-size: 100% 60px;
  }
  .lar-banner {
    background-size: 100px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }
  .lar-padding {
    padding: 30px 0;
  }
  .content-area-top-space {
    padding-top: 100px;
  }
}

#wa-widget-send-button {
  right: 120px !important;
}

@media only screen and (max-width: 480px) {
  #wa-widget-send-button {
    margin: 0 0 25px 0 !important;
    right: 75px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    bottom: 15px !important;
  }
  #wa-widget-send-button div {
    font-size: 0 !important;
  }
}
.black-text{
  color:black;
}
.list-style-disc{
  list-style-type: disclosure-closed;
  margin-left: 10px;
}
.city-box-shadow img{
      border-radius: 50%;
      margin-right : -13px;
}
.cs_btn.cs_style_1:hover {
    background-color: #e77817;
    color: #fff;
}


.cs_style_1{
  color: #fff;
}
@media (max-width: 997.98px) {
  .cs_btn {
    color: #e77817 !important;
    font-weight: 600 !important;
  }
  .cs_btn.cs_style_1:hover {
      background-color: #e77817  !important;
      color: #fff  !important;
  }

}

.cs_btn.cs_style_1
 {
    /* color: #121212; */
    border: 2px solid #e77817;
    border-radius: 15px;
    font-weight: 500;
    padding: 10px 20px;
    line-height: 1.625em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    outline: none;
}
/* .design{
    background-image: url("../images/design2.png");
    height: 400px;
    width: 100%;
    padding: 25px 0;
} */
 .design {
    background-image: url(../images/design2.png);
    background-repeat: no-repeat;
    background-size: contain;                  /* Ensures full coverage */
    background-position: bottom;
    width: 100%;
    padding: 25px 0;
    height: auto;                             /* Let content define height */
    /* min-height: 400px;   */
    min-height: 450px;  
}
@media (max-width: 1200px) {
    .design {
        min-height: 350px;
    }
}

@media (max-width: 992px) {
    .design {
        min-height: 300px;
    }
}

@media (max-width: 768px) {
    .design {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    .design {
        min-height: 200px;
    }
}
.top-padding{
  padding: 120px 0;
}
.socail-media-links .fb, .socail-media-links .in ,.socail-media-links .li ,.socail-media-links .yt{
  background: #e5795d !important;
}
.venue-text{
    color: #e5795d !important;
    font-weight: 600;
}
.px17-black{
  font-size : 17px !important;
  color :black !important;
}
.inc-logo{
  margin-left: 65px;
}
.save-text{
    color: white !important;
    font-weight: 600;
    background-color: #e5795d;
}
.responsive-logo {
  max-width: 100%;
  height: auto;
}
#countdown-wrapper {
  border-radius: 16px;
  padding: 20px 10px;
  font-family: 'Etna sans Serif', sans-serif;
  text-align: center;
}

#countdown-wrapper .col-6, 
#countdown-wrapper .col-md-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#countdown-wrapper h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

#countdown-wrapper p {
  margin: 0;
  color: #ff9800;
  font-size: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  #countdown-wrapper h3 {
    font-size: 1.5rem;
  }

  #countdown-wrapper p {
    font-size: 0.75rem;
  }
}

#registrationForm label.error {
    color: #dc3545;
    margin-bottom: 0px !important;
    /* font-size: 14px; */
}


.swal-confirm-button {
  background-color: #e5795d !important;
  color: #ffffff !important;
}
.swal-custom-popup{
  font-size: 16px !important;
}
.swal-custom-title {
  font-size: 20px !important; /* title font size */
}