*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif!important;
}

/*common-css*/
:root{
  --primary-color:#fe6601;
  --primary-text-color:#fe6601;
  --secondary-theme-color:#fff;
  --secondary-text-color:#1e1e1e;
}
body{
  overflow-x: hidden;
}
.new-font{
  font-family: ;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'SamsungSharpSans',arial,sans-serif!important;
  font-weight: 600;
  color: #2e2e2e;
}
a{
	color: var(--secondary-text-color);
}
a:hover{
  color: var(--primary-text-color);
}
.text-theme{
  color:var(--primary-text-color);
}
.section-products .text-theme{  
  text-shadow: 0.5px 0.5px 0px var(--secondary-text-color);
}
/*common-css-end*/

/*header*/
.navbar-toggler:focus{
  box-shadow: none;
  outline: none;
  border:0px;
}
.head h2{
  display: inline-block;
  padding: 0px .5rem;
  position: relative;
}
.head h2:after,.head h2:before{
  content: "";
  position: absolute;
  width: 30%;
  height: 5px;
  background: var(--primary-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.head h2:after{
  right: 100%;
}
.head h2:before{
  left: 100%;
}
.dropdown-menu{
  top: 145%;
  border: none;
}
.bg-theme{
  background-color: red;
}
.section-header .dropdown-toggle::after{
  display: none;
}
a{
  text-decoration: none;
}
.form-control:focus{
  box-shadow: none;
}
.text-justify{
  text-align: justify;
}
#search-all-data{
  background-color: #e9ecef;
  border-radius: 30px 0px 0px 30px;
}
#search_btn{
  border-radius: 0px 30px 30px 0px;
}
.section-header i{
  font-size: 24px;
  color: var(--secondary-text-color);
}
.section-header{
  background:#fff;
}
.search-all-data {
  width: 35px;
  height:35px;
  background:transparent;
  border:none;
  font-size: 10pt;
  padding-left: 35px;
  border-radius: 5px;
  color: var(--secondary-text-color);
  transition: width .55s ease;
  outline: none;
}
.container-2:hover input#search{
  width: 270px;
}
.container-2:hover .search-all-data{
	background:#edecec
}
#search_btn{
  position: absolute;
  right:5px;
  top: 60%;
  transform: translateY(-50%);
  font-size: 20px;
  z-index: 1;
}

.section-header .brand-list li{
  padding: 0px 1rem;
}
.section-header .brand-list li a{ 
  color: var(--secondary-text-color);
  font-size: 16px;
}
.section-header .brand-list a:after {
  display: block;
  content : '';
  border-bottom: solid 3px var(--primary-text-color);
  transform: scaleX(0);
  transition: transform 300ms ease-in-out;
}
.section-header .brand-list a:hover:after {
  transform: scaleX(1);
}
.section-header .brand-list a:hover{
	color:var(--primary-text-color);
}
/*header-css-end*/

/*slider-css*/

.slide {
  transition-duration: 10ms;
  width: 100vw;
}
.slide .slide-inner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.slide .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%) scale(1.05) rotate(0deg);
  transform-origin: center;
  transition-property: transform, -webkit-clip-path;
  transition-property: transform, clip-path;
  transition-property: transform, clip-path, -webkit-clip-path;
  transition-duration: 1000ms;
}
.slide .image-1 {
  transition-delay: 200ms;
  filter: brightness(0.75);
  transform: translate(-50%, -50%) scale(1.05) rotate(0deg);
}
.slide .image-2 {
  -webkit-clip-path: circle(30% at 50% 50%);
  clip-path: circle(30% at 50% 50%);
  filter: brightness(0.85);
  transition-delay: 100ms;
}
.slide .image-3 {
  -webkit-clip-path: circle(15% at 50% 50%);
  clip-path: circle(15% at 50% 50%);
  filter: brightness(1);
}
.is-selected{
  z-index: 9;
}
.slide.is-selected .image {
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.flickity-page-dots{
  display: none!important;
}

.circle{
  width: 25px;
  height:25px;
  background-color: #fff;
  position: absolute;
  border-radius: 100%;
  z-index: 4;
  animation: pulse-dot 1.25s cubic-bezier(0.455,0.03,0.515,0.955) -0.4s infinite;
}

.circle:before {
  background: rgba(255,255,255,0.35);
  border: 1.01719px solid #fff;
  content: "";
  position: absolute;
  border-radius: 100%;
  z-index: 2;
  width: 50px;
  height:50px;
  top: -11px;
  left: -13px;
  animation: pulse-ring 1.25s cubic-bezier(0.215,0.61,0.355,1) infinite;
}
/*@keyframes pulse-ring {
  00% {
    transform: scale(0.33)
  }

  80%,100% {
    transform: scale(1)
  }
}

@keyframes pulse-dot {
  00% {
    transform: scale(0.8)
  }

  50% {
    transform: scale(1)
  }

  100% {
    transform: scale(0.8)
  }
}*/


.content-1{
  position: absolute;
  width: 360px;
  z-index: 3;
  transform: scale(0.1);
  opacity: 0;
  transition: .3s all cubic-bezier(1,0.6,0.2,0);
  bottom: 10px;
  left: 0px;
  transform-origin: bottom left;
/*    transform: rotate(-225deg);*/
}
.content-1.active{
  transition: .6s all cubic-bezier(0,1,0.9,1);
  opacity: 1;
  transform: scale(1);
}
.slide-1 .circle-1{
  top: 45%;
  left: 21%;
}
.slide-1 .circle-2{
  top: 68%;
  left: 35%;
}
.slide-1 .circle-3{
  bottom: 50%;
  right: 15%;
}
.slide-2 .circle-1{
  top: 35%;
  left:45%;
}
.slide-2 .circle-2{
  top: 35%;
  right: 30%;
}
.slide-2 .content-1{
  top: 10px;
  left: 0px!important;
  transform-origin: top left;
}
#tab-3.content-1{
  bottom: 10px;
  right: 0px!important; 
  left: inherit;
  transform-origin: bottom right;
}
.section-products .swiper-slide--one {
	background: #0f2027;
	background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("../images/refrigerator.png") no-repeat 50% 50%/cover;
}
.section-products .swiper-slide--two {
	background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("../images/ranger.avif") no-repeat 50% 50%/cover;
}
.section-products .swiper-slide--three {
	background: url("../images/oven.png") no-repeat 50% 50%/cover;
}
.section-products .swiper-slide--four {
	background: url("../images/dish.png") no-repeat 50% 50%/cover;
}
.section-products .swiper-slide--five {
	background: url("../images/cooktop.png") no-repeat 50% 50%/cover;
}
.section-products .swiper-slide--six {
	background: linear-gradient(to bottom, #2c536400, #203a4303, #0f2027cc), url("../images/loundary.avif") no-repeat 50% 50%/cover;
}
/*slider-css-end*/

/*section-gallery*/
.section-gallery, .section-footer{
  background-color:#f0eded;
}
.img-hover-effect{
  transition: all .4s ease-in-out;
}
.img-hover-effect:hover{
  transform: scale(1.1);
}
.section-pills .nav-link span{
	font-size: 14px;
}
.section-pills .nav-pills .nav-link{
  color: var(--secondary-text-color);
  font-size: 18px;
  font-weight: 500;
  min-width: 170px;
}
.section-pills .nav-pills .nav-link.active, .section-pills .nav-pills .show>.nav-link{
	background-color: #f0f0f0;
	border-radius: .5rem;
	box-shadow: 0 .3rem .2rem rgba(0,0,0,.11)!important;
}
.section-features{
  background-color: #f0eded;
  padding: 1.5rem;
}
.section-features .image-overflow, .section-features .card{
  overflow: hidden;
  transition: all .6s ease-in-out;
}
.section-features .image-overflow:hover{
  transform: scale(1.1);
}
/*section-gallery-end*/

/*section-products*/
.buy-products span{
  display: inline-block;
  text-align: center;
  padding: .5rem 1rem;
}
.section-products main {
  min-height: 100vh;
  background:radial-gradient(circle, rgb(0 0 0 / 76%) 0%, rgb(255 255 255 / 91%) 100%);
  overflow: hidden;
}

.section-products .swiper-slide {
  width: 10rem;
  height: 24rem;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  position: relative;
  border-radius: 12px;
  box-shadow: -1px 5px 15px #0000001f;
  text-align: center;
  opacity: 0.4;
  transition: opacity 0.4s ease-in;
}
.section-products .swiper-slide span {
  display: inline-block;
  background:var(--primary-color);
  border-radius: 0 50px 50px 0;
  text-transform: capitalize;
  padding: 12px 20px;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: absolute;
  top: 2em;
  left: 0;
  color: #fff;
}

.section-products  .swiper-slide-active {
  display: grid;
  opacity: 1;
}

.section-products .swiper-pagination {
  position: relative;
  bottom: -0.313rem;
  text-align: center;
  margin-top: 35px;
  width: auto;
}
.section-products .swiper-pagination-bullet {
  border-radius: 0;
  width: 1.5rem;
  height: 0.25rem;
  background:#020202;
}
.section-products .swiper-pagination-bullet-active {
  background: #fff;
}

/*section-products-end*/

/* section-footer*/
.section-footer ul li{
  line-height: 2;
}
.section-footer .social-media i{
  color: var(--secondary-text-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-footer .footer-icon{
  display: inline-block;
  color: #7f839c;
  font-size:22px;
  text-align: center;
  transition: 0.3s;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height:32px;
  background:#dfdcdc;
  border: 1px solid #f0eded;
  border-radius: 50%;
  margin: 10px;
  position: relative;
}
.side-icon {
  position: absolute;
  left: -3px;
  top: 2px;
}
/* section-footer-end*/


/*for mobile view media query*/
@media screen and (max-width: 769px){
	.noit-logo{
		height: 30px;
	}
  .slide .image{
    object-fit: contain;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: inherit;
/*    transform: translate(0px);*/
  }
  .circle{
    width: 20px;
    height: 20px;
  }
  .slide-1 .circle-1{
    left: 19%;
  }
  .slide-1 .circle-2{
    top: 62%;
  }
  .circle:before{
    width: 30px;
    height: 30px;
    left: -5px;
    top: -5px;
  }
  .flickity-prev-next-button{
    width: 25px!important;
    height: 25px!important;
  }
  .slide .slide-inner{
    height: 41vh;
  }
  .flickity-slider, .slide.slide-1.flickity-cell.is-selected, .slide.slide-2.flickity-cell.is-selected{
    transform: translateX(0px)!important;
  }
}
@media screen and (min-width: 1024px){
  .modal-backdrop, #openproduct{
    display: none!important;
  }
  .w-lg-100{
    width: 100%;
  }
  .noit-logo{
  	height: 45px;
  }
}


/*client-section-1*/
.clients-section-1 .card{
  box-shadow:0 0.3rem .2rem rgba(0,0,0,.09)!important;;
  padding: 20px 12px;
}
.figure-img{
  min-height:150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.figure-img  .client-circle:after, .figure-img  .client-circle:before   {
  transition: .6s;
  transition-timing-function: ease-in-out;
  position: absolute;
  content: "";  
  height: 145px;
  width: 145px;
  border-radius: 40px;
/*    transform: rotate(40deg);*/
transform: translate(-50%, -50%);
border-style: dotted;
}
.figure-img  .client-circle:after{  
  top:50%;
  left:50%;
}
.figure-img  .client-circle:before {
  height: 115px;
  width: 115px;
  border-style: solid;
  top:50%;
  left:50%;
}
.clients-section-1 .col:nth-child(1) .figure-img  .client-circle:after,
.clients-section-1 .col:nth-child(1) .figure-img  .client-circle:before{
	border-color: #02AED2 var(--secondary-text-color) #02AED2 var(--secondary-text-color);
}
.clients-section-1 .col:nth-child(2) .figure-img  .client-circle:after,
.clients-section-1 .col:nth-child(2) .figure-img  .client-circle:before{
	border-color:  #02AED2 var(--secondary-text-color) #02AED2 var(--secondary-text-color);
}
.clients-section-1 .col:nth-child(3) .figure-img  .client-circle:after,
.clients-section-1 .col:nth-child(3) .figure-img  .client-circle:before{
	border-color: var(--primary-text-color) #eaa47d var(--primary-text-color) #eaa47d;
}
.clients-section-1 .col:nth-child(4) .figure-img  .client-circle:after,
.clients-section-1 .col:nth-child(4) .figure-img  .client-circle:before{
	border-color: var(--secondary-text-color) red var(--secondary-text-color) red;
}
.clients-section-1 .col:nth-child(5) .figure-img  .client-circle:after,
.clients-section-1 .col:nth-child(5) .figure-img  .client-circle:before{
	border-color: var(--secondary-text-color) red var(--secondary-text-color) red;
}
.clients-section-1 .div-circle:hover .client-circle:before,
.clients-section-1 .div-circle:hover .client-circle:after {
  border-radius: 100%;
}
.filter-1{
	filter: invert(1);
}
/*--------------*/
.noit-logo{
	top: 50%;
	left: -4rem;
}
.navbar-expand-lg{
	height: 72px;
}
.dropdown-toggle::after {
  display: inline-block!important;
  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;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media (max-width: 768px) {
  [data-aos] {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  .navbar-expand-lg{
    height: 62px;
  }
  .section-pills .nav-pills .nav-link{
    min-width: 100px;
    padding: 12px!important;
  }
  .section-pills .nav-pills .nav-link img{
    width: 90px;
  }
  .section-pills .nav-link span{
    font-size: 12px;
  }
  .navbar-collapse{
    background: #fff;
    z-index: 99;
    padding: 12px 1rem;
  }
  .section-header nav .navbar-nav{
    gap: 16px;
  }
}
.section-header nav .navbar-nav {
  grid-gap: 40px;
}
.section-header nav .call-btn a {
  background-color: var(--secondary-text-color);
  padding: 8px 31px 8px 31px!important;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 600;
  color: #fff!important;
}
.section-header nav li a {
  color: var(--secondary-text-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
}
.container-home{
  margin: auto;
}
.modal-fullscreen{
  width: 98.9vw;
}
.modal-fullscreen .modal-content{
  background-color: rgb(15 15 15 / 65%);
  height: calc(100vh - 72px);
  top: 72px;
}
.modal-fullscreen .modal-content .btn-close{
  filter: invert(1);
  opacity: 0.8!important;
  margin-top: 1rem!important;
  margin-right: 1rem!important;
}
.modal-fullscreen .modal-content a{
  background-color: #fff;
}
.modal-fullscreen .modal-content a:hover{
  background-color:#d7d7d7;
}
.btn-close-theme{
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}
@media screen and (min-width: 576px){
  .container-home{
    max-width:540px;
  }
}
@media screen and (min-width: 768px){
  .container-home{
    max-width:720px;
  }
}
@media screen and (min-width: 992px){
  .container-home{
    max-width:960px;
  }
}
@media screen and (min-width: 1400px){
  .container-home {
    max-width: 1400px;
  }
}
