@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/***** General CSS *****/

:root {
  --wt: #fff;
  --bk: #000;
  --mbk: #6b7280;
  --shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

html {
  overflow-x: hidden;
}

body {
  word-break: break-word;
  font:
    15px/25px "Poppins",
    sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

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

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 0px;
  padding: 0;
  list-style-type: none;
}

i {
  font-family: FontAwesome !important;
  font-style: normal;
}

i::before {
  font-family: FontAwesome !important;
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  width: 55%;
  margin: 0 auto 50px auto;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src:
    url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "adelora.otf";
  src: url("../fonts/adelora.otf");
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

.pt-5 {
  padding-top: 50px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.pb-4 {
  padding-bottom: 40px;
}

.pb-8 {
  padding-bottom: 80px;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-8 {
  padding-top: 80px;
}

.pt-4 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 30px;
}

.pt-2 {
  padding-top: 20px;
}

.sec {
  padding: 80px 60px;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

/* Buttons Css Starts */

.theme1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background-color: #0000;
  border: none;
  padding: 0;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  border-radius: 100px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  font-family: "Montserrat";
  background-color: #66cccc;
  border: 1px solid #0000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-txt {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #66cccc;
  border: 1px solid #0000;
  padding: 15px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon {
  background-color: #fff;
  border: 1px solid #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.theme1 span.theme1-icon img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
  rotate: 330deg;
  transition: ease-in;
  transition-duration: 0.5s;
}

.theme1:hover span.theme1-icon img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(0%)
    hue-rotate(252deg) brightness(93%) contrast(100%);
  rotate: 0deg;
  transition: ease-out;
  transition-duration: 0.5s;
}

/* Buttons Css Ends */

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "adelora.otf";
  font-size: 72px;
  line-height: 80px;
  color: #fff;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  font-family: "adelora.otf";
  font-size: 50px;
  line-height: 55px;
  color: #000;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

h3 {
  font-family: "adelora.otf";
  font-size: 30px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

h4 {
  font-family: "adelora.otf";
  font-size: 24px;
  line-height: 29px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h5 {
  font-family: "adelora.otf";
  font-size: 20px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

h6 {
  font-family: "adelora.otf";
  font-size: 18px;
  line-height: 23px;
  color: #000;
  font-weight: 500;
  margin: 0;
}

p {
  color: #000;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  opacity: 0.7;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*Header Css Starts */
header {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

header .menuSec {
  position: relative;
  padding: 0 0 0 100px;
  border-bottom: 1px solid #ffffff40;
}

/* .menuSec img {
    margin: 0;
} */

.menu-box ul {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}

.menu-box ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menu-box li ul {
  display: none;
}

.menu-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 500;
}

.menu-box ul li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  margin: 0 0 0 auto;
  width: 0;
  border-bottom: 2px solid #fff;
  transition: ease-out;
  transition-duration: 0.5s;
  z-index: 0;
}

.menu-box ul li.active a::before {
  width: 100%;
}

.menu-box ul li a:hover::before {
  width: 100%;
  margin: 0 auto 0 0;
  transition: ease-out;
  transition-duration: 0.5s;
}

.menu-box ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menu-box li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menu-box ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menu-box li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menu-box li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menu-box li > ul > li,
.menu-box li > ul > li > a {
  display: block;
  margin: 0;
}

.menu-box li > ul > li > a:before,
.menu-box li > ul > li > a:after {
  display: none;
}

.menu-box li:hover li {
  float: none;
}

.menu-box li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menu-box ul ul ul {
  left: 100%;
  top: 0;
}

/* .menuSec ul:before,
.menuSec ul:after {
    content: "";
    display: table;
} */

/* .menuSec ul:after {
    clear: both;
} */

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.header-search {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  width: 80%;
  border: 1px solid #ffffff45;
  margin: 0 auto;
}

.header-search .header-search-input {
  display: flex;
  align-items: start;
  justify-content: start;
  height: 100%;
  width: 100%;
}

.header-search .header-search-input input {
  width: 100%;
  height: 100%;
  padding: 0 40px 0 20px;
  border: none;
  background-color: #0000;
  outline: none;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "Montserrat";
}

.header-search .header-search-input input::placeholder {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-transform: capitalize;
  font-family: "Montserrat";
}

.header-search .header-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.header-search-icon i {
  color: #fff;
}

.header-socials {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 90px;
  width: 100%;
}

.header-socials ul {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  width: 100%;
}

.header-socials ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 60px;
  background-color: #66cccc;
}

.header-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 60px;
}

.header-socials ul li:first-child a {
  border-right: 1px solid #fff;
}

.header-socials ul li a i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: ease-in;
  transition-duration: 0.5s;
}

.header-socials ul li a i:hover {
  opacity: 0.7;
  transition: ease-out;
  transition-duration: 0.5s;
}

/*Header Css Ends */

/*Banner Sec Css Starts */

section.banner-sec {
  background-image: url("../images/banner.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 110vh;
  padding: 0;
  position: relative;
}

section.banner-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000085;
}

.banner_slider .slick-slide {
  margin: 0;
  opacity: 1;
}

section.banner-sec .container,
section.banner-sec .row {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.banner-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 100%;
}

.banner-head {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ffffff40;
}

.banner-txt {
  width: 80%;
}

.banner-head h5 {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
}

.banner-txt p {
  color: #fff;
  opacity: 1;
}

.banner-bottom-wrpa {
  position: absolute;
  bottom: 0;
  left: 10vw;
  width: 100vw;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.banner-bottom-socials {
  width: 30%;
}

.banner-bottom-card-main {
  width: 75%;
}

.banner-bottom-socials ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin: 0 0 20px 0;
}

.banner-bottom-socials ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #ffffff36;
  transition: ease-in;
  transition-duration: 0.5s;
}

.banner-bottom-socials ul li a:hover {
  border: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.banner-bottom-socials ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  background-color: #66cccc;
  transition: ease-out;
  transition-duration: 0.5s;
}

.banner-bottom-socials ul li a:hover::before {
  height: 100%;
  width: 100%;
  border-radius: 100px;
  transition: ease-out;
  transition-duration: 0.5s;
}

.banner-bottom-socials ul li a i {
  color: #ffffff36;
  position: relative;
  z-index: 9;
  transition: ease-in;
  transition-duration: 0.5s;
}

.banner-bottom-socials ul li a i:hover {
  color: #fff;
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.banner-bottom-card-video-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  height: 150px;
  background: rgb(105 105 105 / 39%);
  box-shadow: 0 8px 32px 0 rgb(0 0 0 / 18%);
  backdrop-filter: blur(25px);
}

.banner-bottom-card-video {
  width: 25%;
  height: 100%;
  position: relative;
}

.banner-bottom-card-video-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.banner-bottom-card-video-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.banner-bottom-card-video a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
}

.banner-bottom-card-video a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.banner-bottom-card-txt-main {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 100px;
  padding: 0 0 0 70px;
}

.banner-bottom-card-txt h5 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}

.banner_slider button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  border: 1px solid #0000;
  background-color: #000;
  z-index: 99;
  top: unset;
  bottom: -120px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.banner_slider .slick-next {
  left: unset;
  right: -45vw;
}

.banner_slider .slick-prev {
  left: unset;
  right: -42vw;
}

.banner_slider button::before {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.banner_slider button:hover {
  background-color: #66cccc;
  transition: ease-in;
  transition-duration: 0.5s;
}

.banner_slider button:focus {
  background-color: #66cccc;
  transition: ease-out;
  transition-duration: 0.5s;
}

.banner_slider button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  color: #fff;
}

.banner_slider .slick-next:before {
  background-image: url("../images/btn-arrow3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}

.banner_slider .slick-prev:before {
  background-image: url("../images/btn-arrow4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
}

/*Banner Sec Css Ends */

/*About Us Sec Css Starts */

section.about-sec {
  position: relative;
}

section.about-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 90%;
  width: 35%;
  background-color: #66cccc;
}

section.about-sec .container-fluid {
  position: relative;
}

.about-img-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 450px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.about-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.about-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-txt-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  width: 95%;
  margin: 0 0 0 auto;
}

.about-head {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  padding: 0 0 10px 0;
  position: relative;
}

.about-head::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 3px solid #1f7e7e;
  width: 25%;
}

.about-head h5 {
  font-family: "Montserrat";
  font-size: 24px;
  line-height: 30px;
  color: #1f7e7e;
  text-transform: uppercase;
}

.about-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

/*About Us Sec Css Ends */

/*categories Sec Css Starts  */

section.categories-sec {
  position: relative;
  background-image: url("../images/categories-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

section.categories-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 88%) 0%,
    rgba(0, 0, 0, 0.74) 100%
  );
}

section.categories-sec .container-fluid {
  position: relative;
}

.categories-heading * {
  color: #fff;
  opacity: 1;
}

.categories-left-wrap {
  display: flex;
  align-items: start;
  justify-content: start;
  height: 765px;
  width: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.categories-left-wrap .categories-img-left a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    rgb(18 146 146 / 70%) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  height: 100%;
  width: 100%;
}

.categories-img-left {
  display: flex;
  align-items: start;
  justify-content: start;
  height: 100%;
  width: 100%;
}

.categories-img-left a {
  position: relative;
  display: flex;
  align-items: start;
  justify-content: start;
  height: 100%;
  width: 100%;
}

.categories-img-left a img {
  display: flex;
  align-items: start;
  justify-content: start;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.categories-img-left .categories-img-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 15px auto;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.categories-img-left .categories-img-txt * {
  color: #ffff;
}

.categories-img-left .categories-img-txt h5 {
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
}

.categories-img-left .categories-img-txt h5 {
  font-size: 35px;
  line-height: 40px;
  text-transform: uppercase;
}

.categories-right-wrap {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
  margin: 0 0 15px 0;
  transition: ease-in;
  transition-duration: 0.5s;
}

.categories-right-wrap:hover {
  padding: 5px;
  background-color: #66cccc;
  border-radius: 5px;
  overflow: hidden;
  transition: ease-out;
  transition-duration: 0.5s;
}

.categories-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 330px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.categories-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.categories-img a img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.categories-img-txt h5 {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
}

/*categories Sec Css Ends */

/*Products Sec Css Starts */

.products-heading {
  margin: 0 0 20px 0;
}

.products_slider .slick-active {
  opacity: 1;
}

.products_slider .slick-slide {
  margin: 0 20px;
}

.products-card-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.products-card-main:hover {
  transition: ease-out;
  transition-duration: 0.5s;
}

.products-card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  width: 100%;
  border-radius: 5px;
  border: 2px solid #0000;
  overflow: hidden;
  transition: ease-in;
  transition-duration: 0.5s;
}

.products-card-main:hover .products-card-img {
  border: 5px solid #66cccc;
  transition: ease-out;
  transition-duration: 0.5s;
}

.products-card-img img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.products-card-txt-mian {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.products-card-head a {
  font-size: 24px;
  line-height: 1;
  font-family: "adelora.otf";
  color: #000;
  text-transform: uppercase;
}

.products-card-rating-main {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
}

.products-card-star ul {
  display: flex;
  align-items: center;
  justify-content: start;
}

.products-card-star ul li a i {
  font-size: 14px;
  color: #000;
}

.products-card-rating-txt h5 {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1;
  color: #66cccc;
  font-weight: 500;
}

.products-card-price-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.products-card-price h6 {
  font-family: "Montserrat";
  color: #262323;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.products-card-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #66cccc;
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.products-card-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  height: 0;
  width: 0;
  border-radius: 100px;
  transition: ease-out;
  transition-duration: 0.5s;
}

.products-card-btn a:hover::before {
  height: 100%;
  width: 100%;
  background-color: #000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.products-card-btn a i {
  position: relative;
  z-index: 9;
}

.products_slider .slick-prev,
.products_slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid #7f7f7f;
  top: -30px;
  bottom: unset;
  transition: ease-in;
  transition-duration: 0.5s;
}

.products_slider .slick-prev:hover,
.products_slider .slick-next:hover {
  background-color: #66cccc;
  border: 1px solid #0000;
  transition: ease-out;
  transition-duration: 0.5s;
}

.products_slider .slick-next:before {
  content: "";
  background-image: url("../images/btn-arrow3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  filter: brightness(0) saturate(100%) invert(53%) sepia(1%) saturate(0%)
    hue-rotate(20deg) brightness(93%) contrast(93%);
  transition: ease-in;
  transition-duration: 0.5s;
}

.products_slider .slick-prev:before {
  content: "";
  background-image: url("../images/btn-arrow4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  filter: brightness(0) saturate(100%) invert(53%) sepia(1%) saturate(0%)
    hue-rotate(20deg) brightness(93%) contrast(93%);
  transition: ease-in;
  transition-duration: 0.5s;
}

.products_slider .slick-prev:hover::before,
.products_slider .slick-next:hover::before {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(2%)
    hue-rotate(40deg) brightness(103%) contrast(101%);
  transition: ease-out;
  transition-duration: 0.5s;
}

.products_slider .slick-prev {
  right: 3vw;
  left: unset;
}

.products_slider .slick-next {
  right: 0;
  left: unset;
}

/*Products Sec Css Ends */

/*Quote Sec Css Starts */

section.quote-sec {
  background-image: url("../images/quote-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  height: 515px;
}

.quote-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  gap: 20px;
}

.quote-head {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #00000029;
}

/*Quote Sec Css Ends */

/*Featured Sec Css Startsz */

section.featured-sec .products-heading {
  margin: 0 auto 50px auto;
}

section.featured-sec .products_slider .slick-prev,
section.featured-sec .products_slider .slick-next {
  top: 50%;
}

section.featured-sec .products_slider .slick-prev {
  right: unset;
  left: -40px;
}

section.featured-sec .products_slider .slick-next {
  right: -40px;
  left: unset;
}

/*Featured Sec Css Ends */

/* Gallery Sec Css Starts */

section.gallery-sec {
  position: relative;
  background-image: url("../images/gallery-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}

section.gallery-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 78%);
}

section.gallery-sec .container-fluid {
  position: relative;
  z-index: 2;
}

.gallery-main {
  display: grid;
  grid-template-columns: 1.34fr 0.82fr 1fr;
  gap: 24px;
  align-items: start;
}

.gallery-col {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.gallery-left-col {
  gap: 18px;
}

.gallery-center-col {
  gap: 24px;
  padding-top: 6px;
}

.gallery-right-col {
  gap: 24px;
  padding-top: 0;
}

.gallery-head {
  margin: 0 0 4px 0;
}

.gallery-head h2 {
  color: #fff;
  font-size: 68px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}

.gallery-card {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.gallery-card a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card-left-top {
  height: 280px;
}

.gallery-card-left-bottom {
  height: 280px;
}

.gallery-card-center-top {
  height: 335px;
}

.gallery-card-center-bottom {
  height: 380px;
}

.gallery-card-right-top {
  height: 280px;
}

.gallery-card-right-bottom {
  height: 330px;
}

.gallery-txt {
  width: 100%;
}

.gallery-txt p {
  color: #fff;
}

.gallery-txt-top {
  max-width: 95%;
  margin: 0 0 -2px 0;
}

.gallery-txt-bottom {
  max-width: 98%;
  margin: -4px 0 0 0;
}

/* Gallery Sec Css Ends */

/* Pricing Sec Css Starts */

section.pricing-sec {
  background-color: #f6f6f6;
  position: relative;
}

.pricing-heading {
  width: 58%;
  margin: 0 auto 45px auto;
  gap: 12px;
}

.pricing-heading h2 {
  text-align: center;
}

.pricing-heading p {
  text-align: center;
  max-width: 78%;
  margin: 0 auto;
}

.pricing-card-main {
  height: 100%;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 18px;
  min-height: 612px;
  padding: 34px 38px 36px;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  background-color: #f6f6f6;
  transition: ease-in;
  transition-duration: 0.5s;
  position: relative;
  overflow: hidden;
}

/* .pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgb(102 204 204 / 0.08) 0%,
    rgb(102 204 204 / 0) 100%
  );
  opacity: 0;
  transition: ease-in;
  transition-duration: 0.5s;
  pointer-events: none;
} */

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgb(0 0 0 / 12%);
  border-color: #0000;
  background-color: #66cccc;
  transition: ease-out;
  transition-duration: 0.5s;
}

.pricing-card:hover::before {
  opacity: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.pricing-card-head h4 {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  transition: ease-in;
  transition-duration: 0.5s;
}

.pricing-card:hover .pricing-card-head h4 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.pricing-card-price h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 58px;
  line-height: 1;
  color: #66cccc;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.pricing-card:hover .pricing-card-price h3 {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.pricing-card:hover .pricing-card-price h3 {
  transform: scale(1.04);
  transition: ease-out;
  transition-duration: 0.5s;
}

.pricing-card-price h3 span {
  font-size: 26px;
  line-height: 1;
  position: relative;
  top: 6px;
}

.pricing-card-size p,
.pricing-card-note p {
  font-size: 14px;
  line-height: 26px;
  color: #000;
  opacity: 1;
  font-weight: 500;
  transition: ease-in;
  transition-duration: 0.5s;
}

.pricing-card:hover .pricing-card-size p,
.pricing-card:hover .pricing-card-note p {
  color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

.pricing-card-list {
  width: 100%;
  margin: 4px 0 2px;
}

.pricing-card-list ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing-card-list ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  text-align: left;
  color: #444;
  font-size: 15px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: ease-in;
  transition-duration: 0.5s;
}

.pricing-card-list ul li i {
  color: #66cccc;
  font-size: 20px;
  flex: 0 0 20px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.pricing-card:hover .pricing-card-list ul li i {
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.pricing-card:hover .pricing-card-list ul li {
  color: #fff;
  transform: translateX(4px);
  transition: ease-out;
  transition-duration: 0.5s;
}

.pricing-card:hover .pricing-card-list ul li i {
  transform: scale(1.08);
  transition: ease-out;
  transition-duration: 0.5s;
}

.pricing-card-btn {
  margin-top: auto;
  padding-top: 8px;
}

.pricing-card:hover .pricing-card-btn a span.theme1-txt,
.pricing-card:hover .pricing-card-btn a span.theme1-icon {
  border: 1px solid #fff;
}

/* Pricing Sec Css Ends */

/* Testimonial Sec Css Starts */

section.testimonial-sec {
  position: relative;
  background-image: url("../images/gallery-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

section.testimonial-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 82%);
}

section.testimonial-sec .container-fluid {
  position: relative;
  z-index: 2;
}

.testimonial-heading {
  margin: 0 0 45px 0;
}

.testimonial-heading h2 {
  color: #fff;
  font-size: 68px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}

.testimonial_slider {
  position: relative;
}

.testimonial_slider .slick-slide {
  margin: 0 10px;
}

.testimonial-card-main {
  height: 380px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 20px;
  gap: 40px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial-card:hover {
  background-color: #66cccc;
  transform: translateY(-8px);
  transition: ease-out;
  transition-duration: 0.5s;
}

.testimonial-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 0;
}

.testimonial-rating span {
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.testimonial-rating ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}

.testimonial-rating ul li i {
  font-size: 18px;
  color: #000;
}

.testimonial-content {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #000;
}

.testimonial-content p {
}

.testimonial-user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

.testimonial-user-img {
  height: 62px;
  width: 62px;
  border-radius: 100px;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-user-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial-user-txt h5 {
  font-size: 28px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.testimonial-user-txt h6 {
  font-size: 18px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  color: #66cccc;
  text-transform: uppercase;
  font-weight: 700;
}

.testimonial-card:hover .testimonial-card {
  background-color: #66cccc;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial-card:hover .testimonial-rating span,
.testimonial-card:hover .testimonial-rating ul li i,
.testimonial-card:hover .testimonial-content p,
.testimonial-card:hover .testimonial-user-txt h5,
.testimonial-card:hover .testimonial-user-txt h6 {
  color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial-card:hover .testimonial-content {
  border-bottom: 1px solid rgb(255 255 255 / 70%);
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial_slider .slick-prev,
.testimonial_slider .slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  width: 52px;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 55%);
  background-color: transparent;
  top: -78px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.testimonial_slider .slick-prev {
  right: 70px;
  left: unset;
}

.testimonial_slider .slick-next {
  right: 0;
  left: unset;
}

.testimonial_slider .slick-prev:hover,
.testimonial_slider .slick-next:hover {
  background-color: #66cccc;
  border-color: #66cccc;
  transition: ease-out;
  transition-duration: 0.5s;
}

.testimonial_slider .slick-prev:before,
.testimonial_slider .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.testimonial_slider .slick-prev:before {
  background-image: url("../images/btn-arrow4.png");
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(312deg) brightness(103%) contrast(102%);
}

.testimonial_slider .slick-next:before {
  background-image: url("../images/btn-arrow3.png");
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(312deg) brightness(103%) contrast(102%);
}

.testimonial_slider .slick-active {
  opacity: 1;
}

/* Testimonial Sec Css Ends */

/* Footer Css Starts */

footer {
  background: #000;
  position: relative;
  overflow: hidden;
}

.footer-logo p {
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  opacity: 1;
}

.footer-logo p a {
  color: #fff;
}

.footer-logo {
  padding-top: 60px;
  padding-left: 60px;
}

footer h4 {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
  border-bottom: 1px solid #ffffff29;
  text-transform: uppercase;
  font-size: 22px;
}

.footer-link ul li a {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.footer-link ul li a:hover {
  opacity: 1;
}

.footer-link ul {
  line-height: 29px;
  margin: 0;
}

.footer-contact a {
  font-size: 14px;
  line-height: 29px;
  color: #fff;
  font-family: "Poppins";
}

.footer-contact a:hover {
  opacity: 1;
}

.footer-contact p {
  font-size: 14px;
  color: #b8b3c8;
  line-height: 24px;
  font-family: "Poppins";
}

.footer-follow ul {
  gap: 6px;
}

.footer-follow ul li a {
  height: 30px;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s ease-in-out;
  display: inline-block;
}

.newsForm button.flex-shrink-0:hover {
  background: #ffff;
  color: #66cccc;
}

footer ul li a:hover {
  color: #66cccc;
  text-decoration: underline;
}

.footer-follow ul li a:hover {
  opacity: 1;
  transition: 0.5s ease-in-out;
}

.footer-link {
  height: 100%;
  padding-top: 80px;
  padding-left: 90px;
  padding-right: 10px;
}

.footer-contact {
  height: 100%;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
}

.footer-follow {
  padding-top: 80px;
  padding-right: 80px;
}

.footer-bottom-sec {
  border-top: 1px solid #4b4b4b62;
  padding: 0 50px;
}

.copy-right-txt p {
  color: #fff;
}

.copy-right-txt {
  padding: 20px 0;
}

.footer-logo img {
  margin: 0 0 18px;
}

footer h4:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

.btmSocilas li a {
  width: 40px;
  height: 40px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.2s;
  font-size: 15px;
}

.double-col {
  gap: 10px;
}

.ft-newlatter {
  background: #0e0d0d;
  padding: 0px;
  border-radius: 80px;
  margin-left: 80px;
  margin-bottom: 60px;
  margin-right: 60px;
}

.ft-newlatter h5 {
  width: 45%;
  padding-left: 20px;
  font-size: 16px;
  font-family: "new-york";
  text-transform: uppercase;
}

.newsForm {
  background: #040303;
  border-radius: 45px;
  width: 100%;
}

.newsForm input.flew-grow-1 {
  background: transparent;
  border: 0px;
  color: #fff;
  width: 100%;
  text-transform: capitalize;
  font-weight: 400;
  padding: 10px 20px;
}

.newsForm input.flew-grow-1::placeholder {
  color: #fff;
}

.newsForm button.flex-shrink-0 {
  border: 0px;
  background: #66cccc;
  color: #fff;
  border-radius: 45px;
  padding: 12px 16px;
  text-transform: uppercase;
  font-weight: 500;
}

.btmSocilas li a:hover {
  background: #66cccc;
  color: #fff;
  border-color: transparent;
}

footer .col-lg-8 {
  border-left: 1px solid #4b4b4b62;
}

a.logo-card {
  display: inline-block;
  position: relative;
  width: 60%;
  border-bottom: 1px solid #ffffff2b;
  margin-bottom: 24px;
}

a.logo-card:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 0;
}

footer .container-fluid.maxWidth {
  position: relative;
  z-index: 1;
}

.pbtn:hover {
  transform: translate(5px, 0px);
}

.prirce-bt .pd-cart a:hover {
  transform: scale(1.1);
}

.header-btns a i:hover {
  background: #66cccc;
}

.arvis-btns button img {
  filter: brightness(0.5);
}

.arvis-btns button:hover img {
  filter: unset;
}

.arvis-btns button:hover {
  background: red;
  border: 0px;
}

.infot-ab {
  margin: 50px 0 20px 0;
}

/* Footer Css Ends */
