@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Gabarito", sans-serif;
}

p {
    font-family: "Bitter", serif;
    text-align: justify;
}


.about-banner-image{
    background-image: url(./asstes/img/banner-img-9.png);
    height: 80vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-banner-image-overlay{
    background-color: rgba(0, 0, 0, 0.61);
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.why-choose-us-button{
    background-color: #efcc4e;
    height: 50px;
    width: 200px;
    font-weight: bold;
}

.why-choose-us-button:hover{
    transition: 0.4s;
    background-color: #141622;
    color: #efcc4e;
}

.why-choose-us-style{
    background-color: #efcc4e;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    padding: 5px;
}

.about-extra-content-bg{
    background-image: url(./asstes/img/banner-img-12.png);
    height: 60vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-extra-content-bg-overlay{
    background-color: rgba(0, 0, 0, 0.623);
    height: 60vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}