.hero-homepage-div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: fit-content;
    height: fit-content;
}

.hero-homepage-img{
    width: 99vw;
}

.hero-homepage-contents-div h3{
    font-size: clamp(1em,1.9vw,1.9em);
    color: rgb(136, 142, 146);
    font-weight: 400px;
    width: 55vw;
}

.homepage-header-1{
    font-size: clamp(1.1rem,2.4vw,2.4em);
    color: rgb(84, 94, 103);
    font-weight: 500;
}

.homepage-header-2{
    font-size: clamp(1.7rem, 3.3vw, 3.3em);
    color: rgb(210, 31, 60);
    font-weight: 700;
}


.homepage-button{
    color: white;
    background-color: #d21f3c;
    border-radius: 25px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0px 16px 0px 20px;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    /* font-size: 25px; */
    min-width: 150px;
    width: fit-content;
    min-height: 50px;
}

.homepage-button span{
    flex-grow: 1;
}

.homepage-button:hover{
    color: white;
}

.arrow-img{
    width: 32px;
    margin-left: 16px;
}

.explore{
    margin-top: 6.4vw;
}

.features-items-div{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.features-item-div{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.three-item{
    flex: 1 1 calc(33.33%);
}

.features-item-div img{
    width: 100px;
    height: 100px;
}

#homepage-buttons-div{
    display: flex;
    gap: 20px;
    margin-top:20px;
    flex-wrap: wrap;
}

.roles-item-div{
    border-color: #d21f3c;
    border-style: solid;
    border: solid 1.6px #d21f3c;
    border-radius: 30px;
    width: 240px;
    min-height: 430px;
    text-align: center;
}


.roles-item-div div{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 10px;
    height: 65px;
    margin: auto;
    background-color: #d21f3c;
    color: white;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
}

.roles-item-div img{
    border-bottom: solid 1.6px#d21f3c;
    object-fit: cover;
    height: 150px;
    width: 240px;
}

.roles-item-div p{
    padding: 15px;
}

.roles-items-div{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
}

.paragraph-image-div{
    display: flex;
}

.paragraph-img{
    width:50%;
    object-fit: contain;
}

#introduction{
    padding-top: 0px;
}

.homepage-icons-img{
    object-fit: contain;
    margin: 20px;
}

#homepage-banner-img{
    min-height: 400px;
    object-fit: cover;
    object-position: right;
}


.hero-homepage-contents-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 8vw;
    left: 4vw;
}

#homepage-banner-contents{
    top: 0vw;
    height: 100%;
}

#homepage-banner h3{
    font-size: clamp(.5rem,1.9vw,1.1em);
}

#hero-homepage-img{
    min-height: 380px;
    object-fit: cover;
    object-position: right;
    height: 100%;
}

#overview-items-div{
    column-gap: 60px;
}

#overlay-div{
    position: absolute;
    display: none;
    height: 336px;
    background: rgb(0, 0, 0,.1);
    width: 100%;
}

.link-location{
    position: relative;
    top: -20px;
}

@media (max-width: 500px) {
    /* #hero-homepage-h3{
        text-shadow: 1px .5px rgb(255, 255, 255);
    } */

    #hero-homepage-h3{
        background-color: rgb(255,255,255,.7);
        border-radius: 15px;
        padding-right: 0px;
    }
    
    .three-item{
        flex-basis: 50%;
    }

    #homepage-banner-img{
        object-position: left;
    }

    #overview-items-div{
        column-gap: 20px;
    }

    #hero-homepage-img{
        object-position: left;
    }

    .homepage-header-2{
        font-size: 28px;
    }

    .homepage-header-1{
        font-size: 17px;
        
    }

    .hero-homepage-contents-div h3{
        width: 90vw;
    }

    #homepage-banner h3,.hero-homepage-contents-div h3{
        font-size:1rem;
       
        padding: 5px;
        border-radius: 5px;
    }
    .paragraph-image-div{
        flex-direction: column;
    }

    .paragraph-img{
        width: 100%;
    }


    .features-item-div img{
        width: 70px;
        height: 70px;
    }
    
}

html {
scroll-behavior: smooth;
scroll-padding-top: 100px;
}

#hero h1 span {
color: #222222;
font-size: 40px;
}

#hero p {
color: #ce2d45;
font-size: 29px;
font-weight: 500;
font-family: 'Poppins', sans-serif;
line-height: 35px;
margin: 0px 0px 8px;
}

#introduction h3 {
font-size: 30px;
color: #ce2d45;
font-weight: 600;
}

#featured-services h3 {
font-size: 30px;
color: #ce2d45;
font-weight: 600;
}

#about h3 {
font-size: 30px;
color: #ce2d45;
font-weight: 600;
}

.container.new>h3 {
font-size: 28px;
color: #ce2d45;
font-weight: 600;
}

@media screen and (max-width: 768px) {
#hero h1 span {
    line-height: 46px;
    font-size: 28px;
    margin-bottom: 20px;
    padding-top: 20px;
}

#hero p {
    font-size: 20px;
    line-height: 28px;
}

@media screen and (max-width: 425px) {
    #hero h1 span {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 30px;
    padding-top: 30px;
    }

    #hero p {
    font-size: 17px;
    line-height: 20px;
    }

    #introduction h3 {
    font-size: 28px;
    }

    #featured-services h3 {
    font-size: 28px;
    }

    #about h3 {
    font-size: 28px;
    }
}

@media screen and (max-width: 350px) {
    #hero h1 span {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
    padding-top: 10px;
    }

    #hero p {
    font-size: 13px;
    line-height: 15px;
    padding-top: 5px;
    }

    #introduction h3 {
    font-size: 28px;
    }

    #featured-services h3 {
    font-size: 28px;
    }

    #about h3 {
    font-size: 28px;
    }
}


}