﻿ 
 
.section-title-for-hero {
    position: relative;
    margin-bottom: 40px;
    padding-top: 50px
}

    .section-title-for-hero h1 {
        position: relative;
        font-size: 68px;
        text-transform: uppercase;
        letter-spacing: -0.02em;
        margin-bottom: 0;
        cursor: none;
        z-index: 1
    }

.section-title-for-herop {
    margin-top: 20px;
    margin-bottom: 0
}

.hero {
    background-color: black;
    position: relative;
    /*background-image: url('imgs/hero-bg.png');   1 big bg, not a tile*/
    background-color:black;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 160px 0 50px;
    z-index: 1;
    /*OVERRIDES  title bg
    background-repeat:repeat;
    background-size: 650PX 650PX;
    background-image: url('../template1/assets/img/default/hero/hero-bg.webp');*/
 
}

    .hero::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
       
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        width: 100%;
        height: 100%;
        z-index: 0
    }

    .hero  {  /*.container*/
        position: relative;
        z-index: 2
    }

.hero-content {
    position: relative;
    z-index: 2;
    color:#999;
}

    .hero-content .section-title-for-hero {
        margin-bottom: 60px;
        padding-top: 0

    }

        .hero-content .section-title-for-hero p {
            position: relative;
            padding: 5px 0 5px 20px
        }

    .hero-content .section-title-for-hero p::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: red; /* content left stripe */
        border-radius: 10px;
        height: 100%;
        width: 4px;
        transition: all .4s ease-in-out;
        z-index: -1;
       
    }

.hero-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px
}

.hero-image {
    position: relative;
    margin-bottom: -50px
}

.hero-img img {
    width: 100%;
    aspect-ratio: 1 / 1.1323;
    object-fit: cover
}

 

 

@media only screen and (max-width:991px) {
  

    .section-title {
        margin-bottom: 30px;
        padding-top: 40px
    }

        .section-title h1 {
            font-size: 48px
        }

        .section-title p {
            margin-top: 10px
        }

    .hero {
        padding: 140px 0 0
    }

    .hero-content {
        margin-bottom: 30px
    }

        .hero-content .section-title {
            margin-bottom: 30px
        }

            .hero-content .section-title p {
                padding: 2px 0 2px 15px
            }

    .hero-image {
        width: 100%;
        max-width: 70%;
        margin: 0 auto
    }

    
}

@media only screen and (max-width:767px) {
    .section-title {
        padding-top: 30px
    }

        .section-title h1 {
            font-size: 28px
        }

    .hero-content .section-title p {
        margin-top: 15px
    }

    .hero-btn {
        gap: 15px
    }

    .hero-image {
        max-width: 100%;
        margin: 0
    }

     
}
