﻿
header {
    background: none !important;
    height: 20vh;
    /*position:relative;*/
}
.pager-next-rev{
    transform:rotate(180deg);
}
.contentbdody {
    direction: ltr;
}
.hero-slider-content {
    display: none;
}

.hero-container {
    padding-top: 100px !important;
    z-index: 2;
    /*position: absolute;*/
    top: 150px;
    left: 0;
    transform: translateY(-40%);
    width: 100%;
    height: 447px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-image: url('/App_Themes/ThemeAr/Images/innerpages-background.png');
    background-repeat: no-repeat;
    background-size: cover;
}
    .hero-container h1 {
        text-align: center;
    }
    .hero-container h1 span {
        margin-top: 0px;
        /*font-family: 'GSbold';*/
        color: white;
        font-size: 45px;
        text-align: center;
    }

.hero-link-path {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: end;
    gap: 10px;
    direction: ltr;
}

.hero-p1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: white;
    text-decoration:none;
}
    .hero-p1:hover {
        color: #0b2d71;
    }
.hero-p-splitter {
    color: white;
}
#st-1 .st-btn {
    background-color: transparent !important;
}
.socials-container {
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
}

    .socials-container p {
        margin: 0;
        margin-left: 0px;
        color: white;
        font-size: 15px;
        margin-left: 10px;
    }


.hero-link-path .hero-p-splitter:nth-last-child(1){
    display:none;
}
.card-gallery .card-title {
    min-height: 40px;
}
@media (min-width:330px) and (max-width:668px) {
    .hero-container h1 {
        text-align: center;
    }
}