/*--------------------------------------------------------------------- File Name: style.css -------------------f2515e--------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

:root {
  --template-color-0: #f2515e !important;
  --template-color-1: #fbc11d !important;
}

main {
  display: flex;
  flex-direction: column;
}

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  background: #ffffff !important;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.item h5 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--template-color-0);
}
.gallery-section {
  background: linear-gradient(90deg, var(--template-color-1) 0%, var(--template-color-0) 60%);
  display: block;

  width: 100%;
}

.info-section {
  width: 100%;

  padding: 90px 0;
}
.item {
  width: 23%;
}
.info-section .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 3rem;
}

.info-item {
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  gap: 4px;
}

.info-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.info-section .content {
  color: #fff;
}

.info_taital {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.info-item {
  background-color: var(--template-color-0);
}

.info-item:nth-child(odd) {
  background-color: var(--template-color-1);
}

.info-item .content {
  width: 75%;
  padding: 50px;
}

.info-item img {
  max-height: 300px;
  min-width: 400px;
  object-fit: cover;
}

.gallery {
  max-width: 1245px;
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 75px 0;
}
.gallery img {
  max-height: 300px;
  border: solid 10px #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.hidden {
  display: none !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

/* header section start */

header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
}

.bg-light {
  background-color: #ffffff !important;
}

.logo {
}
.logo img {
  height: 45px;
}

.navbar {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-light .navbar-nav .nav-link {
  color: #282828;
  font-size: 18px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 30px;
  text-align: center;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--template-color-0);
}

.login_menu {
  width: 100%;
}

.login_menu ul {
  margin: 0px;
  padding: 0px;
}

.login_menu li {
  font-size: 18px;
  color: #ffffff;
  padding-left: 15px;
}

.login_menu li a {
  color: #ffffff;
}

.login_menu li a:hover {
  color: var(--template-color-0);
}

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;

  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}

.banner_bg {
  margin-left: 30px;
}

.taital_main {
  width: 100%;

  padding: 4px 20px;
  min-height: 5rem;
  position: relative;
}
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.taital_text {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  width: 90%;
}

.taital_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  height: 50rem;
  position: relative;
  align-content: center;
  justify-content: center;
  margin: 0 0 0 5%;
}

.taital_right {
  width: 60%;

  display: flex;
  align-items: center;
  justify-content: center;
  height: 40rem;
  position: relative;
}

.banner_taital {
  width: 80%;
  font-size: 50px;
  color: var(--template-color-0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
}

.read_bt {
  margin-top: 50px;
  max-width: 275px;
  padding: 1rem;
}

.read_bt a {
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background-color: #363636;
  padding: 10px 10px;
  border-radius: 15px;
}

.read_bt a:hover {
  color: #000;
  background-color: #ffffff;
}

.product_img {
  width: 100%;

  padding-top: 20px;
}

a.carousel-control-next {
  position: absolute;
  left: 80%;
  top: 50%;
  padding: 12px !important;
  width: fit-content;
  height: fit-content;
  background-color: #fff !important;
}

a.carousel-control-prev {
  position: absolute;
  left: 70%;
  top: 50%;
  padding: 12px !important;
  background-color: #fff !important;
  width: fit-content;
  height: fit-content;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
  width: 65px;
  height: 65px;
  background: #ffffff;
  opacity: 1;
  font-size: 24px;
  color: #515151;
  border-radius: 100%;
  box-shadow: 0px 0px 7px 2px #8b8b8b;
}
.carousel-control-prev i {
  border-radius: 50%;
  font-size: 24px;
  color: #000;
}
.carousel-control-next i {
  border-radius: 50%;
  font-size: 24px;
  color: #000;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
  background: #ffffff;
  color: var(--template-color-1);
}

/* banner section start */

/* about section start */

.about_section {
  width: 100%;
}

.about_img {
  width: 100%;
}

.about_taital {
  width: 100%;
  font-size: 40px;
  color: #363636;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 70px;
}

.border {
  width: 2px;
  background-color: #000;
  height: 80px;
  margin-left: 13px;
}

.about_text {
  width: 70%;
  font-size: 16px;
  color: #000;
  margin: 0px;
  padding-top: 10px;
}

.read_bt_1 {
  width: 170px;

  margin-top: 50px;
}

.read_bt_1 a {
  width: 100%;

  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background-color: #363636;
  padding: 10px 0px;
}

.read_bt_1 a:hover {
  color: #ffffff;
  background-color: var(--template-color-0);
}

.image_1 {
  width: 60%;
  float: right;
  position: relative;
  left: 100px;
}

/* about section end */

/* product section start */

.product_section {
  width: 100%;

  padding-bottom: 90px;
}

.product_taital {
  width: 100%;

  font-size: 40px;
  color: #363636;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.product_text {
  width: 100%;

  font-size: 16px;
  color: #363636;
  margin: 0px;
  text-align: center;
  padding-bottom: 50px;
}

.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991.98px) {
  .padding {
    padding: 1.5rem;
  }
}

@media (min-width: 0px) and (max-width: 650px) {
  .carousel-indicators {
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    bottom: -150px;
  }
}

@media (max-width: 767.98px) {
  .padding {
    padding: 1rem;
  }
}

.padding {
  padding: 3rem;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  border: 0px;
}

.image_main {
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 10px;
}

.image_main img {
  border-radius: 20px;
  max-height: 350px;
}

.product-element-hover-class:hover {
  transform: scale(1.05);
}

.modal-body {
  min-height: 400px;
  max-height: 80vh;
  overflow-y: auto;
}

.shared-map-section .GMAP_IFRAME {
  max-width: 80vw;
  max-height: 60vh;
  margin-left: auto;
  margin-right: auto;
}

.filter-button {
  background-color: #2d2d2d;
  color: #fff;
  border-radius: 15px;
  padding: 10px;
  width: 120px;
}

.filter-button-active {
  background-color: var(--template-color-1);
  color: #fff;
  border-radius: 15px;
  padding: 10px;
  width: 120px;
}

.filter-button:hover {
  color: #ffffff;
  background-color: var(--template-color-1);
}

.owl-carousel .owl-item .image_main img {
  display: block;
  width: 175px;
  height: 250px;
  object-fit: cover;
}

.price_text {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #363636;
  font-weight: bold;
  padding-top: 20px;
}

.price_text p {
  color: var(--template-color-0);
  font-size: 24px;
  font-weight: bold;
}

.pricing-footer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.product_section.layout_padding .owl-carousel .owl-nav button.owl-next,
.product_section.layout_padding .owl-carousel .owl-nav button.owl-prev {
  border-radius: 100px;
  margin: 0 10px;
  width: 45px;
  height: 45px;
  color: var(--template-color-0);
  border: 2px solid var(--template-color-0);
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: flex;
  font-size: 23px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  display: flex;
  padding: 0px;
  margin-left: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
  right: -90px;
  top: 170px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -90px;
  top: 170px;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

/* product section end */

/* atribute section start */

.attribute-section {
  width: 100%;

  background: linear-gradient(90deg, var(--template-color-0) 0%, var(--template-color-1) 100%);
  padding: 90px 0;
}
.attribute-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
  gap: 2rem;
}

.attribute-item {
  width: 22%;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: auto;
}

.attribute-item:hover {
  transform: scale(1.1);
  background-color: var(--template-color-0);
  border: 0px;
  color: #fff;
}
.attribute-item:hover .content .attribute-title {
  color: #fff;
}

.attribute-item:hover .content .attribute-text {
  color: #fff;
}

.attribute-item .content {
  border-radius: 10px;
  margin-top: 30px;
}

.attribute-item .content .attribute-title {
  color: var(--template-color-0);
}

.attribute-item .content .attribute-text {
  font-size: 16px;
  color: #363636;
  margin: 0;
  padding: 0;
}

/* client section start */

.client_section {
  width: 100%;

  background: linear-gradient(90deg, var(--template-color-0) 0%, var(--template-color-1) 100%);
  padding-bottom: 180px;
}

.client_taital {
  width: 90%;

  margin-right: 5rem;
  font-size: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 70px;
}

.client_box {
  width: 97%;

  background-color: #ffffff;
  height: 400px;
  padding: 80px 80px 0px 80px;
}

.client_text {
  width: 100%;
  color: #303030;
  height: auto;
  margin: 0px;
}

.client_section .carousel-item {
  padding: 4px;
}

.client_main {
  width: 100%;

  padding-top: 60px;
  display: flex;
}

.client_left {
  width: 25%;

  margin-right: 5%;
  overflow: hidden;
  height: 100%;
}

.client_right {
  width: 65%;
  margin-right: 5%;
  padding: 8px 0;
}

.client_img {
  width: 100%;
  padding: 4px;
}
.client_img img {
  width: 75px;
  height: 75px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

.client_name {
  width: 100%;

  font-size: 20px;
  color: #2a2929;
  font-weight: bold;
  padding: 0px;
}

.aliqua_text {
  width: 100%;

  font-size: 16px;
  color: var(--template-color-1);
  margin: 0px;
}

.carousel-indicators {
  right: 0;
  left: -370px;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 0px;
  right: inherit;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #d7cfcf;
}

.carousel-indicators .active {
  background-color: #363636;
}

/* client section end */

/* blog section start */

.blog_section {
  width: 100%;

  position: relative;
  background-color: #fff;
}

.blog_section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  left: initial;
  right: 10px;
  top: 0px;
}

.blog_section::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0px;
  right: initial;
  bottom: -50px;
}

.blog_taital {
  width: 100%;

  font-size: 40px;
  color: #464646;
  text-transform: uppercase;
  font-weight: bold;
}

.blog_section_2 {
  width: 100%;

  padding-top: 50px;
}

.face_img {
  width: 100%;
}

.face_text {
  width: 100%;

  font-size: 30px;
  color: #575757;
  padding-top: 120px;
}

.lorem_text {
  width: 100%;

  font-size: 16px;
  color: #575757;
  margin: 0px;
}

.blog_section_3 {
  width: 100%;
}

.readmore_bt {
  width: 170px;
  float: right;
  margin-top: 197px;
}

.readmore_bt a {
  width: 100%;

  font-size: 18px;
  text-align: center;
  color: #ffffff;
  background-color: #363636;
  padding: 10px 0px;
}

.readmore_bt a:hover {
  color: #ffffff;
  background-color: var(--template-color-0);
}

/* blog section end */

/* contact section start */

.contact_section {
  width: 100%;

  padding-bottom: 90px;
  position: relative;
}

.contact_section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  right: 10px;
  top: 0px;
}

.contact_taital {
  width: 100%;

  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.contact_section_2 {
  width: 100%;

  padding-top: 50px;
}

.image_7 {
  width: 100%;
  height: 100%;
  max-height: 450px;
  display: flex;
  justify-content: center;
}

.image_7 img {
  object-position: center;
  object-fit: cover;
  max-height: 450px;
}

.mail_section_1 {
  width: 90%;
}

.mail_text {
  width: 100%;

  font-size: 16px;
  color: #626262;
  border: 0px;
  background-color: #ffff;
  padding: 15px;
  margin-top: 20px;
  box-shadow: 0px 0px 3px 1px #e4e3e1;
}

input.mail_text::placeholder {
  color: #626262;
}

.massage-bt {
  color: #626262;
  width: 100%;
  height: 110px;
  font-size: 18px;
  background-color: #ffff;
  padding: 40px 15px 0px 15px;
  border: 0px;
  margin-top: 20px;
  box-shadow: 0px 0px 3px 1px #e4e3e1;
}

textarea#comment::placeholder {
  color: #626262;
}

.send_bt {
  width: 100%;

  background-color: var(--template-color-0);
  color: #fefeff;
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
}

.send_bt:hover {
  background-color: #363636;
  color: #ffffff;
}

/* contact section end */

/* footer section start */

.footer_section {
  width: 100%;

  background-color: #2d2d2d;
  height: auto;
  padding-bottom: 60px;
}

.location_icon {
  width: 100%;
}

.location_icon ul {
  display: flex;
  margin: 0px;
  padding: 0px;
}

.location_icon li {
  background-color: var(--template-color-0);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 10px;
  margin-top: 5px;
}

.location_icon li a {
  padding: 0.5rem;
}

.mail_box {
  width: 90%;
  display: flex;
  background-color: #ffffff;
  height: auto;
  border-radius: 40px;
  padding: 5px 5px 0px 20px;
}

.enter_email_text {
  width: 100%;

  font-size: 18px;
  color: #515151;
  padding: 10px 0px 0px 0px;
  background: transparent;
  border: 0px;
  height: 60px;
}

.subscribe_bt_1 a {
  width: 100%;

  font-size: 18px;
  color: #fdfdfd;
  text-align: center;
  background-color: var(--template-color-0);
  padding: 11px 10px;
  text-transform: uppercase;
  border-radius: 40px;
}

.subscribe_bt_1 a:hover {
  color: #ffffff;
  background-color: #2d2d2d;
}

.social_icon {
  width: 100%;
  float: right;
  padding-top: 20px;
  color: var(--template-color-0);
}

.social_icon a {
  padding: 0.5rem;
  display: block;
}

.social_icon ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  gap: 0.5rem;
}
.social_icon li svg {
  font-size: 20px;
  color: var(--template-color-0);
}

.policy {
  text-align: center;
  font-size: 1.5rem;
}

.policy .shared-privacy-policy-link {
  color: #fefefe;
}
.policy .shared-privacy-policy-link:hover {
  color: var(--template-color-0);
}

.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f8f9fa;
  padding: 10px 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}
.cookie-popup .cookie-text {
  font-size: 14px;
  color: #444;
  opacity: 0.8;
  width: 80%;
}
.cookie-text h5 {
  font-size: 16px;
  color: #444;
  opacity: 0.8;
  padding: 0;
}
.cookie-popup p {
  margin: 4px;
}

.cookie-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookie-btns .cookie-btn {
  font-size: 18px;
  padding: 5px 10px;
  margin-left: 10px;
  background-color: var(--template-color-0);
  border: none;
  color: #fff;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
.cookie-btns .cookie-btn:hover {
  background-color: #fff;
  color: var(--template-color-0);
  border: 1px solid var(--template-color-0);
}
.footer_section_2 {
  width: 100%;

  padding-top: 70px;
}

.company_text {
  width: 100%;

  font-size: 24px;
  color: #fefefe;
  text-transform: uppercase;
}

.dolor_text {
  width: 80%;

  font-size: 16px;
  color: #fefefe;
  margin: 0px;
}

/* footer section end */

/* copyright section start */

.copyright_section {
  border-top: 1px solid #717171;
  width: 100%;

  background-color: #2d2d2d;
  height: auto;
}
.copyright_section .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #2d2d2d;
}

.copyright_text {
  font-size: 16px;
  color: #ffffff;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: var(--template-color-0);
}
.margin_top90 {
  margin-top: 90px;
}
.padding_top0 {
  padding-top: 0px;
}

/* copyright section end */
