/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
    overflow-x:hidden;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    background: url('/wp-content/uploads/2024/09/full_body_img_new.png') 100% 100% / cover no-repeat;
}

::selection {
    background: #c50a8f;
    color: #000;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color:#ccc;

}
a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */


/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/


/*----------------------
Footer
----------------------*/

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Inter';
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}
div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Inter';
}

div#service-slider .content p {
    font-size:20px;
    color: #0d4199;
    font-family: 'Inter';
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
    padding:25px;
}
#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}

/* New css starts here */

.remove_section_space .elementor-widget-wrap.elementor-element-populated {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.home_page_top {
    padding: 0px 50px;
}

header {
    padding: 20px 0px;
}

.page_home header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20px;
    z-index: 1;
    padding: 0px 0px;
}

.top_banner_section {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto !important;
    left: 0px !important;
    right: 0px !important;
    /*height: 750px;*/
    padding: 14em 0px 4em;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border: solid 3px #c50a8f;
    border-top:0px;
    border-radius: 0px 0px 60px 60px;
}

.platform_row {
    padding: 25px 0px;
}
.platform_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    justify-content: space-around;
    align-items: center;
}
.large_txt {
    font-size: 106px;
}
.large_txt {font-size: 106px;}

.top_banner_small_title {
    margin-bottom: 0px !important;
}

.top_banner_large_title {
    margin-bottom: 6px !important;
}

.two_col_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 15px;
}

.two_col_btns ul a {
    padding: 10px 27px;
    background: #c50a8f;
    display: inline-block;
    border-radius: 35px;
    transition: all 0.5s linear;
    border: solid 1px #c50a8f;
    color: #ffffff;
}

.two_col_btns ul a:hover {
    background: #000;
    color: #fff;
}

.two_col_btns ul li:last-child a {
    padding: 4px 15px 4px 4px !important;
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.two_col_btns ul li:last-child a img {
    margin-right: 8px;
    width: 23%;
}

.two_col_btns ul li:last-child:hover a {
    /*background: #0b0b0b;*/
    background: #c50a8f;
}

.two_col_btns ul li.without_img_btn:last-child a {
    padding: 11px 30px !important;
    border-color: #c50a8f;
}
.author_abt_writer_list ul {
    background: #c50a8f;
    padding: 15px 0px 15px 200px;
    border-radius: 50px;
    display: flex;
    display: -webkit-flex;
    gap: 15px;
    flex-flow: row;
    position: relative;
    width: 750px;
    position: relative;
    left: -11.5em;
    z-index: 1;
}
.author_abt_writer_list ul li img {
    margin-right: 9px;
}
.author_single_img {
    z-index: 9;
    filter: drop-shadow(0px 0px 30px rgb(197, 10, 143,0.6));
}
.my_blog_style article.elementor-post {
    filter: drop-shadow(0px 0px 18px rgb(197, 10, 143,0.6));
}
.col_left_pad {
    padding-left: 55px;
}

.author_op_list ul {
    display: flex;
    display: -webkit-flex;
    gap: 33px;
}

.author_op_list ul li:not(:last-child):after {
    content: '';
    position: absolute;
    right: -22px;
    top: 7px;
    background-image:url('/wp-content/uploads/2024/09/author_section_abt_icon.png');
    width: 13px;
    height: 13px;
}

.author_op_list ul li {
    position: relative;
}

.author_section {
    padding: 7em 0px;
}

.book_platform_list_btns ul {
    display: flex;
    display: -webkit-flex;
    gap: 10px;
}

.book_platform_list_btns ul a {
    display: inline-block;
    padding: 8px 20px;
    background: #333333;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s linear;
}

.book_platform_list_btns ul a:hover {
    background: #c50a8f;
}

.book_platform_list_btns ul a img {
    margin-left: 10px;
}
.section_small_title {
    margin-bottom: 10px !important;
}

.section_large_title {
    margin-bottom: 15px !important;
}
.single_book_cover {
    background-image: linear-gradient(to bottom, transparent 40%, #c50a8f);
    border-radius: 30px;
    padding-bottom: 25px;
}

.book_main_section {
    padding: 6em 0px;
}
.single_book_cover img {
    position: relative;
    right: 27px;
}
.remove_btm_mar p {
    margin: 0px;
}
.inner_row {
    margin-bottom: 25px;
}

.my_video_box,.my_video_box .elementor-open-lightbox {
    height: 472px;
    width: 100%;
}

.my_video_box {
    filter: drop-shadow(0px 0px 50px rgb(197, 10, 143,0.6));
}

.book_trailer_section {
    padding: 5em 0px;
}

h2.post-title {
    display: none;
}
.inner_page_banner {
    text-align: center;
    min-height: 450px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 2px #c50a8f;
    border-top: solid 2px #c50a8f;
    backdrop-filter: blur(15px);
}

.inner_page_banner h2 {
    margin: 0px;
    font-size: 45px;
    color:#fff;
    font-family: "Caslon Two Black", Sans-serif;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog_section_main {
    padding: 6em 0px;
}
.my_blog_style .elementor-post__text {
    background: #c50a8f;
    padding: 12em 35px 5px;
    margin-top: -11em;
    border-radius: 60px 60px 20px 20px;
    margin-bottom: 16px;
}
.my_blog_style .elementor-post__title {
    position: relative;
}
.my_blog_style .elementor-post__thumbnail__link {
    margin: 0px auto;
    width: 100%;
    max-width: 90%;
    border:solid 2px #c50a8f;
    border-radius:32px;
}
.my_blog_style article.elementor-post {
    position: relative;
}
.blog_section_row
{
  padding:5em 0px;  
}

.my_testi_box .elementor-main-swiper {
    width: 100% !important;
    overflow:hidden;
}

.my_testi_box .swiper-slide {
    padding: 40px 30px!important;
}

.my_testi_box .elementor-testimonial__image img {
    border: solid 2px #59003f;
    width: auto !important;
    height: auto !important;
}

.my_testi_box .elementor-testimonial__content {
    border-bottom: solid 2px #59003f;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.my_testi_box .elementor-testimonial__name {
    position: relative;
}

.my_testi_box .elementor-testimonial__name:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -14px;
    background-image: url('/wp-content/uploads/2024/09/testi_star_icon.png');
    width: 94px;
    height: 16px;
}
.two_col_btns ul li.pink_btn a {
    padding: 10px 27px !important;
    background: #c50a8f;
    display: inline-block;
    border-radius: 35px;
    transition: all 0.5s linear;
    border: solid 1px #c50a8f;
    color: #ffffff;
}

.two_col_btns ul li.pink_btn a:hover {
    background: #fff;
    color: #c50a8f;
}


.my_testi_box .elementor-swiper-button {
    width:40px;
    height:40px;
    background-color:#59003f;
    border-radius:50%;
    text-align:center;
    line-height:44px;
}

.my_testi_box .elementor-swiper-button i
{
    display:none;
}

.my_testi_box .elementor-swiper-button.elementor-swiper-button-prev {
    background-image:url('/wp-content/uploads/2024/09/arrow_left.png');
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    right:80px;
    bottom:50px;
    z-index:9;
    left:unset;
}

.my_testi_box .elementor-swiper-button.elementor-swiper-button-next {
    background-image:url('/wp-content/uploads/2024/09/arrow_right.png');
    background-repeat:no-repeat;
    background-position:center center;
    position:absolute;
    right:30px;
    bottom:50px;
    z-index:9;
}
.testi_main_row {
    padding: 2em 0px 7em;
}
.cp_txt p {
    margin: 0px;
}

.social_list {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.social_list li a {
    width: 38px;
    height: 38px;
    border: solid 2px #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: all 0.5s linear;
}

.social_list li a:hover {
    border-color: #59003f;
    background: #59003f;
}

.last_foo_menu li.menu-item:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0px;
    width: 2px;
    height: 12px;
    background: #fff;
    border: none;
}
.footer_top_section {
    border-top: solid 5px #c50a8f;
    padding: 4em 0px;
}

.footer_menu {
    position: relative;
}

.footer_menu:before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 45px;
    z-index: 1;
}

.footer_menu .elementor-nav-menu {
    background: #c50a8f;
    padding: 12px 20px;
    position: relative;
}

.footer_menu .elementor-nav-menu:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 0px;
    background: #c50a8f;
    width: 50px;
    height: 100%;
    transform: skew(25deg, 0deg);
}

.footer_menu .elementor-nav-menu:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 0px;
    background: #c50a8f;
    width: 35px;
    height: 100%;
    transform: skew(-20deg, 0deg);
    opacity: 1 !important;
    visibility: visible !important;
}

.footer_menu li.menu-item
{
    position:relative;
}

.footer_menu li.menu-item:not(:last-child) a:after {
    content: '';
    position: absolute;
    right: -5px;
    top: 18px;
    background-image: url('/wp-content/uploads/2024/09/footer_menu_icon.png') !important;
    width: 10px;
    height: 10px;
    border: none;
    opacity:1 !important;
}
.footer_top_section .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.footer_logo {
    margin-bottom: 25px;
}

.my_main_menu li.menu-item:last-child a {
    padding: 13px 22px !important;
    background: #c50a8f;
    border-radius: 25px;
    transition: all 0.5s linear;
}

.my_main_menu li.menu-item:last-child a:hover {
    background: #fff;
    color: #c50a8f !important;
}

.my_main_menu li.menu-item:last-child a:after {
    display: none;
}

.my_main_menu li.menu-item a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 7px;
    width: 0%;
    height: 2px;
    background: #c50a8f !important;
    transition: all 0.5s linear !important;
    margin: 0 auto;
}

.my_main_menu li.menu-item.current-menu-item a:after,.my_main_menu li.menu-item:hover a:after {
    width: 27px;
}

.my_main_menu li.menu-item a {
    position: relative;
}

.author_section_inner,.book_main_section_inner,.blog_section_row_inner,.contact_inner_section
{
    padding: 7em 0px;
}

.my_form_style input,.my_form_style textarea {
    background: transparent !important;
    padding: 15px 15px;
}

.my_form_style input::placeholder, .my_form_style textarea::placeholder {
    opacity: 1 !important;
}

.my_form_style textarea {
    resize: none;
    height: 150px;
}

.my_form_style .elementor-button {
    padding: 15px 0px !important;
}
.inner_page_centi_sec {
    padding-bottom: 7em;
}

@media only screen and (max-width: 1024px) {
  .home_page_top {
      padding:0px 0px;
    }
    .container {
      width: 100%;
    }
    .col_left_pad {
      padding-left: 10px;
    }
    .section_large_title .elementor-heading-title {
      font-size: 40px !important;
    }
}

@media only screen and (max-width: 767px) {
    .page_home header {
        position: relative;
        top: 0px;
    }
    .remove_sp_mob .elementor-widget-wrap.elementor-element-populated {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .my_main_menu .elementor-menu-toggle {
      position: absolute;
      right: 0px;
      top: -100px;
    }
    .top_banner_section
    {
        border:none;
        padding:5em 0px;
    }
    .top_banner_section .elementor-column,
    .book_main_section .elementor-column,
    .testi_main_row .elementor-column,
    .book_main_section_inner .elementor-column
    {
      width: 100% !important;
    }
    .top_banner_section .elementor-container.elementor-column-gap-default,
    .book_main_section .elementor-container.elementor-column-gap-default,
    .book_main_section_inner .elementor-container.elementor-column-gap-default
    {
      flex-flow: column-reverse;
    }
    .top_banner_cover_img,.author_single_img,.single_book_cover
    {
        margin-bottom:35px;
    }
    .top_banner_large_title .elementor-heading-title.elementor-size-default {
      font-size: 45px !important;
    }
    .large_txt {
      font-size: 60px;
    }
    .platform_list ul {
      justify-content: center;
      align-items: center;
      flex-flow:wrap;
    }
    .author_abt_writer_list ul {
      padding:15px;
      border-radius:10px;
      flex-flow: wrap;
      width: auto;
      left: 0;
    }
    .author_section {
      padding:5em 0px;
    }
    .book_main_section {
      padding:5em 0px;
    }
    .book_trailer_section {
      padding: 0em 0px;
    }
    .my_video_box, .my_video_box .elementor-open-lightbox {
      height: 300px;
      width: 100%;
    }
    .my_blog_style .elementor-post:not(:last-child) {
      margin-bottom: 35px;
    }
    .testi_main_row {
      padding:0em 0px 5em;
    }
    .my_testi_box {
      margin-top: 35px;
    }
    .my_blog_style .elementor-post__text {
      border-radius:20px 20px 20px 20px;
    }
    .cp_txt {
      text-align: center;
    }
    .last_foo_menu .elementor-nav-menu {
      margin: 0 auto !important;
    }
    .cp_row {
      padding: 12px 0px;
    }
    .last_menu_foo .elementor-nav-menu {
      flex-flow: column;
    }
    .footer_menu .elementor-nav-menu:before,.footer_menu .elementor-nav-menu:after,
    .elementor-widget-text-editor br,.top_banner_large_title .elementor-heading-title br,
    .section_large_title .elementor-heading-title br,.footer_menu li.menu-item:not(:last-child) a:after,
    .footer_menu:before,.my_main_menu li.menu-item a:after
    {
        display:none;
    }
    .footer_menu .elementor-nav-menu {
        background:transparent;
        padding:15px;
    }
    .footer_menu li.menu-item a {
      justify-content: center;
    }
    .footer_logo {
      margin-bottom: 0px;
    }
    .footer_top_section {
      padding:2em 0px 0em;
    }
    .my_main_menu li.menu-item:last-child a:hover
    {
        color:#fff !important;
    }
    .inner_page_banner {
      min-height: 300px;
    }
    .inner_page_banner h2 {
      font-size: 35px;
    }
    .author_section_inner, .book_main_section_inner, .blog_section_row_inner, .contact_inner_section {
      padding:5em 0px;
    }
    .inner_page_centi_sec {
      padding-bottom: 5em;
    }
}

@media only screen and (max-width: 568px) {
    .my_video_box, .my_video_box .elementor-open-lightbox {
        height: 250px;
    }
    .my_blog_style .elementor-post__thumbnail {
      padding-bottom: 16em !important;
    }
}

@media only screen and (max-width: 420px) {
    .elementor-widget-theme-site-logo img {
      max-width: 93% !important;
    }
    .top_banner_section {
        padding:2em 0px;
    }
    .section_large_title .elementor-heading-title {
        font-size: 35px !important;
    }
    .two_col_btns ul li:last-child a img {
        margin-right: 5px;
        width: 36px;
    }
    .two_col_btns ul {
        gap:5px;
    }
    .book_platform_list_btns ul {
      flex-flow:wrap;
    }
    .two_col_btns ul {
      flex-flow:wrap;
    }
    .my_video_box, .my_video_box .elementor-open-lightbox {
        height: 180px;
      }
}
/* New css ends here */
