/* Banner */
.Banner_HorseCare {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background-image: url("../..//images/HorseCare24/Banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    display: flex;
    justify-content: center;
    position: relative;
}

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

.Banner_HorseCare_Intro_Text {
    font-size: 27px;
    width: 80%;
    line-height: 35px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px hsl(0deg 0% 0% / 50%);
}

.Banner_Quote_Author {
    font-size: 25px;
    padding-top: 15px;
}

.Banner_Quote {
    font-size: 40px;
    line-height: 45px;
    display: block;
    margin-top: 25px;
}

.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);
}

.Link_Horsecare {
    padding-top: 40px;
    text-align: center;
    width: 100%;
}

.Social_Links {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    font-size: 25px;
    color: var(--blue);
    justify-content: center;
}

.Learn_More_Horsecare {
    border: 3px solid transparent;
    border-bottom-color: var(--blue);
    font-size: 22px;
    padding: 6px 14px;
    cursor: pointer;
    color: var(--blue);
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 120px;
    transition: 0.3s;
}

.Learn_More_Horsecare:hover {
    background-color: #0f3656;
    border: 3px solid var(--blue);
    color: white;
}

/* Description */
.HorseCare_Description_Interface_Title {
    margin-top: 80px;
    color: var(--blue);
    font-size: 45px;
    font-weight: bold;
}

.HorseCare_Description_Interface {
    width: 100%;
    text-align: center;
    height: auto;
    margin-top: 40px;
}

.HorseCare_Description_Interface img {
    width: 50%;
}

.HorseCare_Description_Devices {
    width: 100%;
    height: 40vw;
    text-align: center;
    margin-top: 40px;
}

.HorseCare_Description_Devices img {
    width: 70%;
}

.HorseCare_Description {
    width: 100%;
    margin-top: 80px;
}

.HorseCare_Description_In {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.HorseCare_About_Title {
    text-align: center;
    color: var(--blue);
    font-size: 35px;
    font-weight: bold;
}

.HorseCare_Description_Card {
    margin-top: 80px;
    gap: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.HorseCare_Description_Card_Text {
    width: 70%;
}

.HorseCare_Description_Card_Image {
    width: 30%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HorseCare_Description_Card_Image i {
    color: white;
    font-size: 25px;
    background-color: rgba(7, 22, 34, 0.8);
    border-radius: 50%;
    padding: 25px;
}

.HorseCare_Description_Card_Title {
    color: var(--blue);
    font-size: 30px;
    font-weight: bold;
}

.HorseCare_Description_Card_Description {
    color: var(--blue);
    font-size: 18px;
    line-height: 25px;
    padding-top: 15px;
}

/* Modal */
.HorseCare_Modal {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(189, 178, 168, 0.9);
}

.HorseCare_Modal_Image {
    height: 99.9vh;
}

.HorseCare_Modal_Button {
    background: var(--blue);
    opacity: 0.6;
    border-radius: 50%;
    padding: 18px 25px;
    font-size: 25px;
    color: white;
    position: absolute;
    cursor: pointer;
    transition: 0.3s;
}

.HorseCare_Modal_Button:hover {
    opacity: 1;
}

.HorseCare_Modal_Close {
    top: 10px;
}

.HorseCare_Modal_Left {
    left: 10px;
}

.HorseCare_Modal_Right {
    right: 10px;
}

/* Invitation */
.HorseCare_Invitation_Box {
    margin-top: 120px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 300px;
    text-align: center;
    background-image: linear-gradient(-45deg, hsl(211, 67%, 20%) 30%, hsl(209, 62%, 9%));
}

.HorseCare_Invitation_Box h2 {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.HorseCare_Invitation_Box a {
    color: white;
    font-size: 20px;
    border: 3px solid white;
    padding: 10px 30px;
    font-weight: bold;
    transition: 0.3s;
}

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

/*  */

.HorseCare_Description_In h2 {
    color: var(--blue);
    font-size: 30px;
    text-align: center;
}

.HoreCare_Paragraph {
    display: flex;
    flex-direction: row;
    text-align: center;
}

.Left_P,
.Right_P {
    margin-top: 20px;
    padding: 0px 10px;
    flex-basis: 50%;
}

.Horsecare_P {
    padding-top: 15px;
}

.Horsecare_P i {
    color: var(--blue);
}

.HC_H2 {
    font-weight: bold;
}