/* FONT IMPORT */

/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
  --white: #fff;
  --black: #000;
  --primary: #00adef;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Jost", sans-serif;
}

section {
  position: relative;
  padding: 4rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
}

h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
}

h4,
h5,
h6 {
  color: #000;
  font-family: var(--font-heading);
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--white);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 23px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 0.7em 1.96em;
  border-radius: 8px;
  line-height: normal;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  transition: 0.3s ease-in-out;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 45px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 0;
  display: inline-block;
}

.form-inline {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 50px;
}

ul.topsocial-link {
  display: flex;
  align-items: center;
  gap: 1rem;
}

ul.topsocial-link li a {
  color: #fff;
  font-size: 1rem;
}

.form-inline a {
  font-size: 1.5rem;
  color: #fff;
}

.dropdown .dropdown-toggle {
  all: unset;
  cursor: pointer;
}

.dropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.dropdown .dropdown-menu li a {
  display: block;
  padding: 5px 10px;
  font-size: 1rem;
  color: var(--black);
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #fff;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown strong {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 9px;
}

.dropdown {
  margin-left: 22px;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 1266px;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: 8rem;
  width: fit-content;
  left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  border: 1px solid var(--white);
  background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider h1 {
  margin: 0;
  color: var(--white);
  font-size: 500px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.btmbnr1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5rem;
}

.slideOne h3 {
  position: absolute;
  right: -12rem;
  top: -7rem;
  font-size: 33px;
  color: #fff;
  width: 28%;
  text-transform: uppercase;
  font-family: "Jost", serif;
}

.mainhd {
  margin: 0;
  font-size: 500px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  position: absolute;
  z-index: 1111;
  top: 31%;
  left: 15rem;
  /* justify-content: center; */
}

/* !MAIN HERO SLIDER CSS */

/* SEARCH BAR CSS */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 10000;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff !important;
  background: rgba(0, 0, 0, 0);
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-family: arial;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: limegreen;
  border: black;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.srch-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.srch-btn .themeBtn {
  padding: 15px 120px;
  font-size: 20px;
}

/* !SEARCH BAR CSS */

.mainHead {
  font-size: 140px;
  font-weight: bolder;
  color: #151c2c;
  text-transform: uppercase;
}

/* about-section */
.about-cntnt h4 {
  font-size: 22px;
  font-weight: 600;
  color: #151c2c;
  line-height: 1.5;
}

.about-cntnt p {
  font-size: 17px;
  color: #636362;
  line-height: 1.9;
  font-weight: 500;
  width: 86%;
  text-transform: capitalize;
}

.van2 {
  position: absolute;
  right: 0;
  top: 7%;
}

.abt11img {
  margin-left: -2rem;
}

.abtimg2 {
  position: absolute;
  right: 9%;
  bottom: -2rem;
}

/* about-section */

/* product-section */
.areaWrap figure img {
  height: 250px;
}

.areaWrap {
  text-align: center;
  background-color: #f4f4f4;
  margin-bottom: 2rem;
  border-radius: 39px;
  padding: 3rem 1rem;
}

.areaContent h3 {
  font-size: 30px;
  font-weight: bold;
  color: #151c2c;
  margin: 0;
}

.areaContent p {
  font-size: 20px;
  font-weight: 400;
  color: #151c2c;
  margin: 0;
}

.productSlider {
  padding: 7rem 0 5rem 0;
}

.productSlider .swiper-slide.swiper-slide-active .areaWrap figure {
  /* height: 340px; */
  transform: scale(1.5);
  margin-top: -2rem;
}

.product-section .swiper-button-next1:after,
.product-section .swiper-button-prev1:after {
  display: none;
}

.product-section .swiper-button-next1,
.product-section .swiper-button-prev1 {
  font-size: 2.5rem;
  color: var(--black);
  position: absolute;
  top: 40%;
  cursor: pointer;
}

.swiper-slide.swiper-slide-active .areaContent h3 {
  font-size: 30px;
}

.productSlider .swiper-slide.swiper-slide-active .areaContent {
  margin-top: 4rem;
}

.product-section .swiper-button-next1:hover,
.product-section .swiper-button-prev1:hover {
  color: #a3aac9;
}

.product-section .swiper-button-next1 {
  right: -2rem;
}

.product-section .swiper-button-prev1 {
  left: -2rem;
}

.product-section h4 {
  margin: 0;
  font-size: 350px;
  line-height: 1;
  text-transform: uppercase;
  background: -webkit-linear-gradient(-86deg,
      #151c2c 5%,
      #00000038 53%,
      #fff 92%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px transparent;
  color: #fff;
  text-align: center;
  font-family: "Roboto";
}

.productside1 {
  position: absolute;
  right: 5rem;
  top: 11%;
}

.productside2 {
  position: absolute;
  bottom: -3rem;
}

/* product-section */

/* picture-seciton */
.picture-section {
  padding-top: 2rem;
}

.picture-section .mainHead {
  margin-bottom: 1rem;
}

.pic-wrap {
  margin-bottom: 40px;
}

/* picture-seciton */

/* Gallery Sec Css Start */

.gallerySec {
  padding: 0 100px 150px 100px;
}

.gallerySlider {
  padding-top: 7px;
}

.gallerySlider .swiper-slide {
  height: 450px;
}

.gallerySlider .swiper-slide img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 40px;
}

.gallerySlider {
  margin: 0 -7rem;
}

.gallerySlider .swiper-slide-active figure.galleryWrap {
  margin: 0 -20rem;
}

.gallerySlider .swiper-button-next2:after,
.gallerySlider .swiper-button-prev2:after {
  display: none;
}

.gallerySlider .swiper-button-next2,
.gallerySlider .swiper-button-prev2 {
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 41%;
  cursor: pointer;
  z-index: 1;
  background: #f8790a;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.gallerySlider .swiper-button-next2:hover,
.gallerySlider .swiper-button-prev2:hover {
  color: #a3aac9;
}

.gallerySlider .swiper-button-next2 {
  right: 22%;
}

.gallerySlider .swiper-button-prev2 {
  left: 26rem;
}

figure.galleryWrap figure {
  position: relative;
}

figure.galleryWrap a {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

figure.galleryWrap a i {
  background: #fff;
  color: #000;
  font-size: 1.25rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.gallerySlider .swiper-slide.swiper-slide-active figure.galleryWrap a {
  opacity: 1;
}

/* Gallery Sec Css End */

/* instaSec */
.instaSec {
  background: #fff3f1;
}

/* instaSec */

/* Footer Sec Start */

footer {
  background: #121827;
  padding-top: 6rem;
}

footer .icon {
  display: flex;
  align-items: start;
  justify-content: start;
  color: #fff;
  font-size: 1.35rem;
  gap: 1rem;
  padding-bottom: 2rem;
}

.links li a {
  font-size: 1.125rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
}

.links li a:hover {
  color: var(--primary);
}

.links li+li {
  padding-top: 1.125rem;
}

footer .icon h6 {
  font-weight: 500;
  margin: 0;
  color: #fff;
  font-family: "Roboto";
}

footer .icon span {
  font-size: 17px;
  display: block;
  font-weight: 400;
}

.copyRight {
  margin-top: 2rem;
  border-top: 1px solid #283147;
  padding: 1.5rem 0;
}

.copyRight p {
  margin: 0;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

.socialLink ul {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
}

.socialLink ul li a i {
  color: #fff;
  transition: 0.5s ease-in-out;
  font-size: 2.5rem;
}

.socialLink ul li a i:hover {
  color: var(--primary);
}

.contactForm input {
  height: 67px;
  border-radius: 7px;
  background: var(--white);
  border: 1px solid #f1f1f1;
  font-size: 0.75rem;
}

.contactForm button {
  background: var(--secondary);
  border: unset;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 1.5rem;
  position: absolute;
  right: 1rem;
  border-radius: 7px;
}

.contactForm {
  display: flex;
  align-items: center;
  position: relative;
}

.contactForm input::placeholder {
  color: #787878;
  font-size: 17px;
}

footer h2 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/* Footer Sec End */

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

.about-cntnt .themeBtn i {
  background: #f8790a;
  border-radius: 50%;
  color: #ffff;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  position: absolute;
  right: -21px;
  top: 20%;
}

.about-cntnt .themeBtn {
  position: relative;
}

.about-cntnt .themeBtn:hover {
  background: #f8790a;
  color: #fff;
}

.about-cntnt .themeBtn:hover i {
  background: var(--primary);
  color: #fff;
}

/* / innerpages Start / */

.innerBan .overlay {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.innerBan h2 {
  font-size: 150px;
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
}

.innerBan {
  position: relative;
}

.areaContent {
  margin: 1rem 0;
}

.areaContent span {
  font-size: 20px;
  font-weight: bold;
  color: #151c2c;
  line-height: 1.5;
}

.picturepage {
  padding: 4rem 0;
}

.productpage {
  padding: 5rem 0;
}

.form-group input {
  height: 50px;
  width: 100%;
  box-shadow: unset !important;
  outline: unset !important;
}

.form-group button {
  margin: 2rem 0;
}

textarea.form-control {
  height: 140px;
  width: 100%;
  box-shadow: unset !important;
  outline: unset !important;
}

.form-group input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #909090;
}

.form-group button {
  padding: 14px 23px;
  background-color: #383838;
  color: #ffffff;
  border: unset;
  line-height: 1;
  text-transform: uppercase;
}

.main-text {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #262626;
  line-height: 1;
}

.contact-content p {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  line-height: 2;
  margin-bottom: 3rem;
}

ul.contact-link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.contact-link li a span {
  margin: 1rem;
  color: #000000;
}

ul.contact-link li a i {
  color: #141414;
}

/* / innerpages End / */

.gallerySec.videopage {
  padding: 5rem 0;
}

.contact-section {
  padding-top: 7rem;
}