/*
Theme Name: Premium Agro Product
Text Domain: pap
Version: 1.4.0
Requires at least: 4.7
Requires PHP: 8.3

*/


* {
    box-sizing: border-box;
}

html,
body,
header,
.view {
    height: 100%;
}




.top-nav-collapse {
    background-color: #01420bbd !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}



h1 {
    letter-spacing: 8px;
}

h5 {
    letter-spacing: 3px;
}

.hr-light {
    border-top: 3px solid #fff;
    width: 80px;
}

.navbar .dropdown-menu a {
    padding: 0 10px;
    font-size: .9375rem;
    font-weight: 300;
}

.nav-link {
    margin-left: 20px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;

}

.play-button {
    display: inline-flex;
    justify-content: center;

}

.play-button img {

    transform: scale(1);
    animation: pulse 2s infinite;
}

.play-button img:hover {
    animation: none;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);

    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.details-button {
    margin-left: 50px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}

#main-text {
    margin-top: 100px;
}

/******About section***/
.title-about-section{
    text-transform: uppercase;
    text-align: center;
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 41px;
    line-height: 51px;
    letter-spacing: -0.01em;
}
.text-about-section{
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -0.01em;
    color: #545454;

}

.our-product-title{
    text-transform: uppercase;
    text-align: left;
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 29px;
    letter-spacing: -0.01em;
    }

.news-section-title{
    text-transform: uppercase;
    text-align: center;
    font-family: Muli, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 41px;
    line-height: 51px;
    letter-spacing: -0.01em;
}

.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
    grid-gap: 7px;
}

.item {
    position: relative;
}

.item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}

.item:nth-child(2) {
    grid-column: 2;
    grid-row: 0 / 3;
}

.item:nth-child(3) {
    grid-column: 2;
    grid-row: 2 / 3;
}

.item:nth-child(4) {
    grid-column: 2;
    grid-row: 3 / 3;
}

.item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/****CTA Section**/
#cta-section {
    background-image: url(img/cta1.JPG);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}

/* Position text in the middle of the page/image */
.bg-text {
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.cta-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 33px;
    line-height: 41px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.ctd-button {
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
}


/* Gallery section */
#container {
    background: #DDD;
    max-width: 1400px;
}

.item {
    width: 200px;
    float: left;
}

.item img {
    display: block;
    width: 100%;
}

button {
    font-size: 18px;
}

.container {
    width: 100%;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

}

.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.gallery-button {
    display: flex;
    justify-content: center;
    border: 2px solid #72c27d;
    padding: 10px;
    color: #72c27d;
    font-weight: 500;
    position: relative;
}


/***** News Section ***/
.news-date {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    height: 8px;
    line-height: 8px;
    margin-top: 40%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    background: rgba(65, 65, 65, 0.49);
    border-radius: 2px;
}


/**** Footer **/
.mdb-color.lighten-3 {
    background: linear-gradient(105.31deg, #71DD7F 0.07%, #4D9956 98.8%);
    background-color: rgba(0, 0, 0, 0);
}

.footer-logo {
    position: relative;
    left: 50px;
    top: 50px;
    width: 250px;
}

.footer-copy {

    overflow: hidden;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    font-size: 20px;

}


/*****============================= ABOUT PAGE STYLES ============================********************/
.about-page {
    background-image: url('img/about-page-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100vw;
    height: 604px;

}

.about-page-header {
    position: relative;
    top: 180px;
    height: 604px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 117px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 0 0 rgb(231, 231, 231), 1px 1px 0 rgb(216, 216, 216), 2px 2px 0 rgb(202, 202, 202), 3px 3px 0 rgb(187, 187, 187), 4px 4px 0 rgb(173, 173, 173), 5px 5px 0 rgb(158, 158, 158), 6px 6px 0 rgb(144, 144, 144), 7px 7px 6px rgba(0, 0, 0, 0.6), 7px 7px 1px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, .2);

}

.about-section {
    position: absolute;
    width: 1447px;
    height: 604px;
    left: 0;
    top: 0;

}

.about-pattern-img {
    position: inherit;
    width: 100%;
    height: 225px;
    left: 297px;
    top: 549px;
    background: url(img/about-page-pattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    margin-top: 110px;
}

.about-text {
    position: relative;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 162.6%;
    text-align: justify;
    color: inherit;;

}

#certificate-section {
    padding-left: 10px;
    padding-right: 10px;

}

.fa-expand {
    font-size: 50px;
}


#gallery-section h2 {
    font-weight: bold;
}


/*****================== PRODUCTS ===================*************/
.products-page {
    background-image: url('img/about-page-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100vw;
    height: 604px;

}

.products-page-header {
    position: relative;
    top: 180px;
    height: 604px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 117px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 0 0 rgb(231, 231, 231), 1px 1px 0 rgb(216, 216, 216), 2px 2px 0 rgb(202, 202, 202), 3px 3px 0 rgb(187, 187, 187), 4px 4px 0 rgb(173, 173, 173), 5px 5px 0 rgb(158, 158, 158), 6px 6px 0 rgb(144, 144, 144), 7px 7px 6px rgba(0, 0, 0, 0.6), 7px 7px 1px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, .2);

}

.md-pills .nav-link {
    color: #71DD7F
}

.md-pills .nav-link.active {
    background-color: #71DD7F;
    color: white;
}

.product-img {
    border-radius: 50%
}


/*****======= Production =======***/
.production-page {
    background-image: url('img/production-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100vw;
    height: 604px;

}

.production-header {
    position: relative;
    top: 180px;
    height: 604px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 117px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 0 0 rgb(231, 231, 231), 1px 1px 0 rgb(216, 216, 216), 2px 2px 0 rgb(202, 202, 202), 3px 3px 0 rgb(187, 187, 187), 4px 4px 0 rgb(173, 173, 173), 5px 5px 0 rgb(158, 158, 158), 6px 6px 0 rgb(144, 144, 144), 7px 7px 6px rgba(0, 0, 0, 0.6), 7px 7px 1px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, .2);
}


.production-video-poster {
    margin-top: 30px;
    border-radius: 9px;
    margin-bottom: 20px;
}


/******* STEPS Style **/
.setup-content {
    padding: 10px;
    margin: 20px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 18px;
}

.stepwizard-step p {
    margin-top: 0;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.step-badge {
    padding: 21px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: -10px;
    border-radius: 1px 9px 9px 1px;
}

.step-title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #7D7D7D;

}

.step-text {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.01em;

    color: #7D7D7D;

}

.owl-theme .owl-dots .owl-dot span {
    width: inherit;
    height: inherit;
    padding: 0 5px;
    margin: 5px 5px;
    background-color: forestgreen;
    color: white;
    border-radius: 20%;
}

.owl-carousel .owl-nav button span {
    font-size: 40px;
    color: darkgreen;
    font-weight: 900;

}

/*****=========== News page =======*******/
.news-page {
    background-image: url('img/about-page-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100vw;
    height: 604px;

}

.news-page-header {
    position: relative;
    top: 180px;
    height: 604px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 117px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 0 0 rgb(231, 231, 231), 1px 1px 0 rgb(216, 216, 216), 2px 2px 0 rgb(202, 202, 202), 3px 3px 0 rgb(187, 187, 187), 4px 4px 0 rgb(173, 173, 173), 5px 5px 0 rgb(158, 158, 158), 6px 6px 0 rgb(144, 144, 144), 7px 7px 6px rgba(0, 0, 0, 0.6), 7px 7px 1px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, .2);

}


/*****=========== Single page =======*******/
.single-page {
    background-image: url('img/about-page-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100vw;
    height: 604px;

}

.single-page-header {
    position: relative;
    top: 180px;
    height: 604px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 117px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 0 0 rgb(231, 231, 231), 1px 1px 0 rgb(216, 216, 216), 2px 2px 0 rgb(202, 202, 202), 3px 3px 0 rgb(187, 187, 187), 4px 4px 0 rgb(173, 173, 173), 5px 5px 0 rgb(158, 158, 158), 6px 6px 0 rgb(144, 144, 144), 7px 7px 6px rgba(0, 0, 0, 0.6), 7px 7px 1px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, .2);

}


/*****=========== Contact page =======*******/
.contact-page {
    background-image: url('img/contact-page-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100vw;
    height: 604px;

}

.contact-page-header {
    position: relative;
    top: 180px;
    height: 604px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 100px;
    line-height: 117px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 0 0 rgb(231, 231, 231), 1px 1px 0 rgb(216, 216, 216), 2px 2px 0 rgb(202, 202, 202), 3px 3px 0 rgb(187, 187, 187), 4px 4px 0 rgb(173, 173, 173), 5px 5px 0 rgb(158, 158, 158), 6px 6px 0 rgb(144, 144, 144), 7px 7px 6px rgba(0, 0, 0, 0.6), 7px 7px 1px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, .2);

}

.map-container {
    height: 300px;
    position: relative;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/****** PRODUCT SLIDER ***/
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 20px;
    text-align: center;
    font-family: Roboto,sans-serif;
    color: green;
    font-weight: 700;
}

.wcpscwc-product-slider .slick-dots{
    padding: 0 !important;
    margin: -20px !important;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.wcpscwc-product-slider .slick-dots li button{
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid darkgreen;
    border-radius: 50% !important;
    width: 10px !important;
    height: 10px !important;
}

.wcpscwc-product-slider .slick-dots li.slick-active button {
    background: lightgreen !important;
}

.woocommerce ul.products li.product a img{
    width: 100%;
    height: auto;
    margin: 0 0 1em;
    box-shadow: none;
    border-radius: 50%;
}

a.button.product_type_simple{
    display: none;
    margin-left: 60px;
}


/******products style***/

.single-product-page {
    background-image: url('img/about-page-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100vw;
    height: 300px;

}

.single-product-page-header {
    position: relative;
    top: 80px;
    height: 280px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 100px;

    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0 0 0 rgb(231, 231, 231), 1px 1px 0 rgb(216, 216, 216), 2px 2px 0 rgb(202, 202, 202), 3px 3px 0 rgb(187, 187, 187), 4px 4px 0 rgb(173, 173, 173), 5px 5px 0 rgb(158, 158, 158), 6px 6px 0 rgb(144, 144, 144), 7px 7px 6px rgba(0, 0, 0, 0.6), 7px 7px 1px rgba(0, 0, 0, 0.5), 0px 0px 6px rgba(0, 0, 0, .2);

}
.gallery-wrap .img-big-wrap img {

    height: 798px;
    width: 100%;
    display: inline-block;

}
#sample-glasses {
    width: 100%;
    max-width: 400px;
    padding-bottom: 6em;
}
#sample-watch {
    width: 100%;
    max-width: 210px;
}
.magnify > .magnify-lens {
    background-color: #fff !important; /* Prevent adjacent image from appearing in lens */
}


.product-caption-text{
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 4%, rgba(0,0,0,0.5) 32%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(4%,rgba(0,0,0,0.1)), color-stop(32%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 4%,rgba(0,0,0,0.5) 32%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-top: 5px;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    color: whitesmoke;
    font-size: 20px;

}

