@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins';
}


.main-template-img img {
    width: 90%;
}

.main-template-h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #EB8023;
    letter-spacing: 8px;
}

.main-template-h2 {
    color: black;
    font-size: 36px;
    font-weight: 600;
}

.main-template-rmbtn {
    color: white;
    background-color: #EB8023;
    padding: 10px 26px;
    border: 1px solid #EB8023;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
}

.main-template-rmbtn:hover {
    color: #EB8023;
    background-color: transparent;
    transition: 0.3s;
}

.main-template-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tera3 .main-template-inner,
.tera4 .main-template-inner,
.tera6 .main-template-inner {
    text-align: center;
    padding-bottom: 20px;
}

.featured-cards {
    text-align: center;
    background-color: #E8E8E8;
    padding: 40px;
    border-radius: 40px;
    color: black;
}

.featured-cards:hover {
    background-color: #EA8300;
    color: white;
}

.featured-cards p {
    margin-bottom: 0;
}

.tera-bold {
    font-weight: 600;
}

.tera-featured-book {
    display: grid;
    grid-template-columns: 30% 10% 59%;
    gap: 1%;
    align-items: center;
    border: 1px solid #EB802359;
    padding: 15px;
    border-radius: 20px;
    position: relative;
    margin: 10px 0px;
}

.tfb-img img {
    width: 100%;
}

.tfb-reviews {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.tfb-reviews i {
    color: #EEB600;
}

.tfb-cart {
    position: absolute;
    background: #EA8300;
    color: white;
    padding: 10px 40px;
    border-radius: 30px 0px 20px 0px;
    font-size: 20px;
    bottom: 0;
    right: 0;
}

.tfb-name {
    font-size: 16px;
    font-weight: 600;
}

.tfb-description {
    font-size: 14px;
}

.tfb-price {
    font-size: 12px;
}

.tera-cut-price {
    color: #0000006B;
    text-decoration: line-through;
    padding-right: 5px;
}

.tera7 .main-template-content {
    padding-left: 100px;
}

.tera1,
.tera2,
.tera3,
.tera4,
.tera5,
.tera6,
.tera7,
.tera8,
.tera9 {
    padding: 70px 10px 10px;
}

.tera-testi-up {
    display: grid;
    grid-template-columns: 28% 62%;
    gap: 5%;
    align-items: center;
    padding-bottom: 10px;
}

.tera-testi-info p {
    margin: 0;
}

.tera-testimonials {
    padding: 10px;
    box-shadow: 20px 20px 10px #0000002E;
    border-radius: 40px;
}

.tera-meet-artist {
    background: url(../images/tera9-bg.png);
    background-size: cover;
    background-position: center;
    padding: 50px;
    text-align: center;
    color: white;
    width: 80%;
    margin: auto;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tera-meet-artist .main-template-h2 {
    color: white;
}


.tera-meet-artist .main-template-rmbtn {
    color: black;
    background-color: white;
    border: 1px solid white;
}

.tera-meet-artist .main-template-rmbtn:hover {
    color: white;
    background-color: transparent;
}

.tera-testi .owl-stage {
    height: 380px;
    padding-top: 50px;
}

.tera-testi-img {
    margin-top: -50px;
}

.tera9 {
    padding-top: 10px;
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .main-template-h2 {
        font-size: 45px;
    }

    .main-template-h4 {
        font-size: 16px;
    }

    .main-template-content p {
        font-size: 14px;
    }

    .main-template-rmbtn {
        padding: 10px 30px;
        font-size: 14px;
    }

    .featured-cards p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .featured-cards {
        padding: 20px;
    }

    .tfb-name {
        font-size: 14px;
        font-weight: 600;
    }

    .tfb-description {
        font-size: 12px;
    }

    .tfb-cart {
        padding: 10px 30px;
        font-size: 12px;
    }

    .tera-meet-artist p {
        font-size: 14px;
    }

    .tera-meet-artist p {
        font-size: 14px;
    }
}

@media only screen and (min-width:0px) and (max-width:767px) {

    
    .main-template-h2 {
        font-size: 35px;
        text-align: center;
    }

    .main-template-h4 {
        font-size: 14px;
        margin: 0;
        text-align: center;
    }

    .main-template-content p {
        font-size: 12px;
        text-align: center;
    }

    .main-template-content {
        align-items: center;
        padding-top: 15px;
    }

    .main-template-img img {
        width: 100%;
    }

    .tfb-name {
        font-size: 14px;
    }

    .tfb-description {
        font-size: 12px;
    }

    .tera7 .main-template-content {
        padding-left: 0;
    }

    .tera-meet-artist {
        padding: 30px;
        width: 100%;
    }

    .tera-ord {
        order: 1;
    }

    .tfb-price {
        font-size: 12px;
        width: 80%;

    }

    .tfb-cart {
        padding: 10px 25px;
        font-size: 12px;
    }

    .tera1,
    .tera2,
    .tera3,
    .tera4,
    .tera5,
    .tera6,
    .tera7,
    .tera8,
    .tera9 {
        padding: 50px 10px 10px;
    }

    .main-template-rmbtn {
        padding: 10px 30px;
        font-size: 14px;
    }

    .featured-cards {
        padding: 25px;
        font-size: 14px;
    }

    /* .owl-carousel .owl-stage-outer {
        overflow: visible;
    }
} */