@import url('https://fonts.googleapis.com/css2?family=Headland+One&display=swap');

@font-face {
    font-family: "Headland One", serif;
    src: url(assets/fonts/Lastire.woff);
}
html, body {
    overflow-x: hidden;
}

.marquee {
    background-color: #a66247;
    color: white;
    font-weight: bold;
    padding: 10px 0;
    white-space: nowrap;
    font-size: 1.25rem;
    overflow: hidden;
}

body {
    font-family: "Headland One", serif;
    background: #fff9f3 !important;
}

a {
    text-decoration: none;
}

.marquee span {
    display: block;

}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.logo-box {
    background: url('logo-placeholder.jpg') center/cover no-repeat;
    height: 300px;
    border: 4px solid #003087;
}

.book-cover {
    transition: transform 0.3s;
}
.im-al {
    width: 100%;
}

.book-cover:hover {
    transform: scale(1.1);
}

.description-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}



.logoBox {
    /* max-width: 350px; */
    max-width: 100%;
    display: table;
    margin: 0 auto;
    padding: 15px;
    border: 1px dashed #c78c70;
    background: #fff;
}

.logoBox img {
    max-width: 80%;
    display: flex;
}

.textbefore:before {
    content: "By";
    font-size: 16px;
    position: absolute;
    left: -40px;
    top: 0;
}
/*.marquee*/
/*.imgcurve2,*/
/*.imgcurve4,*/
/*.imgcurve5,*/
/*.imgcurve6,*/
/*.imgcurve3,*/
/*.imgcurve1 {*/
/*    max-width: 80%;*/
/*    display: table;*/
/*    margin: 0 auto;*/
/*}*/
.marquee .imgcurve2, .imgcurve4, .imgcurve5, .imgcurve6, .imgcurve3, .imgcurve1 {
    max-width: 95%;
    display: table;
    margin: 0 auto;
}

.imgcurve3 {
    transform: rotate(0deg) translateY(-30px);
}

.imgcurve1 {
    transform: rotate(-17deg) translateY(60px);
}

.imgcurve2 {
    transform: rotate(-11deg) translateY(-6px) translateX(4px);
}
.imgcurve4 {
    transform: rotate(6deg) translateY(-20px);
}

.imgcurve5 {
    transform: rotate(10deg) translateY(20px);
}
.imgcurve6 {
    transform: rotate(13deg) translateY(60px);
}
.boxleftstart {
    border-radius: 0;
    border: none;
    background: transparent;
}
.im-al.imgcurve2 {
    width: 95%;
}

.collection-sec {
    background: url(../images/series.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 90px 0 170px !important;
}

.imgcurve1~.gallerybtn {
    transform: rotate(-17deg) translateY(72px) translateX(45px);
    display: table;
    margin: 0 auto;
}

.imgcurve2~.gallerybtn {
    transform: rotate(-10deg) translateY(0px) translateX(20px);
    display: table;
    margin: 0 auto;
}

.imgcurve3~.gallerybtn {
    transform: rotate(0deg) translateY(-25px);
    display: table;
    margin: 0 auto;
}

.imgcurve4~.gallerybtn {
    transform: rotate(5deg) translateY(-12px) translateX(-14px);
    display: table;
    margin: 0 auto;
}

.imgcurve5~.gallerybtn {
    display: table;
    margin: 0 auto;

}
.imgcurve6~.gallerybtn {
    transform: rotate(12deg) translateY(72px) translateX(-27px);
    display: table;
    margin: 0 auto;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.imgcurve5~.gallerybtn {
    transform: rotate(10deg) translateY(28px) translateX(-25px);
    display: table;
}

.gallerybtn {
    color: #000;
    font-size: 14px;
    background: #fff;
    border-radius: 100px;
    padding: 8px 21px;
    border: 2px solid #a66247;
    transition: all .3s ease-in-out;
}

.gallerybtn:hover {
    color: #fff;
    background: #a66247;
    border: 2px dashed #fff;
}

.heightset>img {
    object-fit: cover;
    min-height: 180px;
}
footer p {
    width: 52%;
    margin: 0 auto;
}
.mil a {
    font-family: 'Headland One';
    font-size: 25px;
    font-weight: bold;
    color: #212529;
}