/* Banner */
#scrollTo {
    scroll-margin-top: 11rem;
}

.Banner {
    width: 100%;
    height: 100vh;
    background-color: var(--light-gray);
    background-blend-mode: multiply;
    justify-content: center;
    position: relative;
    transition: 0.3s;
    overflow-x: hidden;
}

.Slider_Button {
    background: var(--blue);
    opacity: 0.6;
    padding: 12px 18px;
    font-size: 25px;
    color: white;
    top: 50%;
    border-radius: 2px;
    transform: translateY(-50%);
    position: absolute;
    display: none;
    z-index: 3;
    cursor: pointer;
    transition: 0.3s;
}

.Slider_Button:hover {
    opacity: 1;
}

.Slider_Left_Button {
    left: 10px;
}

.Slider_Right_Button {
    right: 10px;
}

.Main_Content {
    padding-top: 0px !important;
}

#Banner_Video {
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    top: 0;
}

.Banner_In {
    width: 100%;
    height: 100vh;
    background-color: var(--light-gray);
    background-blend-mode: multiply;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}

.Banner_Intro_Text {
    font-size: 40px;
    line-height: 65px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px hsl(0deg 0% 0% / 50%);
}

.Banner_Carousel {
    transition: 0.3s;
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.Banner_Slider {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.Banner_Content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Learn_More {
    border: 3px solid white;
    padding: 10px 30px;
    cursor: pointer;
    color: white;
    margin-top: 20px;
    transition: 0.3s;
}

.Learn_More:hover {
    background-color: hsl(0, 0%, 100%, 0.2);
}

/* About */
.Homepage_About {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: end;
    background-color: white;
    padding: 20px;
    padding-bottom: 0px;

}

.About_Text_Container {
    white-space: wrap;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-after {
    height: 258px;
}

.txt-after:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: -15px;
    box-shadow: inset white 0 -25px 20px;
}

.StableShow_Text.txt-after{
    height: 165px;
}

@media (min-width: 1596px){

.StableShow_Text.txt-after{
    height: 222px;
}
}

.StableShow .txt-after:after{
    box-shadow: inset rgba(7, 22, 34) 0 -25px 20px;
}

.owl-stage {
    display: flex;
    align-items: center;
}

.Homepage_About_Image {
    width: 50%;
    left: 0;
    top: 90px;
    border-radius: 2px;
}

.Homepage_About_Text_Background {
    width: 70%;
    display: flex;
    justify-content: end;
}

.Homepage_About_Button_Div {
    display: flex;
    justify-content: end;
    align-items: center;
}

.Social_Link {
    margin: 0px 5px;
    font-size: 20px;
}

.Homepage_About_Text {
    color: var(--blue);
    width: 100%;
    display: flex;
    justify-content: end;
    background-color: white;
    display: flex;
    flex-direction: column;
    bottom: 0;
    right: 0;
    padding-left: 20px;
    padding-bottom: 20px;
    border-radius: 2px;
    text-align: justify;
}

.Homepage_About_Title {
    font-size: 25px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--blue);
    text-shadow: 0 1px 1px hsl(0deg 0% 0% / 50%);
    width: 100%;
    z-index: 2;
    max-width: 1000px;
}

.Stable_Title{
    color: white;
    text-align: left;
}

.Partners {
    padding: 30px 0px 20px 0px;
    margin-top: 40px;
    width: 100%;
    box-shadow:
        rgba(238, 238, 238, 1) 0px 50px 36px -28px inset,
        rgba(255, 255, 255, 1) 0px 50px 36px -38px;
    background-color: white;
}

.Partners h2 {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--blue);
    text-shadow: 0 1px 1px hsl(0deg 0% 0% / 50%);
    text-align: center;
    width: 100%;
}

.Partner {
    filter: grayscale(100%);
}

.Partners_In {
    margin: 0px auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    width: 100%;
    /* width: 100%;
    height: 538px;
    margin-top: 30px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    filter: grayscale(100%);
    background-image: url('/assets/images/over992.png'); */
}

.owl-stage {
    height: auto !important;
}

.owl-nav {
    display: flex;
    justify-content: center;
}

.owl-nav span {
    display: none;
    padding: 0px 5px;
    font-size: 30px;
}

.owl-item {
    padding: 0px 10px;
}

.Homepage_About_Paragraph {
    margin-top: 15px;
    font-size: 18px;
    line-height: 28px;
    color: var(--blue);
    text-shadow: 0 1px 2px hsl(0deg 0% 0% / 50%);
}

.Homepage_About_Paragraph:first-child {
    margin-top: 0px;
}

.See_Collapse {
    padding-top: 10px;
    text-decoration: underline;
    cursor: pointer;
    display: none;
    width: fit-content;
}

.See_Collapse i {
    padding-left: 5px;
}

.About_Show {
    display: block;
}

/* Collection */
.Homepage_Colletion {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Homepage_Collection_Title {
    background-color: var(--blue);
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 0px;
    color: #f5f5f5;
    text-shadow: 0 1px 2px hsl(0deg 0% 0% / 50%);
}

.Homepage_Collection_Cards {
    width: 90%;
    height: auto;
    padding: 20px 0px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.Homepage_Collection_Card {
    width: 100%;
    background-color: white;
    border-radius: 2px;
    box-shadow: #70665c45 4px 4px 8px 5px;
    overflow: hidden;
}

.Homepage_Card_Image_Holder {
    overflow: hidden;
    width: 100%;
}

.Homepage_Card_Image_Holder img {
    width: 100%;
    transition: 0.3s;
}

.Homepage_Card_Image_Holder img:hover {
    transform: scale(1.05);
}

.Homepage_Card_Info {
    padding: 5px;
}

.Homepage_Card_Title {
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0px;
    color: var(--blue);
}

.Homepage_Card_Text {
    font-size: 18px;
    line-height: 28px;
    color: var(--blue);
    text-align: justify;
}

.Homepage_Card_Info {
    padding: 10px;
}

.Homepage_Card_Button {
    background-color: var(--blue);
    color: white;
    transition: 0.3s;
    font-size: 20px;
    margin-top: 10px;
    padding: 20px 0px;
    transition: 0.3s;
    text-align: center;
    width: 100%;
}

.Homepage_Card_Button:hover {
    color: var(--blue);
    background-color: var(--light-gray);
}

.See_Horses {
    border: 1px solid var(--blue);
    padding: 10px 30px;
    cursor: pointer;
    font-size: 25px;
    color: var(--blue);
    transition: 0.3s;
    display: inline-block;
    margin-top: 20px;
}

.See_Horses:hover {
    background-color: #0f3656;
    color: white;
}

/* HorseCare24 */
.HorseCareShow {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--blue);
}

.HorseCareShow_In {
    width: 80%;
    color: white;
    position: relative;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.HorseCareShow_TextArea {
    width: 65%;
    text-align: justify;
    padding: 30px;
}

.HorseCareShow_Text_Title {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    text-shadow: 0 1px 2px hsl(0deg 0% 0% / 50%);
}

.HorseCareShow_Text {
    color: white;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: white;
    text-shadow: 0 1px 2px hsl(0deg 0% 0% / 50%);
}

.HorseCareShow_Text p {
    margin-top: 15px;
}

.HorseCareShow_Image {
    width: 300px;
    height: 407px;
}

.HorseCareShow_See_Description {
    border: 3px solid white;
    padding: 10px 30px;
    cursor: pointer;
    color: white;
    transition: 0.3s;
    display: inline-block;
    margin-top: 20px;
}

.HorseCareShow_See_Description:hover {
    background-color: hsl(0, 0%, 100%, 0.2);
}

.StableShow {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--blue);
}

.StableShow_In {
    /* width: 80%; */
    width: 100%;
    color: white;
    position: relative;
    /* padding: 20px 0px; */
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
}

.StableShow_TextArea {
    width: 60%;
    position: relative;
    text-align: justify;
}

.StableShow_Text_Title {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    text-shadow: 0 1px 2px hsl(0deg 0% 0% / 50%);
    text-align: left;
}

.StableShow_Text {
    color: white;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: white;
    text-shadow: 0 1px 2px hsl(0deg 0% 0% / 50%);
}

.StableShow_Text p {
    margin-top: 15px;
}

.StableShow_Image {
    width: 40%;
    object-fit: cover;
    height: 350px;
    margin-top: 12px;
}

.StableShow_See_Description {
    border: 3px solid white;
    padding: 10px 30px;
    cursor: pointer;
    color: white;
    transition: 0.3s;
    display: inline-block;
    margin-top: 20px;
}

.StableShow_See_Description:hover {
    background-color: hsl(0, 0%, 100%, 0.2);
}

.Stable_Socials{
    position: absolute;
    bottom: 25px;
    right: -3px;
    display: flex;
}

.Stable_Socials_Mobile{
    display: none;
}

.collectionCard {
    width: 30%;
    height: auto;
    position: relative;
    background-color: var(--blue);
    margin: 30px 0px;
    color: white;
    min-height: 430px;
}

.Collection_Card_Img_Holder {
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
    transition: 1s;
}

.Collection_Card_Img_Holder_Text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-align: center;
    transition: 0.5s;
    opacity: 0;
    text-shadow: 0 1px 2px hsl(0deg 0% 0% / 50%);
}

.Collection_Card_Img {
    width: 100%;
    height: 250px;
    cursor: pointer;
    background-color: hsl(0deg 0% 0% / 50%);
    background-size: cover;
    background-position: center center;
    transition: 0.3s;
    filter: grayscale(0.2);
}

.Collection_Card_Img_Holder:hover .Collection_Card_Img {
    transform: scale(1.05);
    filter: grayscale(0);
}

.Collection_Card_Img_Holder:hover .Collection_Card_Img_Holder_Text {
    opacity: 1;
}


.Collection_Card_Title {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: rgba(7, 22, 34, 0.9);
    color: white;
    transform: translateY(-100%);
    border-bottom: 1px solid white;
    text-transform: uppercase;
    padding: 5px 0px;
    text-align: center;
    font-size: 19px;
}

.Collection_Card_Description {
    width: 100%;
    padding: 15px;
    display: flex;
    min-height: 196px;
    flex-direction: column;
    gap: 14px;
}

.Collection_Card_Description_Text {
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative;
}

.Description_Text {
    position: absolute;
    left: 30px;
}

.Collection_Card_See {
    display: block;
    padding: 15px 0px;
    text-align: center;
    cursor: pointer;
    background-color: var(--light-gray);
    color: var(--blue);
    transition: 0.3s;
}

.Collection_Card_Read {
    background-color: var(--light-gray);
    color: var(--blue);
    transition: 0.3s;
}

.Homepage_Contact_Link {
    border: 3px solid var(--blue);
    padding: 10px 30px;
    cursor: pointer;
    color: var(--blue);
    width: fit-content;
    transition: 0.3s;
    display: inline-block;
    margin-right: auto;
    margin-top: 20px;
}

.Homepage_Contact_Link:hover {
    background-color: hsl(209,62%,84%);
}

.Banner_Texts_Container{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}