
/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
  background: #ffffff;
  color: #898989;
 font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  }

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  padding:9px;
}

h5 {
  color: #666;
  font-size: 16px;
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px dotted #666;
  border-top: 1px dotted #666;
}

h6 {
  color: #888;
  font-size: 17px;
  padding: 0;
  margin: 15px 0 20px 0;
}

a {
  color: #ffffff;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #e77817;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333;
  line-height: 27px;
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: none;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 50px;
  padding-bottom: 50px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding: 15px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 15px;
  color: #666666;
  font-family: helvetica;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.logo {
  float: left;
}

.logo img {
  width: 250px;
  height: 53px;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #afafaf;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  height: 100vh;
  width: 100%;
  background: url("../images/home-bg.jpg") repeat scroll center center / cover;
  animation: imageRotation 25s infinite linear; /* Adjust the duration as needed */
}

@keyframes imageRotation {
  0% {
    background-image: url("../images/home-bg1.jpg");
  }
  30% {
    background-image: url("../images/home-bg2.jpg");
  }
  60% {
    background-image: url("../images/home-bg3.jpg");
  }
    90% {
    background-image: url("../images/home-bg4.jpg");
  }
      100% {
    background-image: url("../images/home-bg1.jpg");
  }

}



#header .header-content {
  height: 80vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.header-content h1 {
  font-size: 82px;
  font-weight: 700;
  padding: 5px 0;
  letter-spacing: -1px; 
  text-transform: none;
  line-height:62px;
  color: #fff;
}

.header-content {
  display: inline-flex; /* Ensure the parent container wraps around the content */
}

.header-content h2 {
  font-size: 23px;
  font-weight: 700;
  padding: 10px 20px; /* Adjust padding as needed */
  margin: 15px 0;
  text-transform: none;
  letter-spacing: 2px; /* Increase text spacing */
  line-height: 38px;
  color: #fff;
  background-color: #333; /* Grey background color */
    display: inline-block; /* Make the border length match the text width */
  width: fit-content; /* Ensure width matches the text width */
}


.header-content p {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: none;
  color: #fff;
  line-height: 35px;
  font-weight: 500;
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 25px;
}

/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #f8f8f8;
  padding-top: 10px;
}

#about .div-img-bg {
  border: 15px solid #fff;
  margin-top: 25px;
  border-radius: 18px; /* Adjust the value as needed */
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  margin-left: 0px;
  object-fit: cover;
}



#about .about-descr .p-heading {
  font-family: 'Georgia', serif;
  color: #555;
  font-size: 22px;
  text-align: left;
  line-height:29px;
  padding-left: 10px;
  margin:15px 0;
}

#about .about-descr h1 {
  font-family: helvetica;
  color: #555;
  font-size: 27px;
  text-align: left;
  line-height:29px;
  padding: 20px 0 0 10px;
}

#about .about-descr .separator {
  font-size: 20px;
  color: #555;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

#services {
  background: #333333;
  position: relative;
  padding: 40px 0;
}

.owl-item {
  float: left;
}
.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
	  font-size: 18px;
  color: #ffffff;
  margin: 0;
  font-size: 18px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #ffffff;
  line-height: 44px;
}


.services-carousel  .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/

#journal,  #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
  padding-bottom:27px;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 15px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.footer-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #FFD700; /* or any highlight color */
  text-decoration: underline;
}


.credits {
  font-size: 13px;
}




/* CSS for the pop-up container */
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 999;
}

/* CSS for the pop-up content */
.video-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Close button */
.close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
}


/*-----------------------------------------------------------------------------------*/
/*  Blog
/*-----------------------------------------------------------------------------------*/


#blog .blog-block {
  display: inline-block;
  height: auto;
  width: 100%;
  padding-bottom:27px;
}

#blog .blog-block .blog-info {
  position: relative;
  
}

#blogheader {
  height: 40vh;
  width: 100%;
  background: url("../images/home-bg.jpg");
  }

#blogheader .blogheader-content {
  height: 80vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#blogheader .blogheader-content h1 {
  font-size: 58px;
  margin-bottom: 150px;
}

.blog-block .blog-info img {
  max-width: 100%;
}

.blog-block .blog-info .blog-txt {
  padding: 15px 0px;
  position: relative;
}

.blog-block .blog-info .blog-txt h4 {
  display: block;
  font-size: 18px;
  line-height: 22px;
  margin: 0;
  font-weight: 600;
  color: #292929;
}

.blog-block .blog-info .blog-txt h4 a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.blog-block .blog-info .blog-txt p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
   color: #555;
}

.blog-txt p a {
font-size: 18px;
color: #ff0000;
padding:10px 0;
}

.blog-txt p a:hover {
font-size: 18px;
color: #ff0000;
}

.blog-row-bottom-space {
  margin-bottom: 80px; /* You can increase this value as needed */
}


/* 
---------------------------------------------
Single Product Page
--------------------------------------------- 
*/

#product {
  margin:55px 0;
  border-bottom: 2px dotted #dddddd;
}

#product .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  border: 2px solid #dddddd;
}

#product .right-content {
  position: relative;
  z-index: 3;
  background-color: #fff;
  font-size: 18px;
}

#product .right-content h1 {
  font-size: 25px;
  color: #2a2a2a;
  font-weight: 750;
  padding: 13px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

#product .right-content h3 {
  font-size: 20px;
  color: #2a2a2a;
  font-weight: 600;
  margin: 15px 0;
}

#product .right-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0px;
}

#product .right-content h5 {
  font-size: 17px;
  color: #888;
  font-weight: 500;
  margin: 20px 0;
}

#product .right-content span.price {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#product .right-content ul.stars {
  position: absolute;
  right: 0;
  top: 0;
}

#product .right-content ul.stars li {
  display: inline;
  font-size: 13px;
}

.custom-bullet-list {
    list-style: none; /* Removes default bullets */
    padding-left: 10px; /* Adjusts indentation */
}

.custom-bullet-list li {
    position: relative;
    padding-left: 20px; /* Space for custom bullet */
    margin-bottom: 5px; /* Adds spacing between items */
    font-size: 17px;
	font-weight: 400;
    color: #333; /* Dark gray text */
   
}

.custom-bullet-list li::before {
    content: "."; /* Custom bullet symbol */
    position: absolute;
    left: 0;
    top: -50px;
    font-size: 60px;
	padding-bottom: 10px;
    color: #666; /* Warm orange bullet */
}


#blog .right-content span {
  font-size: 17px;
  color: #555555;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#blog .right-content .quote {
  margin-top: 25px;
}

#blog .right-content .quote i {
  float: left;
  font-size: 42px;
  margin-right: 15px;
  margin-top: 10px;
}

#blog .right-content .quote p {
font-size: 18px;
  font-style: italic;
  color: #888888;
  font-weight: 500;
  line-height:25px;
}

#blog .right-content p {
  font-size: 20px;
  color: #555555;
  font-weight: 500;
  display: block;
  margin-top: 15px;
}

.total .main-border-button {
  text-align: left;
  margin:35px 0;
  
}

.total .main-border-button a {
  border-color: #666;
  color: #2a2a2a;
  padding:10px;
   border: 1px solid #888;
   
}

.total .main-border-button a:hover {
  color: #fff;
  background-color: #2a2a2a;
}

  .blog-link {
    color: #555;
    text-decoration: none;
  }

  .blog-link:hover {
    color: #ff6600;
    text-decoration: underline;
  }