:root {
  --white-bg : #fff;
  --main-dark : #600a03;
  --main-light-1 : #fe856f;
  --main-light-4 : #c3c3c5;
  --main-light-5 : #d6d6d9;
  --dark-1 :#000002;
  --dark-2 :#ce5c5c;

  


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

  /* background-color: var(--main-dark); */
  background-color: var(--white-bg);

}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.hero_area {
  height: 90vh;
  /* background-image: url(../images/main-bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  position: relative;
}

section.header_section {
  background: var(--main-dark);
  color: #fff;
  /* border-bottom: 2px solid green; */
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.hero_area.custom_page-height {
  height: 86px;
}

.hero_area.custom_page-height::after {
  display: none;
}

/* /* .hero_area::after {
  position: absolute;
  content: "";
  background-image: url(../images/blue-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 42%;
  height: 70px;
  top: 98.5%;
  right: -4%;
  z-index: -1; */
} */

/*header section*/



.logo-box {
  padding-top: 5px;
}

.logo-box span {
  font-size: 22px;
  font-weight: bold;
  color: var(--main-dark);
  font-family: "Roboto", sans-serif;
}

.header_section .header_container {
  display: flex;
  justify-content: space-between;
}

.header_top {
  display: flex;
  justify-content: flex-end;
  padding-top: 7px;
  background: #fff;
  width: 100%;
  margin: 0;
}

.header_top img {
  margin-right: 5px;
}
/* 
.header_top-social {
  display: flex;
} */

/* .header_top-contact {
  display: flex;
  margin-right: 20%;
} */

/* .header_top-contact a,
.header_top-contact a:hover {
  display: flex;
  color: var(--main-light-4);
} */

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  color: var(--white-bg);
  text-align: center; font-weight: 400;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}
.slider_section{
background-color: var(--main-light-5);
}
.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.heading_style {
  border-left: 12px solid var(--main-light-1);
  font-size: 40px;
  padding-left: 3px;
  font-weight: 400;
  color: var(--main-dark);
}
.heading_style-p{
  color: var(--main-dark);
}

.custom_nav-container .navbar-toggler {}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {}

.custom_nav-container .nav_search-btn {}

.navbar {}

.nav-link:hover {}

.navbar-brand,
.navbar-brand:hover {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: var(--main-light-4);
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);

  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 48px;
}

/*end header section*/

/* slider section */
.slider_section {
  position: relative;
}

.slider_form-box form {
  display: flex;
}

.slider_form-box form .search_input {
  position: relative;
}

.slider_form-box form .search_input input {
  width: 250px;
  height: 45px;
  outline: none;
  border: none;
  background-color: #f7f6fd;
  padding-left: 10%;
}

.slider_form-box form .search_input img {
  position: absolute;
  width: 15px;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}

.slider_form-box form button {
  border: none;
  background-color: var(--main-light-1);
  color: var(--white-bg);
  padding: 10px 25px;
}

.slider_section .slider_item-container {
  margin-top: 10%;
}

.slider_section .slider_item-container.col-md-6 {
  padding: 0;
}

.slider_item-detail h1 {
  font-weight: bold;
  margin: 35px 0;
  color: var(--dark-1);
}

.read-btn,
.quote-btn,
.read-btn:hover,
.quote-btn:hover {
  padding: 15px 20px;

  color: var(--white-bg);
}

.read-btn {
  background-color: var(--main-light-1);
}

.quote-btn {
  background-color: var(--main-dark);
}

.read-btn img,
.quote-btn img {
  margin-left: 5px;
  width: 20px;
}

.slider_section .carousel-indicators {
  position: absolute;
  top: 50%;
  left: -10%;
  bottom: auto;
  right: auto;
  flex-direction: column;
  transform: translateY(-50%);
}

.slider_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: var(--main-light-1);
  background-clip: padding-box;
  margin: 3px;
  border: none;
  opacity: 1;
  border-radius: 100%;
  transition: background-color 0.6s;
}

.slider_section .carousel-indicators .active {
  background-color: var(--main-dark);
}


/* end slider section */

/* about section  */
.about_section {
  padding-top: 50px;
  position: relative;
}


.about_section .col-md-6 {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_detail-container {
  position: relative;
}



.about_detail-box {
  padding: 25px 50px;
  padding-right: 0;
}


.about_detail-box h3,
.about_detail-box p {
  text-align: right;
}

.about_detail-box h3 {
  color: var(--white-bg);
  font-weight: bold;
  }
  
  .about_detail-box p {
    margin: 20px 0;
    color: var(--white-bg);
    }
    
    .about-btn img {
      margin: 0;
      margin-right: 5px;
      transform: rotate(180deg);
      }
      
      .about_img-box {
        position: relative;
}

.about_detail-container::before {
  content: "";
  position: absolute;
  width: 115%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--dark-2);
  z-index: -1;
}



.about_img-box::before {
  content: "";
  width: 18%;
  height: 10%;
  background-color: var(--dark-2);
  position: absolute;
  right: 0;
  bottom: 25%;
  
  }
  
  .about_img-box::after {
    content: "";
    position: absolute;
    width: 18%;
    height: 10%;
    right: 0;
    bottom: 25%;
    background-image: url(../images/white-next.png);
    background-size: 20px;
    background-position: 15px;
    background-repeat: no-repeat;
    } 
    
    
    
    
    
    .about_section::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -28px;
      width: 165px;
      height: 120px;
      /* transform: translateY(-50%); */
      background-image: url(../images/circle-bg.png);
      background-size: cover;
      border-radius: 50%;
  }


      /*
  

end about section */

/* service section */
.service_img-box {
  position: relative;
}

.service_img-box h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  color: var(--white-bg);
  font-weight: lighter;
  padding: 10px 15px;
  padding-right: 35px;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.s-b-1 h3 {
  background-color: var(--main-dark);
  border-radius: 78% 22% 100% 0% / 0% 100% 0% 100%  ;
}

.s-b-2 h3 {
  
  background-color: var(--main-light-1);
  color: var(--dark-1);
  border-radius: 78% 22% 100% 0% / 0% 100% 0% 100%  ;
}


.service_img-box img {
  width: 100%;
}

.service-btn,
.service-btn:hover {
  padding: 7px 12px;
  background-color: var(--main-dark);
  color: var(--white-bg);
}

/* service section */

/* shop section */

.shop_section {}

.shop_section .row {
  margin-top: 100px;
  background-color: var(--main-dark);
}

.shop-detail {
  padding: 50px;
}

.shop-detail h5 {
  color: var(--white-bg);
  font-size: 22px;
}

.shop-detail p {
  color: var(--main-light-4);
}

.shop_img-box {
  position: relative;
  margin-top: -50px;
  margin-left: -50px;
  margin-bottom: 50px;
}

/* end shop section */

/* client section */
.client_section {
  padding-bottom: 125px;
}

.client_box {
  position: relative;
  margin-top: 150px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.c-b-1 {
  /* background-image: url(../images/client1-bg.png); */
  background-color:var(--main-dark);
  border-radius: 99% 1% 89% 11% / 0% 100% 0% 100% ;}

.c-b-2 {
  /* background-image: url(../images/client2-bg.png); */
  /* background-color:var(--main-dark); */
/*  */
  /* border-radius: 99% 1% 89% 11% / 0% 100% 0% 100% ;} */
}


.client_detail {
  padding: 20px 30px;
  padding-left: 50px;
}

.client_detail h5 {
  padding-left: 20%;
  color: var(--white-bg);
}

.client_detail p {
  padding-top: 20px;
  color: var(--main-light-4);
}

.client_box .client_img {
  position: absolute;
  top: -40%;
}

.client_section .carousel-indicators {
  position: absolute;
  top: 115%;
  left: 33%;
  bottom: auto;
  right: auto;
}

.client_section .carousel-indicators li {
  width: 21px;
  height: 10px;
  background-color: var(--main-dark);
  background-clip: padding-box;
  margin: 0;
  border: none;
  opacity: 1;
  transition: background-color 0.6s;
}

.client_section .carousel-indicators .active {
  background-color: var(--main-light-1);
}

/* end client section */

/* company section */
.company_section {
  background-color: var(--main-dark);
}

.company-detail h3 {
  color: var(--white-bg);
  font-weight: bold;
}

.company-detail p {
  color: var(--main-light-4);
  width: 85%;
}

/* end company section */

/* contact_section */

.contact_section .col-md-6 {
  padding: 0;
}

.contact_form-container {
  padding: 60px;
  background-color:var(--main-dark);
  position: relative;
}

.contact_form-container form {
  width: 100%;
}

.contact_form-container form input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;

  background-color: #fcfcfc;
  margin: 10px 0;
}

.message_input {
  height: 100px;
}

.contact_form-container button {
  border: none;
  display: inline-block;
  padding: 8px 40px;
  background-color: var(--white-bg);
  color: var(--main-dark);
  border-radius: 5px;
  margin-top: 20px;
}
.contact_form-container input { 
  background: var(--white-bg) ;
  color: var(--main-dark) ;
  border-radius: 5px;
}
.contact_form-container input::placeholder{
  color: var(--main-dark);
} 


.contact_form-container::before {
  content: "   → ";
  width: 50px;
  height: 50px;
  background-color: var(--main-dark);
  position: absolute;
  /* right: 0; */
  /* bottom: 25%; */
  left: -50px;
  color: #fff;
  /* position: absolute; */
  font-size: 30px;
}

/* end contact_section */

/* info section */
.info_section {
  padding-top: 150px;
  padding-bottom: 1px;
  color: var(--white-bg);
  background-image: url(../images/info-bg.png);
  background-size: 100% 101%;

  background-repeat: no-repeat;
  font-family: "Poppins", sans-serif;
}

.info_section h5 {

  font-size: 22px;

}

.info_section a,
.info_section a:hover {
  color: var(--white-bg);
}

.info_logo .logo-box {
  padding-top: 0;
  margin-top: -10px;
}

.info_logo .logo-box img {
  width: 65px;
}

.info_logo .logo-box span {
  color: var(--white-bg);
}

.info_section .col-md-4 {
  padding: 0 30px;
}

.info_news {
  padding-right: 8%;
}

.info_news input {
  border: none;
  width: 100%;
  height: 40px;
  margin: 5px 0;
  background-color: var(--white-bg);
  outline: none;
  padding-left: 20px;
}

.info_news button {
  border: none;
  background-color: var(--main-light-1);
  color: var(--white-bg);
  padding: 7px 12px;
  margin-top: 10px;
}

.info_nav nav {
  width: 70%;
  margin: 0 auto;
}

.info_nav ul {
  display: flex;
  flex-direction: column;
}

.info_nav ul li {
  list-style-type: none;
}

.info_nav ul li a {
  color: var(--white-bg);
}

.info_social {
  display: flex;
  justify-content: space-between;
  width: 150px;
}

.info_social a img {
  width: 30px;
}

/* end info section */
/* footer section*/

.footer_section {
  background-color: var(--white-bg);
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: var(--dark-1);
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: var(--dark-1);
}

/* end footer section*/


.info_social div a i {
  padding: 5px;
  border-radius: 5px;
  color: var(--main-dark);
  background: var(--white-bg);
}


.Subscribe-btn {
  background: var(--white-bg) !important;
  color: var(--main-dark) !important;
  border-radius: 5px;
}

.info_news   input[type="email"], .info_news input[type="text"] {
    background: var(--white-bg);
    color: var(--main-dark);
    border-radius: 5px;
}
.info_news input::placeholder{
  color: var(--main-dark);
}


.service-card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: .5s all;
}

.service-card {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  padding: 5px;
  border-radius: 5px;
}


.green-tick {
  background: green;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #fff;
}
ul {
  list-style-type: none;
}

.home-about-section li {
    color: #fff;
    padding: 3px 0;
}








/* hero page  */
.header_top-contact {
  /* display: flex; */
      flex-direction: row;
  }
  
  a.ml-4 {
      /* display: flex; */
      gap: 5px;
      color: var(--main-dark);
  }
  
  a.ml-4 i {
      background: var(--main-dark);
      color: var(--white-bg);
      padding: 5px;
      border-radius: 5px;
  }


  .header_top-social{
    flex-direction: row-reverse;
  }

  

.header_top-social div a i {
  padding: 7px;
  border-radius: 5px;
  color: var(--white-bg);
  background: var(--main-dark);
  margin: 0px 5px 5px;
  font-size: 14px;
}