@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
    padding: 0;
    margin: 0;
}
/* blocks */
.anchore{
  width: 95%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2%;
  margin: auto;
}
@media (max-width: 450px){
  .anchore h2{
    font-size: 12px;
  }
}
.anchore div{
  margin: 2vw;
}
a{
  text-decoration: none;
}
.other{
  border-radius: 20px;
  width: 40vw;
  height: 50vh;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: .5s;
  animation: anim 20s infinite linear;
  background-size: cover;

}

@keyframes anim {
  0%{
    background-image: url("globalimg.jpg");
  }
  12.5%{
    background-image: url("globalimg.jpg");
  }
  25%{
    background-image: url("g2.jpg");
  }
  37.5%{
    background-image: url("g2.jpg");
  }
  50%{
    background-image: url("g3.png");
  }
  62.5%{
    background-image: url("g3.png");
  }
  75%{
    background-image: url("g4.jfif");
  }
  87.5%{
    background-image: url("g4.jfif");
  }
  100%{
    background-image: url("globalimg.jpg");
  }
}
@keyframes anim2 {
  0%{
    background-image: url("textileimg.jpg");
  }
  12.5%{
    background-image: url("textileimg.jpg");
  }
  25%{
    background-image: url("bpkt.jpg");
  }
  37.5%{
    background-image: url("bpkt.jpg");
  }
  50%{
    background-image: url("fpkt.jpg");
  }
  62.5%{
    background-image: url("fpkt.jpg");
  }
  75%{
    background-image: url("bpkt2.jpg");
  }
  87.5%{
    background-image: url("bpkt2.jpg");
  }
  100%{
    background-image: url("textileimg.jpg");
  }
}

.main{
  border-radius: 20px;
  background-image: url("textileimg.jpg");
  background-size: cover;
  width: 40vw;
  height: 50vh;
  color: #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  transition: .5s;
  animation: anim2 20s infinite linear;
}
.other:hover{
  box-shadow: 10px 10px 30px rgb(0, 130, 173);
}
.main:hover{
  box-shadow: 10px 10px 30px rgb(0, 79, 139);
}
/* cube coding start */
.cube {
  position: relative;
  top: 20px;

  width: 60px;
  height: 60px;
  transform-style: preserve-3d;
  animation: animate 6s linear infinite;
}

@keyframes animate {
  0% {
      transform: rotateX(-30deg) rotateY(0deg);
  }

  100% {
      transform: rotateX(-30deg) rotateY(-360deg);
  }
}

.cube div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.cube div span {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#151515, rgb(34, 55, 173));
  transform: rotateY(calc(90deg * var(--i))) translateZ(29px);
  /* 300 / 2= 150*/
  ;
}

.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #222;
  transform: rotateX(90deg) translateZ(29px);
}

.top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: rgb(34, 55, 173);
  transform: translateZ(-80px);
  filter: blur(30px);
  box-shadow: 0 0 120px rgba(255, 0, 0, 0.2),
      0 0 200px rgba(0, 38, 255, 0.4),
      0 0 300px rgba(34, 55, 173, 0.6),
      0 0 400px rgba(34, 55, 173, 0.8),
      0 0 500px rgb(34, 55, 173);
}

.top a h1 {
  text-align: center;
  font-size: 100px;
  color: rgb(255, 217, 0);
  background-color: black;
  border-radius: 50px;
  margin-top: 30%;
  text-decoration: none;
}

@media (max-width: 400px) {
  .cube {
      display: none;
  }
}
/* cube coding end  */


.header {
    display: flex;
    padding: 20px 20px 20px 20px;
    background-image: url();
    
}
.asrar h3{
    margin-left: 10px;
    color: rgb(98, 98, 112);
    margin-top: 25px;  
}
.asrar p{
  font-size: .7em;
  margin-left: 2%;
}

@media (min-width: 768px) {
    .asrar h3{
        font-size: calc(1vw + 1.4rem);
    }
}

#quote.acteve{
  position: relative;
  opacity: 1;
  
  left: 10px;
  transition: 3s;
  
}
#quote{
  left: -100px;
  
  opacity: 0;
}
#quote1.acteve1{
  position: relative;
  opacity: 1;
  
  left: 10px;
  transition: 3s;
  
}
#quote1{
  left: -100px;
 
  opacity: 0;
}
#quote2.acteve2{
  position: relative;
  opacity: 1;
  bottom: 0px;
  left: 10px;
  transition: 3s;
  
}
#quote2{
  left: 10px;
  bottom: -100px;
  opacity: 0;
}
#quote3.acteve3{
  position: relative;
  opacity: 1;
  bottom: 0px;
  left: 10px;
  transition: 3s;
  
}
#quote3{
  opacity: 0;
  left: 100px;
  right: 100px;
}
#quote4.acteve4{
  position: relative;
  opacity: 1;
  bottom: 0px;
  left: 10px;
  transition: 3s;
  
}
#quote4{
  left: 100px;
  opacity: 0;
}

@media (max-width: 468px) {
    .asrar h3{
        font-size: 16px;
    }
    .phone{
      visibility: hidden;
    }
}
.phone{
    position: absolute;
    right: 10px;
    color: rgb(32, 106, 175);

}
@media (max-width: 768px) {
    .phone{
        display: none;
    }
}
@media (max-width: 768px) {
    
    
  .phone{
      display: flex;
      position: absolute;
      top: 140px;
      width: 95%;
      margin: auto;
      
  }
  .phone p{
      margin: auto;
  }   
}
/* pop up window coding start*/
.popup .overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  display: none;
}
.popup .content{
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0);
  /* background-color: white; */
  width: 60%;
  height: 60%;
  z-index: 4;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.popup .close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background: #222;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.popup.active .overlay {
  display: block;
}
.popup.active .content {
  transition:all 1s ease-in-out;
  transform: translate(-50%,-50%) scale(.8);
}
@media screen and (max-width: 768px){
  .popup.active .content{
    transform: translate(-50%,-50%) scale(1.5);
  }
  .popup .content{
    position: absolute;
    top: 50%;
  }
}

/*pop up window coding end*/

/* navbar coding start */
.wrapper{
    background: rgba(0, 0, 0, .6);
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  .wrapper nav{
    
    display: flex;
    
    height: 70px;
    
  }
  nav .content{
    display: flex;
    align-items: center;
    
  }
  
  .content .logo a{
    text-decoration: none;
    color: cyan;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
  }
  .content .links li{
    list-style: none;
    line-height: 70px;
    
  }
  .content .links li a,
  .content .links li label{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    
    border-radius: 5px;
    transition: all 0.3s ease;
    margin-left: 5px;
    
  }
  .content .links li label{
    display: none;
  }
  .content .links li a:hover,
  .content .links li label:hover{
    background: black;
    box-shadow: 1px 1px 5px cyan;
    
  }
  
  .wrapper .menu-icon{
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
  }
  .wrapper .menu-icon{
    display: none;
  }
 

  .wrapper input[type="checkbox"]{
    display: none;
  }
  
  /* Dropdown Menu code start */
  .content .links ul{
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    top: 80px;
    /* z-index: -1; */
    opacity: 0;
    visibility: hidden;
  }
  .content .links li:hover > ul{
    top: 70px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
  .content .links ul li a{
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 5px;
    
    
  }
  .content .links ul ul{
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    right: calc(-100% + 8px);
  }
  .content .links ul li{
    position: relative;
  }
  .content .links ul li:hover ul{
    top: 0;
  }
  
  /* Responsive code start */
  @media screen and (min-width: 768px){
    .wrapper nav{
      max-width: 100%;
      padding: 0 20px;
    }
    nav .content .links{
      margin-left: 80px;
     
    }
    .content .links li a{
      padding: 8px 13px;
      
    }
   
  }
  
  @media screen and (max-width: 768px){
    .wrapper .menu-icon{
      display: block;
    }
    .wrapper #show-menu:checked ~ .menu-icon i::before{
      content: "\f00d";
    }
    nav .content .links{
      display: block;
      position: fixed;
      background: #14181f;
      height: 100%;
      width: 100%;
      top: 110px;
      left: -100%;
      margin-left: 0;
      max-width: 450px;
      overflow-y: auto;
      padding-bottom: 100px;
      transition: all 0.3s ease;
    }
    nav #show-menu:checked ~ .content .links{
      left: 0%;
    }
    .content .links li{
      margin: 15px 20px;
    }
    .content .links li a,
    .content .links li label{
      line-height: 40px;
      font-size: 20px;
      display: block;
      padding: 8px 18px;
      cursor: pointer;
    }
    .content .links li a.desktop-link{
      display: none;
    }
    
  
    /* dropdown responsive code start */
    .content .links ul,
    .content .links ul ul{
      position: static;
      opacity: 1;
      visibility: visible;
      background: none;
      max-height: 0px;
      overflow: hidden;
    }
    .content .links #show-factory:checked ~ ul,
    .content .links #show-products:checked ~ ul,
    .content .links #show-menjeans:checked ~ ul,
    .content .links #show-wj:checked ~ ul,
    .content .links #show-kj:checked ~ ul{
      max-height: 100vh;
    }
    .content .links ul li{
      margin: 7px 20px;
    }
    .content .links ul li a{
      font-size: 18px;
      line-height: 30px;
      border-radius: 5px!important;
    }
  }
  
  @media screen and (max-width: 400px){
    
    .wrapper nav{
      padding: 0 1px;
      
    }
    .content .logo a{
      font-size: 14px;
    }
    
  }
  /* navbar coding end */

/* auto text codin start */
  


.wrappers {
 
  width: 100%;
  margin: auto;
  position: relative;
  top: 75px;
  display: flex;
  line-height: 40px;
  height: 40px;
  
  justify-content: center;
}

.wrappers .txt {
  font-size: calc(1vw + .7rem);
  
  color: #201ea0;
}

.wrappers .txts {
  
  position: relative;
  left: -1%;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

@keyframes b {
  100% {
      top: -160px;
  }
}

.txts li {
  list-style: none;
  overflow: hidden;
  top: 0;
  font-weight: bold;
  color: rgb(255, 38, 0);
  font-size: calc(1vw + .7rem);
  position: relative;
  animation: b 12s steps(4) infinite;
}

.txts li::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  /* border-left: 2px solid tomato; */
  left: 0;
  animation: a 3s steps(10) infinite;
}

@keyframes a {

  40%,
  60% {
      left: calc(100% + 50px);
  }

  100% {
      left: 0;
  }
}
/* auto text coding end  */

/*image slider*/
.slider{
    position: relative;
    top: 20px;
    width: 70%;
    
    margin: auto;
    box-shadow: 10px 10px 30px rgb(16, 168, 214);
    
}
.slider:hover{
    box-shadow: 10px 10px 30px rgb(145, 39, 7);
}
@media (max-width: 768px) {
    .slider{
        width: 95%;
        
    }
}
/*end slider*/

/* flip card start  */
img{
	max-width: 100%;
	vertical-align: middle;
}
.row{
	display: flex;
	flex-wrap: wrap;
}
.container{
	/* max-width: 1170px; */
	margin:auto;
}
.flip-main{
	min-height: 20vh;
	/* background-color: #a7b6e9; */
	padding: 30px 0;
}
.flip-main .flip-card{
    flex:0 0  calc(25% - 1px);
    /* margin:0 15px 30px; */
    
    /* perspective: 1000px; remove this if you dont want the 3d effect */
}
.flip-main .flip-card-inner{
	box-shadow: 10px 10px 30px #9c6262;
	position: relative;
	transform-style: preserve-3d;
	transition: all 1s ease;
  border-radius: 5px;
}
.flip-main .flip-card-front img, .flip-main .flip-card-back img{
	width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.flip-main .flip-card-front,
.flip-main .flip-card-back{
	backface-visibility: hidden;
}
.flip-main .flip-card-back{
	/* background-color: #6e0ec5; */
	position: absolute;
	left:0;
	top:0;
	
	width: 100%;
	height: 100%;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: rotateY(180deg);
}
.flip-main .flip-card-front h3{
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
  background-color: gray;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.flip-main .flip-card-back h3{
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
  background-color: rgb(128, 128, 128);
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}


.flip-main .flip-card:hover .flip-card-inner{
   transform: rotateY(180deg);
}

/*responsive*/
@media(max-width: 768px){
  .flip-main .flip-card {
    flex: 0 0 calc(50% - 1px);
  }
}

@media(max-width: 400px){
  .flip-main .flip-card {
    flex: 0 0 calc(100% - 30px);
  }	
}
/* flip card end  */

/*card start*/
.card-container{
    width: 95%;
    margin: auto;
    
    
    
}
.card1{
    position: relative;
    /* transform-style: preserve-3d; */
    /* transition: all 2s ease; */
    justify-content: center;
    width: 19%;
    box-shadow: 10px 10px 30px;
    background-color: rgb(128, 128, 128);
    border-radius: 10px;
    display: inline-flex;
    margin: 2%;
    
}
.card1 a:hover{
    transform: rotateY(180deg);
    box-shadow: rgb(168, 58, 58) 10px 10px 30px;
    background-color: rgb(206, 69, 69);
    border-radius: 10px;
    /* transform: scale(1.1); */
    backface-visibility: hidden;
    /* z-index: 2; */
    transition: 1s;
}

@media only screen and (max-width: 768px) {
    .card-container{
        width: 100%;
        margin: auto;
        text-align: center;   
    }
    .card1{
      width: 350px;
      margin: auto;
      justify-content: center;
      margin-top: 20px;
      background-color: rgba(128, 128, 128, .8);
    }
}
.image img{
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}
.title h3{
    text-align: center;
    padding-bottom: 5px;
    margin: 5px;
    line-height: 20px;
    font-size: 25px;
}
.card1 a{
    text-decoration: none;
    color: white;
}
/*card end*/

/*writing start*/
.writing{
    
    color: rgb(90, 89, 89);
    padding: 3em;
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 2em;
    border-radius: 3em;
   
}
.quote{
    left: -100px;
    padding: 20px;
    
    border-radius: 25px;
    box-shadow: 10px 10px 20px rgb(189, 150, 150);
    border: .5px solid rgb(115, 117, 115);
    text-align: justify;   
}
@media only screen and (max-width: 400px) {
  .writing{
    font-size: calc(1vw + .5rem);
  }
}
/*writing end*/

.headings{
    height: 45px;
    width: 200px;
    color: white;
    
    background-color: #2d639e;
    display: flex;
    justify-content: center;
    
    margin-left: 30px;
    margin-top: 30px;
    border-radius: 5px;
    
}
.headings h3{
    font-size: 25px;
    font-family: 'latoregular';
    padding: 7px;
}
@media only screen and (max-width: 768px) {
    .headings{
        width: 95%;
        margin: auto;
    }
}




.export-brands{
    
    width: 95%;
    height: auto;
    margin: auto;
    background-color: rgb(64, 135, 210);
    text-align: center;
    padding: 10px;
    color: white;
}
.brands h3{
  text-align: left;
  margin-left: 6.5%;
  color: rgb(207, 207, 207);
  font-size: 1.4VW;
}
@media only screen and (max-width: 400px) {
  .brands h3{
    margin-left: 4%;
  }
  
}
.export-brands img{
    width: 15%;
}
.export-brands img:hover{
  transform: scale(1.1);
  z-index: 2;
  transition: .5s;
}


/*footer start*/
section{
  border: 2px solid gray;
  height: 130px;
  background-color: #333;
  width: 100%;
}

.footer{
    width: 100%;
    margin: auto;
    background-color: #333;
    height: 130px;
    
    
}
.footer a{
    text-decoration: none;
    color: rgb(42, 152, 255);
    letter-spacing: 1.5px;
    margin: 10px;
    font-size: large;
}
.links{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright{
    margin: auto;
    width: 250px;
    position: relative;
    top: 50px;
    color: white;
    
}
@media only screen and (max-width: 768px) {
  .copyright{
    position: relative;
    top: 25px;
  }
  .footer a{
    font-size: small;
  }
}
@media only screen and (max-width: 400px) {
  .footer a{
    font-size: x-small;
  }
}