 /* stallion */ 
.modall {
        display: none;
        position: fixed;
        z-index: 99999; /* Higher value to ensure it's on top */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto; 
        background-color: rgba(0, 0, 0, 0.7);
      }
.modal-contents {
        background-color: var(--light-brown);
        margin: 5% auto;
        padding: 20px;
        top: 40%;
        border-radius: 10px;
        width: 30%;
        height: 20%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        animation: fadeIn 0.5s ease;
        z-index: 10000; /* Higher than the modal */
        position: relative;
        align-items: center;
        display: flex;
      }   

  .driveUploadinner {
    padding: 0px 20px;
   }
  .chtInputbox.msgItemcurrent {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding: 10px;
    color: var(--white);
 
}

.stallion_listing_m .stallion_listing_inner .listing_stallion_m article.list_stallion_a {
  transition: transform 0.3s ease;
  cursor: pointer;
 
}
/* stallion Lsit */

.stallion_listing_m .stallion_listing_inner .listing_stallion_m article.list_stallion_a {
    height: 370px;
}
/* .hidden{
        display:none;
} */

.featured_star{
      position: absolute;
    top: 5px;
    right: 10px;
}

.pagination nav > div:first-child {
    display: flex;
    justify-content: space-evenly;
}
.pagination nav > div:first-child span, .pagination nav > div:first-child a {
    background-color: #171717;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 20px;
    font-family: var(--font-poppins);
}
article.list_stallion_a.d-flex.align-items-end.justify-content-center:hover{
  transform: scale(1.05);
}

.full-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* single stallion */
.progeny_para::-webkit-scrollbar {
  width: 5px;
}
.progeny_para::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}
.progeny_img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main_stallion_list > div {
    flex: 0 40%;
}
.main_tab_m .tabs_list_m #pedigreechart .pedigree_chart_m .chart_tree ul li ul li .pink-node, .main_tab_m .tabs_list_m #pedigreechart .pedigree_chart_m .chart_tree ul li ul li a.pink-node {
    min-width: 250px;
}
.semen_contrat_pdf  a {
    text-decoration: underline;
    color: blue; 
  }
.semen_contrat_pdf a:visited {
    color: purple; 
}
.semen_contrat_pdf a:hover {
  color: darkblue; 
}
.semen_contrat_pdf a:active {
  color: red; 
}

.singleImg {
    height: 370px;
    width: 350px;
}
.singleImg img{
    border-radius: 20px;
}
.singleImg:first-child, 
.singleImg:last-child {
   height: 250px; 
   width: 400px; 
}
.mainImagesSec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px; 
}

@media (max-width: 992px) {
            .mainImagesSec {
                flex-wrap: wrap;
                justify-content: center; 
            }
            .singleImg {
                width: 45%;
                height: auto; 
            }
        }
        
@media (max-width: 768px) {
            .singleImg {
                width: 100%; 
                height: auto;
            }
        }
.pragraph-list-performance
    {
        font-family: Montserrat, sans-serif;
        font-size:18px;
        font-weight: 300;
    }

    .Stallions_section .pogeny_info_inner_e .pogeny_info_inner .progeny_para p {
      color: var(--black_medium); 
      font-family: Montserrat, sans-serif;
      font-size: 18px;
      font-weight: 400;
    }

    .personalInfoedit{
    display: none;
    position: fixed;
    text-align: center;
    padding: 20px;
    width: 90%;
    height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #c4c2c2;
    border-radius: 12px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000000;
    overflow: hidden;
}
.modal_innerPersonal {
    height: 100%;
    gap:20px;
    overflow: hidden;
}

.sliderFlex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.multiModal_left {
    width: 70%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
div#mainMediaContainer
 {
    height: 100%;
}
.multiModal-slider{
 flex-wrap: wrap;
}
.multiModal-slider {
    flex: 0 45%;
}
   .mainUprslider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    transition: opacity 0.3sease-in-out;
    opacity: 1;
}

.thumbnail-container {
    width: 80%;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    scroll-behavior: smooth;
}
.thumbnail-wrapper {
    margin-bottom: 30px;
}
.multiModal-right ul{
    list-style: inside;
}
#thumbnails img {
   width: 80px;
   height: 60px;
            object-fit: cover;
            cursor: pointer;
            border: 2px solid transparent;
            border-radius: 5px;
            transition: transform 0.3s ease, border-color 0.3s ease;
        }

#thumbnails img:hover,
#thumbnails img.active {
    transform: scale(1.1);
    border-color: #007bff;
}
.arrow-btn {
    background-color: var(--light-brown);
    color: white;
    border: none;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3sease;
     }
    .multiModal-slider{
    flex: 0 45%;
  }
    .multiModal-right {
    text-align: left;
     }
    .multiModal-right h2{
    padding-bottom:15px;
     font-family: "Playfair Display", serif;
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
     }
    .multiModal-right p{
    padding-bottom:5px;
     }
 .info-button {
      background-color: var(--light-brown);
        color: white;
      padding: 10px 15px;
      border: none;
       border-radius: 5px;
       cursor: pointer;
       transition: background 0.3s ease;
        margin-top:15px;
   }

  .sliderclose-btn i {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    padding: 7px;
    border: 1px solid black;
    border-radius: 3px;
    cursor: pointer;
  }

/* .stallion-box .stallion-items .catimg .cattitle:hover{
bottom: 0 !important;
} */
.catimg:hover {
    transform: unset;
}
a.btn_i.stallion-box.btnrgu {
    background: var(--black_medium);
    color: #fff;
}

  /* -----------changes---------------- */
  .hero_banner_i .banner_heading-m {
  font-size: 50px;
}

.progeny_main_m .pogeny_info_inner_e .progeny-info-details .pogeny_heading h5{
  font-size: 17px;
}
.progeny_main_m .pogeny_info_inner_e .progeny-info-details .pogeny_heading h2{
  font-size: 38px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}
.progeny-info-details .progeny_list .progeny_list_details .hospital-center h3{
  font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.progeny-info-details .progeny_list .progeny_list_details .hospital-center h4{
  font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.progeny-info-details .progeny_list .progeny_list_details .hospital-center p{
  font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
.pogeny_info_inner .sire_dam_mm .sire-info .sire_details h4{
  font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.pogeny_info_inner .sire_dam_mm .sire-info .sire_details p{
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.pogeny_info_inner .sire_dam_mm .sire-info .sire_head p{
  font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 400;
    
}
section.stallion-info_m .sire_head {
    margin-bottom: -20px;
}

section.categorySlider .catslider .item .catimg .cattitle p {
font-size: 15px;
    background: rgba(23, 23, 23, 0.7);
    width: 311px;
    padding: 5px;
    text-align: center;
}

.stallion-box:hover .cattitle {
    bottom: 0 !important;
}

.main_tab_m .tabs_list_m #progenysalesperformance .main_stallion_list .stallion_img {
  flex: 0 33%;
}


.inner_pop
{
  position: relative;
}
.modall {
        display: none;
        position: fixed;
        z-index: 99999; 
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto; 
        background-color: rgba(0, 0, 0, 0.7);
      }
      .modal-contents {
        background-color: var(--light-brown);
        margin: 5% auto;
        padding: 20px;
        top: 40%;
 
        border-radius: 10px;
        width: 30%;
        height: 10%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        animation: fadeIn 0.5s ease;
        z-index: 10000; /* Higher than the modal */
        position: relative;
        align-items: center;
        display: flex;
      }
      

  .fab {
    position: fixed;
    top: 10%;
    z-index: 99999;
    /*bottom: 2%;*/
    right: 0;
    width: 150px;
    height: 40px;
    background-color:rgb(178 161 153);
    color: white;
    border: none;
    border-radius: 30px 0 0 30px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    padding: 0 15px;
  }



  .fab i {
    font-size: 24px;
    margin-right: 0;
    transition: margin-right 0.3s ease-in-out;
  }

  .fab:hover i {
    margin-right: 10px;
  }

  .fab-text {
    font-size: 14px;
    white-space: nowrap;
    /*opacity: 0;*/
    transition: opacity 0.3s ease-in-out;
    margin-left: 10px;
  }

  /*.fab:hover .fab-text {*/
  /*  opacity: 1;*/
  /*}*/
  .inner_video_pop
  {
    background:none!important;
  }
  .singleImg
  {
    cursor:pointer;
  }
  
.singleImg:hover {
    transform: scale(1.05);
}
.singleImg {
    transition: transform 0.3s ease;
}
@media (max-width:767px){
         .fab {
        top: unset;
        bottom: 8%;
         }
}
.modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
}
.modalOverlay.active {
    display: block;
}
.aqhaInputt{
  width: 20px !important;
}

.progeny-info-headd {
    position: sticky;
    top: 0;
    background: #171717;
    padding: 50px 50px 0px 50px;
}
.pogeny_info_inner_main-e{
    padding: 0!important;
}
.pogeny_info_inner_para-e {
    padding: 0px 50px 50px 50px;
}

/* single mare */

.progeny_para::-webkit-scrollbar {
  width: 5px;
}

.progeny_para::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}

.singlestHt .pogeny_info_inner_e{
    overflow: hidden;
}
.singlestHt .pogeny_info_inner{
    height: 700px;
    overflow-y: auto;
    justify-content: flex-start;
}

section.stallion-info_m {
  background-color: var(--black_medium);
  padding-bottom: 50px;
}
.main_tab_m .tabs_list_m #pedigreechart .pedigree_chart_m .chart_tree ul li ul li .pink-node, .main_tab_m .tabs_list_m #pedigreechart .pedigree_chart_m .chart_tree ul li ul li a.pink-node {
    min-width: 250px;
}

.main_stallion_list > div {
    flex: 0 40%;
}
.semen_contrat_pdf  a {
    text-decoration: underline;
    color: blue; 
}
.semen_contrat_pdf a:visited {
    color: purple; 
}
.semen_contrat_pdf a:hover {
      color: darkblue;
}
.semen_contrat_pdf a:active {
      color: red; 
}
section.imageSec {
     background: var(--black_medium);
    padding: 100px 0px;
}

.progeny_main_m .pogeny_info_inner_e .pogeny_info_inner {
    flex-direction: column;
    padding: 50px;
}
.hostpital-centerBtn a{
  color:white;
  background: #171717;
}

.stallions-banner{
    overflow: hidden;
}
        .singleImg {
            /*height: 370px;*/
            width: 290px;
        }
        .singleImg img{
            border-radius: 20px;
        }
        .singleImg:first-child, 
        .singleImg:last-child {
            /*height: 250px; */
            width: 325px; 
        }
        .mainImagesSec {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px; 
        }
                @media (max-width: 992px) {
            .mainImagesSec {
                flex-wrap: wrap;
                justify-content: center; 
            }
            .singleImg {
                width: 45%;
                height: auto; 
            }
        }
        
        @media (max-width: 768px) {
            .singleImg {
                width: 100%; 
                height: auto;
            }
        }
        
    .damcolor
        {
            color:white !important;
        }
.multiModal-slider{
 flex-wrap: wrap;
}
.multiModal-slider {
    flex: 0 45%;
}

 
 
 .info-button {
      background-color: var(--light-brown);
        color: white;
      padding: 10px 15px;
      border: none;
       border-radius: 5px;
       cursor: pointer;
       transition: background 0.3s ease;
        margin-top:15px;
   }




.multiModal-slider{
 flex-wrap: wrap;
}
.multiModal-slider {
    flex: 0 45%;
}





 .info-button {
      background-color: var(--light-brown);
        color: white;
      padding: 10px 15px;
      border: none;
       border-radius: 5px;
       cursor: pointer;
       transition: background 0.3s ease;
        margin-top:15px;
   }
  .inner_pop
{
  position: relative;
}
.stallion-box:hover .cattitle {
    bottom: 0 !important;
}
.catimg:hover {
    transform: unset;
}
/* -----------changes---------------- */

section.imageSec {
  background: var(--grey);
  padding: 50px 0px;
}
.progeny_main_m .pogeny_info_inner_e .progeny-info-details .pogeny_heading h5{
  font-size: 17px;
}
.progeny_main_m .pogeny_info_inner_e .progeny-info-details .pogeny_heading h2{
  font-size: 38px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
}
.progeny-info-details .progeny_list .progeny_list_details .hospital-center h3{
  font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.progeny-info-details .progeny_list .progeny_list_details .hospital-center h4{
  font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.progeny-info-details .progeny_list .progeny_list_details .hospital-center p{
  font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
}
.pogeny_info_inner .sire_dam_mm .sire-info .sire_details h4{
  font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.pogeny_info_inner .sire_dam_mm .sire-info .sire_details p{
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}
.pogeny_info_inner .sire_dam_mm .sire-info .sire_head h4{
  font-family: Montserrat, sans-serif;
    font-size: 38px; 
    font-weight: 500;
}
.pogeny_info_inner .sire_dam_mm .sire-info .sire_head p{
  font-family: Montserrat, sans-serif;
    font-size: 32px;
    font-weight: 400;
    
}
section.stallion-info_m .sire_head {
    margin-bottom: -20px;
}



.main_tab_m .tabs_list_m #progenysalesperformance .main_stallion_list .stallion_img {
    flex: 0 33%;
}



.modall {
        display: none;
        position: fixed;
        z-index: 99999; /* Higher value to ensure it's on top */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto; 
        background-color: rgba(0, 0, 0, 0.7);
      }
      .modal-contents {
        background-color: var(--light-brown);
        margin: 5% auto;
        padding: 20px;
        top: 40%;
 
        border-radius: 10px;
        width: 30%;
        height: 10%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        animation: fadeIn 0.5s ease;
        z-index: 10000; /* Higher than the modal */
        position: relative;
        align-items: center;
        display: flex;
      }
      a.btn_i.Interested_popup {
    font-size: 13px;
    margin-top: 20px;
}

.singleBheading
{
  font-size: 65px;
  color: var(--white);
}
.mare_para-e ul li {
  color:white;
}
.mare_para-e p{
   color:white;
}
.mare_sireinfo{
  color:white;
}
     .fab {
    position: fixed;
    top: 10%;
    z-index: 99999;
    /*bottom: 2%;*/
    right: 0;
    width: 150px;
    height: 40px;
    background-color:rgb(178 161 153);
    color: white;
    border: none;
    border-radius: 30px 0 0 30px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
    padding: 0 15px;
  }

  .fab i {
    font-size: 24px;
    margin-right: 0;
    transition: margin-right 0.3s ease-in-out;
  }

  .fab:hover i {
    margin-right: 10px;
  }



  .fab:hover .fab-text {
    opacity: 1;
  }

.singleImg
  {
    cursor:pointer;
  }
  
 .singleImg:hover {
    transform: scale(1.05);
}
.singleImg {
    transition: transform 0.3s ease;
}
@media (max-width:767px){
         .fab {
        top: unset;
        bottom: 8%;
         }
}
.modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
}
.modalOverlay.active {
    display: block;
}
.progeny-info-headd.stallionx {
    position: sticky;
    top: 0;
    background:#d9d9d9;
    padding: 50px 50px 0px 50px;
}
.pogeny_info_inner_main-e{
    padding: 0!important;
}
.pogeny_info_inner_para-e {
    padding: 0px 50px 50px 50px;
}

/* Mare List */

.stallion_listing_m .stallion_listing_inner .listing_stallion_m article.list_stallion_a {
    height: 370px;
}
    /* .hidden 
    {
        display:none;
    } */

.featured_star{
      position: absolute;
    top: 5px;
    right: 10px;
}
.pagination nav > div:first-child {
    display: flex;
    justify-content: space-evenly;
}
.pagination nav > div:first-child span, .pagination nav > div:first-child a {
    background-color: #171717;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 20px;
    font-family: var(--font-poppins);
}

.full-cover-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.stallion_listing_m .stallion_listing_inner .listing_stallion_m article.list_stallion_a {
  transition: transform 0.3s ease;
  cursor: pointer;
 
}
.stallion_listing_m .stallion_listing_inner .listing_stallion_m article.list_stallion_a:hover {
 transform:scale(1.05);
 
}

/* Mare */

.modall {
        display: none;
        position: fixed;
        z-index: 99999; /* Higher value to ensure it's on top */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto; 
        background-color: rgba(0, 0, 0, 0.7);
      }
.modal-contents {
        background-color: var(--light-brown);
        margin: 5% auto;
        padding: 20px;
        top: 40%;
 
        border-radius: 10px;
        width: 30%;
        height: 20%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        animation: fadeIn 0.5s ease;
        z-index: 10000; /* Higher than the modal */
        position: relative;
        align-items: center;
        display: flex;
      }
      
.model-open{
        display: block ;
      }

.driveUploadinner {
    padding: 0px 20px;
}
.chtInputbox.msgItemcurrent {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding: 10px;
    color: var(--white);
 
}
section.blck-bg{
  background-color:#171717 !important;
}
section.stallion-category .stallions_heading.mare-Bladehead h2{
  color: var(--white);
}
.stallion_listing_m .stallion_listing_inner .listing_stallion_m article.list_stallion_a{
  transition: transform 0.3s ease;
  cursor: pointer;
 
}
.stallion_listing_m .stallion_listing_inner .listing_stallion_m article.list_stallion_a:hover{
 transform:scale(1.05);
 
}

/* home */
 .bannerArrowBtn{
    font-size: 55px;
    color: var(--light-brown);
    line-height: 55px;
    top: -15px;
    position: relative;
    left: -6px;
    transform: rotate(270deg);
  }
.pogeny_heading p{
  font-size: 32px;
  line-height: 42px;
}
section#plans_pricing .pricing_items.gold_pricing .comming_soom p{
        font-family: Montserrat, sans-serif;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
  
}
section#plans_pricing .pricing_main_m .gold_pricing .pricing_listing .pricing_in p{
    color: #fff;
}
section#plans_pricing .pricing_main_m .gold_pricing .pricing_listing ul li{
        color: #fff;
}
section#plans_pricing .pricing_main_m .gold_pricing .pricing_bttn a{
        background: var(--grey);
            color: var(--black);
}
section#plans_pricing .pricing_items.gold_pricing .pricing_plan_n h5 {
    font-size: 32px;
    line-height: 42px;
}
section#plans_pricing .pricing_main_m .pricing_items .pricing_listing .pricing_in p {
    line-height: 25px !important;
     margin-bottom: 0px !important; 
}
section#plans_pricing .pricing_main_m .pricing_items .pricing_listing ul {
    margin-top: 25px;
}
a {
  display: inline; 
  color: inherit; 
}
section{
    overflow:hidden;
}
.hero_banner_m {
    overflow: unset !important;
}
.vnone .background-video{
    display: none;
}
 section#celender_slider_m
  .calender_silder_m
  #Calender_events
  .item_calender
  .main_item_pop,
section#celender_slider_m
  .calender_silder_m
  #Calender_events
  .owl-item
  .main_item_pop,
section#celender_slider_m
  .calender_silder_m
  div#Calender_slider
  .item_calender
  .main_item_pop,
section#celender_slider_m
  .calender_silder_m
  div#Calender_slider
  .owl-item
  .main_item_pop {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  background-color: #f0f8ff;
  padding: 10px;
  width: 175px;
  height: 160px;
  border-radius: 10px;
  position: fixed;
  left: 31px;
  margin-top: 35px;
}
.item_popup .heading_pop h4 {
  font-size: 14px;
  color: #534444;
}
.item_popup .heading_pop span {
  font-size: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
.main_item_pop .para_pop {
  padding: 0px 0 7px 7px;
}
.event-list strong {
  font-size: 12px;
  line-height: 22px;
  color: black;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  word-spacing: 2px;
}
.main_item_pop .para_pop .view-link {
  margin-top: 4px;
}
.main_item_pop .para_pop .view-link a {
  font-family: auto;
  font-size: 15px;
  background: var(--d-grey);
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
}
.para_pop .event-list span {
  font-size: 11px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  color: #494949;
  text-overflow: ellipsis;
}
.totalCount {
  margin-top: 4px;
}
.event-count
{
     font-family: Montserrat, sans-serif;
    font-size: 80px;
    line-height: 85px;
    font-weight: 700;
}
.price_listing_home{
    font-family: "Playfair Display", serif;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    color: var(--light-brown);
}
/*14-05*/
 .gold_pricing .comming_soom {
    margin-bottom: 20px;
}
 .gold_pricing  .pricing_in{
     margin-bottom: 20px;
}
section#plans_pricing .pricing_items.gold_pricing .comming_soom p{
    margin-bottom: 10px;
}

/* Event Page */
.event_f_i{
    position: relative;
        background: #000;
}
        .calenderEvent{
            background: #d9d9d9;
            padding-bottom: 100px;
        }
        #calendar-container {
            background: #fff;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        }
        .fc-button{
            background: #171717;
        }
        .fc-event {
            font-size: 14px;
            border-radius: 4px;
            padding: 5px;
        }
        .fc .fc-daygrid-day.fc-day-today{
            background: #d9d9d9;
        }
        .fc .fc-daygrid-day-top {
            flex-direction:unset;
            font-size: 20px;
        }
        .fc-today-button {
            text-transform: uppercase !important;
        }
        .about_stallions_para p{
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #373836;
    margin-bottom: 20px;
}
.about_stallions_para a{
        text-decoration: underline;
}
        .fc .fc-toolbar {
    justify-content: start !important;
    gap: 25px;
}
        section.calenderEvent {
    font-family: "Playfair Display", serif;
}
 .modall {
        display: none;
        position: fixed;
        z-index: 99999; 
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto; 
        background-color: rgba(0, 0, 0, 0.7);
      }
      .modal-contents {
        background-color: var(--light-brown);
        margin: 5% auto;
        padding: 20px;
        top: 40%;
 
        border-radius: 10px;
        width: 30%;
        height: 20%;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        animation: fadeIn 0.5s ease;
        z-index: 10000; /* Higher than the modal */
        position: relative;
        align-items: center;
        display: flex;
      }
      
      .model-open{
        display: block ;
      }

      .driveUploadinner {
    padding: 0px 20px;
}

.chtInputbox.msgItemcurrent {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding: 10px;
    color: var(--white);
 
}


   /* .hidden 
    {
        display:none;
    } */
    
    /*ss*/
  .viewBtn {
    background: #00000000 !important;
    color: black !important;
    display: flex;
    margin: 0px;
    padding:0px;
}

.viewBtn a {
    font-size: 10px;
    line-height: 20px;
    color: #000000;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    word-spacing: 2px;
    text-decoration: underline;
}
.events_list_f .featured_img {
    width: 135px !important;
    height: 145px !important;
    position: relative;
}
.events_list_f .featured_img img{
     width: 100%;
    height: 100%;
    object-fit: cover;
     border-radius: 15px 0px 0px 15px;
}
.viewBtn:hover {
    background: #17171700;
}
.viewBtn:hover a {
    color: #634f4f;
}
section#celender_slider_m.calendar_event_m .calender_events_m #Calender_events .calender_box article.events_list_f .event_text .event_p p {
    font-size: 16px;
    line-height: 0px !important;
}
/*ss*/

.unique {
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: absolute;
    top: -22px;
    left: 0;
}
article.events_list_f {
    border-radius: 15px;
}
  .unique img {
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
.fab-text {
    font-size: 14px;
    white-space: nowrap;
    transition: opacity 0.3s ease-in-out;
    margin-left: 10px;
}
.pagination nav > div:first-child {
    display: flex;
    justify-content: space-evenly;
}
.pagination nav > div:first-child span, .pagination nav > div:first-child a {
    background-color: var(--white);
    color: black;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 17px;
    line-height: 20px;
    font-family: var(--font-poppins);
}
.follow-fetured{
  font-size: 30px;
  color: black;
  position: absolute;
  top: 0;
  right: 10px;
}

section#celender_slider_m.calendar_event_m .calender_events_m #Calender_events .calender_box article.events_list_f .event_text .event_title h4 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: var(--black);
    margin-bottom: 10px;
    width: 90%;
}
section#celender_slider_m.calendar_event_m .calender_events_m #Calender_events .calender_box article.events_list_f .event_text .event_p p span.category_p {
    color: #634f4f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 5px;
}
section#celender_slider_m.calendar_event_m .calender_events_m #Calender_events .calender_box article.events_list_f .event_text .event_p p span {
    font-size: 11px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}
section#celender_slider_m.calendar_event_m .calender_events_m #Calender_events .calender_box article.events_list_f .event_text .event_p p strong {
    font-size: 12px;
    line-height: 22px;
    color: black;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    word-spacing: 2px;
}

input#searchByclndr {
  width: 190px;
  padding: 0px 25px;
  height: 38px;
  border-radius: 50px 0 0 50px;
  font-size: 17px;

}
button.search-button.srchByclndr.btn.btn_i {
  padding: 8px 25px;
  transition: background-color .3s;
  border-radius: 0 50px 50px 0;
  background-color: var(--light-brown);
  color: var(--white);
  font-size: 17px;
}
.boxClndsrch-title p{
  font-family: "Playfair Display", serif;
  font-size: 19px;
  line-height: 36px;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
}
.boxClndrsrch{
  margin:50px 0px;
  justify-content: flex-end;
}

section#celender_slider_m.calendar_event_m .calender_events_m #Calender_events .calender_box article.events_list_f .featured_img .follow-fetured {
    top: -3px !important;
    right: -341px !important;
  
}

/* contact Mail */

.wlcmEminentmmbr {
    background-color: #eeece9;
    padding: 25px;
      }
.logoIcnins i {
  font-size: 30px;
  color: black;
  }
.icnmListm {
  margin-top: 20px;
  }
.memberFname {
    margin: 30px;
  }
  p{
        margin:0px;
    }
      .maillsS {
        background-color: rgb(244, 244, 244);
      }
      .mailWlcms{
        background: white;
      }
      .mcePastedContent {
        font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: #373836;
      }
      .wlcmEminentmmbr p {
        font-family: Montserrat, sans-serif;
        font-size: 20px;
        line-height: 22px;
        font-weight: 400;
        color: #373836;
      }
      .mailMvo p {
        font-size: 13px;
      }
      .mailTpimg {
        margin-bottom: 15px;
      }
      .lastImage {
      height: 390px;
      padding-top: 20px;
      padding-bottom: 20px;
      background: black;
     }
      a.silvermMaillink {
        font-weight: 600;
        color: black;
        text-decoration: underline;
      }
      .wlcmMailqual {
        font-family: "Kaushan Script", cursive;
        font-weight: 400;
        font-style: normal;
        font-size: 23px;
      }
      .lstUnsuscribeL {
     flex-direction: column;
     padding: 20px;
     background: #eeece9;
     }
    a.lstUnsuscribeLl {
    font-size: 12px;
    color: black;
    text-decoration: underline;
     }
   .orupdtae{
   font-size: 13px;
    }
    .logoIcnins{
      width:35px;
    }
    .logoIcnins img{
      background-color: #373836;
    }
    ul.wlcmMailslist.mcePastedContent {
    margin-left: -10px;
    }
    .icnmListm ul {
        display: inline-block;
        padding: 0;
        margin: 10px 0 0 0;
      }
      .icnmListm ul li {
        display: inline-block;
        margin: 0 10px;
      }
      .logoIcnins img {
        width: 35px;
        border-radius: 5px;
      }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1260px;
  }
}

/* progeny */

.about_stallions_para p{
        font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #373836;
    }
.multiModal-slider {
    flex: 0 45%;
}

 .info-button {
      background-color: var(--light-brown);
        color: white;
      padding: 10px 15px;
      border: none;
       border-radius: 5px;
       cursor: pointer;
       transition: background 0.3s ease;
        margin-top:15px;
   }

  .modalOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.9);
    z-index: 999;
}
.modalOverlay.active {
    display: block;
}

/* Progeny popup */
.multiModal-right p
{
    font-family: Montserrat, sans-serif;
}
.multiModal-right ul li
{
    font-family: Montserrat, sans-serif;
}

.multiModal-right {
  
    color: rgb(0, 0, 0) !important;
    width: 30%;
        overflow-y: scroll;
    flex-shrink: 0;
  
}

.photographer-bar-wrapper .photographerform-group {
    flex: 0 33%;
}

.photographer-bar-wrapper.searchhh-bar-wrapper.photographer-bar-wrapper.d-flex.align-items-center.justify-space-between {
    margin: 0 0 30px 0;
}
/* Faq */

.faq{
            padding: 100px 0px;
            background: #d9d9d9;
        }
        .accordion .accordion-item {
  border-bottom: 1px solid var(--light-brown);
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid var(--light-brown);
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: var(--black);;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: var(--light-brown);
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: var(--light-brown);;
  border: 1px solid var(--light-brown);
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: var(--light-brown);
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

/* Photographer List */

.grapher_listing {
    display: none !important;
}
.mobilegrapher-card {
    border: 1px solid #ddd;
    margin: 20px 0;
    padding: 20px;
    border-radius: 39px;
    background-color: var(--light-brown);
    width: 100%;
    height: 100%;
}
.grapherPdata p {
    line-height: 37px;
}
.graphercard-avatar {
    border-radius: 30px 30px 0px 0px;
}
.grapherpimg {
    height: 300px;
    width: 100%;
    flex-shrink:0;
}
.grapherPlisting {
    font-family: Montserrat, sans-serif;
    background: rgba(23, 23, 23, 0.7);
    color: white;
    padding: 15px;
    border-radius: 0px 0px 30px 30px;
    flex-grow: 1; 
}
.photoGrapherMain {
  flex: 0 1 calc(33.3% - 20px);
    display:flex;
    flex-direction: column;
}
.grapherPpdf i {
    font-size: 20px;
}
.grapherPpdf {
    padding: 13px 0px;
}
#categorySlider #catslider_Adver .owl-carousel .owl-stage-outer {
    padding: 0px !important;
}

@media only screen and (max-width: 767px) {
.photoGrapherMain {
    flex: 0 100%;
}
.mobilegrapher-card {
    margin: 0px;
}
}

.mainFaq{
  padding: 100px 0px;
  
}
.faqOverview .subHead h3{
  font-size: 32px;
    line-height: 42px;
    color: white;
}
.faqOverview .mainHeading p{
  font-size: 25px;
    color: white;
}
.faqOverview .mainPara p{
  font-size: 16px;
    color: white;
}
     .faqAccordian {
    margin-top: 40px;
    margin-bottom: 20px;
}
.accordionItem {
  margin-bottom: 10px;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}
.accordionHeader {
  cursor: pointer;
  padding: 20px;
  font-size: 20px;
  transition: background-color 0.3s ease;
}
.accordionHeader p {
  font-size: 20px;
  font-weight: 500;
}
.accordian-para p{
  font-size: 18px;
  font-weight: 400;
}
.accordian-listspara ul{
 padding: 10px 0px 10px 20px;
}
.accordionIcon {
  font-size: 18px;
  transition: transform 0.6s ease;
}
.accordionHeader.active .accordionIcon {
  transform: rotate(180deg);
}
.accordionContent {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s ease-out;
}
.accordionContent.open {
  max-height: 350px;
}
.accordionContent-inner {
  padding: 0px 20px 20px 20px;
}
@media (max-width: 767px) {
  .mainFaq {
    padding: 30px 0px;
}
.pogeny_info_inner_e.d-flex.progeny_two_main_inner {
    flex-direction: column !important;
}
.accordionHeader p {
  font-size: 15px;
}
.progeny_two_stallion_inner{
  flex-direction: column-reverse !important;
}

.searchhh-bar-wrapper .searchh-button {
    border-radius: 0 0 30px 30px !important;
}
.searchhh-bar-wrapper {
    flex-direction: column !important;
    height: auto;
    padding: 5px;
    border-radius: 35px;
    margin: 0px;
    
}
.searchhh-bar-wrapper .form-group:first-child select {
    border-radius: 30px 30px 0 0 !important;
}

.searchhh-bar-wrapper .searchh-button {
    border-radius: 0 0 30px 30px !important;
}
section.categorySlider .catslider .item .catimg .cattitle p {
    width: 500px !important;
}
    .progeny-info-headd.stallionx {
        padding: 30px 10px 0px 10px !important;
    }
    .pogeny_info_inner_para-e {
    padding: 0px 10px 30px 10px !important;
}
.searchhh-bar-wrapper .form-group {
    flex: 0 100%;
    width: 100%;
}
.sliderclose-btn i {
  font-size: 35px;
  color: #000000;
  padding: 3px;
}
    section.advertisement_sec.categorySlider {
        padding: 0px !important;
    }
}

  .advertisement_sec .catslider .item .catimg {
    height: 680px !important;
  }
@media (max-width: 1900px) {
  .advertisement_sec .catslider .item .catimg {
    height: 630px !important;
  }
}
@media (max-width: 1700px) {
  .advertisement_sec .catslider .item .catimg {
    height: 570px !important;
  }
}
@media (max-width: 1600px) {
  .advertisement_sec .catslider .item .catimg {
    height: 530px !important;
  }
}
@media (max-width: 1480px) {
  .advertisement_sec .catslider .item .catimg {
    height: 485px !important;
  }
}
@media (max-width: 1300px) {
  .advertisement_sec .catslider .item .catimg {
    height: 430px !important;
  }
}
@media (max-width: 1200px) {
  .advertisement_sec .catslider .item .catimg {
    height: 400px !important;
  }
}
@media (max-width: 1100px) {
    .advertisement_sec .catslider .item .catimg {
        height: 370px !important;
    }
}
@media (max-width: 1024px) {
.advertisement_sec .catslider .item .catimg {
  height: 340px !important;
}
}
@media (max-width: 950px) {
    .advertisement_sec .catslider .item .catimg {
        height: 315px !important;
    }
}
@media (max-width: 850px) {
.advertisement_sec .catslider .item .catimg {
        height: 280px !important;
    }
  }
  @media (max-width: 767px) {
    .advertisement_sec .catslider .item .catimg {
      height: 235px !important;
    }
}
@media (max-width: 667px) {
    .advertisement_sec .catslider .item .catimg {
        height: 224px !important;
}
}
   @media (max-width: 550px) {
    .advertisement_sec .catslider .item .catimg {
        height: 178px !important;
    }
}

#categorySlider #catslider_Adver .owl-carousel .owl-stage-outer {
  padding: 0;
}

.inner_video_pop .close_btn_video {
    right: 40px !important;
}
 .popup_media .inner_pop.inner_video_pop {
    overflow: hidden;
    height: 90%;
    max-width: 70%;
}
.popup_media .inner_pop.inner_video_pop>div {
    flex: 0 100%;
    width: 90%;
    height: 70%;
}
.popup_media .inner_pop.inner_video_pop .close_btn_video {
    flex: 0 100%;
    width: 0%;
    height: 0%;
}
