html ,body{
    overflow-x: hidden !important;
}
@font-face {
    font-family: "Murecho", sans-serif;;
    font-style: normal;
    font-weight: normal;
    src: local("Murecho", sans-serif;), url('../fonts/TrajanPro-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('../fonts/TrajanPro-Bold.woff') format('woff');
    }


    *,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}
.home-banner{
    min-height: 100vh;
    position: relative;
    background: url('../img/Rectangle 4505.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-banner .row{
    align-items: center;
    display: flex;
}
*h1{
    font-family: "Great Vibes", cursive;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
}
.home-banner h1{
    color: white;
    font-family: "Great Vibes", cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 40px;
    padding-bottom: 15px;
}
.home-banner h2{
    color: white;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 20px;
}
.home-banner p {
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    margin-top: 15px;
}
.bnr-btn{
    display: inline-flex;
    gap: 10px;
}
.btn-1{
    padding: 12px 50px;
    background: #fff;
    border-radius: 8px;
}
.btn-1:hover{
    
    background: #fff;

}
.btn-2{
    padding: 12px 50px;
    background: #fff;
    border-radius: 8px;
}
.btn-2:hover{
    
    background: #fff;

}
.bnr-btn a{
    text-decoration: none;
    text-transform: none;
    color: #000;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}
.bnr-btn a{
    text-decoration: none;
    color: #000 !important;
}
header .absolute-header{
    background-color: #00000000!important;
    position: absolute !important;
    top: 6% !important;
    z-index: 2 !important;
    width: 100% !important;
}
header{
    display: flex;
    justify-content: center;
    align-items: center;
}
header ul .nav-link.active{
    font-family: "Mulish", sans-serif;
    font-style: normal;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
}
header ul .nav-link{
    font-family: "Mulish", sans-serif;
    font-style: normal;
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
}
header ul .nav-link:hover{
    color: #ecf000 !important;
    font-size: 20px;
    font-weight: 600;
}
li.nav-item {
    border-right: solid 1px #fff;
    padding-right: 40px;
    line-height: 5px;
}
.navbar-nav{
    gap: 40px;
}
li.last-nav{
    border-right: none !important;
}
.header-before{
    position: absolute;
    top: 15px;
    z-index: 2;
    text-align: center;
    width: 98%;
}
.header-before h4{
    font-family: "Mulish", sans-serif;
    font-style: normal;
    color: #d8d8d8 !important;
    font-size: 15px;
    font-weight: 300;
}
.absolute-header .container{
    border-top: solid 1px #bebebe;
    padding-top: 20px;
}
header .desktop-right{
    text-align: center;
    justify-content: center;
}
header .desktop-right .navbar-nav{
    text-align: right;
    margin-right: 0px !important;
    justify-content: end;
}
.about-author{
    min-height: 90vh;
    background: url('../img/Rectangle 5.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px;
    display: flex;
    align-items: center;

}
.about-author-2{
    min-height: 100vh;
    background: url('../img/Group 1000002623.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0px;
    display: flex;
    align-items: center;

}
.about-author-2 h1{
    color: white;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 20px;
}
.about-author-2 h2{
    color: white;
    font-family: "Great Vibes", cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 15px;
}
.about-author-2 p{
    font-size: 20px;
    font-family: 'Mulish', sans-serif;
    color: #fff;
    margin-top: 9px;
    margin-bottom: 9px;
    width: 95%;
}
.about-author-2 .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-author-2 .row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-author .container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-author .row{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-author h2{
    color: white;
    font-family: "Great Vibes", cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    padding-bottom: 15px;
}
.about-author h1{
    color: white;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 20px;
}
.about-author p{
    font-size: 20px;
    font-family: 'Mulish', sans-serif;
    color: #fff;
    margin-top: 9px;
    margin-bottom: 9px;
    width: 90%;
}
.about-author img{
    max-width: 100%;
    width: 400px;
    height: 400px;
}
.books h1{
    color: white;
    font-family: "Murecho", sans-serif;;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    background: #FDEC12;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 93px;
}
.books{
    background: #2F2F2F;
    padding: 50px 0px;
}
.books .col-lg-3{
    display: flex;
    justify-content: center;
}
.retailer h1{
    color: white;
    font-family: "Murecho", sans-serif;;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    background: #FDEC12;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 60px;
}
.retailer{
    padding: 50px 0px;
    background: url('../img/retailer.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 60vh;
}
.demo img {
    width: 280px;
    height: 85px;
    filter: drop-shadow(2px 4px 6px black);
}
.demo img:hover {
    width: 282px;
    height: 86px;
    filter: drop-shadow(1px 2px 6px #E0B401);
}
.demo div{
    display: flex;
    justify-content: center;
}
.retailer .mt-50{
    margin-top: 100px;
}
.img-box .height-width{
    height: 268px;
    width: 381px;
}
.bookstagram{
    padding: 60px 0px;
    display: flex;
    justify-content: center;
    text-align: center;

}
.bookstagram h1{
    color: #000;
    font-family: "Murecho", sans-serif;;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
}
.bookstagram p{
    color: #565656;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
}
.bookstagram .col-lg-4{
    display: flex;
    justify-content: center;
    align-items: center;
}
.connet-me{
    min-height: 30vh;
    background: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
}
.connet-me h1{
    font-family: "Murecho", sans-serif;;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    background: -webkit-linear-gradient(-91deg, #fef801 5%, #feae01 38%, #fef801 69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 60px;
}
.social-icons{
    display: flex;
    text-align: center;
    justify-content: center;
}
.social-icons ul{
    display: inline-flex;
    gap: 25px;
    list-style: none;
    margin-top: 30px;
}
.social-badge{
    background: url('../img/footer.jpg');
    background-size: cover;
    border-radius: 11px;
}
.social-badge .social-icons{
    display: flex;
    text-align: left;
    justify-content: left;
}
.social-badge .social-icons ul{
    display: block;
    gap: 25px;
    list-style: none;
    margin-top: 30px;
}
.social-badge .social-icons ul li{
    margin-bottom: 20px;
}
.social-badge .social-icons ul li a{
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
}
.social-badge .social-icons ul li img{
    padding-right: 15px;
}
.contact-forms .row{
    display: flex;
    align-items: center;
}
footer{
    padding: 60px 0px;
    background: #272727;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer p{
    color: #767676;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    line-height: 30px;
    margin-top: 40px;
}
footer h3 a{
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 100;
    text-decoration: none;
}
footer h3 a:hover{
    color: #feae01;
    text-decoration: none;
}
footer h5 a:hover{
    color: #feae01;
    text-decoration: none;
}
footer h5 a{
    color: #767676;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    margin-top: 19px;
    text-decoration: none;
}
.form-subscribe .form-control
{
  background-color:hsla(0, 0%, 0%, 0);
  padding-left:24px;
  padding-right:24px;
  letter-spacing:1px;
  border-bottom: solid 1px #ffffff34;
  border-top: none;
  border-left: none;
  border-right: none;
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:hsla(0, 0%, 100%, 0)
}
.form-subscribe .btn
{
    background: #FDEC12;
  height:46.5px;
  color: #000;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
.form-subscribe h6{
    font-family: "Murecho", sans-serif;;
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    color: #ffffffbb;
    line-height: 40px;
}
.footer-social .connect-text{
    font-family: "Murecho", sans-serif;;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    color: #ffffffbb;
}
.footer-social ul{
    display: inline-flex;
    gap: 10px;
}
.footer-social ul li{
    list-style: none;
}
footer .d-flex{
    align-items: center;
    display: flex;
    justify-content: center;
}
.footer-social{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
    color: #fed801;
}
.testimonials{
    min-height: 90vh;
    position: relative;
    padding: 40px 0px;
    background: url('../img/Rectangle 4500.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials h1{
     color: white;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 20px;
}
.testi p{
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    text-align: left;
}
.testi-img{
    justify-content: end;
    display: flex;
}
.testimonials .testi h2{
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    text-align: left;
    margin-top: 10px;
}
.testimonials .testi h3{
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    color: #cecece;
    line-height: 40px;
    text-align: left;
    margin-top: 10px;
}
.testi-desc{
    top: 15%;
    position: relative;
}
button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
}
button.slick-disabled {
	opacity: 0.6;
}
.testi-arrow{
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}
.testi-arrow li{
    list-style: none;
    padding: 15px 25px;
    background: #FDEC12;
    color: #000;
    font-weight: 500;
    border-radius: 8px;
}
@media(min-width:900px) and (max-width:1400px){
    .home-banner .mt-5{
        margin-top: 8rem!important;
    }
    .home-banner .img-fluid{
        max-width: 80%;
    }
    .btn-2 {
        padding: 12px 30px;
    }
    .home-banner h1 {
        font-size: 45px;
    }
    li.nav-item {
        border-right: solid 1px #fff;
        padding-right: 10px;
    }
}
@media(max-width:790px){
    .about-author-2 p{
        width: 100%;
    }
    .about-author p{
        width: 100%;
    }
    .header-before h4 {
        font-size: 12px;
    }
    .home-banner h1 {
     
        font-size: 40px;
    }
    .home-banner .mt-5{
        margin-top: 9rem !important;
    }
    .{
        text-align: center;
    }
    .bnr-btn a {
     
        font-size: 13px;
    }
    .btn-1{
        padding: 12px 20px;
    }
    .btn-2{
        padding: 12px 20px;
    }
    .about-author{
        text-align: center;
    }
    .about-author .col-lg-4{
        margin-top: 20px;
    }
    .connet-me h1 {
 
        font-weight: 900;
        font-size: 40px;
    }
    .retailer h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .bookstagram h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .testi-desc {
        top: 5%;
    }
    .testi-desc p{
        text-align: center;
    }
    .testimonials .testi h2{
        text-align: center;
    }
    .books .col-lg-3{
        margin-bottom: 10px;
    }
    header .absolute-header {
    background: #0000 !important;
    }

    .mobile-hide{
        display: none;
    }
    .navbar-toggler {
        background-color: #fec101 !important;
    }
    .absolute-header .container{
        justify-content: center !important;
        gap: 10px;
    }
    li.nav-item {
        border-right: solid 1px #000;
        padding-right: 0px;
        line-height: 5px;
        padding: 20px;
        width: 400px;
    }
    header .desktop-right .navbar-nav{
        text-align: center;
    margin-right: 0px !important;
    justify-content: center;
    background: #000;
    }
    .absolute-header .col-lg-8{
        display: contents !important;
    }
    .contact-forms form{
        text-align: center;
        margin-bottom: 15px;
    }
}
.about-banner {
    min-height: 100vh;
    position: relative;
    background: url('../img/Group 1000002623.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-banner {
    min-height: 100vh;
    position: relative;
    background: url(../img/contact-bg.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.books-banner {
    min-height: 100vh;
    position: relative;
    background: url(../img/about-banner.jpeg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bookWrap {
    margin: 25px auto;
    height: 460px;
    width: 230px;
    position: relative;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.book {
    background: url(../img/Back.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 460px;
    width: 300px;
    position: absolute;
    left: 16px;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform .5s ease 0s;
    -moz-transition: -moz-transform .5s ease 0s;
    transition: transform .5s ease 0s;
    -webkit-border-radius: 0 7px 7px 0;
    -moz-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
}
.cover {
    position: absolute;
    left: 0;
    top: 0;
    height: 460px;
    width: 300px;
    max-width: 300px;
    max-height: 460px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-transition: -webkit-transform .5s ease 0s, width .5s ease 0s;
    -moz-transition: -moz-transform .5s ease 0s, width .5s ease 0s;
    transition: transform .5s ease 0s, width .5s ease 0s;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 0;
}
.cover:hover {
    width: 210px;
    -webkit-transform: rotateY(-20deg);
    -moz-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
    height: 460px;
}
.spine {
    background: url('../img/book spine.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    transform-origin: 0;
}
.bookIntro {
    -webkit-transform: rotateY(30deg);
       -moz-transform: rotateY(30deg);
            transform: rotateY(30deg);
  }

  .about-banner .row{
    align-items: center;
  }
  .contact-banner .row{
    align-items: center;
  }
  .books-banner .row{
    align-items: center;
  }
  .about-page{
    background: none;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    background-position-y: 10px;
  }
  .about-author .big-pic {
    max-width: 80%;
    width: 600px;
    height: 600px;
}
@media(max-width:750px){
    .bookWrap{
      left: -50px;
    }
    .about-author .big-pic {
        height: 300px;
    }
  }
  .books-vol .col-lg-4{
    display: block;
    text-align: center;
  }
  .vol-text{
    font-family: "Murecho", sans-serif;;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    color: #000;
    line-height: 60px;
  }
  .contact-form{
    text-align: left;
  }
  .contact-form .form-label{
    font-family: "Murecho", sans-serif;;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
  }
  .contact-form .btn-primary{
    padding: 12px 50px;
    background: #FDEC12;
    border-radius: 8px;
    text-decoration: none;
    text-transform: none;
    color: #000;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 3px;
    border: none;
  }
  .contact-form .btn-primary:hover{
        color: #000;
        background: -webkit-linear-gradient(-91deg, #cfb000 5%, #febb01 55%, #d6af00 91%);
   
  }
  .d-custom{
    display: inline-flex;
    gap: 65px;
    justify-content: center;
  }
  .d-custom h5{
    line-height: 33px;
  }
  @media(max-height:800px){
    .home-banner .mt-5{
        margin-top: 6rem !important;
    }
    .about-author{
        background: url('../img/Rectangle 55.png');
    }
    .home-banner h2 {
        font-size: 30px;
    }
    .about-author img {
        max-width: 100%;
        width: 300px;
        height: 300px;
    }
    .testi-img {
        justify-content: center;
        display: flex;
    }
  }
  body .modal-dialog-centered{
    display: none;
    top: 2%;
  }
  body .modal-content{
    background: url('../img/pop-img.jpg');
    background-position: center;
    background-size: cover;
  }
  .modal h1{
        width: 100%;
        color: white;
        font-family: "Murecho", sans-serif;;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        background: #FDEC12;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
  }
  .modal li{
        color: white;
        font-family: "Murecho", sans-serif;;
        font-style: normal;
        font-weight: 600;
        font-size: 27px;
        background: #FDEC12;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
  }
  .modal .list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    border: 1px solid rgba(164, 164, 0, 0);
}
  .modal .list-group-item.active {

    border: 1px solid rgb(164, 164, 0);
}
#step1 h5{
    text-align: center;
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
}
#step2 h5{
    text-align: center;
    color: #fff;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
}
#step2{
    text-align: center;
    justify-content: center;
}
#step2 .bnr-btn{
    text-align: center;
    display: block;
}
.float-right{
    float: right;
}
.modal .list-group-item{
    cursor: pointer;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #fff;
    background: transparent url('../img/close-icon.png') !important;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
    background-size: cover !important;
    background-position: center;
}
.js-center {
    justify-content: center;
    display: flex;
}
.js-right {
    justify-content: right;
    display: flex;
}
.text-centers {
    justify-content: left;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-family: 'Mulish', sans-serif;
    color: #fff;
}
.social-icons img{
    max-width: 50px;
    border-radius: 50px;
}
.border-boxx{
    position: relative;
}
.border-boxx h1::after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 20%;
    left: 0%;
    border-top: 4px solid #FDEC12;
}
.about-page .container .row p{
    color: #000;
    margin-top: 25px;
    margin-bottom: 35px;
    width: 100%;
}
@media(max-width:750px){
    .home-banner h1{
        line-height: 27px;
    padding-bottom: 15px;
    margin-top: 47px;
    }
    body h1{
        font-size: 40px !important;
    }
    .d-custom {
      gap: 8px;
    }
    .col-lg-6{
        text-align: center;
    }
    .testimonials .testi h3{
        text-align: center;
    }
    .header-before {
        width: 94%;
    }
}
.home-banner .img-fluid{
    max-width: 66%;
}
footer h1{
    color: white;
    font-family: "Great Vibes", cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    padding-bottom: 15px;
}
.head-left{
    display: inline-flex;
    gap: 25px;
}
.head-left li{
    list-style: none;
}
.head-left a{
    color: #fff;
    text-decoration: none;
}
.head-right{
    display: inline-flex;
    gap: 20px;
}
.head-right li{
    list-style: none;
}
.head-right li{
    color: #fff;
}
.header-before .row{
    justify-content: center;
}
.head-left a:hover{
    color: #fff;
}
.head-right a:hover{
    color: #fff;
}