@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
.relative{
    position: relative;
}
.login-button{
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}
.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}
.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}
.fade:not(.show) {
    opacity: 1 !important;
}
.container{
    max-width: 1170px;
}
.home-banner{
    background: url(../images/home-bg.webp) center bottom/cover no-repeat ;
    padding: 160px 0 70px 0;
    position: relative;
    z-index: 99;
}
.optimum-banner{
    background: url(../images/optimum-banner.png) center bottom/cover no-repeat ;
}
.home-banner .left-content h3 {
    font-size: 50px;
    color: var(--color-primary);
    padding-top: 0;
    line-height: 48px;
    padding-right: 10px;
    text-shadow: 0px 0px 10px rgb(42 209 12);
}
.home-banner .left-content  p {
    font-size: 18px;
    color: var(--color-light);
    padding: 8px 90px 25px 0;
    font-weight: 300;
    line-height: 30px;
}
.home-banner .left-content ul li{
    display: flex;
    align-items: center;
}
.home-banner .left-content ul {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 20px;
    margin-top: 30px;
    margin-right: 200px;
}
.subscribe ul li , .optimum-info .left-content ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
}
.home-banner .left-content ul li  svg , .counter ul li svg , .subscribe ul li svg , .optimum-info .left-content ul li svg {
    color: var(--color-light);
    background-color: var(--color-primary);
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}
.home-banner .left-content ul li , .counter ul li , .subscribe ul li , .optimum-info .left-content ul li{
    font-size: 14px;
    color: var(--color-light);
}
.home-banner .left-content div li:nth-child(3) a {
    font-size: 20px;
    color: var(--color-light);
    text-decoration: none;
}
.home-banner form {
    max-width: 425px;
    border: 7px solid #e6e6e6;
    clip-path: polygon(7% 0, 100% 0, 100% 93%, 92% 100%, 19% 100%, 0 100%, 0 8%);
    position: relative;
}
.home-banner form::before {
    width: 53px;
    height: 7px;
    background-color: #e6e6e6;
    bottom: 13px;
    content: '';
    position: absolute;
    transform: rotate(315deg);
    right: -17px;
}
.home-banner form::after {
    width: 53px;
    height: 7px;
    background-color: #e6e6e6;
    top: 12px;
    content: '';
    position: absolute;
    transform: rotate(306deg);
    left: -16px;
}
.content-polygon-shape::after ,
.content-polygon-shape::before{
    width: 53px;
    height: 6px;
    background-color: #e6e6e6;
    content: '';
    position: absolute;

}
.content-polygon-shape::after {
    top: 12px; left: -17px;
    transform: rotate(305deg);
}
.content-polygon-shape::before {
    bottom: 13px; 
    right: -20px;
    transform: rotate(312deg);
}
.ghost-tabs .content-polygon-line{
    border: 1px solid var(--color-primary);
    width: 96%;
    height: 98%;
    display: block;
    position: absolute;
    top: 1%;
    left: 2%;
    clip-path: polygon(7% 0, 100% 0, 100% 93%, 92% 100%, 19% 100%, 0 100%, 0 8%);
}
.ghost-tabs .content-polygon-line::before , .ghost-tabs .content-polygon-line::after{
    content: '';
    position: absolute;
    width: 50px;  height: 50px;
    border-top: 1px solid var(--color-primary);
}
.ghost-tabs .content-polygon-line::after{
    transform: rotate(130deg);
    bottom: 10px; right: 5px;
}
.ghost-tabs .content-polygon-line::before{
    transform: rotate(123deg);
    top: -21px;  left: -33px;
}

.ghost-tabs .content::before , .ghost-tabs .content::after{
    position: absolute;
    content: '';
    width: 30px;  height: 30px;
} 
.ghost-tabs .content::before {
    border-top: 7px solid var(--color-primary);
    border-right: 7px solid var(--color-primary);
    right: -7px;   top: -7px;
}
.ghost-tabs .content::after {
    border-left: 7px solid var(--color-primary);
    border-bottom: 7px solid var(--color-primary);
    left: -7px;  bottom: -7px;
}
.form-polygon-shape::before {
    position: absolute;
    content: '';
    width: 30px; height: 30px;
    border-top: 7px solid var(--color-primary);
    border-right: 7px solid var(--color-primary);
    right: -7px; top: -7px;
}
.form-polygon-shape::after {
    position: absolute;
    content: '';
    width: 30px; height: 30px;
    border-left: 7px solid var(--color-primary);
    border-bottom: 7px solid var(--color-primary);
    left: -7px;  bottom: -7px;
}
.form-polygon-line {
    border: 1px solid var(--color-primary);
    width: 96%; height: 98%;
    display: block;
    position: absolute;
    top: 1%;
    left: 2%;
    clip-path: polygon(7% 0, 100% 0, 100% 93%, 92% 100%, 19% 100%, 0 100%, 0 8%);
    z-index: -1;
}
.form-polygon-line::before , .form-polygon-line::after {
    content: '';
    position: absolute;
    width: 50px; height: 50px;
    border-top: 1px solid var(--color-primary);
}
.form-polygon-line::before {
    transform: rotate(125deg);
    top: -21px;
    left: -31px;
}
.form-polygon-line::after {
    transform: rotate(131deg);
    bottom: 8px;
    right: 9px;
}

.home-banner form h3 {
    font-size: 20px;
    text-align: center;
    padding: 30px 35px 0 35px;
    color: var(--color-primary);
    font-family: 'Rubik', sans-serif;
    text-shadow: 0px 0px 10px rgb(42 209 12);
}
.home-banner form .email{
    text-transform: lowercase;
}
.home-banner form input::placeholder{
    text-transform: capitalize;
}
.home-banner form input {
    display: block;
    width: 85%;
    margin: auto;
    background: transparent;
    border-bottom: 1px solid #80808075;
    line-height: 73px;
    color: var(--color-light);
    text-transform: capitalize;
}
.home-banner form div p {
    font-size: 20px;
    color: var(--color-light);
}
.ghost-before:before{
    content: '';
    position: absolute;
    background-image: url(../../assets/images/ghost.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 425px; height: 400px;
    right: 20%;  top: 40%;
    animation: ghost-animate 3s infinite alternate;
    transition: all .4s linear;
    z-index: -1;
}
.client-logo{
    background: url(../../assets/images/bbc.webp) center bottom/cover no-repeat ;
}
section.client-logo {
    padding: 60px 0;
    text-align: center;
}
section.client-logo h3 {
    font-size: 55px;
    color: var(--color-primary);
    text-shadow: 0px 0px 10px rgb(42 209 12);
}
section.client-logo p {
    color: var(--color-light);
    font-weight: 300;
}
.client-slider div {
    display: flex;
    align-items: center;
}
.about{
    background: url(../../assets/images/about-bg.webp) center bottom/cover no-repeat ;
    padding: 65px 0;
}
.about h3 {
    font-size: 54px;
    color: var(--color-primary);
    line-height: 55px;
    padding-right: 0px;
    font-weight: 400;
    text-shadow: 0px 0px 10px rgb(42 209 12);   
}
.about p {
    color: var(--color-light);
    line-height: 28px;
    padding-right: 90px;
    font-weight: 300;
    font-size: 15px;
}
section.ghost-tabs{
    background: url(../../assets/images/tabs-bg.webp) center bottom/cover no-repeat ;
    padding: 60px 0;
}
.text-shadow{
    text-shadow: 0px 0px 10px rgb(42 209 12);
}
section.ghost-tabs h3 , .all-cours h3{
    font-size: 55px;
    font-weight: 400;
    color: var(--color-primary);
    text-align: center;
    text-shadow: 0px 0px 10px rgb(42 209 12);
}
.ghost-tabs .content h3 {
    font-size: 20px;
    text-align: left;
    padding: 10px 0 10px 0;
    font-family: 'Rubik', sans-serif;
}
.ghost-tabs .content p {
    color: var(--color-pre-secondary);
    font-weight: 300;
    font-size: 15px;
    padding-right: 40px;
    line-height: 28px
}
.ghost-tabs .content {
    border: 6px solid #e6e6e6;
    clip-path: polygon(7% 0, 100% 0, 100% 93%, 92% 100%, 19% 100%, 0 100%, 0 8%);
    position: relative;
    padding: 40px 30px;
    width: 375px; height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
}
.ghost-tabs .content .primary-btn{
    padding: 12px 25px;
}
.ghost-tabs .content .secondary-btn:before {
    right: 19px; top: 9px;
}
.ghost-tabs .content .secondary-btn:after {
    bottom: 9px;
}
.ghost-tabs .nav-tabs{
    display: grid !important;
    grid-template-columns: auto auto;
    border: none;
    column-gap: 35px;
    justify-content: space-between;
    margin-left: 30px;
    row-gap: 45px;
}
.ghost-tabs .nav-tabs .nav-link.active {
    max-width: 350px;
    height: 90px;  width: 350px;
    border: 2px solid var(--color-white);
    clip-path: polygon(5% 0, 100% 0, 100% 86%, 95% 100%, 18% 100%, 0 100%, 0 16%);
    font-size: 22px;
    font-weight: 600;
    color: var(--color-white);
    text-shadow: 0px 0px 10px rgb(173 170 170);
    background: var(--green-gradient);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.ghost-tabs .nav-tabs .nav-link::before , .ghost-tabs .nav-tabs .nav-link::after{
    position: absolute;
    content: '';
    width: 15px; height: 15px;
}
.ghost-tabs .nav-tabs .nav-link::before{
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
    right: 0;
    top: 0;
}
.ghost-tabs .nav-link .tab-shape::after , .ghost-tabs .nav-link .tab-shape::before{
    width: 40px;  height: 2px;
    background-color: #e6e6e6;
    content: '';
    position: absolute;
}
.ghost-tabs .nav-link .tab-shape::after{
    top: 12px;
    left: -21px;
    transform: rotate(320deg);
}
.ghost-tabs .nav-link .tab-shape::before{
    bottom: 11px;
    right: -22px;
    transform: rotate(322deg);
}
.ghost-tabs .nav-tabs .nav-link::after{
    border-left: 2px solid var(--color-white);
    border-bottom: 2px solid var(--color-white);
    left: 0; bottom: 0;
}
.ghost-tabs .nav-tabs .nav-link:hover{
    background: var(--green-gradient);
}
.ghost-tabs .nav-tabs .nav-link:hover img , .ghost-tabs .nav-tabs .nav-link.active img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(67%) saturate(414%) hue-rotate(181deg) brightness(123%) contrast(96%);
}

.ghost-tabs .nav-tabs .nav-link {
    position: relative;
    max-width: 350px;
    height: 90px;  width: 350px;
    border: 2px solid var(--color-white);
    clip-path: polygon(5% 0, 100% 0, 100% 86%, 95% 100%, 18% 100%, 0 100%, 0 16%);
    font-size: 22px;
    font-weight: 600;
    color: var(--color-white);
    text-shadow: 0px 0px 10px rgb(173 170 170);
    background: linear-gradient(0deg, rgba(0,0,0,1) 59%, rgba(43,43,43,1) 62%);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}
.all-cours , .beauty-services{
    background: url(../../assets/images/course-bg.webp) center bottom/cover  no-repeat;
}
section.all-cours .content a {
    width: 270px;  height: 60px;
    border: 2px solid var(--color-white);
    clip-path: polygon(5% 0, 100% 0, 100% 86%, 95% 100%, 18% 100%, 0 100%, 0 16%);
    font-size: 18px;
    font-weight: 400;
    color: var(--color-white);
    text-shadow: 0px 0px 10px rgb(227 227 227);
    text-align: left;
    padding: 0 0 0 10px;
    position: relative;
}
.all-cours .content img {
    margin-right: 10px;
}
.all-cours .content {
    display: grid;
    grid-template-columns: auto auto auto auto;
    row-gap: 50px;
}
.all-cours .content a::after , .all-cours .content a::before{
    position: absolute;
    content: '';
    width: 15px;  height: 15px;
}
.all-cours .content a:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(67%) saturate(414%) hue-rotate(181deg) brightness(123%) contrast(96%);
}
.all-cours .content a:hover {
    background: var(--green-gradient);
    color: var(--color-white) !important;
}
.all-cours .content a::before{
    border-top: 2px solid var(--color-primary);
    border-right: 2px solid var(--color-primary);
    right: -2px;  top: -2px;
}
.all-cours .content a::after{
    border-left: 2px solid var(--color-primary);
    border-bottom: 2px solid var(--color-primary);
    left: -2px;  bottom: -2px;
}
.services__shape::before , .services__shape::after{
    width: 40px;  height: 2px;
    background-color: #e6e6e6;
    content: '';
    position: absolute
}
.services__shape::after{
    top: 10px;  left: -25px;
    transform: rotate(323deg);
} 
.services__shape::before{
    bottom: 10px;
    right: -26px;
    transform: rotate(325deg);
}
.counter , .optimum-about{
    background: url(../../assets/images/conter-bg.webp) center bottom/cover  no-repeat;
}
section.counter p {
    color: var(--color-light);
    font-weight: 300;
    padding-right: 100px;
    line-height: 25px;
    font-size: 15px;
}
div#counter .item span:nth-child(3) {
    display: block;
    color: var(--color-light);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 55px;
}
.bulk-books img:nth-child(1) {
    position: absolute;
    right: 0;
}
.bulk-books img:nth-child(4) {
    position: absolute;
    right: 0;
    top: 49%;
}
.bulk-books img:nth-child(2) {
    position: absolute;
    right: 13%;
    top: 20%;
}
.bulk-books img:nth-child(3) {
    position: absolute;
    top: 47%;
    right: 9%;
    z-index: 999;
}
.counter .item {
    line-height: 1;
}
.get-in-touch , .optimum-info{
    background: url(../../assets/images/form-bg.webp) center bottom/cover  no-repeat;
}
.get-in-touch .left-content p {
    padding-right: 90px;
}
.get-in-touch .left-content img {
    margin-right: 25px;
}
.get-in-touch input {
   width: 600px;  height: 100px;
    background: url(../../assets/images/input-bg.png) center center/cover  no-repeat;
    padding: 0 40px;
    color: var(--color-light);
}
.get-in-touch form input:nth-child(6) {
   width: 600px;  height: 170px;
    background: url(../../assets/images/mesage-bg.png) center center/cover  no-repeat;
}
.get-in-touch form{
    width: 600px;
}
.get-in-touch form button{
    background-color: transparent;
}
.bg-color-transparent{
    background-color: transparent;
}
.testimonial{
    background: url(../../assets/images/testimonial-bg.webp) center center/cover  no-repeat;
    z-index: 99999;
    position: relative;
}
.testimonial .left-content a , .cta-content div:nth-child(3) a:nth-child(1){
    width: 290px;  height: 70px;
    font-size: 14px;
    text-decoration: none;
    color: var(--color-primary);
    background: url(../../assets/images/testi-btn.png) center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial .client {
    background: url(../../assets/images/testimonial-border1.png) center center/contain no-repeat;
    width: 250px ; height: 290px;
    position: relative;
    padding: 70px 20px 25px 45px;
    animation: testimonial-animate 4s infinite alternate;
}
.testimonial .client p::-webkit-scrollbar , .testimonial .client2 p::-webkit-scrollbar {
   display: none;
}
.testimonial .client p{ 
    font-size: 12px;
    padding: 15px 10px 0 0; 
    height: 160px;
    overflow-y: auto;
}
.testimonial .client2 p{
    font-size: 12px;
    padding: 15px 10px 0 0; 
    height: 118px;
    overflow-y: auto;
}

.testimonial .client h6, .testimonial .client2 h6  {
    font-size: 16px;
    color: var(--color-light);
    font-family: 'Rubik';
    font-weight: 400;
    margin-bottom: 0;
}

.testimonial .client span , .testimonial .client2 span {
    color: grey;
    font-size: 13px;
}

.testimonial .client img , .testimonial .client2 img  {
    position: absolute;
    left: -25px;
    top: 44px;
    animation: image-translate 7s infinite alternate;

}
.client2{
    background: url(../../assets/images/testimonial-border2.png) center center/contain no-repeat;
    width: 350px ; height: 230px;
    position: relative;
    padding: 70px 30px 0 45px;
    animation: testimonial-animate 3s infinite alternate;
}
.nag-margin{
    margin-top: -45px;
}

section.testimonial .left-content p {
    padding-right: 50px;
    line-height: 25px;    
    color: var(--color-light);
}
.cta{
    background: url(../../assets/images/cta-bg.png) center top/cover no-repeat;
}
.cta .secondary-btn a::before {
    right: 2px;
    bottom: -9px;
    transform: rotate(68deg);
}
.cta-content svg {
    font-size: 20px;
    padding-right: 10px;
}
.col-lg-8.cta-content a:nth-child(4) {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-primary);
}
.cta .col-lg-2:nth-child(1) img {
    position: absolute; 
    left :0; top: -151px;
}
.cta .col-lg-2:nth-child(3) img {
    position: absolute;
     right: -8%; top: -190px;
}
.Service-cards{
    background: url(../../assets/images/card-bg.webp) center center/cover no-repeat;
}
.card-content{
    background: url(../../assets/images/content-border.png) center center/cover no-repeat;
    padding: 45px 35px;
}
.card-content img {
    display: block;
    margin-bottom: 20px;
}

.card-content span {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-primary);
}
::selection{
    background-color: var(--color-primary);
    color: var(--color-white);
}

.card-content h3 {
    font-size: 75px;
    position: absolute;
    right: 24px;
    top: 24px;
}

.card-content p {
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 0;
    line-height: 25px;
}
/* slick slider styling */
.wrapper {
    position: relative;
    display: inline-block;
    width: 700px;
    height: 250px;
    margin-top: 200px;
}
.slider-middle {
    position: absolute;
    width: 300px;
    height: 400px;
    left: 30%;
    bottom: 10%;
    z-index: 100;
    transition-duration: 1s;
    box-shadow: 1px 15px 15px -5px gray;
}
.slider-left-1 {
    position: absolute;
    width: 280px;
    height: 380px;
    left: 0;
    bottom: 15%;
    z-index: 99;
    opacity: 0.9;
    transition-duration: 1s;

    color: var(--color-light);
}
.slider-left-2 {
    position: absolute;
    width: 260px;
    height: 360px;
    left: -150px;
    bottom: 18%;
    z-index: 98;
    opacity: 0.8;
    transition-duration: 1s;
}
.slider-right-1 {
    position: absolute;
    width: 280px;
    height: 380px;
    left: 66%;
    bottom: 15%;
    z-index: 99;
    opacity: 0.9;
    transition-duration: 1s;
}
.slider-right-2 {
    position: absolute;
    width: 260px;
    height: 360px;
    left: 86%;
    bottom: 18%;
    z-index: 98;
    opacity: 0.8;
    transition-duration: 1s;
}

.slider-hide {
    width: 0;
    height: 0;
    opacity: 0;
    transition-duration: 1s;
}

#rotate-slider {
    display: none;
}

.book-slider{
    background: url(../../assets/images/slider-bg.webp) center center/cover no-repeat;
}
/* section.book-slider img {
    width: 240px;
    height: 380px;
} */
.subscribe{
    background: url(../../assets/images/cta-bg.png) center center/cover no-repeat;
    padding: 70px 0 ;
    position: relative;
}
section.subscribe .left-content p {
    padding-right: 80px;
}

section.subscribe form input {
    width: 425px;
    height: 70px;
    background: url(../../assets/images/subscribe-bg.png) center center/contain no-repeat;
    padding-left: 30px;
    color: #ffffffba;
    padding-right: 1.7rem;
}
.subscribe form button {
    margin-right: 100px;
    float: right;
    padding: 13px 45px;
}
.faqs{
    background: url(../../assets/images/faq-bg.png) center center/cover  no-repeat;
}
section.faqs h6 {
    font-size: 35px;
    color: var(--color-primary);
}

section.faqs span {
    font-weight: 500;
    background-color: var(--color-primary);
    padding: 10px;
    clip-path: circle(40%);
    margin-right: 16px;
}
.footer{
    background: url(../../assets/images/footer-bg.webp) center center/cover  no-repeat;
    padding-bottom: 0;
}
.footer .copy-right {
    border-top: 1px solid #ffffff4f;
    padding: 10px 0;
}



/* ... Existing CSS rules ... */

#slider-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
  
  #slider-btn a {
    color: var(--color-light);
    cursor: pointer;
    margin: 0 10px;
    font-size: 24px;
    padding: 5px 10px;
}
  
#slider-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
  
.slider-dot {
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
  
.slider-dot.active {
    background-color: #555;
}
  
.slider-next-btn {
    position: absolute;
    z-index: 999;
    right: -250px;
    background-color: var(--color-primary);
    clip-path: circle();
}
.slider-prev-btn {
    position: absolute;
    z-index: 999;
    left: -245px;
    background-color: var(--color-primary);
    clip-path: circle();
}
.about .right-content::before {
    content: '';
    position: absolute;
    background: url(../../assets/images/about-animated.webp) center center/contain  no-repeat;
    width: 100%;  height: 100%;
    z-index: -1;
    right: -10px;  top: 7%;
    animation: testimonial-animate 3s infinite alternate;
}
.about .right-content{
    position: relative;
    z-index: 999;
}
section.all-cours .content a:hover, .all-cours .content a:hover::before ,  .all-cours .content a:hover::after {
    color: var(--color-primary);
    border-color:  var(--color-primary);
    transition: all .4s linear;
}
div#slider-btn {
    display: block !important;
}
.faqs .col-md-6 div:hover h6{
    color: var(--color-light);
}
.faqs .col-md-6 div:hover span{
    background-color: var(--color-white);
    color: var(--color-primary);
};
.faqs .col-md-6 div:hover p{
    color: var(--color-primary);
}; 
.card-content:hover span {color: var(--color-light);}

.card-content:hover p {
    color: var(--color-primary);
}
.slick-dots li , #slider-dots {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background-color: var(--color-primary);
    border-radius: 50%;
}
li.slick-active button {
    background-color: var(--color-light);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-bottom: 25px;
}

.optimum-servcie {
    position: absolute;
    top: 0;
    padding: 45px 35px;
}
.optimum-about .right-content img {
    max-width: 60px;
    height: auto;
    margin-right: 25px;
}

.optimum-about .right-content h5{
    font-size: 24px;
    color : var(--color-primary)
}
.optimum-book {
    position: absolute;
    right: 0;
}

.subscribe-image {
    position: absolute;
    right: 0;  top: 50px !important;
}

.optimum-bg{
    background: url(../images/optimum-bg.png) center bottom/cover no-repeat ;
}

.optimum-bg .right-content p {
    padding-right: 65px;
    line-height: 25px;
    padding-bottom: 10px;
}

.with-us-now{
    background: url(../images/with-us-bg.png) right/cover no-repeat ;
}

section.with-us-now .relative {
    display: inline-flex;
    align-items: flex-start;
}

section.with-us-now img {
    position: absolute;
    z-index: 0;
    top: 75%;
}

section.with-us-now input {
    position: relative;
    z-index: 1;
    background: transparent;
    color: #fff !important;
    padding-left: 20px;
    top : 47px ;
    width: 85%;
}
section.with-us-now input::placeholder { 
    color: var(--color-light);
}

section.with-us-now .right-content h5 {
    border-right: 2px solid  #fff;
}

.optimum-form-bg{
    background: url(../images/optimum-form-bg.png) center bottom/cover no-repeat ;
}
.client-info img {
    position: absolute;
    z-index: -1;
    top: 0;
}
.client-info{
    z-index: 9999;
}
.client-info .count , .client-info span  {
    font-size: 70px;
    line-height: 1.3;
}
.client-info p{
    font-size: 12px;
    line-height: 18px !important;
    text-align: center;
    padding: 0 20px !important;
}
.b-right{
    border-right: 2px solid var(--color-primary);
};
.b-bottom{
    border-bottom: 2px solid var(--color-primary);
};

.client-info span {
    display: block;
}
.client-info ul li {
    width: 32%;
}
.client-info ul li {
    width: 30%;
    margin-left: 8px;
}
.counter .item span {
    font-size: 70px;
}
.slick-dots li button {
    margin-top: -2px;
}
.beauty-services img:hover {
    filter: sepia(1);
}
.about-us .left-content h1 {
    text-align: left;
    font-size: 70px;
    color: var(--color-primary);
}
.about-us{
    background-image: url(../../assets/images/about-banner.png);
}
.about-us .ghost-before:before {
    content: '';
    position: absolute;
    background-image: url(../../assets/images/ghost.webp) !important;
    background-repeat: no-repeat;
    background-size: contain;
    width: 325px;
    height: 325px;
    right: 20%;
    top: 30%;
    animation: ghost-animate 3s infinite alternate;
    transition: all .4s linear;
    z-index: -1;
}
.about-360{
    background-image: url(../../assets/images/about-card.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.cta-wrapper-bg{
    background: url(../../assets/images/about-cta.png) top/cover no-repeat;
    padding: 45px 0;
    position: relative;
}
.cta-wrapper-bg .cta-content div a:nth-child(1) {
    width: 305px;
    height: 87px;
    font-size: 24px;
    text-decoration: none;
    background: url(../../assets/images/cta-whatsapp.png) center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--color-light);
}
.cta-wrapper-bg svg {
    font-size: 30px;
}
.cta-wrapper-bg .cta-content div a:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
    color: var(--color-primary);
    display: flex;
    align-items: center;
}
.cta-wrapper-bg img {
    width: 550px !important;
    position: absolute;
    top: -288px;
    height: auto;
    right: 120px;
}
.form-border{
    background: url(../../assets/images/form-border.png) center center/cover no-repeat;
    padding: 40px;
}
.form-btn a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-light);
    background: url(../../assets/images/btn-border.png) center center/cover no-repeat;
    margin-bottom: 30px;
    max-width: 390px;
    
    padding: 37px;
}
.form-border .left-content {
    background: url(../../assets/images/form-color.png) center center/contain no-repeat;   
    padding: 50px 0 0 40px;
}
.form-btn svg {
    padding-right: 15px;
}
.form-border .form-btn svg {
    padding-right: 14px;
    font-size: 25px;
}
.fixedbtnwhatsapp {
  position: fixed;
  bottom: 1em;
  left: 0em;
  z-index: 999999;
}
.fixedbtnwhatsapp li {
  list-style: none;
}
.fixedbtnwhatsapp img {
  width: 100%;
  max-width: 80px;
  display:block;
}
.review{
    background: url(../../assets/images/reviews-bg.png) center center/contain no-repeat;   
}
.client-review{
    background-image: url(../../assets/images/about-card.png) !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.client-review .optimum-servcie img {
    position: absolute;
    right: 42px;
    top: 30px;
}
.client-review .optimum-servcie h5 {
    font-size: 21px;
    color: var(--color-light);
    padding-left: 20px;
    padding-bottom: 0 !important;
}
/* .mega-menu .row{
    background: linear-gradient(180deg, rgba(3,213,65,1) 3%, rgba(3,143,38,1) 73%);
} */

.client-review .optimum-servcie h6 {
    color: #ffffff7a;
    font-weight: 300;
    font-size: 16px;
    padding-left: 20px;
}
.client-review .optimum-servcie p::-webkit-scrollbar {
    width: 1px;
}

.client-review .optimum-servcie p::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.client-review .optimum-servcie p::-webkit-scrollbar-thumb {
background-color: var(--color-primary);
outline: 1px solid var(--color-primary);
}
.client-review .optimum-servcie p {
    padding-top: 25px;
    font-size: 14px;
    line-height: 28px;
    height: 170px;
    overflow: auto;
   padding-right : 10px
}

.client-review .optimum-servcie ul {
    display: flex;
    justify-content: end;
    padding-right: 26px;
}

.client-review .optimum-servcie ul li svg {
    font-size: 14px;
    padding: 0 3px;
    color: #fdff00;
}
.business__wrapper{
    background-image: url(../../assets/images/professional-ghost/professionl-ghost.png);
}
.business__back{
    background-image: url(../../assets/images/professional-ghost/professional-services.png) ;
}
.Celebrity__wrapper{
    background-image: url(../../assets/images/professional-ghost/professional-services.png) ;
}
.Celebrity__wrapper{
    background-image: url(../../assets/images/professional-celebrity/celebrity-banner.png) ;
}
.celebrity-cta{
    background-image: url(../../assets/images/professional-celebrity/celebrity-cta.png) ;
}
.celebrity__back{
    background-image: url(../../assets/images/professional-celebrity/celebrity-service.png) ;
}
.children__wrapper{
    background-image: url(../../assets/images/children-writing/children-banner.png) ;
}
.children__back{
    background: url(../../assets/images/children-writing/children-cta.png) center right/cover no-repeat;
}
.fantasy__wrapper{
    background: url(../../assets/images/fantasy-writing/fantasy-banner.png) center right/cover no-repeat;
}
.fantasy__cta{
    background: url(../../assets/images/fantasy-writing/fantasy-cta.png) center right/cover no-repeat;
}
.fantasy__back{
    background: url(../../assets/images/fantasy-writing/fantasy-services.png) center right/cover no-repeat;
}
.mega-menu .mega-item1  ,.mega-menu .mega-item2 {
    position: relative;
}

.mega-menu .mega-item1 span {
    position: absolute;
    font-size: 63px;
    font-weight: 800;
    font-family: 'rubix', sans-serif !important;
    color: var(--color-primary);
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color-primary);
    opacity: 0.5;
    transform: rotate(90deg);
    top: 197px;
    left: -151px;
    text-transform: uppercase;
}
.mega-menu .mega-item2 span {
    position: absolute;
    font-size: 63px;
    font-weight: 800;
    font-family: 'rubix', sans-serif !important;
    color: var(--color-primary);
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color-primary);
    opacity: 0.5;
    transform: rotate(90deg);
    top: 188px;
    left: -152px;
    text-transform: uppercase;
}
.mega-menu .mega-item1 h4 , .mega-menu .mega-item2  h4,.mega-menu .mega-item3 h4  {
    font-size: 25px;
    font-weight: 700;
}
.mega-menu ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    font-family: 'Rubik', sans-serif !important;
    position: relative;
    line-height: 36px;
}
.mega-menu ul li a::before{
    font-family: "Font Awesome 5 Free"; content: "\f058";
    background-color: var(--color-primary);
    padding: 3px;
    border-radius: 50%;
    color: var(--color-light);
    font-size: 13px;
    margin-right: 10px;
}
.mega-menu .row .col-lg-4:nth-child(1) {
    background-color: white;

}
.mega-menu ul li a:hover {
    color: var(--color-primary);
    transition: al .4s linear;
}
.mega-menu .row .col-lg-4:nth-child(2) {
    background: url(../images/mega-item2.png) center bottom/cover no-repeat ;
}
.mega-menu .row .col-lg-4:nth-child(3) {
    background: url(../images/mega-item3.png) center top/cover no-repeat ;
}
.mega-item3 ul li a , .mega-item3 h4{
    color: var(--color-light);
}
.mega-btn {
    color: var(--color-light);
    font-weight: 400;
    border: 1px solid #fff;
    padding: 7px 20px;
    margin-left: 37px;
}
.mega-btn:hover{
    background-color: var(--color-light);
    color: #000;
    transition: all .5s linear;
}
.mega-item3 ul li a {
    line-height: 35px;
}
.mega-menu {
    position: absolute;
    top: 18%;
    z-index: 9999;
    left: 0;
    right: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: transparent !important;
}
.header__wrapper .navbar {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    background: transparent;
    top: 2%;
}
.navbar-toggler:focus {
    box-shadow: none !important;
}

.header__wrapper .navbar .nav-link { 
    color: var(--green);
    padding:0;
    position: relative;
    color: var(--color-light);
}
.header__wrapper .navbar .nav-item  {
    padding: 0 15px;
}

.header__wrapper .navbar .nav-link::before , .footer .nav-links::before  {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 100%;
    left: 0;
    background: var(--color-primary);
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}

.header__wrapper .navbar .nav-link:hover::before , .footer .nav-links:hover::before {
   transform: scaleX(1);
  transform-origin: left;
}
.navbar .megamenu{ padding: 1rem; }
.ghost-tabs .content:hover img{
    filter: brightness(0) saturate(100%) invert(45%) sepia(89%) saturate(2637%) hue-rotate(109deg) brightness(98%) contrast(89%);
}
.counter ul {
    display: grid;
    grid-template-columns: auto auto;
}
.counter ul li {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-white);
    text-shadow: 0px 0px 10px rgb(242 244 242);
    line-height: 60px;
    display: flex;
    align-items: center;
}
.cta__mail {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
    margin-top: 10px;
    text-shadow: 0px 0px 10px rgb(42 209 12);
    display: block;
    padding-bottom: 0;
}
.cta__mail:hover{
    color: var(--color-white);
}
.cta .secondary-btn a::after {
    transform: rotate(55deg);
}
.cta .secondary-btn a:nth-child(2):before {
    right: 1px;
    bottom: -9px;
    transform: rotate(59deg);
}
.cta .secondary-btn a:nth-child(2)::after {
    transform: rotate(49deg);
}
.card-content .card__box {
    height: 180px;
    overflow-y: auto;
}
.card-content .card__box::-webkit-scrollbar {
   display: none;
}
.subscribe img {
    position: absolute;
    bottom: 0;
    width: 300px;
    left: 60%;
}
.footer a:hover {
    color: var(--color-primary);
}
.about .whatsapp-btn a  , .home-banner .whatsapp-btn a{
    font-size: 18px;
    font-weight: 400;
    color: var(--color-white);
    text-shadow: 0px 0px 10px rgb(221 227 220);
}

.about .whatsapp-btn a:hover , .home-banner .left-content div li:nth-child(3) a:hover {
    color: var(--color-primary);
}

.head_top.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: var(--color-secondary);
}
.subscribe .cta-side-girl {
    left: 85%;
}

.celebrity-bg{
    background: url(../../assets/images/celebrity-bg.webp)center bottom/cover no-repeat;
}
.banner-fiction{
    background: url(../../assets/images/fiction-banner.webp);
}
.book-bg{
    background: url(../../assets/images/book-bg.webp);

}
.non-fiction{
    background: url(../../assets/images/non-fiction-/non-fiction-banner.webp)center bottom/cover no-repeat;
}
.form-banner{
    background: url(../../assets/images/non-fiction-/form-banner.webp)center bottom/cover no-repeat;

}
.service-bg{
    background: url(../../assets/images/non-fiction-/service-bg.webp)center bottom/cover no-repeat;
}

.rap-banner{
    background: url(../../assets/images/hiphop-rap/rap-banner.webp)center bottom/cover no-repeat;

}
.Subscribe-bg{
    background: url(../../assets/images/hiphop-rap/subscribe-bg.webp)center bottom/cover no-repeat;
}
.hiphop-bg{
    background: url(../../assets/images/hiphop-rap/hiphop-bg.webp)center bottom/cover no-repeat;

}
.screen-bg{
    background: url(../../assets/images/screen-play/screen-bg.webp)center bottom/cover no-repeat;
}
.sub-bg{
    background: url(../../assets/images/screen-play/sub-bg.webp)center bottom/cover no-repeat;
}
.hire-bg{
    background: url(../../assets/images/screen-play/hire-our-bg.webp)center bottom/cover no-repeat;
}