
body {

    font-family: Helvetica, Arial, sans-serif;
    background-color: #b1c8b4;
}

body  * {
    color: #5e6c60;
}

h1, h2, h3, h4, h5 {
    /* font-family: "Urbanist", sans-serif; */
    color: #c72068;
    font-weight: 700;
}

p {
    font-size: 1.25rem;
}


 h1, h2 {
    font-size: 4rem;
} 

.bookcover {
    max-width: 75%;
    margin: 0 auto;
}

.con { height: 100vh; }


.testimonial-text {
    font-size: 1.75rem;
 
}


.testimonial-author {
    font-size: 1.5rem;
    font-weight: 700;
 
}

img {
    max-width: 100%;
}

.social i {
    font-size: 2rem;
    color: #2ac3ea;
}

a.btn.btn-secondary {
    color: #000;
    padding: 17px 50px;
    border-radius: 0px;
    font-size: 20px;
    background-color: unset;
    border: 2px solid #000;
    font-weight: 700;
    font-family: "Kumbh Sans", sans-serif;
    margin-right: 23px;
}

.herotext {
    /* width: 100%; */
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* background-color: rgb(0 0 0 / 50%); */
}

.place {
    width: 40%;
}

a.btn.btn-primary {
    color: #fff;
    padding: 15px 35px 10px 35px;
    border-radius: 0px;
    font-size: 20px;
    background-color: #c72068;
    border: 2px solid #c72068;
    font-weight: 700;
    /* font-family: "Kumbh Sans", sans-serif; */
    font-size: 1.5rem!important;
    /* min-width: 350px; */
    border-radius: 0px;
    text-transform: uppercase;
}
.text ul {
    /* display: flex; */
    /* list-style: none; */
    /* padding-left: 0px; */
    /* position: relative; */
    text-align: left;
    display: inline-block;
}

.text ul li {/* padding-right: 23px; *//* position: relative; *//* font-size: 20px; *//* font-weight: 700; */color: #fff;}

.text ul li:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #000;
    position: absolute;
    right: 11px;
    top: 11px;
}

.text ul li:last-child:after {
    display: none;
}

.contentbox {
   
    /* background-color: #ffffff; */
    width: 100%;

}
.contactbox1 {
    /* background-color: #fff; */
    /* padding: 30px; */
}

.logo {width: auto;max-width: 250px;/* position: absolute; *//* left: 50%; *//* bottom: 0; *//* transform: translate(-50%, 50%); *//* margin-top: -100px; *//* z-index: 9; */}

.radness {
    width: 100%;
max-width: 400px;
}
span {
    display: block;
    font-size: 18px;
}

a {
    font-weight: 600;
    color: #ffffff;
}
.text {
    /* background-color: rgb(31 48 100 / 0.8); */
    /* padding: 23px; */
    width: 100%;
}


@media (max-width: 1740px) {  
a.btn {
   
    margin-bottom: 13px;
}

}

@media (max-width: 1440px) {  

h1 {
    font-size: 2rem;
    line-height: 1.4;
}
.text ul li {
    font-size: 16px;
}
.text ul li:after {
    content: "";
    top: 8px;
}
.logo {/* width: 112px; */}


.contentbox {
    padding: 60px;
}
a.btn {
    font-size: 16px!important;
}

}

@media (max-width: 1024px) { 
.text ul li {
    font-size: 15px;
}

}


@media (max-width: 991px) { 

.bg {
    /* display: none!important; */
}




.mainbox .contentbox {
justify-content: center!important;
}

.text {
    padding: 30px 0px;
}

}


@media (max-width: 575.98px) {  
.logo {max-width: 200px;}


.mainbox .contentbox {
   padding: 23px;
}
.text {
    padding: 30px 0px;
}

a.btn {
   padding: 13px 23px!important;
}
h1 {
    font-size: 1.5rem;
}

}