.seo-header{
    min-height: calc(100vh - 63px);
    background: url("../images/celebrity-seo/header-bg.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 10vh 0px;
}

.seo-introHolder{
    padding: 50px;
    min-height: calc(80vh - 63px);
    background: url("../images/brands/bannerbg1.png") no-repeat center top, #090015;
    background-size: cover;
    border-radius: 10px;
    border: 23px solid #fff;
    border-image: url("../images/celebrity-seo/border-img.png") 30 round;
}

.seo-introHolder h1{
    background-image: linear-gradient( to right, #0e0100 0, #ec9000 22%, #efd551 45%, #fff46e 50%, #efd551 55%, #ec9000 78%, #462523 100% );
    color: transparent;
    -webkit-background-clip: text;
    font-size: 5em;
    font-weight: 800;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.seo-introHolder h3{
    background-image: linear-gradient( to right, #0e0100 0, #ec9000 30%, #efd551 45%, #fff46e 50%, #efd551 55%, #ec9000 70%, #462523 100% );
    color: transparent;
    -webkit-background-clip: text;
    font-size: 3.2em;
    font-weight: 300;

}

.divider{
    width: 120px;
    height: 3px;
    border-radius: 50px;
    background-image: linear-gradient( to right, #0e0100 0, #ec9000 30%, #efd551 45%, #fff46e 50%, #efd551 55%, #ec9000 70%, #462523 100% );
    margin: 25px auto;
}

.seo-introHolder h4{
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.seo-introHolder h5{
    font-size: 1.3em;
    font-weight: 300;
    margin-bottom: 30px;
    color: yellow;
}

.booking-butons{
    max-width: 90%;
    margin: 30px auto 0px auto;
}

.booking-butons a{
    margin-bottom: 30px;
}

.seo-body{
    padding: 50px 0px;
}

.section-title{
    font-weight: 400;
    font-size: 3em;
    margin-bottom: 15px;
    border-left: 5px solid #ec9000;
    padding-left: 15px;
}

.section-title.noborder{
    border-left: none;
    padding-left: 0px;
}

.section-title span{
    font-weight: 700;
    color: yellow;
}

.seo-body p{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.5;
    color: #a39aaf;
    margin-top: 10px;
}

.content-block{
    padding-bottom: 30px;
    border-bottom: 1px solid #28153e;
    margin-bottom: 30px;
}

.content-block h4{
    margin-bottom: 8px;
    font-size: 1.5em;
}

.accordion{
    margin-bottom: 10px;
    background-color: #130623;
    border: 1px solid #28153e;
}

.accordion-header, .accordion-header:hover, .accordion-header:focus{
    padding: 10px 40px 10px 10px;
    display: block;
    line-height: 1.5;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.3px;
    position: relative;
}

.accordion-header::after{
    content: "\eb21";
    font-family: 'boxicons'!important;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0%, -50%);
    font-size: 22px;
}

.accordion-header.active::after{
    content: "\eaed";
    font-family: 'boxicons'!important;
}

.accordion-body {
    padding: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.5;
    color: #a39aaf;
    border-top: 1px solid #28153e;
    display: none;
}

.about-celebrity{
    padding: 30px;
    background-color: #130623;
    border: 1px solid #28153e;
    margin: 30px 0px;
}

.accordions{
    margin-top: 30px;
}

.question-block{
    margin-top: 20px;
    border: 1px solid #28153e;
}

.question-header{
    padding: 15px;
    background-color: #130623;
}

.answer-block{
    padding: 15px;
    border-top: 1px solid #28153e;
    border-bottom: 1px solid #28153e;
}

.question-block-footer{
    padding: 15px;
}

.answer-block p{
    margin-top: 0px;
}

.question-header h5{
    font-size: 1.2em;
    letter-spacing: 0.3px;
    color: yellow;
}

.bullet-points{
    margin-bottom: 15px;
}

.bullet-points li{
    display: block;
    padding: 5px 0px 5px 25px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 1.5;
    color: #a39aaf;
}

.bullet-points li::before{
    content: "\e9a4";
    font-family: 'boxicons'!important;
    font-size: 20px;
    color: yellow;
    position: absolute;
    left: 0;
    top: 0;
}

.booking-celebs{
    margin: 50px 0px;
}

.booking-blocks-list {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bookBlock{
    padding: 15px;
    width: 32%;
    border: 1px solid #28153e;
    background-color: #130623;
    margin-top: 20px;
}

.bookBlock h4{
    line-height: 1.4;
    width: 80%;
    margin: auto;
}

.book-celeb, .book-celeb:hover, .book-celeb:focus{
    display: block;
    padding: 15px 10px 0px 10px;
    text-align: center;
    text-transform: uppercase;
    color: yellow;
    margin-top: 15px;
    border-top: 1px solid #28153e;
}

.celebrities-block{
    padding: 30px;
    background: url("../images/popup-bg1.jpg") no-repeat center top;
    background-size: cover;
}


.celebsPic-outer {
    border-radius: 50%;
    width: 220px;
    height: 220px;
    background-image: linear-gradient(to right, #e31c3a, #fd2366);
    margin: auto;
    padding: 0px 5px 20px 5px;
    position: relative;
}

.celebsPic {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}

.blueTick{
	position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 3px;
    background-color: #e31c3a;
    border-radius: 50%;
    width: 30px !important;
    height: 30px;
}

.starStars{
	width: 280px;
    position: absolute;
    left: -30px;
    bottom: -25px;
}

.celebsPic img{
    width: 100%;
}

.banner-contet{
    margin-top: 40px;
}

.banner-contet h2{
    font-size: 1.8em;
    margin-bottom: 5px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 700;
    color: yellow;
}

.banner-contet h5{
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.blogBlock {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    background-color: #130623;
    margin-bottom: 30px;
}

.blogImg img {
    width: 100%;
}

.blogContent {
    padding: 10px;
}

.blogContent h4 {
    font-size: 1em;
    line-height: 1.3;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogContent p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left !important;
    font-size: 13px;
    margin-bottom: 8px;
}

.contentBlock-header h4 {
    text-transform: uppercase;
    color: yellow;
    font-weight: 600;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.contentBlock-header {
    margin-bottom: 30px;
}

.contentBlock-header h1 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;
}

.keywords{
    margin-top: 60px;
    border-top: 1px solid #290e42;
}

.keywords-header {
    padding: 0px 0px 50px;
    position: relative;
}

.keywords-header h1 {
    padding: 15px 30px;
    background-image: linear-gradient(to right bottom, #1e1d5a, #290e42);
    color: #fff;
    display: inline-block;
    font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 0.2px;
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translate(-50%, 0%);
    border-radius: 0px 0px 8px 8px;
    min-width: 70%;
    text-align: center;
    text-transform: uppercase;
}

.keywords-header h1::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 15px solid #000033;
    position: absolute;
    top: 0;
    left: -15px;
}

.keywords-header h1::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #000033;
    position: absolute;
    top: 0;
    right: -15px;
}

.keywords-body{
    margin-top: 30px;
}

.keywords-list li{
    display: block;
}

.keywords-list li a{
    padding: 5px 0px 5px 15px;
    position: relative;
    display: block;
    color: #e31c3a;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.keywords-list li a::before{
    content: "\e9b7";
    font-family: 'boxicons'!important;
    position: absolute;
    left: 0px;
    top: 5px;
}

/* Media */
@media screen and (min-width: 768px){
    .desktopSticky{
        position: sticky;
        top: 100px;
    }
}

@media screen and (max-width: 1024px){
    .seo-header, .seo-introHolder{
        height: auto;
        min-height: unset;
    }
}

@media screen and (max-width: 768px){
    .seo-header{
        padding: 20px 0px;
    }

    .seo-introHolder{
        padding: 15px;
    }

    .seo-introHolder h3{
        font-size: 2em;
    }
    
    .seo-introHolder h1{
        font-size: 4em;
    }

    .seo-introHolder{
        border: 10px solid transparent;
        border-image: url("../images/celebrity-seo/border-img.png") 30 round;
    }
    .seo-introHolder h1, .seo-introHolder h3{
        background-image: linear-gradient( to right, #ec9000 0, #ec9000 22%, #efd551 45%, #fff46e 50%, #efd551 55%, #ec9000 78%, #ec9000 100% );
    }

    .booking-butons a{
        margin-bottom: 10px;
    }

    .seo-introHolder h4{
        font-size: 1.1em;
    }

    .section-title{
        font-size: 2em;
    }
}

@media screen and (max-width: 767px){
    .section-title{
        padding-left: 0;
        font-size: 2em;
        text-align: center;
        border-left: none;
    }

    .celebrities-block{
        margin-top: 30px;
    }

    .about-celebrity{
        padding: 15px;
    }

    .booking-celebs{
        margin: 0;
    }

    .bookBlock {
        width: 100%;
    }

    .question-header h5{
        line-height: 1.5;
    }
}