@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

:root {
  --yellow: #FD9D3A;
  --white: #fff;
  --black: #000;
  --main-heading: #333;
  --green: #0D4644;
  --content: #494848;
  --hover-yellow: #f3830f;
  --yellow-lightup: #ffb870;
  --orange-dark: #f35111;
  --orange-light: #ff8a00;
}


:root {
  --yellow: #FD9D3A;
  --white: #fff;
  --black: #000;
  --main-heading: #333;
  --green: #0D4644;
  --content: #494848;
  --hover-yellow: #f3830f;
  --yellow-lightup: #ffb870;
  --orange-dark: #f35111;
  --orange-light: #ff8a00;
}

@property --angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 17deg;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn,
.action.primary,
.action-primary,
.action.primary:hover,
.action-primary:hover,
.action.primary:focus,
.action-primary:focus,
.action.primary:active,
.action-primary:active {
  border: none;
}

button:not(.primary):active {
  box-shadow: none
}

html {
  height: 100%;
}

input,
select,
textarea {
  border-radius: 0 !important;
  min-height: 47px;
  font-family: "Hind", Sans-serif;
}

input[type="checkbox"] {
  min-height: auto;
  border-color: #c2c2c2;
}

.btn {
  border-radius: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

body {
  background: #fff;
}

* {
  letter-spacing: 0.03rem;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button,
a {
  font-family: "Helvetica Now Display", Sans-serif !important;
}

p {
  font-family: "Helvetica Now Display", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

/*================== header section style start here ==============*/

.navigation-sec {
  background: var(--black);
}

.logoutbtn {
  background: var(--yellow);
  color: var(--white);
  padding: 0.3rem 2rem;
  font-size: 1.2rem;
  border-radius: 0.2rem;
}

.logoutbtn:hover {
  background: var(--yellow);
  color: var(--black);
  padding: 0.3rem 2rem;
  font-size: 1.2rem;
}

section.banner-section .carousel-inner .carousel-item img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16 / 8;
}

section.banner-section .carousel-inner .carousel-item video {
  position: relative;
  width: 100%;
  bottom: 100%;
  transform: translateY(76%);
}

.carousel-caption.banner-tittle h1 {
  font-size: 6.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}

.carousel-caption.banner-tittle {
  position: absolute;
  left: 4%;
  top: 15%;
  right: unset;
  width: min(100%, 1000px);
  text-align: left;
}

.yellow-content {
  color: var(--yellow);
  font-size: 4.5rem !important;
}

button.btn.banner-btn {
  background: #fff;
  padding: 12px 24px;
  line-height: 28px;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 3px;
  border: 2px solid #fff;
}

button.btn.banner-btn:hover {
  background: var(--yellow);
  color: var(--black);
  border-color: var(--white);
}

section.banner-section .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent;
  transition: opacity .6s ease;
  border-radius: 2rem;
}

section.whyfree-section .info-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.title-tag {
  background: var(--black);
  color: var(--white);
  border-radius: 2px;
  padding: 0.5rem 1.5rem;
  margin: 1rem auto;
  font-size: 14px;
  font-weight: 550;
  line-height: 160%;
  width: fit-content;
  transform: skew(-17deg);
  background: var(--black);
}

.title-tag>span {
  display: inline-block;
  transform: skew(17deg);
}

section.whyfree-section {
  margin: 90px 0;
  overflow: visible;
}

section.first-time-login {
  margin-top: 170px !important;
  margin-bottom: 90px !important;
}

.whyfree-info h1 {
  font-size: 5.4rem;
  font-weight: 700;
}

.whyfree-info p {
  color: var(--black);
  margin: 1.5rem 0rem;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
}

.whyfree-info {
  padding-left: 2rem;
}

section.get-strat-section {
  background: var(--white);
  padding: 10rem 0rem;
}

/* =====New first button ======*/

.main-btn,
.get-start-btn,
.loginbtn,
.backpagebtn,
a.btn.card-main-btn,
.subitBtn,
#addnewhorse,
.verifybtn,
.savebtn,
.customer-account-forgotpassword .forget .submit,
.customer-account-createpassword .actions-toolbar .submit,
.claim-info .main-btn {
  background: var(--yellow);
  color: var(--white);
  padding: 16px 40px 16px 40px;
  font-size: 2rem;
  border-radius: 0;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-right: 2.7rem;
  padding-left: 2.7rem;
  background: transparent;
  transition: all .5s ease-in-out;
  text-align: center;
}

.main-btn:after,
.get-start-btn:after,
a.btn.card-main-btn:after,
.loginbtn:after,
.backpagebtn:after,
.subitBtn:after,
#addnewhorse:after,
.verifybtn:after,
.savebtn:after,
.customer-account-forgotpassword .forget .submit:after,
.customer-account-createpassword .actions-toolbar .submit:after,
.claim-info .main-btn:after {
  --angle: 17deg;
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  transform: skewX(-17deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  border: 1px solid var(--orange-dark);
  box-shadow: 15px 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: all 1s ease-in-out;
  transition: --angle 1s;
}

.main-btn:hover,
.main-btn:active,
.get-start-btn:hover,
.get-start-btn:active,
a.btn.card-main-btn:hover,
a.btn.card-main-btn:active,
.loginbtn:hover,
.loginbtn:active,
.backpagebtn:hover,
.backpagebtn:active,
.subitBtn:hover,
.subitBtn:active,
#addnewhorse:hover,
#addnewhorse:active,
.verifybtn:hover,
.verifybtn:active,
.savebtn:hover,
.savebtn:active,
.customer-account-forgotpassword .forget .submit:hover,
.customer-account-forgotpassword .forget .submit:active,
.customer-account-createpassword .actions-toolbar .submit:hover,
.customer-account-createpassword .actions-toolbar .submit:active,
.claim-info .main-btn:hover,
.claim-info .main-btn:active {
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  text-shadow: 1px 1px 3px rgba(214, 72, 7, 0.75);
  background: transparent;
  color: var(--white);
}

.main-btn:hover:after,
.main-btn:active:after,
.get-start-btn:hover:after,
.get-start-btn:active:after,
a.btn.card-main-btn:hover:after,
a.btn.card-main-btn:active:after,
.loginbtn:hover:after,
.loginbtn:active:after,
.backpagebtn:hover:after,
.backpagebtn:active:after,
.subitBtn:hover:after,
.subitBtn:active:after,
#addnewhorse:hover:after,
#addnewhorse:active:after,
.verifybtn:hover:after,
.verifybtn:active:after,
.savebtn:hover:after,
.savebtn:active:after,
.customer-account-forgotpassword .forget .submit:hover:after,
.customer-account-forgotpassword .forget .submit:active:after,
.customer-account-createpassword .actions-toolbar .submit:hover:after,
.customer-account-createpassword .actions-toolbar .submit:active:after,
.claim-info .main-btn:hover:after,
.claim-info .main-btn:active:after {
  --angle: -34deg;
  background: linear-gradient(var(--angle), var(--orange-light), var(--orange-dark));
  border: 1px solid var(--orange-light);
  top: 3px;
  right: -3px;
  bottom: -3px;
  left: 3px;
  box-shadow: 5px 3px 5px rgba(0, 0, 0, 0.25);
}

.main-btn,
.loginbtn,
.subitBtn,
.verifybtn,
.savebtn,
.get-start-btn,
a.btn.card-main-btn,
.switch-live-stream,
.claim-info .main-btn {
  z-index: 0;
}

.backpagebtn,
.verifybtn,
.savebtn,
#changepassword-form .main-btn,
.customer-account-forgotpassword .forget .submit,
.customer-account-createpassword .actions-toolbar .submit,
.subitBtn {
  padding: 10px 25px;
}

.loginbtn {
  padding: 7px 25px;
}

#backpagebtn {
  margin-right: 15px;
}

.short-desc {
  min-height: 90px;
  height: 100%;
}

/*===== new secound button =======*/

.chosse-hourse a.btn.card-main-btn {
  font-size: 17px;
  font-weight: 600;
  padding-right: 0.7rem;
  padding-left: 0.7rem
}


.card-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-box img {
  width: 150px;
}

.card.custm-card .card-body {
  text-align: center;
}

.custm-card {
  border-radius: 0;
  min-height: 463px;
}

.card-box h1 {
  margin-bottom: 0;
  margin-right: 2rem;
  font-weight: 500;
  color: #8A8585E0;
  font-family: "Helvetica Now Display", Sans-serif;
  font-size: 120px;
}

.card.custm-card {
  border-radius: 0;
  min-height: 463px;
  border: 0;
}

.card-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.card.custm-card .card-body h5.card-title {
  color: var(--white);
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.card.custm-card .card-body p {
  padding: 0rem 2.5rem;
  line-height: 26px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 16px;
}

.card.custm-card {
  object-fit: cover;
  position: relative;
}

.overlay {
  width: 100%;
  height: 100%;
  background: var(--green);
  position: absolute;
  z-index: 0;
  top: 0;
}

.overlay:hover {
  background: transparent;
}

.overlay:hover .card-body h5.card-title,
.overlay:hover .card-body p {
  color: var(--white);
}

.select-freehours {
  background: var(--green);
  margin: 0rem;
  padding: 8rem 0rem;
}

.card.chosse-hourse {
  border: 0;
  padding: 25px;
  height: 100%;
  border-radius: 0;
}

h1.text-white.banner-main-tittle {
  font-size: 56px;
  font-weight: 700;
}

p.choose-hors-contecnt {
  padding: 0rem 32rem;
  color: #fff;
  margin: 2rem 0rem 4rem 0rem;
}

.card.chosse-hourse p {
  font-size: 16px;
  line-height: 160%;
  color: #000;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}


.card.chosse-hourse .card-body {
  padding: 1rem 0rem 0rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.card.chosse-hourse img.card-img-top {
  height: 236px;
  border-radius: 0;
}

.card.chosse-hourse .card-body h5.card-title {
  font-size: 2.8rem;
  margin: 0.5rem 0rem 0rem 0rem;
  color: var(--main-heading);
  transition: all 0.5s ease;
  min-height: 45px;
  font-weight: 550;
}

section.claim-section {
  background: var(--green);
  padding: 13rem 0rem;
}

.claim-info h1 {
  font-size: 5rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 2rem;
}

.claim-info h5 {
  color: var(--white);
}

.claim-info h5 {
  color: var(--white);
  display: flex;
  align-items: end;
  justify-content: end;
  font-size: 1.8rem;
}

footer {
  background: var(--black);
  padding: 1.5rem 0rem;
}

.footer-menu ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: center;
}

.footer-menu ul li {
  margin-right: 1rem;
}

.footer-menu ul li a {
  color: var(--white);
  text-decoration: none;
  font-size: 1.5rem;
}

.meida-link {
  text-align: end;
}

.align-text-center {
  align-items: center;
}

.card.evetn-info {
  border-radius: 0;
  border: 0;
}

.contain {
  margin: 0 auto;
  width: 100%;
}

.item {
  align-items: center;
  color: white;
  display: flex;
  height: 200px;
  justify-content: space-around;
}

section.event-contect .contain .owl-nav,
section.event-contect .contain .owl-dots {
  display: none;
}

section.event-contect .contain {
  background: #fff;
  padding: 1rem;
  margin-bottom: 2rem;
}

section.event-contect {
  background: linear-gradient(to right, rgb(1 49 47) 0%, rgb(0 0 0) 37.5%);
  margin-bottom: 0rem;
  padding: 9rem 0rem;
}

.item img {
  width: 100% !important;
  height: 200px;
}

.drop-section {
  text-align: center;
}

.videoBTn {
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.videoBTn:hover {
  border: none;
  color: #fff;
  background: linear-gradient(var(--orange-light), var(--orange-dark));
}

#infoVideo {
  display: none;
}

.expand-box {
  display: none;
  margin-top: 2rem;
}

.videoBTn i {
  transition: all 0.3s;
  font-size: 2rem;
  color: #fff;
}

.change-arrow i {
  transform: rotate(178deg);
  transition: all 0.3s;
}

.event-timing {
  text-align: left;
  color: var(--white);
}

.event-timing p {
  font-size: 14px;
  margin-bottom: 5px;
  min-width: 66px;
}

#infoVideo .accordion-item h2.accordion-header {
  display: flex;
  align-items: center;
}

.slider-content {
  font-size: 5rem;
}

.setSrt {
  font-size: 56px;
  font-weight: 800;
}

.videos-info-section .accordion.accordion-flush,
.videos-info-section .accordion-button:not(.collapsed) {
  --bs-accordion-bg: transparent;
  background-color: transparent;
}

.videos-info-section button.accordion-button {
  color: #fff;
  padding: 1rem 0.5rem;
}

.videos-info-section .accordion-button::after {
  background-image: url(../images/down.svg);
  transition: 0.2s ease-in-out;
}

.videos-info-section .accordion-button:not(.collapsed)::after {
  background-image: url(../images/up.svg);
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}

.videos-info-section .accordion-button:focus {
  box-shadow: none;
  border-bottom: 1px solid #fff;
}

.videos-info-section .accordion-body {
  text-align: left;
  color: #fff;
}

/* Slider CSS Start  */

.thumbnail_slider {
  max-width: 100%;
  margin: 0px auto;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 580px;
  overflow: hidden;
  transition: 0.2s;
  border-width: 2px !important;
  margin: 10px 4px;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

/* Slider CSS End  */

section.user-signup {
  margin: 2rem 0rem 4rem;
}

.horse-details {
  margin: 4rem 0rem;
}

.facebook {
  border: 1px solid #b1afaf;
  color: var(--black);
  padding: 0.5rem;
  margin-right: 1rem;
  text-align: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
}

.facebook:hover {
  background: #3b5998;
  color: var(--white);
  border-color: #3b5998;
}

.facebook:hover i {
  color: #3b5998;
  background: var(--white);
  padding: 0.5rem 0.8rem;
}

.facebook i {
  color: #3b5998;
  background: var(--white);
  padding: 0.5rem 0.8rem;
}

.google-section {
  color: var(--black);
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #b1afaf;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
}

.google-section:hover {
  background: #3b5998;
  color: var(--white);
  border-color: #3b5998;
}

.google-section img {
  background: var(--white);
  padding: 0.2rem 0.5rem;
  width: 64px;
  height: 40px;
}

.facebook i,
.google-section i {
  font-size: 1.5rem;
}

.card.register-form {
  border: 0px solid #939396;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0rem;
  margin-bottom: 20px;
}

.card.horseInfo {
  border: 0px solid #939396;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0rem;
}

.signup-bg,
.horse-videos {
  background: #fff;
  width: auto;
  padding: 0.5rem 1rem;
  border-radius: 0rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 40px;
}

.signup-bg ul#primary_slider-list,
.horse-videos ul#primary_slider-list {
  margin-left: 0;
}

img.hrs-profile {
  border-radius: 50%;
  margin-right: 1rem;
}

.social-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.horseInfo ul {
  padding: 0;
  margin: 0;
}

.horseInfo ul li {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.5rem;
}

.optional-login {
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 1rem;
  position: relative;
}

.optional-login h6 {
  background: var(--white);
  color: var(--black);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 50%;
  margin: auto;
  border: 1px solid #dee2e6;
  font-size: 12px;
}

.optional-login:after {
  content: "";
  position: absolute;
  width: 45%;
  background: #dee2e6;
  height: 1px;
  right: 0;
  top: 50%;
  border-radius: 2rem;
}

.optional-login::before {
  content: "";
  position: absolute;
  width: 45%;
  background: #dee2e6;
  height: 1px;
  left: 0;
  top: 50%;
  border-radius: 2rem;
}

.title {
  display: inline-block;
  min-width: 215px;
  position: relative;
  font-size: 1.5rem;
}

.horseshort-bio {
  max-width: 700px;
  margin: 10px;
}

.horseshort-bio .card {
  padding: 1rem;
  border: 0px solid #939396;
  border-radius: 0;
}

.horseshort-bio .card h4 {
  font-size: 2.7rem;
  margin: 0.5rem 0rem 1.3rem 0rem;
  color: var(--main-heading);
  text-transform: capitalize;
  transition: all 0.5s ease;
  min-height: 45px;
}

.horseshort-bio .card p {
  margin-bottom: 0;
  color: var(--content);
}

section.inner-banner-section {
  min-height: 350px;
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: cover;
  object-fit: cover;
  background-position: top;
}

.banner-overlay {
  width: 100%;
  height: 100%;
}

.abouthours-info ul {
  width: 40%;
  margin: auto;
}

.banner-content-area {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 350px;
  position: relative;
}

.new-banner-dynamic .banner-content-area{
  display: block;
}

.abouthours-info {
  width: 85%;
  background: #0d0d0d63;
  padding: 1.5rem 1.5rem 1rem 2rem;
  border-radius: 8px;
  color: #fff;
  margin: 20px auto;
  backdrop-filter: blur(3px);
}

.abouthours-info .over-bdr {
  position: relative;
}

.abouthours-info .over-bdr:after {
  border-right: 1px solid #a0a0a0;
  content: "";
  position: absolute;
  right: 0;
  width: 3px;
  height: 100%;
  top: -4px;
}

.horse-name {
  display: flex;
  align-items: center;
  color: #fff;
  width: 100%;
  justify-content: center;
  padding: 3rem 0rem;
}

.abouthours-info ul li p strong {
  color: var(--white);
  width: 205px;
  display: inline-block;
}

.abouthours-info ul li {
  display: flex;
  align-items: center;
}

.abouthours-info ul li p span {
  color: #fff;
}

.abouthours-info ul li p {
  width: 50%;
}

.horse-name img {
  width: 90px;
  height: 85px;
  background: #fff;
  padding: 0.2rem;
  box-shadow: rgb(0 0 0 / 44%) 0px 7px 29px 0px;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}

/* updated Dec-20-2024 */
.tittle-crd {
  margin: 1rem 1rem 0rem;
  text-align: left;
  background: var(--green);
  border-radius: 0rem;
}

/* End updated Dec-20-2024 */

.title:after {
  content: ":";
  position: absolute;
  right: 18px;
  font-weight: 700;
}

.horseInfo ul li {
  display: flex;
}

.horseInfo ul li span {
  font-size: 15px;
}

.signup-bg #thumbnail_slider {
  display: none;
}

.signup-frm {
  padding: 1.5rem;
}

/* updated Dec-20-2024 */

.tittle-crd h5 {
  color: #ffffff;
  padding: 1.4rem 2rem;
  font-size: 1.8rem;
  text-transform: capitalize;
}

/* END updated Dec-20-2024 */

.card.horseInfo ul {
  padding: 1.5rem;
}

/* ========Play button style start here ==========*/

.video-main {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video {
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  z-index: 999;
  font-size: 1.5rem;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 160px;
  height: 160px;
  background: rgb(255 255 255 / 55%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* ========Play button style End here ==========*/

h4.short-info-sec span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--orange-light);
  left: 0;
  bottom: -5px;
}

h4.short-info-sec span {
  color: var(--orange-light);
  position: relative;
}

/* ===========user profile style here ===============*/

.avatar-upload {
  position: relative;
  max-width: 192px;
  margin: 50px auto 30px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f030";
  font-family: "FontAwesome";
  color: var(--black);
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.user-form-section {
  background: #fff;
  padding: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0;
}

.profile-form-section {
  margin: 3rem;
}

.change-profile {
  text-align: center;
}

.profile-form-section label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  white-space: nowrap;
}

.formbtn-section .btn {
  min-width: 100px;
  padding: 1rem 5rem;
  font-size: 1.6rem;
  border-radius: 0;
  margin-top: 20px;
}

.cancelbt {
  border: 1px solid var(--black);
  color: var(--black);
  margin-right: 0.5rem;
}

.cancelbt:hover {
  border: 1px solid var(--black);
  color: var(--black);
}

.user-form-section .tittle-crd h5 {
  display: flex;
  align-items: end;
}

.user-form-section .tittle-crd h5 span {
  margin-right: 0.6rem;
}

.profile-form-section input::placeholder,
textarea::placeholder {
  font-size: 14px;
}

.profile-form-section select.form-select {
  font-size: 14px;
}

section.inner-banner-section.profilebanner .banner-overlay {
  background: rgb(0 0 0 / 5%);
}

section.inner-banner-section.profilebanner .horse-name {
  padding: 10rem 0rem;
}

.profile-form-section label sup {
  color: #ff1100;
  font-size: 17px;
  display: contents;
}

.profile-form-section input::placeholder {
  color: #637381;
}

.profile-form-section input,
.profile-form-section textarea,
.profile-form-section select {
  border: 1px solid rgb(227 227 227);
  font-family: "Hind", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  background-color: rgb(213 213 213 / 12%);
  color: #637381;
}

.profile-form-section input:focus,
.profile-form-section textarea:focus {
  background: #f6f7f8;
  border-color: rgba(99, 115, 129, 0.06);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
  outline: 0;
}

section.inner-banner-section.profilebanner .horse-name h1 {
  font-size: 5rem;
}

.choose-free-horse .card.chosse-hourse {
  border: 1px solid #eee;
  margin-top: 2rem;
  height: auto;
}

section.inner-banner-section.profilebanner {
  background-image: url(../images/slide-v1.png);
  background-position: center;
}

/* ===========user profile style End here ===============*/

.slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0000006b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  border: 3px solid var(--orange-light);
}

section.event-contect .contain .item:hover .slider-overlay {
  opacity: 1;
}

.videoplay {
  z-index: 1;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  color: var(--white);
  border-radius: 0;
  font-size: 1.5rem;
}

.videoplay:hover,
.videoplay:focus {
  background: linear-gradient(var(--orange-light), var(--orange-dark));
  color: var(--white);
}

#playvideo .modal-content {
  border-radius: 0;
  padding: 0px;
}

#playvideo .modal-content .modal-body {
  display: flex;
  align-items: center;
  padding-top: 0;
}

.mailsection {
  width: 130px;
  height: 130px;
  margin: 0rem auto 1rem;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  color: var(--green);
  border: 1px solid var(--green);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mailsection svg {
  height: 110px;
}

.modal-body.confirmemail {
  text-align: center;
  padding-bottom: 0;
}

.modal-body.confirmemail h5 {
  font-weight: 600;
  font-size: 2rem;
  margin-top: 10px;
}

.modal-body.confirmemail p {
  margin-bottom: 0;
}

.setOtp input {
  width: 45px;
  height: 40px;
  margin: auto;
  text-align: center;
  display: inline-block;
}

.setOtp input:focus {
  box-shadow: none;
  border-color: var(--green);
}

.sendopt-again {
  margin-top: 0.5rem;
  font-size: 14px;
}

.modal-content {
  border-radius: 0;
}

/* this is the code to remove the comaper section from the header */

.page-header .header .compare {
  display: none !important;
}

/* till here-------------- */


/* magento custom */
.page-footer {
  background: black;
}

/* ======modify signup modal style here =======*/

.modal-inner-wrap {
  height: 60%;
  background: transparent !important;
  box-shadow: none !important;
  width: 400px !important;
}

header.modal-header,
footer.modal-footer {
  display: none;
}

#otpModal .modal-content {
  padding: 0;
}

.imagePreview {
  background-image: url(../images/bg-2.jpg);
}

.modal-title {
  font-size: 1.5rem;
}

/* css to show the login customer name in the header */

.customer-welcome {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  text-align: right;
}

/* Additional styling for better appearance */
.customer-welcome span {
  color: #ffd700;
  font-weight: normal;
}

/*===== login form style start here ==============*/

#loginModal .modal-content {
  padding: 2rem;
  border: 0;
  border-radius: 0;
}

#loginModal .modal-header {
  padding: 0;
  border-bottom: 0;
}

#loginModal .modal-content .modal-body {
  padding: 0rem 0rem 0rem 0rem;
}

#loginModal .modal-body form#login-form input {
  min-height: 45px;
}

.field.choice input[type="checkbox"] {
  min-height: 0 !important;
}

#loginModal .modal-body>label.label {
  font-size: 1.3rem;
}

#loginModal .modal-body .primary {
  width: 100%;
}

#loginModal .modal-title {
  font-size: 2.5rem;
  font-weight: 800;
}

#loginModal label {
  font-size: 1.5rem;
}

#loginModal .modal-footer {
  display: none;
}

.rember-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0rem 2.5rem;
  font-size: 14px;
}

.rember-section .field.choice label {
  font-size: 14px !important;
}

#loginModal .modal-content .modal-body .block-title {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 1.5rem;
  font-weight: 300;
}

#loginModal label {
  font-size: 1.5rem;
  font-weight: 500;
}

#loginModal .account-social-login {
  margin-bottom: 0;
}

/*===== login form style end here ==============*/


/* css for the main container */

#maincontent {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
}

/* css for opt message */
.otp-success-message,
.otp-error-message {
  font-weight: bold;
  font-size: 1.6rem;
}

/* =============== This is the new Css for the customer profile and the notification section in the header ======== */

.card.live-content {
  padding: 1rem;
}

.crd-tile h1 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--main-heading);
}

.shrt-video {
  background: var(--black);
  margin: 6rem 0rem;
  min-height: 500px;
  position: relative;
  padding: 7rem 0rem;
  min-height: 500px;
}

.special-text {
  position: relative;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 1s ease;
}

.special-text.-expanded {
  max-height: 100vh;
  transition: max-height 2s ease-out;
}

p.expand-button {
  width: fit-content;
  color: #008eff !important;
  cursor: pointer;
  margin-top: 0.5rem;
}

.special-text:not(.-expanded)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sendopt-again a,
a.term-condition {
  text-decoration: none;
}

.sendopt-again a:hover,
a.term-condition:hover {
  text-decoration: underline;
}

button.btn-close.setbtn {
  position: absolute;
  right: 15px;
}

.us-number {
  position: absolute;
  left: 10px;
  top: 13px;
  width: 30px;
}

.single-video {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.single-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.main-btn:not(.btn-check)+.btn:active {
  padding: 18px 40px 18px 40px;
  border: 1px solid;
}

.flex-sec {
  display: flex;
  align-items: center;
}

section.competitions-section .setSrt {
  margin-bottom: 3rem;
}

.date-section h1 {
  margin-right: 0.8rem;
  margin-bottom: 0;
}

.new-event-info {
  background: var(--green);
  color: var(--white);
  padding: 1.5rem 1rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}

section.competitions-section {
  margin: 2rem 0rem 6rem;
}

.event-btn {
  background: var(--yellow);
  color: var(--white);
}

.event-btn:hover {
  background: var(--hover-yellow);
  color: var(--white);
}

.more-info-sec {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.live-video-section img {
  width: 670px;
  height: 500px;
  object-fit: cover;
}

ul.dropdown-menu.customcss {
  background: #fff;
  margin-top: 14px;
  border: 0;
  /* padding: 7px; */
  border-radius: 0px;
  box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.1);
}

.Profile_section .customcss::before {
  content: "";
  position: absolute;
  /* left: 0; */
  right: 25px;
  top: -7px;
  width: 15px;
  height: 15px;
  z-index: -1;
  margin: auto;
  transform: rotate(-45deg);
  background: #fff;
}

.Profile_section .customcss li {
  margin-bottom: 0;
}

ul.dropdown-menu.customcss a {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
  padding: 5px 10px;
}

.video-close {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 10px;
}

.custom-modal-header {
  border-radius: 0;
}

.custom-accodion {
  background: rgba(0, 0, 0, 0.2) !important;
  padding: 20px;
}

#infoVideo .new-event-info {
  margin-bottom: 1.2rem;
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  padding: 1rem;
  border-radius: 7px;
  cursor: pointer;
  transition: 0.3s all;
}

#infoVideo .event-btn {
  background: var(--black);
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
}

#infoVideo .new-event-info:hover {
  transform: scale(1.01);
  transition: 0.2s all;
}

#infoVideo .date-section h1 {
  margin-right: 0.8rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  padding: 0.8rem;
  border-radius: 50%;
}

h1.h1-here {
  background: #169378;
  color: var(--white);
}

.first-date {
  background: #169378;
  width: fit-content;
  margin: auto;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  color: #fff;
}

h1.h2-here {
  background: #0c5794;
  color: var(--white);
}

.semi-date {
  background: #0c5794;
  width: fit-content;
  margin: auto;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  color: #fff;
}

h1.h3-here {
  background: var(--orange-light);
  color: var(--white);
}

.final-date {
  background: var(--orange-light);
  width: fit-content;
  margin: auto;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  color: #fff;
}

.h4-here {
  background: #E9EAEA;
  color: var(--black);
}

.end-date {
  background: #d2d2d2;
  width: fit-content;
  margin: auto;
  padding: 0.3rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  color: var(--black);
}

/* copied form herer */

.dropdown.notification {
  color: var(--white);
  margin-right: 3rem;
  font-size: 1.6rem;
}

.dropdown.notification ul.dropdown-menu {
  left: unset;
  right: 0;
  padding: 1rem;
}

.dropdown.notification ul.dropdown-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.strip-title {
  background: #E2EDFC;
  color: #0071FF;
  padding: 0.8rem;
  font-size: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-right: 2rem;
}

.strip-title2 {
  background: #FFE6DF;
  color: #DD562E;
}

.strip-title3 {
  background: #EFF6FF;
  color: #066C8B;
}

.strip-title4 {
  background: #FFEECB;
  color: #FFAA00;
}

.notification-head span {
  font-size: 14px;
  color: var(--main-heading);
}

.notification-head h6 {
  font-weight: 600;
}

.notification-head {
  margin-right: 2rem;
}

.recived-time {
  font-size: 12px;
  color: var(--main-heading);
}

.alret-title {
  background: var(--black);
  padding: 1rem;
  color: var(--white);
  margin-bottom: 1rem;
}

.see-details {
  text-align: center;
  margin-top: 0.5rem;
  border-top: 1px solid #f0f0f0;
  padding-top: 1rem;
}

.see-details a {
  text-decoration: none;
}

.mesge-counter {
  position: absolute;
  top: -12px;
  left: 13px;
  background: red;
  font-size: 14px;
  padding: 0.4rem;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bell-icon {
  position: relative;
  font-size: 2.5rem;
}

.fix-head-mt {
  margin-top: 8rem;
}

.img_box {
  display: flex;
  align-items: center;
}

/* .img_box a {
  max-width: 48px;
  height: 48px;
  border-radius: 50px;
} */

.dropdown-toggle::after {
  border-top: .3em solid #fff;
  /* margin-left: -7px;
  z-index: -1; */
}

.img_box img:hover {
  box-shadow: 0px 0px 9px #fff;
}

.img_box img {
  border-radius: 50%;
  max-width: 48px;
  height: 48px; 
}

.img_box span {
  color: var(--white);
  padding-left: 8px;
  font-size: 1.5rem;
  max-width: 150px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
  /* padding-right: 10px;
  padding-bottom: 5px; */
}

ul.dropdown-menu.customcss a span {
  padding-right: 3px;
}

ul.dropdown-menu.customcss li:hover a {
  color: var(--white);
  background: #f3830f;
  padding: 5px 10px;
  border-radius: 0px;
  text-decoration: none;
}

/* This for the logout button */
ul.dropdown-menu.customcss button {
  font-size: 15px;
  padding-bottom: 12px;
}

ul.dropdown-menu.customcss button span {
  padding-right: 3px;
}

ul.dropdown-menu.customcss li:hover button {
  color: #000;
  background: #f3830f;
  padding: 10px;
  border-radius: 0px;
}

ul.dropdown-menu.customcss button {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  color: #000000;
  padding: 10px;
}

/* log out button till here*/


/* ============ End This is the new Css for the customer profile and the notification section in the header ====== */


/* my custome css to change the change-passwoprd pop-up */

#changepassword .modal-dialog .modal-content {
  padding: 0px;
}

/* custom css to give space between notification and profile section */

.navbar-expand-lg .navbar-collapse {
  gap: 16px !important;
}

/* this is the code for the validation on the customer profile creattion */

.user-form-text {
  font-size: 0.9em;
  margin-top: 5px;
}

#password-requirements {
  list-style-type: none;
  padding-left: 0;
  margin: 5px 0 0;
}

#password-requirements li {
  font-size: 12px;
}

/* to show the password in the change password pop-up (eye icon) */

/* Wrapper for password input and icon */

.password-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* Input field styling */

.password-wrapper .form-control {
  padding-right: 40px;
}

/* Eye icon styling */

.password-wrapper .toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  background: transparent;
  border: none;
  font-size: 1.5rem;
}

/* Hover effect for the icon */

.password-wrapper .toggle-password:hover {
  color: #333;
}


/* new css for the profile creation page to show a pop-up when hover on the little icon (create your profile) */

/* Style for the info icon */

.info-icon {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  color: #007bff;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.info-icon:hover {
  color: #0056b3;
}

/* Tooltip styling */

.tooltip-text {
  width: 160px;
  display: none;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
  max-width: 150px;
  overflow: hidden;
  white-space: normal;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: max-width 0.4s ease, opacity 0.4s ease;
}

/* Show tooltip on hover with expanding width */

.info-icon:hover .tooltip-text {
  display: block;
  max-width: 300px;
  opacity: 1;
}

/* home page and the my comunnity orfile button on horse prpfile page */

.my-community {
  margin-bottom: 2rem;
  color: var(--white);
  background: var(--green);
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  border-radius: .5rem;
}

.my-community:hover {
  background: var(--hover-yellow);
  color: var(--white);
}

section.user-signup,
.horse-details {
  margin: 2rem 0rem 4rem;
  overflow: visible;
}

li#show-badge .title {
  color: #0f94ff;
  cursor: pointer;
}

/* =========feature section style start here =============*/

.feature-details {
  background-image: url(../images/features-bg-new.png);
  height: 700px;
  background-repeat: no-repeat;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
}

.feature-details .feature-box {
  width: 400px;
  margin-bottom: 0;
  padding: 0rem 1rem;
  text-align: center;
}

.stable-section .top-banr {
  width: 65px;
  margin-top: -9rem;
}

.stable-section h4 {
  margin-top: 0.7rem;
  font-weight: 600;
  font-size: 2rem;
  color: var(--white);
  margin-bottom: 0;
}

.title-sec p {
  width: 60%;
  margin: auto;
}

.featurSrt {
  font-size: 5rem;
  font-weight: 600;
  position: relative;
  width: fit-content;
  margin: auto;
  color: var(--main-heading);
}

.stable-section {
  margin-bottom: 0.3rem;
}



a.btn.feature-label {
  background: rgb(31, 108, 108);
  background: radial-gradient(circle, rgba(31, 108, 108, 1) 0%, rgba(10, 67, 66, 1) 100%);
  color: #FF8801;
  border-radius: 4rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-left: 4rem;
  width: 325px;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  font-size: 1.8rem;
  font-weight: 600;
}



.label-section.left-section-labl a.btn.feature-label {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

span.icon-section {
  border: 1px solid #EEE9E9;
  display: inline-block;
  padding: 1.1rem;
  border-radius: 50%;
  margin-left: 1rem;
  background: var(--white);
  width: 62px;
  height: 62px;
}

.label-section .feature-label {
  margin-bottom: 2rem;
  text-align: end;
  height: 75px;
}

.label-section {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  height: 100%;
}

.label-section a:nth-child(1) {
  margin-right: -4rem;
}

.label-section a:nth-child(2),
.label-section a:nth-child(3),
.label-section a:nth-child(4) {
  margin-right: -1rem;
}

.label-section a:last-child {
  margin-right: -4rem;
}

.label-section.left-section-labl a:nth-child(1) {
  margin-left: -4rem;
}

.label-section.left-section-labl {
  align-items: flex-start;
}

.label-section.left-section-labl a.btn.feature-label {
  padding-left: 0;
  text-align: start;
}

.label-section.left-section-labl span.icon-section {
  margin-left: 0.8rem;
  margin-right: 1rem;
  margin-top: 0.25rem;
}

.label-section span.icon-section {
  margin-top: 0.25rem;
}


.label-section.left-section-labl a:nth-child(2) span.icon-section img {
  width: 37px;
}

a.btn.feature-label:hover {
  background: var(--green);
  color: var(--white);
  transform: translateX(8px);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}


.label-section.left-section-labl a.btn.feature-label:hover {
  background: var(--green);
  color: var(--white);
  transform: translateX(-8px);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.win-badges .card {
  border: 0px solid #939396;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 0.8rem;
  border-radius: .5rem;
  width: 200px;
  margin-right: 1rem;
}

.win-badges .card img {
  border-radius: .5rem;
}

.add-more-horse {
  background: #E9EAEA;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
  margin-bottom: 1rem;
}

.more-hrs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.reset-bell a.btn.feature-label {
  padding-left: 1rem;
  text-align: start;
}

.reset-bell a.btn.feature-label span.icon-section {
  margin-left: 0;
  margin-right: 1rem;
}

.reset-bell a.btn.feature-label:hover {
  transform: translateY(-8px);
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.reset-bell a.btn.feature-label {
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}

.reset-bell {
  margin-top: -3rem;
  margin-bottom: 5rem;
}

.free-horse-sec .card {
  border: 0;
  height: 210px;
  width: 213px;
  margin-right: 1rem;
  margin: 1rem 0;
}

.free-horse-sec .card .bg {
  background: url(../images/my-horse-bg.png) no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  padding: 10px;
  position: relative;
}

.free-horse-sec .card .bg h1 {
  font-size: 20px;
  padding: 7px 0 0;
  margin-bottom: 0;
}

.free-horse-sec .card .bg p {
  font-size: 14px;
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.top-img {
  width: 100%;
  height: 80px;
}

.top-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.free-horse-sec .card img {
  border-radius: 1rem;
  margin-bottom: 1rem;
  width: 190px;
  object-fit: fill;
}

.add-horse-card {
  border-radius: 50%;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 3px;
  margin-left: auto;
}

.add-horse-card:hover {
  background: linear-gradient(var(--orange-light), var(--orange-dark));
}

.add-horse-card i {
  transform: rotate(45deg);
  font-size: 2rem;
}

.add-horse-name {
  cursor: pointer;
  text-decoration: none;
}

.new-horse {
  padding: 0 10px;
  text-align: center;
}

.badges img {
  width: 45px;
  margin-right: 0.5rem;
}

#horseinfo-box {
  display: none;
}

#horseinfo-box {
  display: none;
  /* background: #fff; */
  padding: 1rem;
  border-radius: 0 0 1.1rem 1.1rem;
}

.feature-box p {
  color: var(--white);
  height: 140px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 97%;
  margin: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  /* cursor: pointer; */
}

.feature-box .live_schedule {
  height: 140px;
}

table.table.race-record {
  font-size: 12px;
  white-space: nowrap;
  overflow: scroll;
  margin-left: 0rem;
  margin-bottom: 0;
  cursor: pointer;
}

table.table.race-record td,
table.table.race-record th {
  width: 62px;
  padding: 5px;
  background: transparent;
  color: var(--white);
  border-bottom: 1px solid #006767
}

.horseInfoArea {
  display: none;
}

.feature-box p.showbadge {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  white-space: pre-wrap;
}

.feature-box p.showbadge .img-thumbnail {
  width: 90px;
  padding: 0.5rem;
}

.featurebtn {
  background: var(--yellow);
  color: var(--white);
  margin-top: -4rem;
  padding: 0.5rem;
}

.featurebtn:hover {
  background: var(--hover-yellow);
  color: var(--white);
}

.featurebtn {
  background: var(--yellow);
  color: var(--white);
  margin-top: -6rem;
  width: 98px;
  padding: 0.5rem;
}

span.icon-section.curt-pol {
  padding: 0.8rem 0rem;
}

/* this is link section */

span.chnage-cover {
  font-size: 1rem;
  width: 30px;
  height: 30px;
  border: 1px solid #1173df;
  color: var(--white);
  background: #1173df;
  padding: 0.5rem;
  border-radius: 50%;
  margin-right: 0.5rem;
}

a.changecover-banner:hover span.chnage-cover {
  background: #1173df;
  color: var(--white);
  border: 1px solid #3790f1;
  transition: 0.3s all
}

a.changecover-banner:hover {
  background: #1173df;
  color: var(--white);
}

/* new css 20-Dec-2024 */

.stablebtn {
  background: var(--black);
  color: var(--white);
  padding: 0.8rem 1rem;
  font-size: 1.8rem;
  border-radius: 0;
  font-weight: 400;
  width: 100%;
  display: block;
}

.stablebtn:hover {
  background: var(--hover-yellow);
  color: var(--white);
}

a.changecover-banner {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-weight: 600;
  font-size: 1.2rem;
  background: var(--white);
  color: #1173df;
  padding: 12px 10px 11px 6px;
  border-radius: 3rem;
  text-decoration: none;
  transition: 0.3s all;
}

a.changecover-banner:hover {
  background: #1173df;
  color: var(--white) !important;
}


.user-form-section {
  background: #fff;
  padding: 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0rem;
  position: relative;
}

.user-form-section .tittle-crd h5 {
  position: absolute;
  width: fit-content;
  top: -20px;
  left: 20px;
  background: var(--green);
  border-radius: 0rem;
  font-weight: normal;
  padding: 0.8rem 2rem;
  z-index: 9;
}

/* new css for the chatgpt, create pfrofile tool tip and other thing 20-Dec-2024 */

.fill-profile-icon {
  font-size: 1.7rem;
  margin-left: 0.5rem;
  position: relative;
  transition: 0.3s all;
}

.fill-profile-icon:hover {
  transform: scale(1.1);
  transition: 0.3s all;
}

.fill-profile-info {
  display: none;
}

.fill-profile-icon:hover .fill-profile-info {
  display: block;
  position: absolute;
  font-size: 15px;
  width: 426px;
  background: var(--white);
  color: var(--main-heading);
  padding: 1rem;
  right: -202px;
  top: 46px;
  border-radius: 0rem;
}

.fill-profile-info:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ffffff;
  top: -8px;
  left: 46%;
  transform: rotate(45deg);
  z-index: -1;
}

#chatGPT .modal-content {
  border-radius: 1rem;
  border: 0;
}

#chatGPT .modal-content .btn-close-white {
  border: 1px solid var(--black);
  border-radius: 50%;
}

.send-chat input.form-control {
  border-radius: 2rem !important;
  padding: 0rem 2rem;
  min-height: 51px;
}

.sendtext {
  background: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  right: 9px;
  top: 5px;
  font-size: 1.2rem;
}

.title-user1 {
  background: var(--yellow);
  color: var(--white);
  padding: 0.8rem;
  padding: 0.8rem;
  font-size: 1.6rem;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.5rem;
}

.chat-user1,
.chat-user2 {
  display: flex;
  margin-bottom: 1rem;
}

.meassge-user1 {
  border: 1px solid #eee;
  padding: 0.8rem 1.5rem;
  border-radius: 2rem;
  width: 100%;
  text-align: end;
  background: #E9E9E9;
}

.title-user2 {
  margin-right: 1rem;
}

.new-event-info.livecontent span {
  font-size: 12px;
}

.new-event-info.livecontent .event-btn {
  font-size: 12px;
}

.new-event-info.livecontent .event-name h6 {
  font-size: 12px;
}

.new-event-info.livecontent {
  margin-left: 0;
  padding: 0.5rem;
  margin-bottom: 5rem;
}

.feature-box .horse-chat-section {
  white-space: normal;
}

.chathorse {
  background: var(--yellow);
  color: var(--white);
}

.trems-content ul li {
  list-style: disc;
}

#trem-end-condition .modal-body {
  padding: 1rem 2rem;
}

#trem-end-condition .modal-dialog {
  transform: inherit;
}

.trems-content h5 {
  font-weight: 600;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  margin-top: 2rem;
}

.trems-content h6 {
  position: relative;
  line-height: 25px;
  font-size: 1.7rem;
  padding-left: 30px;
  margin-left: 10px;
}

.trems-content h6 span {
  position: absolute;
  left: 0px;
}

#trem-end-conditionLabel {
  font-weight: 600;
  width: 100%;
  text-align: center;
}

#trem-end-conditionLabel {
  font-weight: 600;
  font-size: 3rem;
}

.top-cntent h5 {
  margin: 20px 0;
  font-weight: 700;
  font-size: 1.4rem;
}

#trem-end-condition .top-cntent .h3 {
  font-size: 3.0rem;
  font-weight: 700;
}

#trem-end-condition .section-2 p {
  margin-left: 10px;
  font-weight: 500;
}

.trems-content .terms-sub-points li {
  list-style: circle;
}

#trem-end-condition .modal-content {
  border-radius: 1.1rem;
}

#trem-end-condition .modal-header {
  background: var(--green);
  color: var(--white);
  padding: 1rem 2rem;
}




#trem-end-condition .modal-content .btn-close-white {
  border: 1px solid var(--black) ;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.how-earn-badge {
  display: none;
  position: absolute;
  background: #ffffff;
  border-radius: 0.5rem;
  bottom: -150px;
  left: -29%;
  padding: 1rem;
  color: #000000;
  width: 408px;
  z-index: 1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.win-badges .card:hover .how-earn-badge {
  display: block;
}

.win-badges {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.user-form-section.myhorse {
  width: fit-content;
  max-width: 49%;
}

.user-form-section.mybadge {
  margin-right: 1rem;
  width: fit-content;
  max-width: 49%;
}

.win-badges .card:last-child {
  margin-right: 0;
}

/* =============== privacy policy page ===========*/
.policy_group .h3 {
  font-weight: 700;
  font-size: 2.5rem;
  margin: 1.5rem 0rem;
}

.policy_group h4 {
  font-weight: 700;
  font-size: 1.8rem;
}

section.privacy-content p {
  font-size: 16px;
  font-weight: 400;
}

.circle_ul li {
  list-style-type: disc;
  font-size: 16px;
  font-weight: 450;
  font-family: "Helvetica Now Display", Sans-serif;
}

section.privacy-content h2 {
  font-size: 3.5rem;
  margin-bottom: 3rem;
  font-weight: 800;
}

.policy_group {
  font-size: 16px;
  font-family: "Helvetica Now Display", Sans-serif;
}

ul.circle_ul {
  margin: 2.0rem 0rem;
  padding-left: 5rem;
}

ul.circle_ul.newul {
  margin-bottom: 0;
}

section.privacy-content h6.h6 {
  font-size: 2rem;
}

/* profile create page pofile-upload-msg */
.pofile-upload-msg {
  top: 44%;
  left: 7%;
  position: absolute;
  font-size: 1.5rem;
}

/* chat gpt modal */

#chatGPT .modal-content .modal-header {
  background: var(--green);
  border-radius: 1rem 1rem 0rem 0rem;
  color: var(--white);
  padding: 1rem 2rem;
}

#chatGPT .modal-content .modal-header h5#chatGPTLabel {
  width: 100%;
  text-align: center;
}

.title-user2 {
  margin-right: 1rem;
  min-width: 45px;
  margin-top: 10px;
}

.title-user2 img {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  object-fit: cover;
}

.meassge-user2 {
  padding-right: 3rem;
}

.new-event-info.livecontent h1.h1-here {
  font-size: 1.5rem;
  padding: 0.5rem;
}

.new-event-info.livecontent p {
  height: auto;
  color: var(--white);
  font-size: 12px;
  width: fit-content;
}

.new-event-info.livecontent .more-info-sec {
  justify-content: center;
  margin-top: 0.5rem;
}

.feature-box .horse-chat-section {
  white-space: normal;
  z-index: 9999;
}

.chathorse {
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  color: var(--white);
  font-size: 1.5rem;
}

.chathorse:hover {
  background: linear-gradient(var(--orange-light), var(--orange-dark));
  color: var(--white);
}

.trems-content ul li {
  list-style: disc;
  font-size: 1.6rem;
}

/* css for reject and approve the profile image */
.avatar-preview .status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 700;
  width: 192px;
  line-height: 13;
  height: 192px;
  background: #b9b9b970;
  border-radius: 50%;
}

a:hover {
  text-decoration: none;
}

/* badges hover verbiage */
.win-badges .card:hover .how-earn-badge {
  display: block;
}

.how-earn-badge {
  display: none;
  position: absolute;
  background: #2d2928;
  border-radius: 0.5rem;
  bottom: -227px;
  left: -1%;
  padding: 1rem;
  color: #fff;
  width: 418px;
  transition: 0.5s all;
  z-index: 1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sendtext.mic {
  right: -47px;
  color: var(--white);
}

/* verbiage under the feature heading remove on hover*/

.title-sec p {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.title-sec p.hidden {
  opacity: 0;
  visibility: hidden;
}

/* UAT style start here */

.carousel-caption.banner-tittle p {
  font-size: 2rem;
  margin: 2.5rem 0rem;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 5rem;
  height: 4rem;
}

button.carousel-control-next:hover,
button.carousel-control-prev:hover,
button.carousel-control-next:active,
button.carousel-control-prev:active {
  background: transparent;
  border: 0;
}

.slider-overlay h4 {
  font-size: 2.3rem;
}

h3.main-heading {
  font-size: 2.6rem;
}


label {
  font-size: 1.5rem !important;
}

input#termconditions,
input#termconditions1 {
  width: 21px;
  height: 21px;
}

input#termconditions.form-check-input.is-valid:checked {
  background-color: #0d6efd;
}

.social-section .block.social-login-authentication-channel.account-social-login {
  margin-bottom: 0px;
}

.actions-toolbar.facebook-login {
  border: 1px solid #b1afaf;
  margin-right: 1rem;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

.actions-toolbar.facebook-login:hover {
  border-color: #3b5998;
  box-shadow: rgba(100, 100, 111, 0.31) 0px 7px 29px 0px;
  background: #fff;
}

.actions-toolbar.google-login {
  color: var(--black);
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #b1afaf;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.actions-toolbar.google-login:hover {
  border-color: #3b5998;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.31) 0px 7px 29px 0px;
}

.block.social-login-authentication-channel.account-social-login .block-content {
  text-align: center;
  display: flex;
  align-items: center;
}

.horseshort-bio .card a {
  font-size: 1.7rem;
  margin-top: 0.5rem;
  width: 100px;
}

.actions-toolbar a {
  font-size: 3rem;
  padding: 0;
  display: flex;
  align-items: center;
}

.more-hrs h6 {
  font-size: 1.8rem;
}

#changepassword .custom-modal-header .modal-title {
  font-size: 2rem;
}

.fa-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.fa-facebook {
  color: #3b5998;
  background-image: linear-gradient(to bottom, transparent 20%, white 20%, white 93%, transparent 93%);
  background-size: 55%;
  background-position: 70% 0;
  background-repeat: no-repeat;
}

section.banner-section .carousel-item img {
  height: 85vh;
}

.columns .column.main {
  padding-bottom: 0px;
}


.livestreamhorse {
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  color: var(--white);
  font-size: 1.5rem;
}



.livestreamhorse:hover,
.livestreamhorse:active {
  background: linear-gradient(var(--orange-light), var(--orange-dark));
  color: var(--white);
}

.see-live {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

section.event-contect h5.text-center.text-white {
  font-size: 2rem;
}

#resendOtpMessage {
  font-size: 1.7rem;
}

#otpModal .modal-footer {
  padding: 2rem 1rem;
  padding-top: 1rem;
}

.invalid-feedback {
  font-size: 1.25rem;
  padding: 0.7rem 0rem 0rem;
}

a.term-condition {
  padding-top: 0.5rem;
  display: inline-block;
}

.horseshort-bio .card p {
  max-height: 55px;
  overflow: hidden;
}

.horseshort-bio .card .remove {
  max-height: 100% !important;
}

#infoVideo .date-section span {
  font-size: 15px;
  margin-left: 0.5rem;
}

.event-name h6 {
  font-size: 16px;
}

.first-date,
.semi-date,
.final-date,
.end-date {
  font-size: 1.3rem;
}

.modal-header .btn-close {
  background-color: #fff;
  border-radius: 50%;
  padding: 0.5rem;
}

.claim-info.not-login-claim h1 {
  font-size: 6.5rem;
  color: var(--white);
  font-weight: 600;
  margin-bottom: 0rem;
}

.claim-info.not-login-claim h5 {
  font-size: 2.2rem;
  line-height: 34px;
}

.message.error {
  position: relative;
  z-index: 99;
}

.messages {
  position: absolute;
  top: 43px;
  width: 100%;
  z-index: 9;
}

.otp-error-message {
  font-size: 1.4rem;
}

section.claim-section.claim-after-login {
  background: #4b4b4b;
  padding: 8rem 0rem;
}

.label-section.extralabel a:nth-child(2),
.label-section.extralabel a:nth-child(3),
.label-section.extralabel a:nth-child(4),
.label-section.extralabel a:nth-child(5) {
  margin-right: -3rem;
}

.label-section.extralabel a:last-child {
  margin-right: -4rem;
}

.label-section.left-section-labl a:nth-child(2),
.label-section.left-section-labl a:nth-child(3),
.label-section.left-section-labl a:nth-child(4) {
  margin-left: -1rem;
}

.label-section.left-section-labl.extralabel2 a:nth-child(2),
.label-section.left-section-labl.extralabel2 a:nth-child(3),
.label-section.left-section-labl.extralabel2 a:nth-child(4),
.label-section.left-section-labl.extralabel2 a:nth-child(5) {
  margin-left: -1rem;
}

.label-section.left-section-labl.extralabel2 a:last-child {
  margin-left: -4rem;
}

.label-section.left-section-labl a:last-child {
  margin-left: -4rem;
}

.label-section.extralabel {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  height: 100%;
}

.error-frm {
  position: relative;
  margin: 20px 0px;
}

.error-frm .invalid-feedback {
  position: absolute;
  bottom: -25px;
}

.short-bio .card {
  padding: 12px;
}

.trems-content ul {
  margin-left: 2.5rem;
}

.card.chosse-hourse .card-body h5.card-title:hover {
  color: #0d4644;
  font-size: 3.5rem;
  transition: all 0.5s ease;
  font-weight: 700;
}

.footer-menu ul li {
  margin-bottom: unset;
}

.carousel-item {
  position: relative;
  isolation: isolate;
  height: 100vh;
  float: unset;
  margin-right: unset;
}

.carousel-caption {
  z-index: 2;
}

.horseshort-bio .card h4:hover {
  transition: all 0.5s ease;
  font-weight: 700;
  font-size: 3rem;
}

.trm-modal {
  margin-top: 2rem;
}

/* otp close button */
.otp-modal-header {
  text-align: end;
  padding: 8px;
  padding-bottom: 0;
}

.modal-backdrop.fade.show {
  z-index: 1;
}

.msg {
  margin-bottom: 3rem;
}

.msg p {
  font-size: 16px;
}

strong#resendOtpBtn:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.profile-form-section .btn-outline-secondary {
  border: 0;
  background: #e8f0fe;
  color: #000;
  font-size: 1.2rem;
}

.profile-form-section .btn-outline-secondary:active {
  background: #e8f0fe;
  color: #000;
}

.fix-head-mt {
  margin-top: 8.6rem;
}

.carousel-indicators {
  display: none;
}

.position-relative #phone1 {
  padding-left: 50px;
}

.modal-dialog button:focus,
.modal-dialog button:active {
  background: unset;
  border: 0;
}


button:focus,
button:active {
  background: unset;
  border: none;
  color: var(--white);
  box-shadow: none;
}


#owlcarouselVistorwinhorse .free-horse-sec a {
  color: var(--white);
}

#maincontent button:visited,
#maincontent button:visited {
  background: var(--yellow);
  color: var(--white);
}

a:active,
.alink:active {
  text-decoration: none;
  border: 0;
}

.line-animate {
  width: 100%;
  position: absolute;
  transform: translateX(0%);
  opacity: 0;
  animation: fadeInOut 26s infinite;
  top: 0;
}

@keyframes fadeInOut {

  0%,
  10% {
    opacity: 0;
  }

  15%,
  25% {
    opacity: 1;
  }

  30%,
  100% {
    opacity: 0;
  }
}

.line-animate:nth-child(1) {
  animation-delay: 0s;
}

.line-animate:nth-child(2) {
  animation-delay: 4s;
}

.line-animate:nth-child(3) {
  animation-delay: 8s;
}

.line-animate:nth-child(4) {
  animation-delay: 14.5s;
}

.line-animate:nth-child(5) {
  animation-delay: 22s;
}

/*forgot password*/

.customer-account-forgotpassword .forget,
.customer-account-createpassword #form-validate {
  min-width: 550px !important;
  width: 550px !important;
  margin: 0px auto;
  margin-top: 150px;
  border: 1px solid #f5f5f5;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.customer-account-forgotpassword .mobile_number_verification {
  font-size: 1.8rem;
  text-align: center;
}

.customer-account-forgotpassword #form-validate a {
  font-size: 16px;
  display: block;
  text-align: center;
}

.customer-account-forgotpassword .forget .note {
  font-size: 16px
}

.customer-account-forgotpassword .forget .actions-toolbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-account-forgotpassword .forget .fieldset:after {
  margin-top: 7px !important;
}

.cms-contact-us .formcontact {
  margin-top: 200px;
}

:is(.modal-header, .otp-modal-header) .btn-close:hover {
  background: white var(--bs-btn-close-bg) center / 1em auto no-repeat;
  border: unset;
}

#loginModal .modal-content {
  padding: 3.0rem;
  border: 0;
  border-radius: 0;
  box-shadow: 2px 10px 15px rgba(0, 0, 0, 0.2);
}

/*comming soon css */
body:has(.coommingSoon) {
  background: url(../images/slide-v1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body:has(.coommingSoon) section.aboutus-section .container {
  height: 500px;
  display: grid;
  place-content: center;
  background: #1b191985;
}

body:has(.coommingSoon) .page-wrapper {
  justify-content: space-between;
}

body:has(.coommingSoon) .page-footer {
  margin-top: unset;
}

body:has(.coommingSoon) section.aboutus-section .container .formcontact {
  background: unset;
  box-shadow: unset;
}

body:has(.coommingSoon) .whyfree-info h1 {
  color: #f9f9f9;
  font-weight: 400;
  font-size: 6rem;
}

body:has(.coommingSoon) .whyfree-info p {
  color: #f9f9f9;
  font-size: 2rem;
}

body:has(.coommingSoon) .whyfree-info {
  width: min(100%, 600px);
  margin: auto;
}

section.faq-content h2.text-center b {
  font-size: 3.3rem;
}

.title-tag.tag-top,
.title-tag.tag-bottom {
  margin: 1rem 0rem;
}

span#login-togglePassword {
  position: absolute;
  top: 11px;
  z-index: 2;
  right: 10px;
  font-size: 1.5rem;
}

.field.password .control {
  position: relative;
}

#thumbnail_slider-track {
  width: auto;
  display: flex;
  justify-content: center;
}

ul#thumbnail_slider-list {
  transform: translateX(0) !important;
}

.splide__arrows {
  display: none;
}

.horsedetail-horses-view .modal-inner-wrap {
  height: 100% !important;
}

.intro-status {
  color: red;
}

.video-width {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.load-gif-image.card {
  border: 0;
}

.card.chosse-hourse img.card-img-top,
#select-freehours video.isvideo {
  height: 236px;
  object-fit: cover;
}

#playvideo .modal-header {
  border: 0;
}

.btn_group {
  margin: 3rem 0rem;
}

section#shrt-video .setSrt {
  margin-bottom: 2rem;
}

.page-footer {
  margin-top: 0;
}

.order-center {
  position: relative;
  z-index: -1;
}

section.faq-content h2.accordion-header button.accordion-button {
  font-size: 1.7rem;
  padding: 2rem;
}

section.faq-content h2.accordion-header button.accordion-button:focus,
section.faq-content h2.accordion-header button.accordion-button:active {
  border: 0px;
  background: var(--green);
  color: var(--white);
}

.faq-content .accordion-button:not(.collapsed) {
  background: var(--green);
  color: var(--white);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.faq-content .accordion-button:not(.collapsed)::after {
  width: 20px;
  height: 20px;
  background-size: cover;
}

.faq-content .accordion-button::after {
  width: 20px;
  height: 20px;
  background-size: cover;
}

.accordion-button:focus {
  box-shadow: none;
}

section.faq-content .accordion-header button.accordion-button:hover {
  border: 0;
  background: var(--white);
  color: var(--black);
}

.scroll-text-banner.text-container {
  margin-bottom: 12rem;
  position: relative;
  text-align: left;
}


h1.line-animate-opacity {
  opacity: 0;
  background: red;
}

body:not(:has(.modals-overlay)) .modal {
  background-color: #3333338c;
}

.aboutus-section {
  margin: 7rem 0rem;
}

.aboutus-section .info-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.map-title img {
  width: 46px;
  margin-bottom: 0.5rem;
}

.map-content p {
  margin: 1.5rem 0rem 1rem 0rem;
  color: #000;
  padding: 0rem 2rem 0rem 7rem;
}

section.road-maps {
  margin-bottom: 7rem;
}

.whyfree-info.about-content {
  padding: 0rem 2rem;
}

.dflex {
  text-align: end;
}

.map-title {
  display: flex;
  align-items: center;
  gap: 15px;
}

h1.featurSrt.rodmap {
  margin-bottom: 5rem;
}

.map-title h2 {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: left;
}

.msg {
  margin: auto;
  margin-bottom: 3rem;
  width: 450px;
}

section.privacy-content {
  margin-bottom: 5rem;
}

section.faq-content {
  margin: 5rem 0rem;
}

section.features-section {
  margin: 0rem;
}

.whyfree-info.about-content h1 {
  font-size: 3.5rem;
  margin-bottom: 3rem;
  font-weight: 800;
}

.whyfree-info.about-content p,
.map-content p {
  font-size: 16px;
  font-weight: 400;
}

a.textcolor {
  color: #c36;
  font-weight: 700;
}

a.textcolor:hover {
  color: var(--black);
}

.map-content.visionicon .map-title img {
  width: 36px;
}

.modal-header.newpswd-frm h5.modal-title {
  font-size: 2.5rem;
  font-weight: 600;
}

strong#resendOtpBtn {
  color: #0d6efd;
}

span.base {
  display: none;
}

.modals-wrapper .modal-popup.modal-slide {
  left: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}

.modals-wrapper .modal-inner-wrap {
  margin: 0px auto !important;
  width: 100% !important;
}

span.icon-section img {
  width: 100%;
}

.reset-bell .label-section {
  align-items: center;
}

section {
  overflow: hidden;
}

section.get-strat-section .get-start-btn {
  display: block;
  width: 450px;
  margin: auto;
  text-align: center;
}

.profile-form-section .mb-3 {
  margin-bottom: 3rem !important;
  position: relative;
}

.profile-form-section small {
  font-size: 1.3rem;
  margin: 0;
}

button#logoutButton:hover {
  color: var(--white);
}

.guide-msg-user {
  font-size: 14px;
  color: red;
}

/* css for chatbot loader */
.chat-box {
  height: 500px;
  max-height: 550px;
  overflow-y: scroll;
  padding-bottom: 30px;
}

#chatGPT .modal-dialog {
  transform: unset;
}

#chatGPT .modal-body {
  padding: 10px 50px;
}


/* width */
.chat-box::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.chat-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
  border-radius: 10px;
}

/* Handle */
.chat-box::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

/* Handle on hover */
.chat-box::-webkit-scrollbar-thumb:hover {
  background: #ddd;
}

#loader-2 span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fd9d3a;
  margin: 7px 1px;
}

#loader-2 span:nth-child(1) {
  animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2) {
  animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3) {
  animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce {

  0%,
  75%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

#loader-2 {
  width: fit-content;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.chat-loader {
  margin-top: 1.5rem;
}

button.retry-button {
  display: block;
  margin: auto;
  margin-bottom: 1rem;
  border: 0;
  background: #e9e9e9;
  color: #083c3a;
  border-radius: 0;
}

.chat-error-message {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}

span.labelquestion {
  position: relative;
  transition: 0.5s all;
}

span.hovertext {
  display: none;
}

span.labelquestion:hover span.hovertext {
  display: block;
  position: absolute;
  top: -40px;
  padding: 0.5rem 1rem;
  transition: 0.5s all;
  width: 200px;
  font-size: 14px;
  left: -85px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 4;
  text-align: center;
}

span.hovertext:after {
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  transform: rotate(45deg);
  left: 81px;
  bottom: -4px;
  z-index: -1;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.sign-up-link-custom-contaner {
  font-size: 15px;
  text-align: center;
  margin-top: 8px;
}

.change-profile h6 {
  font-size: 16px;
}

.twofa-msg {
  display: flex;
}

section.wining-badages {
  overflow: visible;
}

/*===== my profile page style css on 07/02/2025 ====*/

.newbadgess,
.newhorsess {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0rem !important;
}

.notyarea .new-event-info {
  margin-left: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0rem !important;
}

.mybadge.newbadgess .owl-dots,
.myhorse.newhorsess .owl-dots {
  display: none;
}

.mybadge.newbadgess .owl-nav,
.myhorse.newhorsess .owl-nav {
  font-size: 2.0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: -34px;
  padding: 0rem 1rem;
}

.mybadge.newbadgess .owl-nav.disabled,
.myhorse.newhorsess .owl-nav.disabled {
  display: none;
}

.mybadge.newbadgess,
.owl-nav button span {
  padding-bottom: 3rem;
}

.mybadge.newbadgess .owl-nav button span,
.myhorse.newhorsess .owl-nav button span {
  background: #ff9f3c;
  width: 23px;
  height: 23px;
  padding-bottom: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-form-section.vistorwin-horse {
  margin-top: 3.5rem;
}

.fill-gradient-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.actions-toolbar {
  color: var(--black);
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #b1afaf;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.actions-toolbar:hover {
  border-color: #3b5998;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.31) 0px 7px 29px 0px;
}

section.vistore-profile .avatar-upload {
  margin: 0rem 0rem 3rem 0rem;
  max-width: 100%;
}

.vistor-welcome h1 {
  font-size: 5rem;
  font-weight: 700;
}

.vistor-welcome p {
  font-size: 2rem;
  font-weight: 500;
}

.vistor-welcome .astrik {
  color: #dc3545;
  cursor: pointer;
  padding-left: 8px;
  font-size: 1.6rem;
}

.wecome-mesge {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.vistore-profile {
  margin-top: -3rem;
  z-index: 1;
}

section.vistore-profile .change-profile {
  position: relative;
}

.newnotication #infoVideo .new-event-info:hover {
  background: #eee;
  transition: 0.3s all;
  transform: scale(1);
}

.newnotication #infoVideo .new-event-info {
  margin-bottom: 0rem;
  padding: 1.4rem;
}

section.wining-badages.vistor-section {
  overflow: visible;
  margin-top: 3rem;
}

img.verified {
  width: 18px;
}

/** 07-feb manageprofile **/
.manage-profile-overlay {
  position: absolute;
  top: 0;
}

i.fa-solid.fa-camera-rotate,
i.fa.fa-music,
i.fa-solid.fa-chart-simple {
  font-family: 'FontAwesome';
}

/*===== non-user (vistor) New updated section style here ====*/

.newbadgess,
.newhorsess {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0rem !important;
}

.newnotication .event-details {
  background: #000;
  padding: 3.3rem 2.5rem;
  font-size: 2.5rem;
}

.newhorsess .win-badges.free-horse-sec .card {
  height: 220px;
  margin: 0;
}

.newnotication .event-name p {
  width: 200px;
  font-size: 14px;
  margin-top: 1rem;
}

.followbtn {
  padding: 0.5rem 5rem;
  border-radius: 6rem;
  margin-top: 0.6rem;
  background: var(--black);
}

section.wining-badages .user-form-section {
  border-radius: 0.7rem;
}

section.vistore-profile .avatar-preview {
  width: 200px;
  height: 200px;
  border: 5px solid var(--orange-light);
  margin: auto;
  position: relative;
}


.change-profile .starbox {
  position: absolute;
  color: #dc3545;
  top: 43px;
  right: -10px;
  font-size: 1.6rem;
  z-index: 99;
  cursor: pointer;

}

.mandatorystat {
  display: none;
}

section.wining-badages.vistor-section {
  overflow: visible;
}

/*============ live chat box section style start here ==========*/

.chat-view::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #27282f;
}

.chat-view::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #40404b;
  border-radius: 30px;
}

/*-----------------------LIVE CHAT-------------------------*/
.cgl-live-chat {
  height: calc(100% - 116px);
}

.cgl-live-chat .chat-wrapper {
  background-color: #141921;
  box-sizing: border-box;
  height: 514px;
}

.cgl-live-chat .chat-wrapper .chat-title {
  padding: 10px;
  font-family: "Helvetica Now Display", Sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 18px;
  color: var(--white);
  background: var(--green);
}

.cgl-live-chat .chat-wrapper .chat-view {
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-top: 1rem;
}

.cgl-live-chat .chat-wrapper .chat-item {
  padding: 5px;
  margin-bottom: 0.5rem;
}

.cgl-live-chat .chat-wrapper .chat-view img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 1.5rem;
}

.cgl-live-chat .chat-wrapper .chat-view .sender-name a {
  font-family: Hind Madurai;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: var(--black) !important;
}

.cgl-live-chat .chat-wrapper .chat-view .sender-name a:hover {
  color: #ffffff;
  font-weight: bold;
}


.cgl-live-chat .chat-wrapper .chat-view .chat-time {
  font-family: "Helvetica Now Display", Sans-serif;
  font-size: 12px;
  margin-left: 1rem;
  color: #000;
  font-weight: 500;
}

.cgl-live-chat .chat-wrapper .chat-view .chat-time i {
  display: none;
}

.chat-view .chat-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


.cgl-live-chat .chat-wrapper .chat-view .chat-text {
  font-family: "Helvetica Now Display", Sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.cgl-live-chat .chat-wrapper .chat-message {
  color: var(--white);
  background: var(--green);
  padding: 6px;
}

.cgl-live-chat .chat-wrapper .chat-message input {
  background-color: transparent;
  border: none !important;
  font-family: "Helvetica Now Display", Sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  outline: none !important;
  letter-spacing: 1px;
  margin-right: 70px;
}

.cgl-live-chat .chat-wrapper .chat-message input::placeholder {
  color: var(--white);
}

.cgl-live-chat .chat-wrapper .chat-message button {
  background-color: transparent;
  border: none;
  outline: none;
}

.cgl-live-chat .chat-wrapper .dropdown-menu {
  background-color: #141921;
}

.cgl-live-chat .chat-wrapper .dropdown-menu .dropdown-item {
  color: #9fadc5;
  font-family: Hind Madurai;
  font-style: normal;
  font-weight: 300;
}

.cgl-live-chat .chat-wrapper .dropdown-menu .dropdown-item:hover {
  background-color: #1c232e;
}


.livechat .sendtext {
  font-size: 1.8rem;
  z-index: 999;
  cursor: pointer;
}

#live_stream,
#home_live_stream  {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  height: 620px;
}

#horse_stats {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 5px;
  background: #ffffff;
  color: #020202;
  padding: 10px 20px;
  /* border-radius: 4px; */
}

#horse_stats .horse_random_stats {
  display: flex;
  justify-content: space-between;
}

#horse_stats p {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
}

.livechat,
.chat-view {
  height: 100%;
}

.popup-menu {
  position: absolute;
  top: 55px;
  width: 100%;
  left: 0px;
  background: rgb(0 0 0);
  color: rgb(255, 255, 255);
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  z-index: 1000;
  padding: 10px 0;
  line-height: 2;
}

.total_view {
  font-size: 12px;
}

/* new css 10-feb-2024 */

.new-margin-top {
  margin-top: 7.1rem;
}

.banner-cover-box img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

#owlcarouselvistor .item {
  height: auto;
}

.user-profile-edit {
  color: var(--white) !important;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.7rem;
  position: absolute;
  right: 10px;
  top: 10px;
}

.profile-form-section .edit-user-form {
  background-color: rgb(241 241 241 / 19%);
  border: 1px solid #c2c2c2;
}

.popup-menu ul li {
  margin-bottom: unset;
  cursor: pointer;
}

/* 11-feb-2025 horse-profile banner */

.new-banner-dynamic .horse-profile-banner img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.new-banner-dynamic .banner-overlay {
  position: absolute;
  top: 0;
}

/* 12feb-2025 */

#banner-message {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: var(--yellow) !important;
}

.new-margin-top .horse-name h1 {
  font-size: 5rem;
}

.new-margin-top .horse-name {
  padding: 10rem 0rem;
}

.new-margin-top .banner-content-area {
  height: 400px;
  display: flex;
}

#chat_header .sendtext {
  top: 7px;
}

#chat_header li,
#chat_header ul {
  margin-bottom: 0;
}

#owlcarouselvistor .owl-nav {
  padding: 0.8rem;
}

#message {
  font-size: 14px;
}

#loginModal .modal-dialog {
  transform: inherit;
}

#owlcarouselVistorwinhorse .free-horse-sec .card .bg {
  background-image: none;
}

.new-add-horse .card {
  height: 205px;
}

.newnotication {
  height: 100%;
}

.resend-verification {
  margin-top: 0 !important;
}

.user-update-password a {
  padding: 10px;
  border: 1px solid #0d4644;
  color: #0d4644;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 2px;
  width: 200px;
  text-align: center;
}

.user-update-password .dropdown-item:hover {
  background-color: #0d4644;
  color: #fff;
}

/* 12-feb-2025 */

.livestream-single-video {
  background: #ffffff;
  padding: 0.5rem;
}

.livestream-thumbnail img {
  aspect-ratio: 16 / 7;
  width: 100%;
  object-fit: cover;
}

.livestream-thumbnail-text,
.home-livestream-thumbnail-text {
  background: #0d0d0db5;
  color: #fff;
  padding: 1.5rem;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.livestream-thumbnail-text p,
.home-livestream-thumbnail-text p {
  margin-bottom: 0;
}

.user_view_count {
  background: #0d0d0d90;
  ;
  color: #fff;
  border-radius: 5px;
  padding: 0.5rem;
  position: absolute;
  bottom: 60px;
  left: 10px;
  z-index: 9;
  display: flex;
  align-items: center;
}

.user_view_count span {
  font-weight: 600;
  font-size: 1.2rem;
}

.user_view_count .livestream_user_profile {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}

.features-section .order-center {
  z-index: 99;
}

/* 13-feb-2025 user profile- image*/
.user-profile-update .avatar-upload .avatar-edit input+label {
  background-color: #bfbfbf;
}

.user-profile-update .avatar-upload .avatar-edit .edit-profile-image {
  /* background: var(--yellow); */
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
}

.user-profile-update .avatar-upload .avatar-edit .edit-profile-image::after {
  color: var(--white);
}

/* 15-feb-2025 all future schedules */

.feature-box .all_future_schedules p {
  color: var(--white);
  height: 140px;
  font-size: 12px;
  margin: 0 0 10px 0;
  width: 97%;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.feature-box .live_schedule p {
  color: var(--white);
  height: auto;
  font-size: 16px;
  margin: 0 0 10px 0;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.feature-box .future_schedules-btns .show_more_schedules,
.feature-box .future_schedules-btns .less_more_schedules {
  background: var(--hover-yellow);
  color: var(--white);
  font-size: 1.5rem;

}

/* ==== 15-feb-2025 notification =====*/

.newnotication .notyarea {
  max-height: 420px;
  overflow-y: auto;
}

/* css for photo gallery */

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #0D4644;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: var(--c-gray);
  border-radius: 2px;
  opacity: 0.6;
}

.horse-media-gallery {
  --i-item: 4;
  --g-inner: 15px;
}

.horse-media-gallery .grid__sizer,
.horse-media-gallery .grid__item {
  width: calc((100% - ((var(--i-item) - 1) * var(--g-inner))) / var(--i-item));
}

.horse-media-gallery .grid__item {
  margin-bottom: 1.5rem;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  object-fit: cover;
}

.horse-gallery-scroll {
  height: 319px;
  overflow: auto;
}

/* horse-gallery-modal css */
.horse-libary-modal .modal-content {
  padding: 0;
}

.horse-libary-modal .modal-header,
.horse-libary-modal .modal-footer {
  padding: 10px;
  display: flex;
  justify-content: end;
}

.horse-libary-modal .js-close-modal {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 14px;
}

.horse-libary-modal .modal-footer .js-share-facebook,
.horse-libary-modal .modal-footer .js-share-instagram,
.horse-libary-modal .modal-footer .js-share-tiktok {
  border: 1px solid #b1afaf;
  font-size: 1.8rem;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s all;
}

/* end of photo gallery css  */

/* heart-emoji-css */
.emoji-position {
  position: absolute;
  bottom: 65px;
  right: 25px;
}

.emoji-heart-header {
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  text-align: center;
  width: 40px;
}

.heart-emoji {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  min-height: 40px;
  width: 40px;
  font-size: 1.6rem;
  cursor: pointer;
}

.smile-emoji {
  font-size: 1.6rem;
  color: rgb(216, 166, 0);
  display: none;
  height: 140px;
  overflow-y: scroll;
}

.heart-header .smile-emoji {
  display: block;
}

.smile-emoji li {
  margin-left: -20px;
  margin-top: 5px;
  cursor: pointer;
}

/* === voting css 20-feb-2025 ==== */

.voting-text p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.activity-vote-text {
  color: #fff;
  height: 140px;
}

.activity-vote-text p {
  height: auto;
}

.activity-vote-text h3 {
  text-decoration: underline;
  cursor: pointer;
}

/** 20 feb features section feature-active class */
.features-section .extralabel .feature-active {
  background: var(--green);
  color: var(--white);
}

/*Horse Details page Horse TV section*/
.horse-tv-video h2 {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 15px;
}

.btn.switch-live-stream {
  margin-top: 10px;
  float: right;
}

section#shrt-video .setSrt {
  display: inline-block;
}

/*Horse Details page Horse TV section*/

/* this is the css for Race Schedule feature section  */

.features-section .horse-features .feature-active {
  background: var(--green);
  color: var(--white);
}

/* race-record-css 21-feb */

.race-record-header {
  font-size: 1.4rem;
  color: #fff;
}

.live-stream .single-video {
  background-color: #0d4644;
}

.formcontact {
  background: var(--white);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
}

.form-contact {
  display: block;
  text-align: center;
}

.aboutus-section {
  margin: 7rem 0rem;
  overflow: visible;
}

.contentform h1 {
  font-size: 4.5rem;
}

.contentform p {
  font-size: 1.8rem;
}

/* 26-feb emoji animation*/

.smile-emoji li img {
  width: 25px;
  height: 25px;
  border-radius: 25px;
}

.emoji-animation {
  position: absolute;
  right: 20px;
  bottom: 40%;
  height: 200px;
  width: 40px;
}

.particle {
  display: inline-flex;
  position: absolute;
  height: 2rem;
  width: 2rem;
  left: 0;
  right: 0;
  top: 100%;
  margin: auto;
}

.emoji-heart-header .smile-emoji::-webkit-scrollbar {
  display: none;
}

#race-replay-videos .owl-nav {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
}

#race-replay-videos .owl-item {
  display: flex;
  justify-content: center;
}

#race-replay-videos .item img {
  border: 2px solid #fd9d3a;
}

.welcome-banner-new-user {
  height: 100%;
}

.horse-profile-margin {
  margin-top: 7.1rem;
}

#race-replay-videos .waves-block {
  display: none;
}

#race-replay-videos .video {
  height: 45px;
  width: 45px;
  line-height: 45px;
  cursor: pointer;
}

#race-replay-videos .slick-track {
  margin-left: inherit;
}

/* ====banner-new-text-animation 5-March=====*/

.animationcontainer {
  position: relative;
  width: 400px;
}

.textanimation {
  opacity: 0;
  animation: slideFade 25s infinite;
  font-family: "Helvetica Now Display", Sans-serif;
  font-size: 90px;
  color: #fff;
  font-weight: 600;
}

.textanimation-2 {
  animation-delay: 8s;
}

.textanimation-3 {
  animation-delay: 16s;
}


@keyframes slideFade {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  25% {
    transform: translateX(0%);
    opacity: 1;
  }

  50% {
    transform: translateX(0%);
    opacity: 0;
  }

  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

/** Horse spotlight slider 03-march */

/* 6-march-race-week */

#Spotlight-Horse .item,
#horse-race-bottom .item {
  height: auto;
}

/* 

#Spotlight-Horse .item video,
#horse-race-bottom .item video {
  object-fit: cover;
}

#Spotlight-Horse .item img,
#horse-race-bottom .item img {
  height: 400px;
  width: 700px !important;
  object-fit: fill;
}

#Spotlight-Horse .owl-nav {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
} */

#horse-race-bottom .owl-nav {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  color: #fff;
}

/* 6-march-race-week */


.raceof-week-text h1,
.raceof-week-text p {
  color: #fff;
}

.horse_stats_value {
  color: red;
  font-weight: 800;
  margin: 0px 2px;
}

.form-select:disabled,
 input[readonly]{
  background-color: rgb(99 115 129 / 25%);
}

/* ====reset-password 5-march =======*/

.customer-account-createpassword .fieldset {
  margin: 0 0 30px;
}

.customer-account-createpassword #password-strength-meter {
  padding: 0;
  color: #e02b27;
  background-color: unset;
  font-size: 1.2rem;
}

.customer-account-createpassword .password-none .password-strength-meter:before {
  background-color: transparent;
  width: 100%;
}

.customer-account-createpassword .actions-toolbar {
  color: var(--black);
  padding: 0.5rem;
  text-align: center;
  border: none;
  width: auto;
  height: auto;
  cursor: pointer;
  border-radius: 0;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-account-createpassword .actions-toolbar:hover {
  border-color: none;
  background: none;
  box-shadow: none;
}

/*==== new-button-css 6-march =====*/

/** latest upload video date 08-march **/
.video-upload-date {
  font-size: 16px;
  font-weight: 600;
  color: var(--orange-light);
}

.btn_group a:visited,
.alink:visited,
.new-profile-btn a:visited,
.alink:visited {
  color: #fff;
}

.features-section .btn {
  border: #fff;
}

.features-section .label-section .active {
  background: #063635;
  color: #fff;
}

/* 11-march-new slick-slider */

.slick-prev,
.slick-next {
  height: 40px;
  width: 40px;
  border-radius: 40px;
}

.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 25px;
  opacity: 1;
  padding-right: 0;
}

.slick-slide {
  margin: 0 5px;
}

/* 11-march reset-password */

.user-index-resetpassword #password-form {
  min-width: 550px !important;
  width: 550px !important;
  margin: 0px auto;
  margin-top: 150px;
  border: 1px solid #f5f5f5;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* 13 march 2025 */
h2.text-white.slider-content,
.contain.horse-tv-video h2 {
  display: flex;
  flex-direction: column-reverse;
}

.contain.horse-tv-video {
  margin-top: 20px;
}

.horsedetail-horses-view .modal-inner-wrap .modal-dialog.modal-lg.modal-dialog-centered {
  height: calc(100% - var(--bs-modal-margin)* 2);
}

.horsedetail-horses-view .modal-inner-wrap .modal-dialog.modal-lg.modal-dialog-centered .modal-body.horse-libary-modal {
  overflow-y: auto;
  max-height: 490px;
}

#emailphonerequred {
  margin: 10px 0 0;
  color: #e02b27;
  font-size: 1.2rem;
}

#modalPicture .modal-dialog {
  max-width: max-content;
  width: 600px;
}

/* 13 March 2025  Ramesh*/

@media (min-width: 769px),
print {
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

#password-form {
  min-width: 550px !important;
  width: 550px !important;
  margin: 0px auto;
  margin-top: 150px;
  border: 1px solid #f5f5f5;
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#password-form .actions-toolbar button.action.submit.primary {
  background: var(--yellow);
  color: var(--white);
  padding: 10px 25px;
  ;
  font-size: 2rem;
  border-radius: 0;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  transition: all .5s ease-in-out;
  text-align: center;
}

#password-form .actions-toolbar button.action.submit.primary::after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  transform: skewX(-17deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  border: 1px solid var(--orange-dark);
  box-shadow: 15px 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: all 1s ease-in-out !important;
  transition: --angle 1s;
}

#password-form .actions-toolbar {
  color: var(--black);
  padding: 0.5rem;
  text-align: center;
  border: none;
  width: auto;
  height: auto;
  cursor: pointer;
  border-radius: 0;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px
}

#password-form .actions-toolbar button.action.submit.primary:hover {
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  text-shadow: 1px 1px 3px rgba(214, 72, 7, 0.75);
  background: transparent;
  color: var(--white);
}

.actions-toolbar:hover {
  border-color: none;
  background: transparent;
  box-shadow: none;
}

#password-form .field {
  margin: 0 0 15px;
}

#password-form .field.choice {
  margin-top: 15px;
}

#password-form .field label {
  font-weight: 600;
  margin: 0 0 8px;
}

#password-form .field.choice label {
  font-weight: 400;
}

/* ================================ add a parnat in this ===================*/

.columns {
  display: flex;
}

.chosse-hourse .read-more {
  min-height: 260px;
}

#mainVideo {
  object-fit: cover;
}

#horsetvplayer>div:nth-child(1) {
  width: 100% !important;
}

/* css for horse gallery modal slider 18-march */

#modalPicture .modal-header {
  position: absolute;
  top: 12px;
  right: 10px;
  border-radius: 0;
  padding: 4px;
  background: #fff;
  z-index: 9;
  border-bottom: none;
}

#modalPicture .modal-content {
  background: unset;
  overflow: unset;
}

#modalPicture .horse-libary-modal {
  max-height: unset;
}

#modalPicture .slick-list {
  max-height: 72vh;
  border: 3px solid #fff;
}

#modalPicture .slick-slide {
  margin: 0;
}

#modalPicture .modal-footer {
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-top: none;
}

#modalPicture .modal-content {
  border: none;
}

#modalPicture .modal-footer a {
  background-color: #fff;
}

#modalPicture .slick-dots {
  display: none;
}

#modalPicture .modal-dialog button:focus,
#modalPicture .modal-dialog button:active {
  background: rgba(252, 252, 252, 0.7);
}

/* css for horse gallery modal slider 18-march end */

/* css for custom tool tip */

[hover-tooltip] {
  position: relative;
  cursor: default;
}

[hover-tooltip]:hover::before {
  content: attr(hover-tooltip);
  font-size: 12px;
  text-align: center;
  position: absolute;
  display: block;
  left: 50%;
  min-width: 200px;
  max-width: 400px;
  bottom: calc(100% + 10px);
  transform: translate(-50%);
  animation: fade-in 300ms ease;
  background: #272727;
  border-radius: 4px;
  padding: 5px;
  color: #ffffff;
  z-index: 1;
  line-height: 1.6;
}



[hover-tooltip]:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 0;
  height: 0;
  bottom: calc(100% + 6px);
  margin-left: -3px;
  border: 1px solid black;
  border-color: #272727 transparent transparent transparent;
  border-width: 4px 6px 0;
  animation: fade-in 300ms ease;
  z-index: 1;
}


@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* end css for custom tool tip */

/* ==horse-spotlight 22-march-2025 ===*/

#Spotlight-Horse .slick-next,
#horse-race-bottom .slick-next {
  position: absolute;
  left: 46.0%;
}

#Spotlight-Horse .slick-slide .row,
#horse-race-bottom .slick-slide .row {
  width: auto !important;
}

/* css for forogt password 22 march 2025 */
.customer-account-forgotpassword .modal-inner-wrap {
  height: 100%;
}

.change_mobile_number a {
  font-size: 14px;
}

.vistore-profile {
  overflow: visible;
}

#video_thumbnail_slider-list {
  width: auto !important;
  transform: translateX(0) !important;
}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active {
  border-color: #f58c20 !important;
}

.customer-account-createpassword .password-strong .password-strength-meter:before,
.customer-account-createpassword .password-weak .password-strength-meter:before,
.customer-account-createpassword .password-medium .password-strength-meter:before,
.customer-account-createpassword .password-very-strong .password-strength-meter:before {
  background-color: transparent;
}

/* 25-march-event section */

.event-desc {
  text-align: left;
  max-height: 500px;
  overflow-y: auto;
  padding: 20px 10px;
}

.event-desc h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

.event-desc em {
  font-weight: 300;
}

/* 25-march-css livestream horse emoji */
.heart-emoji img {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  object-fit: cover;
}

/* 26-march-race-schedule-table */

table.table.race-schedule-table {
  text-align: left;
}

table.table.race-schedule-table .race-schedule-btn {
  color: var(--white);
  font-size: 1.5rem;
  text-align: center;
  width: 20px;
}

/* 28-march-2025 add horse */

.race-schedule-table-header [hover-tooltip]:hover::before {
  transform: translate(-80%);
  white-space: normal;
}


.race-schedule-table-header {
  height: 140px;
  overflow-y: auto;
}

/* 28-march-no-notification */

.no-notification-heading {
  display: block;
  text-align: center;
}

.no-notification-heading h6{
  font-size: 1.8rem;
}

.no-notification{
  text-align: center;
    padding: 95px 0;
}


/* 28-march-forgot-login css */

.account-social-login .actions-toolbar.social-btn {
  width: 50px;
}

.btn-google .fa-google:before {
  content: "\f1a0";
}

.btn-social > :first-child {
  position: inherit;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: inherit;
  font-size: inherit;
  text-align: center;
  border-right: none;
}


.btn-google .fa-google {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55% / 150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.social-btn .btn-social {
  font-size: 2.8rem;
  padding: initial;
}

.race-record-details{
  height: 140px;
}

.columns .column .social-login-authentication-channel{
   display: none;
}

.columns .column .social-section .social-login-authentication-channel{
  display: block;
}

.website-version{
  font-size: 14px;
}


.webv{
  display: flex;
  align-items: center;
  /* margin-right: 100px; */
}

.webv .website-version{
  margin-right: 10px;
}

/* 1-april-home live stream */

 #liveStream {
  position: relative;
}

.home-live-stream {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  color: #fff;
  padding: 5px 14px;
  border: none;
  font-size: 18px;
  border-radius: 2px;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
}

.home-live-stream:hover,
.home-live-stream:focus,
.home-live-stream:active {
  color: #fff;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  border: none;
} 

.Media-section .media-images img{
  width: 250px;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
}

.paddock-dropdown{
  padding: 2px 0 0 10px;
  min-height: auto;
}

.paddock-dropdown option{
  color: #000;
}
.banner-section .live-stream{
  margin-top: 87px;
}

/* 1-apr-media-news-section */

.paddock-dropdown:not([disabled]):focus {
  box-shadow: inherit;
}

.Media-section .media-content .readMoreContent{
  font-size: 16px;
}

main#maincontent {
  padding-top: initial !important;
}

.Media-section .media-content h6{
  font-size: 14px;
  color: #3f3c3c;
}


/* race replay videos align left 04-april */

#race-replay-videos.slick-track {
  margin-left: inherit;
}

ul.dropdown-menu.customcss {
  right: 0;
  /* transform: translateX(50%); */
}

#carouselExampleAutoplaying .carousel-item {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 50%);
}

.clappr-videoPlayer, 
#recent-videos-player,
#mainVideo{
  width: 100% !important;
}

.clappr-videoPlayer > div:nth-child(1),
#recent-videos-player > div:nth-child(1),
#mainVideo > div:nth-child(1) {
  height: unset !important;
  width: 100% !important;
  aspect-ratio: 16/9 !important;
}

.play-wrapper svg{
  width: 50px;
  height: auto;
}

#addhorse [hover-tooltip]:hover::before {
  min-width: 100px;
}

.live-stream .emoji-heart-header [hover-tooltip]:hover::before{
  left: 0;
  min-width: 100px;
}



#owlcarouselvistor .owl-nav .disabled,
#owlcarouselVistorwinhorse .owl-nav .disabled{
  visibility: hidden;
}


/* homelivestream-tumbnell-16-aprl-2025 */

.home-livestream-thumbnail-image img{
  aspect-ratio: 16 / 6;
}


/* profile-approvec-css-17-april */

.profile-approve {
  position: absolute;
  right: 17px;
  bottom: 5px;
}

.profile-approve .verified {
  width: 30px;
}

/* 19-07-2025 */
/* css for homepage top banner section */
*{
  margin: 0;
  padding: 0;
font-family: "Plus Jakarta Sans", sans-serif;
}
body{
  font-family: "Plus Jakarta Sans", sans-serif;
  /* font-family: "Fraunces", serif; */
}

.step-1 {
  background-image: url(../images/choose-your-horse.png);
  background-origin: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.step-2 {
background-image: url(../images/join-their-story.png);
background-origin: border-box;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.step-3 {
background-image: url(../images/frame-img-1.png);
}

.banner_box {
  background: url(../images/background_track.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

.banner_box .max_container_fluid.container-fluid{
max-width: min(1440px, 90%);
  padding: 0;
}

.banner_box .row_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  column-gap: 0px;
  height: 100%;
  align-items: center;
}
.banner_box .main-btn{
  /* background: #fd9d3a; */
  color: #fff;
  padding: 16px 40px 16px 40px;
  font-size: 16px;
  border-radius: 0;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-right: 2.7rem;
  padding-left: 2.7rem;
  background: transparent;
  transition: all .5s ease-in-out;
  text-align: center;
  border: unset;
}

.banner_box .main-btn:after{
  --angle: 17deg;
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  transform: skewX(-17deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(17deg, #f35111, #ff8a00);
  border: 1px solid #f35111;
  box-shadow: 15px 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: all 1s ease-in-out;
  transition: --angle 1s;
  z-index: 1;
}
.banner_box .row_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
}
.banner_box .bnr_img {
  text-align: center;
  display: flex;
  flex-direction: column;
  /* gap: 30px; */
  align-items: center;
  justify-content: center;
}
.banner_box .main-btn span {
  position: relative;
  z-index: 3;
}
.banner_box .watch_btn.left_btn button.main-btn:after{
  /* background: #193c45;
  border:1px solid #193c45; */
  background: linear-gradient(17deg, #f35111, #ff8a00);
    border: 1px solid #f35111;
}
.banner_box .bnr_img h2 {
  /* font-size: 36px; */
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  text-align: center;
  font-family: auto;
}
.banner_box .bnr_img h2 span {
  display: block;
  font-family: auto;
}
.banner_box .left_side_panel.bnr_img h2 {
  /* transform: rotate(-5deg); */
  transform: rotate(0deg);
}
.banner_box .right_side_panel.bnr_img h2 {
  /* transform: rotate(5deg); */
  transform: rotate(0deg);
}

.banner_box .bnr_img img {
  /* width: 550px;
  height: 300px; */
  /* object-fit: cover; */
  /* box-shadow: rgba(0, 0, 0, 0.35) 18px 18px 15px; */
  max-width:100%;
  height:auto;
}

.banner_box .row_prespective{
    perspective: 900px;
}
/* .banner_box .left_side_panel.bnr_img {
  transform: rotateY(16deg);
}

.banner_box .right_side_panel.bnr_img{
   transform: rotateY(-16deg);
} */
.banner_box .watch_btn {
  text-align: center;
  margin: 30px 0 0;
}

@media(max-width:1024px){
 .banner_box .bnr_img img{
      width: 100%;
      height: auto;
  }
 .banner_box .row_grid {
  grid-template-columns: 1fr;
  gap: 40px;
}
.banner_box{
  height: auto;
}
.banner_box .single_btn.text-center {
  grid-column: 1;
}
}
.banner_box .single_btn {
  grid-column: 1 / 3;
  position: absolute;
    bottom: 240px;
    left: 50%;
    transform: translateX(-50%);
}


.kind-of-entertainment {
  padding: 8rem 0;
}

div#testimonials-slider .slider-overlay {
  background: #00000099;
}
div#testimonials-slider .slider-overlay p {
  text-align: center;
  padding: 0 20px;
}

div#testimonials-slider .item.position-relative .slider-overlay {
  opacity: 1;
}
div#testimonials-slider .item.position-relative .slider-overlay p:last-child {
  text-align: end;
  width: 100%;
  margin: 20px 0 0 0;
  position: absolute;
  bottom: 10px;
  right: 0;
}

/* single btn main button hover start here */

.hover_btn .main-btn:hover{
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  text-shadow: 1px 1px 3px rgba(214, 72, 7, 0.75);
  background: transparent;
  color: #fff;
}

/* single btn main button hover end here */
/* .bnr_img img, .bnr_img video {
  width: 550px;
  height: 300px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 18px 18px 15px;
} */

.horse-selection-buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
  padding: 0px 0 50px;
  flex-wrap: wrap;
  background: #084644;
}

section#select-freehours {
  padding-bottom: 4rem;
}
.horse-selection-buttons button {
  border: unset;
}
.horse-selection-buttons.homepage-button {
  background: unset;
}
.entertainment-button {
  text-align: center;
}
/* 24-07-2025 new css here  */
/* .banner_box .bnr_img img {
  box-shadow: unset;
} */
.banner_box .watch_btn .main-btn{
  transform: rotate(5deg);
}
.banner_box .watch_btn.left_btn .main-btn{
  transform: rotate(-5deg);
}
.banner_box .max_container_fluid.container-fluid.custmContain{
  max-width:100%;
}
.banner_box .custmContain .row_grid{
  position: relative;
  gap: 146px;
}
.banner_box .custmContain .row_prespective{
  padding: 0 30px;
}
.middleHorse{
  position: absolute;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: 72vh;
    width: auto;
}
.banner_box .row_grid {
  /* padding-top: 0px; */
  padding-top: 56px;
  margin:0 !important;
}
.slider-overlay p:last-child {
  display: none;
}
button.btn.videoplay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0px);
  display: none;
}
.slick-slide:hover button.videoplay {
  display: block;
}
.slick-slide .item{
  /* background: #74d4d1cc; */
  background: #000;
}


/* unbridled page css 08-07-2025 */

.hero-section {
  background: linear-gradient(135deg, #2d5a5a 0%, #1a4040 50%, #0f2d2d 100%);
  min-height: 200px;
  display: flex;
  align-items: center;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.05) 0%, transparent 70%);
  pointer-events: none;
}

.cta-button {
  background: linear-gradient(45deg, #ff6b35 0%, #f7931e 100%);
  color: white;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
  align-self: flex-start;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
  background: linear-gradient(45deg, #ff7849 0%, #f89d32 100%);
}

.hero-description {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}

.description-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.6;
  font-weight: 300;
}

.description-subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(0.95rem, 2.2vw, 1.1rem);
  line-height: 1.5;
  font-weight: 400;
}

/* Video Slider Section */
.video-slider-section {
  background: #0f1419;
  padding: 3rem 0;
  position: relative;
}

.video-slider-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.video-slider-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 2rem;
}

.pinned-videos {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.scrollable-videos {
  display: flex;
  gap: 1rem;
  overflow: hidden; /* Changed from overflow-x: auto */
  scroll-behavior: smooth;
  flex: 1;
  padding: 0 1rem;
  position: relative;
}

.scrollable-videos-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.5s ease; /* Added smooth transition */
}

.custmbridled-sect .video-thumbnail {
  position: relative;
  width: 280px;
  height: 160px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  flex-shrink: 0;
}

.custmbridled-sect .video-thumbnail:hover {
  transform: scale(1.05);
  border-color: #275454;
  box-shadow: 0 8px 25px rgba(74, 222, 128, 0.3);
}

.custmbridled-sect .video-thumbnail.pinned {
  border-color: #275454;
}

.custmbridled-sect .video-thumbnail.pinned:hover {
  border-color: #275454;
  box-shadow: 0 8px 25px rgba(6, 182, 212, 0.4);
}

.thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  transition: brightness 0.3s ease;
}
.video-player-section{
  position: relative;
  top: unset;
  margin-top: 86px;
}

/* .thumbnail-image:hover {
  opacity: 1;
} */
.video-thumbnail:hover img{
  opacity:1;
}
.custmbridled-sect .video-thumbnail:hover .thumbnail-image {
  brightness: 1.2;
}
#videoPlayer > video{
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.7) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  color: white;
}

.thumbnail-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.thumbnail-subtitle {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.custmbridled-sect .video-thumbnail:hover .play-icon {
  opacity: 1;
}

.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 12px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-left: 3px;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
  font-size: 1.5rem;
}

.nav-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%) scale(1.1);
}

.nav-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%);
}

.nav-button:disabled:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%);
}

.nav-button.prev {
  left: 1rem;
}

.nav-button.next {
  right: 1rem;
}

/* Video Player Section */
.video-player-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  background: linear-gradient(181deg, #B4B7BE 0.54%, rgba(72, 76, 82, 0.93) 21.32%, rgba(44, 47, 51, 0.97) 34.54%, rgba(28, 30, 33, 0.97) 47.46%, #080809 98.15%);
}

.video-player {
  width: 100%;
  height: calc(100vh - 37vh);
}

.video-player-section.active {
  display: block;
}

.video-player-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.video-info {
  padding: 2rem;
  color: white;
  text-align: center;
}

.video-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #4ade80;
}

.video-info p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.close-player {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 20;
}

.close-player:hover {
  background: rgba(0, 0, 0, 0.9);
}

.container.left-hero-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-hero-section h1.hero-title {
  margin-bottom: 4rem;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
}

.left-hero-section p.description-subtitle, .left-hero-section p.description-text {
  color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
    font-weight: 400;
}

.left-hero-section .hero-description {
  gap: 4px;
}

#video-description {
  color: #ffffff;
  background-color: #000;
  text-align: center;
  padding-block: 5px;
}

.unbridled-thumbnail-img {
  z-index: 99;
  display: block;
  position: absolute;
  top: 20px;
  left: 19px;
  right: 19px;
  width: unset;
  overflow: hidden;
}
.unbridled-thumbnail-img .unbridled-image {  
    width: 100%;
    height: calc(100vh - 37vh);
    object-fit: fill;
}

.hero-title + a:visited{
  color: #fff;
}
 /* 19-08-2025 new css === */
 h2.text-white.slider-content.custmTestimonial-sect{
  display:block;
}
.txt-belw{
  display:none;
}
.banner_box .left_side_panel.bnr_img{
  transform: rotateX(-4deg) rotateY(24deg);
  gap: 16px;
}
.banner_box .right_side_panel.bnr_img{
  /* transform: rotateX(0deg) rotateY(-22deg) skewX(1deg) skewY(4deg); */
  transform: rotateX(-6deg) rotateY(-24deg);
  gap: 16px;
}

.bnr_img .load-horse-video img,
.bnr_img .load-unbridled-video img{
  /* transform: scale(.55); */
  max-width: 475px;
  box-shadow: 2px 6px 34px 0 #0000003d;
  height: 250px;
  width: 100%;
}
.unbridled-video,
.horse-video{
    display: none;
}
.custmCareComesFirst{
  box-shadow: 0 0 10px 0 #ff5e1e;
  border-radius: 8px;
  border: 2px solid #f35111;
}
/* 21-08-2025 new css ======== */
/* .custmSpaceX{
  padding-left: 2rem;
  padding-right: 2rem;
} */
.mob-View{
  display: none;
}
.load-unbridled-video,
.load-horse-video{
  width: 100%;
}
.hover_btn .main-btn:hover:after{
  /* box-shadow: 15px 5px 15px rgba(0, 0, 0, 0.5); */
  box-shadow: 7px 5px 0px rgb(253 120 31 / 55%);
}


/* testimonial css ========== */
.custmTestimonialSldr .testimonial-player-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
}
.custmTestimonialSldr .testimonial-player-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custmTestimonialSldr .slick-slide:not(.slick-active) .clappr-player {
  pointer-events: none;
}

/* unbriodled video slider css here  */
 /* Special styles for fixed (non-scrollable) slides */
 .custmSlicksldr .fixed-slide {
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.custmSlicksldr .fixed-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
  z-index: 3;
}

.custmSlicksldr.video-slider-section {
  overflow: hidden;
  padding: 20px 0;
}

.custmSlicksldr .slick-slider-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.custmSlicksldr .slick-slider {
  display: block !important; /* Override any display:flex that might be causing vertical layout */
}

.custmSlicksldr .slick-slide {
  float: left !important; /* Force horizontal layout */
  height: auto;
}

.custmSlicksldr .video-thumbnail {
  margin: 0 10px;
  position: relative;
  transition: transform 0.3s ease;
}

.custmSlicksldr .video-thumbnail:hover {
  transform: scale(1.05);
}

.custmSlicksldr .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}

.custmSlicksldr .slick-prev {
  left: 0;
}

.custmSlicksldr .slick-next {
  right: 0;
}

.custmSlicksldr .slick-arrow svg {
  fill: white;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  display: block;
}

.custmSlicksldr .slick-arrow:hover {
  background: rgba(0,0,0,0.8);
}

.custmSlicksldr .slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}


.Media-section .container > .pager{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.Media-section .container > .pager .item{
  height: auto;
}
.Media-section .container > .pager .pages ul{
display: flex;
align-items: center;
}
.Media-section .container > .pager .item .action,
.Media-section .container > .pager .item .page{
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}
.Media-section .container > .pager .item.current .page{
  background: #ff5501;
  color: #fff;
}
.Media-section .container > .pager .item .action{
  background: #000000;
  color: #fff;
  box-shadow: unset;
}
.Media-section .container > .pager .item .action::before{
  color: #fff;
}
.Media-section .container > .pager .limiter{
display: none;
}


/* 26-08-2025 contact us form css conflict issue */
.formcontact fieldset.fieldset select, .formcontact fieldset.fieldset textarea{
	width:100%
}


.cms-horse-selection main#maincontent{
  padding-top: 25px !important;
}



/* Custom modal popup for registration modal */

.cstm-popup .modal-header {
  background: var(--green);
  color: var(--white);
  padding: 1rem 2rem;
}

.cstm-popup .modal-header .modal-title {
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 3rem;
}

.cstm-popup .modal-content .btn-close-white {
  border: 1px solid var(--black) !important;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.cstm-popup .modal-dialog {
  transform: inherit !important;
}

.cstm-popup .modal-content {
  border-radius: 1.1rem;
  overflow: hidden;
}

/* 14-02-2026 new css  */
.custmGrid-4{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:14px;
}

.text-custm-10{
font-size: 10px;
}
.custmTestimonialSldr #replay-slider .slick-track{
  display: flex;
  justify-content: center;
}
.relativ-post-video{
  position: relative;
}
.custm-switch-button{
  position: absolute;
  bottom:60px;
  right:30px;
  background: transparent;
  padding: 8px 44px;
  color:#fff;
  border-radius: 4px;
  outline: 0;
  border: 1px solid transparent;
  font-size: 18px;
  z-index: 1;
}
.custm-switch-button:hover{
  transform: translate(7px, 7px);
  background: transparent;
}
.custm-switch-button::before{
  --angle: 17deg;
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  transform: skewX(-17deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(var(--angle), var(--orange-dark), var(--orange-light));
  border: 1px solid var(--orange-dark);
  box-shadow: 15px 5px 15px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: all 1s ease-in-out;
  transition: --angle 1s;

}

/* @media(max-width:1024px){
  .middleHorse{
    height: calc(100vh - 50%);
  }
} */

@media (max-width: 575px) {
  .page-footer .meida-link {
      max-width: 200px;
      margin: 15px auto;
  }
}
