@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #333333;
    background: url(../images/texture.jpg) repeat;
    padding: 0;
    text-align: center;
}

.soldout p {
    opacity: 1;
}

.box-wrap a {
    display: block
}

.soldout {
    position: relative;
    overflow: hidden;
    cursor: auto !important;
}

    .soldout:before {
       content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    bottom: 0px;
    background-image: url(../images/sold.png);
    /* bottom: -1px; */
    /* transform: rotate(-90deg); */
    padding-top: 5px;
    font-size: 12px;
    /* background: #f9314d; */
    width: 32px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding-right: 0;
    z-index: 99;
    background-size: contain;
    background-repeat: no-repeat;
    }

.header {
    color: #ffffff;
    border: none;
}

.navbar {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-flex: 1;
    flex: 1;
    flex-basis: auto;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 0;
}

.header .navbar .wrapper .menu li {
    background: #7c5f3fbf;
    color: #7c5f3f;
    margin: 0 5px;
}

    .header .navbar .wrapper .menu li:hover {
        background: #7c5f3f;
    }

        .header .navbar .wrapper .menu li:hover a {
            color: #ffffff;
        }

    .header .navbar .wrapper .menu li ul li {
        background: #7c5f3fbf;
        margin: 3px 8px 0 0;
    }

.header .navbar .wrapper .menu .active {
    background: #7c5f3f;
}

    .header .navbar .wrapper .menu .active a {
        color: #ffffff;
    }

.header .navbar .wrapper .menu li ul li a {
    color: #ffffff;
}

.header .navbar .wrapper .menu li ul li:hover, .header .navbar .wrapper .menu li ul li:active {
    background: #333333;
}

.navbar .wrapper input[type="checkbox"] {
    display: none;
}

.navbar .wrapper .menu {
    margin: 0;
}

    .navbar .wrapper .menu li a {
        font-family: inherit;
        font-size: 14px;
        line-height: inherit;
        display: block;
        cursor: pointer;
        white-space: nowrap;
        color: #7c5f3f;
    }

        .navbar .wrapper .menu li a:hover {
            color: #ffffff;
            background: #7c5f3f;
            text-decoration: none;
        }

        .navbar .wrapper .menu li a label {
            padding: 0 14px;
        }

            .navbar .wrapper .menu li a label i {
                top: 0;
            }

    .navbar .wrapper .menu li i {
        position: relative;
        top: 0.4rem;
        font-size: 24px;
    }

.navbar .wrapper .dropdown {
    display: none;
    z-index: 9999;
}

.logo-wrap {
    display: flex;
    position: relative;
    margin: 1rem 0;
}

    .logo-wrap img {
        width: 50%;
    }

    .logo-wrap p {
        color: #ffffff;
        background: #7c5f3f;
        font-size: 14px;
        font-weight: 500;
        padding: 16px 22px;
        border-radius: 4px;
        text-align: center;
    }

.select-wrap {
    padding: 0 10rem;
}

select {
    /* styling */
    background-color: #f1e2cd;
    border: 2px solid #ebe4d4;
    border-radius: 0;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    /* reset */
    margin: 1rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #7c5f3f;
}


    /* arrows */

    select.classic {
        background-image: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
        background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
        background-repeat: no-repeat;
    }

        select.classic:focus {
            background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
            background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
            background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
            background-repeat: no-repeat;
            border-color: grey;
            outline: 0;
        }




    select.round {
        background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
        background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
        background-repeat: no-repeat;
    }

        select.round:focus {
            background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
            background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
            background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
            background-repeat: no-repeat;
            border-color: green;
            outline: 0;
        }





    select.minimal {
        background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
        background-size: 5px 5px, 5px 5px, 1px 1.5em;
        background-repeat: no-repeat;
    }

        select.minimal:focus {
            background-image: linear-gradient(45deg, #f5f5f5 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #f5f5f5 50%), linear-gradient(to right, #ccc, #ccc);
            background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
            background-size: 5px 5px, 5px 5px, 1px 1.5em;
            background-repeat: no-repeat;
            border-color: #f5f5f5;
            outline: 0;
        }


    select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

h1 {
    color: white;
    line-height: 120%;
    margin: 0 auto 2rem auto;
    max-width: 30rem;
}

p {
    margin: 0 0 10px;
    font-size: 14px;
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 0px;
}

.checkbox-inline input[type=checkbox], .checkbox-inline input[type=radio] {
    margin: 4px 8px 0;
    margin-top: 1px\9;
    line-height: normal;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    width: 20%;
}

.checkbox, .radio {
    position: relative;
    display: flex;
    margin-top: 16px;
    margin-bottom: 24px;
}

.checkbox-width {
    width: 35% !important;
}


@media only screen and (max-width: 700px) {
    .container {
        width: 100%;
        padding: 0;
    }

    .header .navbar {
        padding: 1rem 0;
        display: block;
    }

        .header .navbar .wrapper label {
            color: #ffffff;
            font-size: 1.5rem;
            cursor: pointer;
            outline: none;
            border: none;
            padding-left: 1.5rem;
        }

        .header .navbar .wrapper input[type="checkbox"]:checked + ul {
            display: block;
        }

        .header .navbar .wrapper .menu {
            display: none;
        }

            .header .navbar .wrapper .menu li:first-child {
                border-top: 1px solid #b3b3b3;
            }

            .header .navbar .wrapper .menu li:not(:last-child) {
                border-bottom: 1px solid #b3b3b3;
            }

            .header .navbar .wrapper .menu li a {
                padding: 1rem 1.5rem;
            }

                .header .navbar .wrapper .menu li a i {
                    float: right;
                    padding: 3px 5px;
                    background: #972618;
                }

            .header .navbar .wrapper .menu .dropdown a {
                padding-left: 2.5rem;
                background: #c3311f;
            }

            .header .navbar .wrapper .menu .hassubdown > ul a {
                background: #ad2b1b;
            }
}

@media only screen and (min-width: 701px) {
    .header .navbar .wrapper > label,
    .header .navbar .wrapper input[type="checkbox"] {
        display: none;
    }

    .header .navbar .wrapper .menu li {
        display: inline-block;
        background: #fff;
    }

        .header .navbar .wrapper .menu li a {
            padding: 15px 17px;
            text-transform: uppercase;
        }

    .header .navbar .wrapper .menu .dropdown a {
        padding: 10px 10px;
        color: #fff;
        margin: 0px 0;
    }

    .header .navbar .wrapper .hasdropdown {
        position: relative;
    }

        .header .navbar .wrapper .hasdropdown ul {
            position: absolute;
            top: 100%;
            left: 0;
        }

        .header .navbar .wrapper .hasdropdown:hover > ul {
            display: block;
            /* background: #7c5f3fbf; */
            color: #fff;
            text-align: left;
            /* position: relative; */
            /* left: -10rem; */
            /* right: 10rem; */
            /* width: 452px; */
        }

        .header .navbar .wrapper .hasdropdown .hassubdown > ul {
            left: 100%;
            top: 0;
        }
}

form {
    text-align: left;
}

.form-wrap {
    border: 1px solid #7c5f3f;
    padding: 10px 25px;
    margin: 36px 0;
    color: #7c5f3f;
    background: #ffffff36;
}

    .form-wrap .heading {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .form-wrap .heading h2 {
            text-transform: uppercase;
            background: #7c5f3f;
            width: 36%;
            border-radius: 7px;
            margin-bottom: 20px;
            padding: 6px;
            font-size: 22px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

footer {
    background: url(../images/footer.jpg) repeat;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 16.5rem;
    font-size: 14px;
    font-weight: 500;
}

    footer .footer-copy {
        display: block;
        text-align: center;
        overflow: hidden;
        width: 80%;
        margin: 0 auto;
        margin-top: 0;
        color: #ffffff;
    }

        footer .footer-copy a {
            color: #ffffff;
        }

        footer .footer-copy .circule {
            margin: 0 28px;
        }

        footer .footer-copy .heart {
            color: #c3311f;
        }



.btn-brown {
    background: #7c5f3f;
    border: none;
    text-transform: uppercase;
    margin-top: 2rem;
}

    .btn-brown:hover {
        background: #ffffff;
        color: #7c5f3f;
        border: none;
    }

.inline-input {
    display: flex;
}

    .inline-input input {
        margin-right: 10px;
    }



form {
    text-align: left;
}

    form .form-group {
        margin-bottom: 15px;
    }

        form .form-group i {
            color: #ef0000;
            position: absolute;
        }
.po-i4 {
    top: 0.4rem;
    left: 15rem;
}
.po-rel {
    padding-left: 5px ;
    padding-right: 0px;
}
/*form .form-group i:nth-child(3) {
                top: 3.3rem;
                left: 16rem;
            }


            form .form-group i:nth-child(2) {
                top: 13rem;
                left: 14rem;
            }*/
.form-wrap {
    border: 1px solid #7c5f3f;
    padding: 10px 25px;
    margin: 36px;
    color: #7c5f3f;
    background: #ffffff36;
}

form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

.about-wrap {
    background: #ffffffa6;
    padding: 24px;
    position: relative;
}

    .about-wrap .border {
        border: 1px solid #ffffff;
        padding: 10px;
        color: #7c5f3f;
    }

.bottom-box {
    position: absolute;
    bottom: 0;
    left: 0;
}

    .bottom-box .img4 {
        width: 452px;
        position: absolute;
        top: -212px;
        left: -133px;
    }

.content {
    margin: 5rem 0;
    color: #7c5f3f;
}

    .content p {
        font-size: 2.5rem;
        font-weight: 600;
    }

.margin-bottom10 {
    margin-bottom: 10rem;
}

.col-xs-2 {
    background: #00f;
    color: #FFF;
}

.col-half-offset {
    margin-left: 4.166666667%
}

/* Package */

.head {
    background: #7c5f3f;
    color: #fff;
    font-size: 22px;
    padding: 6px;
    border: 3px solid #ffffff;
}

.box-wrap {
    background: #ffffff;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
    border: 5px solid #ffffff;
    margin: 2rem 0;
}

    .box-wrap p {
        color: #7c5f3f;
        font-weight: 600;
        margin: 4px 0;
    }

    .box-wrap .rate {
        background: #7c5f3f;
        color: #ffffff;
        margin: 0;
        padding: 6px;
    }

footer {
    background: url(../images/footer.jpg) no-repeat;
    bottom: -24px;
    width: 100%;
    height: 20rem;
    background-size: cover;
    font-size: 14px;
    font-weight: 500;
}

    footer .address {
        padding: 25px 0;
        color: #fff;
    }

.form-label {
    display: flex;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}

@media (min-width: 481px) and (max-width: 767px) {
    .logo-wrap img {
        width: 42%;
    }

    .checkbox, .radio {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 16px;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .logo-wrap img {
        width: 42%;
    }

    .header .navbar {
        padding: 1rem 0;
        display: block;
    }

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
        width: 100%;
        text-align: initial;
    }

    .about-wrap .border {
        border: 1px solid #ffffff;
        padding: 10px;
        color: #7c5f3f;
        margin-bottom: 11rem;
    }

    .checkbox-width {
        width: 100% !important;
    }

    .select-wrap {
        padding: 0 2rem;
    }

    .form-wrap .heading h2 {
        text-transform: uppercase;
        background: #7c5f3f;
        width: 68%;
        border-radius: 7px;
        margin-bottom: 20px;
        padding: 6px;
        font-size: 17px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    footer {
        background: url(../images/footer.jpg) no-repeat;
        position: relative;
        bottom: -24px;
        width: 100%;
        height: 30rem;
        background-size: cover;
        font-size: 14px;
        font-weight: 500;
    }

        footer .footer-copy {
            display: grid;
            text-align: center;
            overflow: hidden;
            width: 80%;
            margin: 0 auto;
            margin-top: 40px;
            color: #ffffff;
        }

    .bottom-box .img4 {
        width: 300px;
        position: absolute;
        top: -161px;
        left: -9px;
    }

    .navbar {
        display: none !important;
    }

    .nav-container {
        display: block !important;
    }

    nav {
        float: right;
        background: #7c5f3f80;
    }

    .checkbox, .radio {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-top: 16px;
        margin-bottom: 24px;
    }
}



.nav-container {
    display: none;
}

.sold-out {
    height: 40vh;
    min-height: 100%;
}


/* Mobile menu */

.navigation {
    height: 70px;
    background: #7c5f3f;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

    .brand a,
    .brand a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}


nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    nav ul li {
        float: left;
        position: relative;
    }

        nav ul li a,
        nav ul li a:visited {
            display: block;
            padding: 0 20px;
            line-height: 70px;
            color: #ffffff;
            text-decoration: none;
        }

            nav ul li a:hover,
            nav ul li a:visited:hover {
                background: #7c5f3fc4;
                color: #ffffff;
            }

            nav ul li a:not(:only-child):after,
            nav ul li a:visited:not(:only-child):after {
                padding-left: 4px;
                content: "\f078";
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
            }

        nav ul li ul li {
            min-width: 190px;
        }

            nav ul li ul li a {
                padding: 15px;
                line-height: 20px;
            }

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {
    .nav-mobile {
        display: block;
    }

    nav {
        width: 100%;
        padding: 55px 0 15px;
    }

        nav ul {
            display: none;
        }

            nav ul li {
                float: none;
            }

                nav ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

                nav ul li ul li a {
                    padding-left: 30px;
                }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 26px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
        }

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}

.certificate-wrap {
    position: relative;
}

    .certificate-wrap img {
        width: 55%;
        margin-bottom: 1rem;
    }

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
    width: 85px;
    height: 85px;
}

.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px;
}

.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
}

.feedback-slider-item p {
    line-height: 1.875;
}

.customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: rgba(1, 1, 1, 0.702);
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
}

.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
}

.thumb-next .customer-rating {
    top: -20px;
    right: 0;
}

.customer-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #f6f6f6;
    border: 1px solid rgba(251, 90, 13, .1);
    border-radius: 10px;
    z-index: -1;
}

.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.thumb-next {
    left: auto;
    right: -90px;
}

.feedback-slider-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.feedback-slider-thumb:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    bottom: 45px;
    transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
    background-color: transparent;
    color: rgb(251, 90, 13);
    font-size: 25px;
}

.customer-feedback .owl-prev {
    left: -15px;
}

    .customer-feedback .owl-prev:hover {
        left: -20px;
    }

.customer-feedback .owl-next {
    right: -15px;
}

    .customer-feedback .owl-next:hover {
        right: -20px;
    }

/* DOTS */
.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
}

.customer-feedback .owl-dot {
    display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid rgb(251, 90, 13);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
    background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
    .feedback-slider-item:after {
        left: 30px;
        right: 30px;
    }

    .customer-feedback .owl-nav [class*="owl-"] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 45px;
        bottom: auto;
    }

    .customer-feedback .owl-prev {
        left: 0;
    }

    .customer-feedback .owl-next {
        right: 0;
    }
}
