@charset "utf-8";

body {
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #1E1E1E;
}

.home-banner {
    background: #F4EDE6;
    padding: 100px 0;
    min-height: 560px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.home-banner.hb-one::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg/default_images/icons_effect.png);
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 0;
    background-size: contain;
}

.homebanner-detail h1 {
    font-family: 'Dosis', sans-serif;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: capitalize;
}

.homebanner-detail p {
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: capitalize;
}

.homebanner-avatar {
    text-align: center;
}

.homebanner-avatar-effect {
    position: relative;
    z-index: 0;
    width: 280px;
    height: 400px;
    margin: auto;
}

.hb-one .homebanner-avatar-effect::before {
    content: '';
    background: #F4B77A;
    filter: blur(90px);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
}

.hb-one .homebanner-avatar-effect::after {
    content: '';
    position: absolute;
    right: -110px;
    z-index: 1;
    background: url(../images/bg/default_images/dog.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    width: 200px;
    bottom: -10px;
}

.homebanner-avatarinner {
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    overflow: hidden;
    margin: auto;
    border-radius: 135px 135px 10px 10px;
}

.homebanner-avatarinner img {
    height: 100%;
    width: 100%;
}

.homebanner-avatar-effect span.dc-name {
    background: #fff;
    color: #1E1E1E;
    font-weight: 500;
    border-radius: 12px;
    padding: 20px 15px;
    position: absolute;
    left: -50px;
    bottom: -4px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.hb-sec .homebanner-detail p {
    color: #808080;
    text-transform: unset;
    font-weight: 400;
}

.home-banner.hb-sec {
    background: #fff;
}

.hb-sec .homebanner-detail h4.cs-tagline {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    background: linear-gradient(90deg, #F86CA7 0%, #FF7F18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.hb-sec .homebanner-detail h4.cs-tagline img {
    width: 24px;
    height: 36px;
    margin: 0 5px;
}

.hb-sec .homebanner-avatar-effect {
    width: 400px;
    height: 400px;
    padding: 30px;
}

.hb-sec .homebanner-avatarinner {
    border-radius: 50px;
}

.hb-sec .homebanner-avatar-effect::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: url(../images/bg/default_images/curve.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    background-position: right;
}

@media(max-width: 991px) {
    .homebanner-avatar {
        text-align: center;
        margin-top: 70px;
    }

    .home-banner::before {
        background-size: cover;
    }
}

@media(max-width: 575px) {
    .homebanner-detail h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .home-banner {
        padding: 50px 0;
    }

    .hb-sec .homebanner-avatar-effect {
        width: 350px;
        height: 350px;
    }
}

@media(max-width: 413px) {
    .hb-sec .homebanner-avatar-effect {
        width: 290px;
        height: 290px;
        padding: 20px;
    }

    .hb-one .homebanner-avatar-effect {
        width: 200px;
        height: 278px;
    }

    .hb-one .homebanner-avatar-effect::after {
        height: 130px;
        width: 160px;
    }
}