@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Counties Logs
    Version: 1.0

-----------------------------------------------------------------------------------

**********************************************/
/*----------------------------------------*/
/*  01. THEME DEFAULT CSS START
/*----------------------------------------*/

/*
css index
==========
*base css
*header css
*hero css
*header banner css
*hardwood css
*price are css
*free kindling css
*pay with card css
*free delivery css
*contact css
*delivery page css
*production css
*/


/* ==========
 base css
=========== */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&display=swap');

*{
    margin: 0;
    padding: 0;
}
a{
  text-decoration: none;
}
a:focus, input:focus, textarea:focus, button:focus{
    outline: 0 solid;
}
a:hover{
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin:0 0 15px;
    font-weight:normal;
    font-style: normal;
    font-weight: 600;
}
p{
    font-size: 15px;
    font-weight: normal;
}
.pos_relative{
    position: relative;
}
.fix{
    overflow: hidden;
}
body{
    font-weight: normal;
    font-style: normal;
    font-family: 'Khula', sans-serif;
}
.img{
    max-width: 100%;
}
.btnc {
    border: medium none;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid transparent;
    color: #fff;
    background-color: #3b5998;
    font-weight: 700;
}
.btnc_border:hover{
    border-color: transparent;
    color: #fff;
}

/* =============
 header css
============== */
.transparent_header {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.logo img {
  max-width: 100%;
}
.topbar_area {
  border-bottom: 1px solid #cccccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_cta ul {
  margin: 0;
  padding: 0;
  outline-style: none;
}

.header_cta ul li {
  display: inline-block;
  margin: 0 20px;
  color: #FF9800;
  font-size: 12px;
  margin-bottom: 5px;
}

.main_menu ul, .list_facility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_area {
  padding-top: 5px;
}
.main_menu ul li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}

.main_menu ul li a {
  display: block;
  color: #000;
  font-size: 18px;
  padding: 25px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_menu ul li a:hover, .main_menu ul li.active a {
  color: #904098;
}
.menu_right h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.logo h5 {
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: capitalize;
}

.logo h5 span {
  display: block;
  font-size: 12px;
  color: #FF9800;
}

.logo {
  text-align: center;
  max-width: 170px;
  width: 100%;
}
.menu_right {
  text-align: center;
}

.menu_right h2 {
  font-size: 32px;
  color: #904098;
  margin-bottom: 0;
}

.menu_right p {
  font-size: 12px;
}

.slogan_web h2 {
  color: #904098;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  font-weight: 700;
  font-size: 35px;
  font-family: 'Caveat', cursive;
  margin-bottom: 5px;
  display: block;
}

.menu_right h2 i {
  font-size: 38px;
}

.sticky_bar {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  left: 0;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  top: 0;
  margin: auto;
}

/* ==============
hero css
=============== */

.slider_area {
  position: relative;
  padding-top: 150px;
}

.slider_height {
  height: 800px;
}
.slide_area.slider_3 {
  padding-top: 60px;
}
.single_slider, .single_hardwood, .product_img {
  background-size: cover;
  background-position: center top;
}
.slider_thumb img {
  max-width: 500px;
}

.slider_thumb img {
  max-width: 500px;
}

.slider_text {
  text-align: center;
  background-color: #904098;
  color: #fff;
  padding: 25px;
}
.slider_thumb {
  text-align: center;
  padding-top: 120px;
}
.slider_thumb.slider_2 img {
  width: auto;
  margin: 0 auto;
}
.slider_text h2 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}

.slider_text p {
  font-size: 24px;
  margin-bottom: 0;
}
.slide_area {
  padding-top: 250px;
}
.slide_area.slider_2 {
  padding-top: 160px;
}
.slider_active .owl-dots, .hardwood_slide .owl-dots {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0%;
}

.slider_active .owl-dots div, .hardwood_slide .owl-dots div {
  height: 15px;
  width: 15px;
  border: 2px solid rgba(191, 106, 71, 0.5);
  background: transparent;
  margin: 0 3px;
  display: inline-block;
  border-radius: 50%;
}

.slider_active .owl-dots div.active, .hardwood_slide .owl-dots div.active {
  border-color: #bf6a47;
}

.slider_active .owl-nav div, .hardwood_slide .owl-nav div {
  position: absolute;
  left: 50px;
  top: 50%;
  color: rgb(191 106 71 / 80%);
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
  margin-top: 0px;
  border: 2px solid rgba(191, 106, 71, 0.8);
  border-radius: 50%;
}

.slider_active .owl-nav div.owl-next, .hardwood_slide .owl-nav div.owl-next {
  left: auto;
  right: 50px;
}

/* ===========
header banner css
==========*/

.bg_color {
  background-color: #904098;
}

.banner_header h2 {
  margin-bottom: 0;
  text-align: center;
  font-size: 38px;
  color: #000;
  line-height: 40px;
}
.banner_header h2 span {
  color: #fff;
  display: inline-block;
  margin-right: 4px;
}

/* ============
hardwood css
============== */
.single_hardwood {
  height: 350px;
  margin-bottom: 50px;
  background-position: center center;
}
.hardwood_slide .owl-dots {
  bottom: 12%;
}
.hardwood_slide .owl-nav div {
  margin-top: -50px;
}
.single_hardwood_top h3 {
  font-weight: 400;
  margin-bottom: 5px;
}

.single_hardwood_top h5 {
  font-weight: 400;
  font-size: 20px;
}

.single_hardwood_top p {
  padding-left: 10%;
  padding-right: 10%;
}

.single_hardwood_bot h5 {
  font-weight: 400;
}

.single_hardwood_highlight h5, .single_hardwood_highlight p {
  margin-bottom: 0;
}

.single_hardwood_highlight {
  background: #138510;
  padding: 5px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  margin-top: 28px;
}

.single_hardwood_highlight p {
  font-size: 13px;
  color: #fff;
}

.single_hardwood_detail {
  padding: 0 30px;
}

/* =============
price are css
============== */
.product_pr_head {
  border-top: 2px solid#FF9800;
}
.greenBox{
max-width: 725px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #138510;
  color: #fff;
  font-size: clamp(20px, 2.6vw, 35px);
  padding: 20px;
  line-height: 1.2;
  display: block;
}
.greenBox:hover{
  color: #fff;
}
.greenBoxWrap{
 display: flex;
 justify-content: center;
 gap: 20px;
}
.product_pr_head h2 {
  padding-top: 45px;
  /* font-family: 'Caveat', cursive; */
  font-weight: 500;
  font-size: 35px;
}

.price_bg_common {
  background-color: #FF9800;
}

.product_img {
  height: 330px;
  margin: 0 50px;
  background-position: center center;
}

.shape_round, .shape_round_snd {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: -20px;
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.shape_round_snd {
  background-color: #FF9800;
}
.single_pricing_box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.product_ara_single {
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.sale_badge {
  position: absolute;
  left: 0;
  top: 50px;
  background: #FF0000;
  padding: 17px 10px 15px 10px;
}

.sale_badge h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.detail_product {
  text-align: center;
  padding-top: 20px;
  border-bottom: 1px solid #333333;
}

.detail_product h2 {
  font-size: 28px;
  color: #904098;
  margin-bottom: 0;
}

.detail_product a {
  font-size: 18px;
  color: #FF0000;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  transition: 0.3s;
}

.detail_product a:hover {
  text-decoration: none;
}

.detail_product span {
  color: #FF0000;
  font-size: 20px;
  font-weight: 700;
}

.detail_product p {
  font-size: 16px;
}

.delivery_time, .delivery_pas, .delivery_btn {
  position: relative;
  z-index: 1;
  padding-top: 18px;
}

.delivery_message h5, .delivery_order h5 {
  font-size: 16px;
  color: #FF9800;
  font-weight: 400;
  margin-bottom: 5px;
}

.delivery_message, .delivery_order {
  padding-left: 45px;
}

.delivery_time i.fa, .delivery_pas i.fa, .delivery_time i.fa-solid {
  position: absolute;
  left: 0;
  font-size: 32px;
  top: 20px;
  color: #80BD41;
}
.delivery_order h5 {
  margin-top: 10px;
}
.delivery_btn {
  text-align: center;
}

.btnc.fb {
  margin-bottom: 10px;
}

.btnc.whatsapp {
  background: #80BD41;
}

.btnc:hover {
  color: #333;
}

.btnc.fb:hover {
  color: #fff;
}

.delivery_btn p {
  font-size: 16px;
}

/* ==============
covid banner css
=================*/
.covid_banner {
	background-color: #904098;
	color: white;
	text-align:center;
}

/* ==============
free kindling css
=================*/
.ree_kindling_img img {
  max-width: 100%;
}
.free_kindling_area, .pay_by_card, .why_cheap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.free_kindling_text {
  padding-top: 135px;
}

.free_kindling_text h3:after, .free_kindling_text h3:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7%;
  height: 2px;
  background: #cccccc;
  content: '';
  display: block;
}

.free_kindling_text h3 {
  position: relative;
  z-index: 1;
  color: #904098;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: clamp(20px, 2.8vw, 37px);
}

.free_kindling_text h3:before {
  left: auto;
  right: 0;
}

.free_kindling_text p {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}
/* ===========
pay with card css
=========== */
.free_kindling_text.pay_by_card_desc {
  padding-top: 65px;
}
/* ===============
free delivery css
=================*/
.bg_m_dark {
  background-color: #333333;
}

.free_delivery_txt h2 {
  color: #fff;
  font-family: 'Caveat', cursive;
  font-size: 52px;
  margin-bottom: 0;
  font-weight: 500;
}

.free_delivery_txt h2 span {
  color:#FF9800;
}

.list_facility ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list_facility li i {
  color: #FF9800;
  background: #138510;
  padding: 10px 10px;
  border-radius: 50%;
  font-size: 20px;
  display: inline-block;
}

.list_facility li {
  font-family: 'Caveat', cursive;
  font-size: 30px;
  margin-bottom: 20px;
}

.list_facility_r h3 {
  font-size: 24px;
  color: #212529;
  font-weight: 600;
}

.list_facility_b p {
  font-size: 20px;
  font-weight: 600;
}

.why_cheap_detail h2 {
  font-weight: 400;
  color: #904098;
}

.why_cheap_detail p {
  font-size: 16px;
}
/* =============
contact css
============== */
.contact_us {
  position: relative;
  overflow: hidden;
}

.contact_ticker {
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  text-align: center;
  background: #333333;
  width: 500px;
  padding: 100px 0 0;
  margin-bottom: 0;
  left: -210px;
  top: -65px;
}

.contact_ticker_ds h3 {
  font-size: 45px;
  font-weight: 700;
  color: #FF9800;
  text-transform: uppercase;
  margin-bottom: 0;
}

.contact_ticker_ds p {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.2;
}

.head_contact h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 32px;
  position: relative;
  color: #904098;
}

.head_contact h2:after, .head_contact h2:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 40%;
  height: 2px;
  background: #cccccc;
  content: '';
  display: block;
}
.head_contact h2:before {
  left: auto;
  right: 0;
}

.contact_form label {
  font-weight: 700;
  font-size: 16px;
  display: block;
}

.contact_form input[type=text], .contact_form input[type=email], .contact_form input[type=tel], .contact_form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 6px;
  border: none;
  border-radius: 5px;
}

.contact_form textarea {
  width: 100%;
  height: 65px;
  margin-bottom: 0;
}

.contact_form input[type=submit] {
  padding: 10px 25px 5px;
  font-size: 17px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  background: #fff;
  line-height: 1.5;
}

.fb_iframe h3 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 0;
}

#pageForm {
  border: solid #f4f4f4 1px;
  padding: 20px;
  margin-top: 20px
}

#pageForm h4 {
  margin: 0 0 20px;
  font-weight: 700
}

#pageForm label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

#pageForm label input,
#pageForm label select,
#pageForm label textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: solid #ccc 1px;
  margin-top: 2px
}

#pageForm button {
  background-color: #904098;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
  display: inline-block;
  border: solid #904098 1px
}

#pageForm h3.sent {
  padding: 10px;
  display: block;
  border: solid green 2px;
  text-align: center;
  margin: 10px 0
}
				

.footer_copyright {
  background: #333333;
}

.copyright_txt p {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}


/* ===============
delivery page css
=============*/

.delivery_covered_img img {
  max-width: 100%;
}

.delivery_covered {
  padding-top: 315px;
  padding-bottom: 50px;
  height: 900px;
}

.delivery_inner h2 {
  text-align: left;
  font-family: 'Caveat', cursive;
  text-transform: uppercase;
  color: #904098;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.delivery_inner p {
  font-size: 16px;
}

.delivery_number p {
  font-size: 16px;
}

.delivery_number p strong {
  color: #FF0000;
}

.delivery_number h2 {
  font-size: 60px;
  margin-top: 35px;
  color: #904098;
}

/* =============
production css
==============*/
.single_production_img img {
  max-width: 100%;
}

.portfolio_bg_1 {
  background-image: url(../img/production/c1.jpg);
}
.portfolio_bg_2 {
  background-image: url(../img/production/c5.jpg);
}
.portfolio_bg_3 {
  background-image: url(../img/production/c3.jpg);
}
.portfolio_bg_4 {
  background-image: url(../img/production/c4.jpg);
}
.portfolio_bg_5 {
  background-image: url(../img/production/c2.jpg);
}
.portfolio_bg_6 {
  background-image: url(../img/production/c6.jpg);
}
.portfolio_bg_7 {
  background-image: url(../img/production/c7.jpg);
}

.single_portfolio_item {
  float: left;
  width: 24.9833%;
  height: 375px;
  background-size: cover;
  background-position: center top;
  background-color: #ddd;
  z-index: 2;
  position: relative;
}
.production_des h2 {
  text-align: center;
  font-size: 30px;
  color: #904098;
  font-weight: 500;
  margin-top: 15px;
}
.single_portfolio_item.large_bg {
  height: 750px;
}
.portfolio_list {
  overflow: hidden;
}
/* gallery wrap sec start  */
.galleryWrap{
  padding-bottom: 30px;
}
.galleryWrap .galleryInner{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
gap: 10px 0;
}
.galleryWrap .galleryImg{
width: calc(33.33% - 10px);
height: 300px;
}
.galleryWrap .galleryImg img{
width: 100%;
height: 100%;
object-fit: cover;
}
/* gallery wrap sec end */

.covid_banner {
background-color: #904098;
color: white;
text-align:center;
}

.delivery_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.delivery_links ul li {
  margin-bottom: 10px;
  text-align: center;
}


.delivery_links ul li a {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  transition: 0.3s;
}

.delivery_links ul li a:hover {text-decoration: underline;color: #FF9800;}

.delivery_location {
  padding-bottom: 35px;
  padding-top: 35px;
  background-color: #f3f3f3;
}
.mt150{
      margin-top: clamp(40px, 11vw, 150px);
}
.mt50{
  margin-top: clamp(15px, 3vw, 50px);
}
.fsInherit{
      font-family: inherit !important;
}
h2.fsInherit{
      font-size:clamp(19px, 2.2vw, 30px);
}
.fw700{
  font-weight: 700 !important;
}
.tickWrap ul li{
  position: relative;
      padding-left: 20px;
}
.tickWrap ul li+ li{
margin-top: 10px;
}
.tickWrap ul{
    list-style: none;
}
.tickWrap ul li::before{
  content: "";
  height: 15px;
  width: 9px;
  position: absolute;
  border-bottom: 3px solid green;
  border-right: 3px solid green;
  transform: rotate(45deg);
  left: 0;
}

