@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
font-family: 'timesnewroman';
src: url('../fonts/timesnewroman.eot');
src: url('../fonts/timesnewroman.eot') format('embedded-opentype'),
     url('../fonts/timesnewroman.woff2') format('woff2'),
     url('../fonts/timesnewroman.woff') format('woff'),
     url('../fonts/timesnewroman.ttf') format('truetype'),
     url('../fonts/timesnewroman.svg#timesnewroman') format('svg');
}
@font-face {
font-family: 'timesnewromanbold';
src: url('../fonts/timesnewromanbold.eot');
src: url('../fonts/timesnewromanbold.eot') format('embedded-opentype'),
     url('../fonts/timesnewromanbold.woff2') format('woff2'),
     url('../fonts/timesnewromanbold.woff') format('woff'),
     url('../fonts/timesnewromanbold.ttf') format('truetype'),
     url('../fonts/timesnewromanbold.svg#timesnewromanbold') format('svg');
}
header.dzainHeader {
    z-index: 11;
    position: relative;
}
a#navbarDropdown {
    background-color: #fff;
    border-radius: 40px;
    margin-right: 20px;
    text-transform: capitalize;
}
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1F181E;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body, html { overflow-x: hidden; }
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #1F181E;
  font-size: 20px;
  font-weight: 400;
  overflow-x: hidden;
  color: #8D80AC;
  text-transform: lowercase;
}


* {
  margin: 0;
  box-sizing: border-box;
}

a,p,ul,li,label,h1,h2,h3,h4,h5,h6,span,b,strong {
  margin: 0;
  padding: 0;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
li{
  list-style: none;
}
.dZAinBg {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
.dZAinLS{
letter-spacing: 0.9em;
}
.dZAinFF{
  font-family: 'timesnewromanbold';
  line-height: 1.5;
}
.dZAinHeading{
  font-size: 100px;
  color: #fff;
}
.dZAinC1{
  color: #00BEA3;
}
.dZAinC2{
  color: #F1894C;
}
.dZAinMd{
  font-size: 30px;color: #fff;
  letter-spacing: 0.2em;
}
.BannerSliderBg{
  position: relative;
  padding: 10% 0;
}
.BannerSliderBg:before {
    position: absolute;
    content: "";
    background-image: url(../images/slider_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
}
.bannerSlderText .slick-prev, .bannerSlderText .slick-next{
display: none !important;
}
.dZAinHero {
    padding: 10% 0;
}
.dZAinPtPb{
  padding: 10% 0 5%;
  position: relative;
}
.dZAinBtn{
  border: none;
  position: relative;
  background-color: transparent;
  width: 100%;
}
.dZAinBtn a {
    position: relative;
    max-width: 320px;
    height: 60px;
    width: 100%;
    border: 1px solid #8D80AC;
    display: block;
    line-height: 60px;
    margin: 0 auto;
    transition: all .5s linear;
}
.dZAinBtn a:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background-color: #8D80AC;
    z-index: -1;
    left: 0;
}
.dZAinBtn a:after {
    position: absolute;
    content: "";
    border-width: 58px 0px 0px 35px;
    border-color: transparent transparent transparent #8D80AC;;
    border-style: solid;
    background-color: transparent;
    left: 159px;
    z-index: -1;

}
.dZAinBtn:hover a{
  background-color: #8D80AC;
}
.dZAinSmText{
  font-size: 14px;
  letter-spacing: 0.3em;
  position: relative;
}
.dZAinSmText:before {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    width: 30px;
    background-color: #fff;
    top: 7px;
    border-radius: 5px;
}
.alDesignSlider .images {
    margin: 0 10px;
}
.images {
  position: relative;
  height: 400px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 8%);
  cursor: pointer;
}
.images-scroll {
    width: 100%;
    height: 100%;
    display: block;
    background-size: 100%;
    transition: all 2s linear;
    background-repeat: no-repeat;
}
.images:hover .images-scroll {
    background-position: bottom;
}
 .dZAinCategories li a{
    display: block;
    padding: 0 0 0 50px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #8D80AC;
    text-decoration: none;
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
 .dZAinCategories li a:hover {
    color: #fff;
    background-color: transparent;
}
.dZAinCategories li a:before {
    position: absolute;
    content: "";
    left: 0;
    height: 4px;
    width: 30px;
    background-color: #8D80AC;
    top: 7px;
    border-radius: 5px;
}
 .dZAinCategories li a:hover:before{
background-color: #fff;
}
.images:hover p{
  bottom: 0;
}
.images p {
    position: absolute;
    bottom: -100px;
    padding: 5%;
    background-color: #8D80AC;
    color: #fff;
    width: 100%;
    transition: all .5s linear;
    letter-spacing: 2px;
}

/*=========================== animation effects ==========================*/
.glitch {
  position: relative;
}
.glitch:hover {
    animation: glitch-skew 1s infinite linear alternate-reverse;
}
@keyframes glitch-skew {
  0% {
    transform: skew(-3deg);
  }
  10% {
    transform: skew(-1deg);
  }
  20% {
    transform: skew(0deg);
  }
  30% {
    transform: skew(-2deg);
  }
  40% {
    transform: skew(-3deg);
  }
  50% {
    transform: skew(0deg);
  }
  60% {
    transform: skew(-2deg);
  }
  70% {
    transform: skew(0deg);
  }
  80% {
    transform: skew(5deg);
  }
  90% {
    transform: skew(1deg);
  }
  100% {
    transform: skew(5deg);
  }
}

/*=============== brands =====================*/
.dZAinLeftTesti {
    position: relative;
    display: block;
    height: 100%;
}
.clientImageBg {
    position: relative;
    width: 100%;
    top: 0;
    overflow: hidden;
    height: 100%;
    min-height: 560px;
    left: 0;
}
.clientImageBg:before{
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  background-color: #1F181E;
  z-index: 1;
}
.clientImageBg:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-image: url(../images/arrow.png);
    height: 142px;
    width: 250px;
    right: 14px;
    top: 204px;
    background-size: 100%;
    opacity: 1;
}
.slider-for .slick-next, .slider-for .slick-prev {
    top: auto;
    bottom: -70px;
    z-index: 9;
    left: 60px;
    font-size: 0;
}
.slick-next, .slick-prev {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: rgb(141 128 142 / 80%);
    z-index: 99;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #fff;
    outline: none;
    background: rgb(141 128 142 / 100%);
}
.slider-for .slick-prev {
    right: 20px;
    left: 10px;
}
.clientImageBg span{
  position: absolute;
}
.clientImageBg span img{
  width: 100%;
}
.outerBgRotate{
  animation-name: r;
  animation-duration: 200000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.innerBgRotate{
  animation-name: r1;
  animation-duration: 200000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.dZAinTestimonials .slider-nav{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}
.dZAinTestimonials .slider-nav img{
  width: auto;
}
.dZAinTestimonials .slick-slide img {
    display: block;
    margin: 0 auto;
}
.dZAinTestimonials div img{
  width: 100%;
}
@keyframes r {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes r1 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.dZAinContactusLink li a{
  font-size: 30px;
}

/* ============== cubeic circular css=========================== */
.scene {
  perspective: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.scene:hover {
  transform: scale(1.2);
}
.scene:hover .side {
  opacity: 1;
}
.cube {
  transform-style: preserve-3d;
  position: relative;
  width: 300px;
  height: 300px;
  animation: rotate 20s ease-in-out infinite;
  transform-origin: center center;
}
.side {
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: transparent;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.back {
   transform: translateZ(-150px) rotateX(180deg);;
    background-image: url(../images/dzain_sli6.png);
}
.left {
    transform: translateX(-150px) translateX(0) rotateY(-90deg) rotateX(-180deg);
    background-image: url(../images/dzain_sli2.png);
}
.right {
  transform: translateX(150px) rotateY(90deg);
  background-image: url(../images/dzain_sli3.png);
}
.top {
  transform: translateY(-150px) rotateX(90deg);
  background-image: url(../images/dzain_sli4.png);
}
.bottom {
  transform: translateY(150px) rotateX(270deg);
  background-image: url(../images/dzain_sli5.png);
}
.front {
  transform: translateZ(150px);
  background-image: url(../images/dzain_sli1.png);
}
@keyframes rotate {
  0% {
    transform: rotateX(0);
  }
  12.5% {
    transform: rotateY(90deg);
  }
  25% {
    transform: rotateY(270deg);
  }
  37.5% {
    transform: rotateY(270deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  62.5% {
    transform: rotateX(90deg);
  }
  75% {
    transform: rotateX(180deg);
  }
  87.5% {
    transform: rotateX(270deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}

/*================= nav menu ====================*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #8D80AC;
}
.nav-pills .nav-link {
  border-radius: 0;
  font-size: 30px;
  color: #fff;
  font-family: 'timesnewroman';
  padding: 10px 0;
}
.nav-pills .nav-link span {
  font-size: 20px;
}
.nav-link-wrap {
  display: flex;
  text-align: left;
  transition: all .5s linear;
  border-radius: 10px;
  overflow: hidden;
}
.nav-item-title {
    font-size: 22px;
    font-weight: 500;
}
.nav-item-text {
    font-size: 16px;
    margin-left: 20px;
}
.nav-link-wrap a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}
.nav-link-wrap a b{
  display: block;
}
.nav-link-wrap .img-overlay {
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid transparent;
    width: 100%;
    max-width: 150px;
}
.nav-link-wrap .img-overlay img{
  width: 100%;
}
.nav-link-wrap:hover{
background-color: #8D80AC;
}
.nav-link-wrap:hover .img-overlay{
  border: 4px solid #fff;
}
.menu-icon {
   height: 16px;
   width: 30px;
   z-index: 9991;
   cursor: pointer;
}
 .menu-icon__line {
   height: 2px;
   width: 30px;
   display: block;
   background-color: #fff;
   margin-bottom: 4px;
   transition: transform 0.2s ease, background-color 0.5s ease;
}
 .menu-icon__line-left {
   width: 15px;
}
 .menu-icon__line-right {
   width: 15px;
   float: right;
}
.dZAinNav {
  position: absolute;
  z-index: 999;
  right: -100%;
  height: 100%;
  width: 100%;
  background-color: #1F181E;
  visibility: hidden;display: none;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0.5s;
  transition-property: all;
}
.nav__content {
 width: 100%;
 text-align: center;
 font-size: calc(2vw + 10px);
 font-weight: 200;
 cursor: pointer;
 height: 100%;
 padding-top: 5%;
 padding-bottom: 5%;
}
div#v-pills-tab {
  align-items: center;
  justify-content: space-evenly;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  background-color: #000;
  padding: 10px 0;
  border-radius: 330px;
  width: 95%;
  margin: 0 auto;
}
ul.nav__list {
    display: inline-block;
}
.nav__list-item {
position: relative;
display: block;
transition-delay: 0.8s;
opacity: 0;
transform: translate(0%, 0%);
transition: all 0.3s ease;
color: #fff;
margin-bottom:20px ;
}
.nav__list-item:before {
content: "";
position: absolute;
background: #fff;
width: 20px;
height: 1px;
top: 100%;
transform: translate(0%, 0%);
transition: all 0.3s ease;
z-index: -1;
margin: 0 auto;
left: 0;
right: 0;
}
.nav__list-item:hover:before {
width: 100%;
}
 html.nav-active .menu-icon__line {
   background-color: #fff;
   transform: translateX(0px) rotate(-45deg);
}
 html.nav-active .menu-icon__line-left {
   transform: translateX(1px) rotate(45deg);
}
 html.nav-active .menu-icon__line-right {
   transform: translateX(-2px) rotate(45deg);
}
 html.nav-active .dZAinNav {
   visibility: visible;
   display: block;
   right: 0;
}
 html.nav-active .dZAinNav:before, html.nav-active .dZAinNav:after {
   transform: translateX(0%) translateY(0%);
}
 html.nav-active .dZAinNav:after {
   transition-delay: 0.1s;
}
 html.nav-active .dZAinNav:before {
   transition-delay: 0s;
}
 html.nav-active .nav__list-item {
   opacity: 1;
   transform: translateX(0%);
   transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
html.nav-active{
  overflow: hidden;
 }
.wrapper.dZAinBg{
  transition: all 0.3s ease;
  position: relative;

}
.mainTitle h5{
  font-size: 24px;
  line-height: 1.5;
}
.dZAinMenuLink .dZAinBtn {
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    margin-right: 20px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.dZAinMenuLink .dZAinBtn:hover {
    background-color: #3DCBB7;
    border: 1px solid #3DCBB7;
}
.dZAinMenuLink .dZAinPhoneNumbers .dZAinSubMenu,
.dZAinMenuLink .dZAinSocialMedia .dZAinSubMenu {
    position: absolute;
    right: -100%;
    background-color: #3DCBB7;
    transition: all 0.3s ease;
    padding: 15px;
    max-width: 350px;
    width: 100%;
}
.dZAinMenuLink .dZAinPhoneNumbers:hover .dZAinSubMenu,
.dZAinMenuLink .dZAinSocialMedia:hover .dZAinSubMenu{
  right: 0;
}
.dZAinMenuLink .dZAinSubMenu h3{
  color: #fff;
  margin-bottom: 20px;
}
.dZAinMenuLink .dZAinSubMenu li span{
  color: #000;
  max-width: 100px;
  width: 100%;
  display: inline-block;
}
.dZAinMenuLink .dZAinSubMenu ul li a{
  color: #000;
}
.dZAinMenuLink .dZAinSubMenu li span:hover,
.dZAinMenuLink .dZAinSubMenu ul li a:hover{
  color: #fff;
}
/*============================= about us page css =================================*/
.dZAinColorBG1{
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #0C1326;
}
.dZAinPP{
  padding: 5% 0;
}
.dZAinBGImage {
    background-image: url(../images/parallax1.png);
    background-blend-mode: hue;
    background-attachment: fixed;
    background-color: #000000db;
}
.boxThinkOutBox {
    position: relative;
    transition: all 0.3s ease;
    height: 400px;
    cursor: pointer;
}

.boxThinkOutBox p{
  transition: all 0.3s ease;
}
.boxThinkOutBox p.dZAinLS {
    position: relative;
    transition: all 0.3s ease;
    top: 0;
}
.boxThinkOutBox:hover p.dZAinLS {
    position: absolute;
    top: -70px;
}

/*============================= about us page css =================================*/
.dZAinPortfolioSlider .slick-next{
  right: 10px;
}
.dZAinPortfolioSlider .slick-prev{
  left: 10px;
}
.dZAinPortfolioSlider .slick-list {
    overflow: visible;
}

.dZAinPortfolioSlider .slick-slide.slick-current.slick-active.slick-center{
transform: scale(1.1);
}
.dZAinPortfolioSlider .slick-slide.slick-active{
  transform: scale(0.8);
}

.dZAinColorBG2{
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #26200C;
}
.dZAinColorBG3{
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #370D0D;
}
.dZAinColorBG4{
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #26200C;
}

/*========================= borderline =============================*/
.dZAinContainerLayout {
width: 100%;
max-width: 1170px;
margin: 0 auto;
height: 100vh;
position: fixed;
left: 0;
right: 0;
}
.spnaBorder {
height: 100vh;
width: 1px;
background-color: #4A4A4A;
opacity: .2;
}
.dZAinMenuLink .dZAinBtn i {
  display: flex;
  justify-content: space-around;
  height: 46px;
  align-items: center;
}

/*=================marketplace ======*/
.onHoverSlider {
    position: relative;
}

.onHoverSlider img {
    width: 100%;
    border-radius: 5px;
}

/* Custom Arrows */
.slick-prev, .slick-next {
    font-size: 30px;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    padding: 5px;
}

.slick-prev:hover, .slick-next:hover {
    background: rgba(255, 255, 255, 1);
    color: #007bff;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

/* Preview Button */
.preview-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    display: none;
    z-index: 10;
}

/* Show Button on Hover */
.product-card:hover .preview-btn {
    display: block;
}


/*===========================================  responsive design ==================================================================================*/
@media(max-width: 767px){
.dZAinHeading {
font-size: 30px;
}
.dZAinMd{font-size: 20px;}
body{font-size: 14px;}
.images {
    height: 250px;
}
.clientImageBg {
display: none;
}
.dZAinTestimonials .slider-nav {
    position: relative;
}
.boxThinkOutBox{height: auto;}
.dZAinPortfolioSlider .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1);
}
.dzainFooterlogo.mb-4 img {
    width: auto;
}
.nav-item-text {
font-size: 0;
margin-left: 0;
}
.nav-link-wrap .img-overlay{display: none;}
div#v-pills-tabContent {
  position: fixed;
  bottom: 15%;
  width: 100%;
  left: 0;
  padding: 5%;
}
.sub-menu-wrapper ul li.col.nav-link-wrap {
  padding-top: 0 !important;
  text-align: center;
  display: block;
  padding-bottom: 0 !important;
}
.nav-link-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
ul.d-flex.align-items-center.dZAinMenuLink {
  display: none !important;
}
}
@media (max-width: 450px){
.dzainFooterlogo.mb-4 img {
    width: 100%;
}
}



/* Mega menu hover effect */
.mega-dropdown .dropdown-menu {
    border-radius: 0;
    background-color: #34182f;
}

.mega-dropdown .dropdown-menu a {
    color: #8D80AC;
}
.mega-dropdown .dropdown-menu a:hover {
    color: #fff;
}

