:root{
    --poppins: 'Poppins', sans-serif;
    --prata: 'Prata', serif;
    --primary: #8c8c8c;
    --secondary: #111111;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    overflow-x: hidden;
}
.btn{
    font-size: 1.1rem;
    display: inline-block;
    padding: 14px 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow:  0 5px 6px #1614142c;
    border: 1px solid #16141411;
    color: black;
    transition: .2s;
    margin-top: 40px;
}
.btn:hover{
    box-shadow: none;
}
.container{
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}
p{
    color: var(--primary);
}
.toggle{
    display: none;
}
.section_title {
    text-align: center;
    padding-top: 60px;
}
.section_title h1{
    font-size: 3rem;
    font-family: var(--prata);
}
.section_title p,
.section_title h1{
    padding-left: 15px;
    padding-right: 15px;
}
/* Top Header Start */
.top_header{
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #f8f3f1; */
}
.top_header .site_logo img{
    width: 110px;
    margin: 10px 0 0 10px;
}
.top_header .top__navbar ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_header .top__navbar ul li{
    display: inline-block;
}
.top_header .top__navbar ul li a{
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-block;
    padding: 8px 10px;
    margin: 5px;
    color: #131212;
    font-family: var(--prata);
    position: relative;
    transition: .3s;

}
.top_header .top__navbar ul li a:hover{
    color:  #d8b800;
    text-decoration: none;
}
.top_header .top__navbar ul li a::after{
    content: "";
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #d8b800;
    transition: .3s;
}
.top_header .top__navbar ul li a:hover::after{
    left: 0;
    width: 100%;
}
.hero{
    width: 100%;
    min-height: 100vh;
    position: relative;
}
.hero::after{
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/hero.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -2;
}
/* .hero .container{
    border: 1px solid red;
    height: 100vh;
} */
.hero .container .hero_content{
    width: 500px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
}
.hero .hero_content .focus_title,
.description .focus_title{
    font-size: 1rem;
    margin-bottom: 10px;
    font-family: var(--poppins);
}
.hero .hero_content .main_title h1,
.description .main_title h1{
    font-size: 4.5rem;
    font-family: var(--prata);
    font-weight: 100;
    line-height: 5rem;
    letter-spacing: .2rem;
    margin-bottom: 20px;
}
.hero .hero_content .desc,
.description .desc{
    margin-bottom: 10px;
    line-height: 1.7rem;
    font-family: var(--poppins);
}
.price{
    width: 440px;
    height: 100px;
    background: brown;
    background: #d2691e;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin: 30px 50px 0 30px;
    border-radius: 0 50px 50px 0;
}
.price .discount{
    width: 130px;
    height: 130px;
    background: white;
    border: 5px solid brown;
    border-color: #d2691e;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    left: -29px;
    text-align: center;
}
.price .discount p{
    line-height: 130px;
    font-size: 2.5rem !important;
    font-weight: 600;
    letter-spacing: .1rem;
    color: black;
}
.price .actualprice{
    padding: 20px;
    color: white;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: right;
}
.price .actualprice .price_old{
    font-weight: 1.6rem;
    text-decoration: line-through;
    font-weight: 400;
}


/* Description Section Start */
.description{
    width: 100%;
    padding: 0px 0;
    margin-top: -80px;
}

.description .container{
    min-height: 90vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f3f1;
}
.desc_image{
    min-width: 50%;
}
.desc_image img{
    width: 90%;
}
.description .desc_content{
    padding-left: 30px;
}
.categories,
.description{
    background: #f8f3f1;

}
.categories.container{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    padding: 90px 15px;
}
.categories.container .item{
    width: 260px;
    min-height: 300px;
    text-align: center;
    box-shadow: 0 0 10px rgba(116, 116, 116, 0.26);
    border-radius: 20px;
    padding: 30px 20px;
    margin: 20px 10px;
    background: white;
    flex: 0 0 30%;
    transition: .7s;
}
.categories.container .item .icon img{
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
    border-radius: 50%;
}
.categories.container .item .title h1{
    font-family: var(--prata);
    font-weight: 100;
    font-size: 1.7rem;
    margin-bottom: 15px;
    color: #d8b800;
    color: #000;
}
.categories.container .item:hover{
    border-radius: 60px;
    box-shadow: 0 0 20px rgba(116, 116, 116, 0.349);
}

.pros{
    width: 100%;
    min-height: 100vh;
    position: relative;
}
.pros::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../images/pros.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pros .container{
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pros .container .col1{
    flex: 0 0 30%;
    transform: translateY(60px);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -55px;
}
.pros .container .item{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pros .container .col1 .item:nth-child(1),
.pros .container .col1 .item:nth-child(3){
    margin-right: -50px;
}
.pros .container .item .icon{
    margin-left: 15px;
    background: white;
    padding: 20px;
    border-radius: 50%;
}
.pros .container .item .icon svg{
    width: 40px;
    height: 40px;
    fill: #e95b3a;
} 
.pros .container .item .content{
    text-align: right;
}
.pros .container .item .content h1{
    font-family: var(--prata);
    font-size: 2rem;
    font-weight: 100;
    color:#e95b3a;
    margin-bottom: 10px;
}
.pros .container .item .content p{
    font-size: 1.1rem;
    line-height: 1.5rem;
    color:#200b06;

}
.pros .container .col2{
    transform: translateY(45px);
}
.pros .container .col2 .icon{
    margin-left: 0;
    margin-right: 10px;
}
.pros .container .col2 .content{
    text-align: left;
}
.pros .container .col2 .item:nth-child(1),
.pros .container .col2 .item:nth-child(3){
    margin-right: 0px;
    margin-left: -50px;
}

.use{
    margin-bottom: 100px;
}
.use .items{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 60px;
}
.use .items .item{
    width: 300px;
    height: 250px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 10px lightgray;
    border-radius: 10px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .7s;
}
.use .items .item:hover{
    background-color: #e95b3a;
}
.use .items .item:hover > h2{
    color: #fff;
}
.use .items .item:hover > p{
    color: #fff;
}
.use .items .item:hover > img{
    border: 3px solid #e95b3a;
}
.use .items .item h2{
    font-size: 1.5rem;
    font-family: var(--prata);
}
.use .items .item p{
    font-family: var(--poppins);
}
.use .items .item img{
    width: 65px;
    height: 65px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 1px solid lightgray;
    z-index: 20;
    background: #fff;
    /* transition: .s; */
}
#testimonials{
    background: #f8f3f1;
    padding: 70px 10px 100px 10px;
}
.testi{
    background: #f8f3f1;
}
.testimonials .items{
    display: flex;
}
.testimonials .items .item{
    min-height: 500px;
    padding: 40px 30px;
    margin: 15px 15px;
    box-shadow: 0 0 10px lightgray;
    border-radius: 20px;
    background: white;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    text-align: center;
}


.testimonials .items .item .info{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.testimonials .items .item .text{
    font-size: 1.1rem;
    font-style: italic;
    line-height: 1.6rem;
    position: relative;
    padding-left: 20px;
    padding-right: 10px;
}
.testimonials .items .item .text span{
    font-size: 3rem;
    color: #e95b3a;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials .items .item .text span:nth-child(2){
    bottom: -1rem;
    right: 0;
    left: auto;
    top: auto;
}

.testimonials .items .item .info img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid lightgray;
}
.testimonials .items .item .info h2{
    font-size: 1.5rem;
    font-family: var(--prata);
    margin-top: 10px;
}
.testimonials .items .item .info h2 span{
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{
    width: 50px;
    height: 50px;
    font-size: 30px;
    background: #8080802c;
    color: gray;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.owl-carousel .owl-nav button.owl-next{
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -30px;
}
.owl-carousel .owl-nav button.owl-prev{
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -30px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #e95b3a !important;
}
.contact{
    background-color: rgba(255, 255, 255, 0.479);
}
.contact .container{
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact .container::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/contact.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}
.contact h3{
    font-size: 1rem;
    font-family: var(--poppins);
    color: #d2691e;
}
.contact h1{
    font-size: 3.1rem;
    font-family: var(--prata);
    color: black;
    margin-bottom: 10px;
}
.right{
    width: 45%;
}
.right img{
    width: 100%;
}
.contact .left{
    width: 45%;
    background: white;
    padding: 70px 30px;
}
.contact form div{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.contact form input,
.contact form button{
    width: 95%;
    height: 45px;
    border: 1px solid #d2691e;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
}
.contact select{
    width: 95%;
    height: 45px;
    border: 1px solid #d2691e;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
}

.contact form label{
    color: #d2691e;
}
.contact form button{
    display: block;
    background: #d2691e;
    color: white;
    font-size: 1.2rem;
    padding-left: 18px;
    transition: .3s;
}
.contact form button:hover{
    background: #d8b800;
    border-color: #d8b800;

}
.contact form img{
    width: 200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
footer{
    padding: 30px 5px 20px;
    font-size: 1rem;
    text-align: center;
    font-family: var(--poppins);
}
footer a{
    color: #d2691e;
}












/* RESPONSIVE */
@media screen and (max-width: 980px) {
    .container{
        overflow-x: hidden;
    }
    .price {
        width: 250px;
        height: 80px;
    }
    .price .discount {
        width: 105px;
        height: 105px;
    }
    .price .discount p {
        line-height: 105px;
        font-size: 1.8rem !important;
    }
    .price .actualprice {
        font-size: 1.4rem;
    }
    .section_title h1 {
        font-size: 2rem;
    }
    .hero .hero_content .price img {
        width: 180px;
        height: 82px;
    }
    .hero .container .hero_content {
        width: 100%;
        padding-left: 10px;
    }
    .hero .container .hero_content p{
        color: rgb(56, 56, 56)
    }
    .toggle{
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #d8b800;
        border-radius: 4px;
        position: fixed;
        top: 20px;
        right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: .3s;
        z-index: 100;
    }
    .toggle::before{
        content: "";
        width: 80%;
        height: 3px;
        background: white;
        position: absolute;
        transform: translateY(-10px);
        box-shadow: 0 10px 0px white;
        transition: .3s;
    }
    .toggle::after{
        content: "";
        width: 80%;
        height: 3px;
        background: white;
        position: absolute;
        transform: translateY(10px);
        transition: .3s;
    }
    .toggle.active::before{
        transform: rotate(45deg) translateY(0);
        box-shadow: none;
    }
    .toggle.active::after{
        transform: rotate(-45deg) translateY(0);
    }
    .top__navbar ul{
        background: white;
        width: 300px;
        height: 100vh;
        padding: 50px 0 0 20px;
        position: fixed;
        top: 0;
        left: -100%;
        box-shadow: 0 0 5px lightgray;
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        z-index: 100;
        transition: .3s;
    }
    .top__navbar ul.active{
        left: 0;
    }
    .top__navbar ul li{
        display: block;
        width: 100%;
    }
    .top__navbar ul li a{
        display: block;
        width: 100% !important;
    }
    .top__navbar ul li a::after{
        display: none;
    }
    .hero .hero_content .main_title h1, .description .main_title h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .hero .hero_content .price p {
        font-size: 1.2rem;
    }
    .description .container {
        flex-direction: column;
    }
    .description .desc_content {
        padding-left: 0;
    }
    .categories .container {
        padding: 0px 15px;
    }
    .categories .container .item {
        flex: 0 0 43%;
    }
    .pros{
    background: rgba(255, 255, 255, 0.815);
    }
    .pros .container{
        flex-direction: column;
        justify-content: flex-start;

    }
    .pros .container .item .content {
        text-align: left;
    }
    .pros .container .col1 {
        flex: 0 0 90%;
        text-align: left !important;
    }
    .pros .container .col2 .item .content {
        text-align: right;
    }
    .pros .container .item {
        margin-bottom: 10px;
        flex-direction: row-reverse;
    }
    .pros .container .col1 .item:nth-child(1), .pros .container .col1 .item:nth-child(3) {
        margin-right: 0;
    }
    .pros .container .item .content h1 {
        font-size: 1.4rem;
    }
    .pros .container .item .content p {
        font-size: 1rem;
    }
    .pros .container .item .icon {
        padding: 10px;
        margin-right: 17px;
    }
    .pros .container .col1{
        margin-top: 0px;
        margin-left: -25px !important;
    }
    .pros .col2{
        margin-left: 0 !important;
        margin-top: 36px !important;
    }
    .pros .container .col2 .item .icon {
        padding: 10px;
        margin-right: 0px;
        margin-left: 17px;
    }

    .pros .col2 .content .desc{
        padding-left: 50px;
    }
    .use .items {
        flex-wrap: wrap;
    }
    .use .items .item{
        margin-bottom: 65px;
    }
    .testimonials .items .item {
        width: 95%;
        padding: 20px 15px;
    }
    .contact .container{
        flex-direction: column;
    }
    .contact .right {
        width: 95%;
    }
    .contact .left {
        width: 95%;
    }
    .categories .container .item .title h1 {
        font-size: 1.2rem;
    }
    .categories .container .item .icon svg {
        width: 50px;
        height: 50px;
    }

}
@media screen and (max-width: 580px) {
    .categories .container .item {
        flex: 0 0 90%;
    }
}
@media screen and (max-width: 580px) {
    .testimonials.items{
        min-height: 300px;
        max-width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 20px;
    }
    .testimonials.items .item{
        min-width: 300px !important;
        max-width: 301px !important;
        min-height: 500px;
        margin: 0 20px;
    }
    .testimonials.items .item:nth-child(1){
        margin-left: 1650px;
    }
    .categories.container{
        width: 100%;
        min-height: 300px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 20px;
    }
    .categories.container .item{
        min-width: 300px !important;
        max-width: 301px !important;
        min-height: 350px;
        margin: 0 20px;
    }
    .categories .item:nth-child(1){
        margin-left: 1700px;
    }

}