/********** Template CSS **********/
:root {
    --primary: #EAA636;
    --secondary: #545454;
    --light: #FDF5EB;
    --dark: #1E1916;
}

body {
    font-family: "Mulish", sans-serif;
}


h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600 !important;
}

h2,h1 {
    font-family: "Cormorant", serif;
}


.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


.logo {
    max-width:400px ;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.nbparts {
    max-width: 100px;
    text-align: center;
    font-size: 18px;
}

h5 {
    font-family: "Cormorant", serif;
    font-size: 30px!important;
    /* text-transform: uppercase; */
    font-weight: 400!important;
    line-height: 1.1;

}
h4 {
    font-family: "Cormorant", serif;
    font-size: 35px!important;
    line-height: 1!important;
    /* text-transform: uppercase; */
    font-weight: 400!important;
}

#hero {
    min-height: 100vh;
}

#hero,
.header-carousel,
.owl-carousel,
.owl-carousel-item,
.owl-carousel-inner {
    min-height: 100vh;
    height: 100vh;
}


.header-carousel .owl-carousel-item .img-fluid {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
}


#hero h1 {
    font-family: "Cormorant", serif;
    font-size: 6vw!important;
    font-weight: 400!important;
    line-height: 1;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

.mheight {
    max-height: 500px;
}

#hero h1 strong {
    font-weight: 400!important;
    font-size: 5vw!important;
    display: block;
    line-height: 0.5;
}


#hero h2 {
    font-size: 3vw!important;
    line-height: 1;
    font-weight: 400!important;
    font-style: italic;
    font-family: "Cormorant", serif;
}

#enbref h2 {
    font-size: 3vw!important;
    line-height: 1;
    font-weight: 400!important;
}

#enbref p {
    font-size: 17px;
}

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



.args div {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    background-color: white;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 40px;
}

.product-item {
    max-width: 350px;
    margin:0 auto;
    border-radius: 40px!important;
}

.titleprice {
    font-size: 2vw;
}

.price {
    font-size: 1.2vw;
    color: black;
}





/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-size: 14px;
    color:black!important;
    font-weight: 500;
    transition: .5s;
    text-transform: uppercase;
}

.btn-primary {
    color: #000;
    background-color: #EAA636;
    border-color: #EAA636;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-secondary {
    background-color: transparent;
    border-color: #ffffff;
}

.btn-secondary {
    color: #ffffff!important;
}


.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 35px 15px;
    color: var(--light);
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.fixed-top {
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, .3);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    /* align-items: center; */
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
    }

    #hero {
        height: 100vh;
        margin: 0;
        padding: 0!important;
    }
    #hero .img-fluid {
        object-fit: cover;
        height: 100vh;
    }

    #hero h2 {
    font-size: 25px !important;
    margin: 0 0 10px 0 !important;;
    }


    #hero h1 {
    font-size: 50px !important;
    margin-bottom: 25px;
    }
    #hero h1 strong {
    font-size: 40px !important;
    }

    .py-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .my-6 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .titleprice {
    font-size: 30px;
    }

    .price {
    font-size: 20px;
    color: black;
 }

    

    #enbref h2 {
    font-size: 30px !important;
     }

    .logo {
    max-width: 300px;
    }

    #hero .btn {
        padding: 15px 30px!important;
    }



    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }


}

.header-carousel .owl-nav {
    position: relative;
    width: 80px;
    height: 80px;
    margin: -40px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-carousel .owl-nav::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transform: rotate(45deg);
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    font-size: 40px;
    color: var(--primary);
    transition: .5s;
    z-index: 1;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.page-header {
    margin-bottom: 6rem;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** About ***/
.img-twice::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    background: var(--primary);
    border: 25px solid var(--light);
    border-radius: 6px;
    z-index: -1;
}


/*** Product ***/
.product-item {
    transition: .5s;
}

.product-item:hover {
    background: #000000 !important;
}

.product-item:hover * {
    color: var(--light);
}

.product-item:hover .border-primary {
    border-color: var(--light) !important;
}

.product-item .product-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .product-overlay {
    height: 100%;
    opacity: 1;
}




/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #111111;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}