 @import url('https//fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Spartan', sans-serif;

}

body {

	background: #000;
}
   
/* header starts */

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
    background-color: #e3e6f3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06 );
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
}
#header img{
    width: 150px;
    height: 104px;
}
#navbar {
    
    display: flex;
    align-items: center;
    justify-content: center;
}

#navbar li{
   
     list-style: none;
    
}

#navbar li a{
    text-decoration: none;
    font-size: 18px;
    color: black;
    margin-left: 80px;
    
}

#navbar a:hover,
#navbar a.active {
    background-color: red;
    padding: 5px ;
    
}

.services {
  float: left;
  overflow: hidden;
}

.services .servbtn {
  font-size: 18px;  
  border: none;
  outline: none;
  color: black;
  padding: 10px 0px;
  background-color: inherit;
  font-family: inherit;
  margin-left: 30px;
}


.navbar a:hover, .services:hover .servbtn {
  background-color: red;
  
}

.services-content {
  display: none;
  position: absolute;
  background-color: white;
  max-width: 300px;
  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.services-content a {
  float: none;
  font-size: 28px;
  color: white;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.services-content a:hover {
  background-color: black;
}

.services:hover .services-content {
  display: block;
}


#mobile {
    display: none;
    align-items: center;
}

#close {
    display: none;
}



/* home page */

#home{
    
    background-color: black;
    }
    #home .hom-box{
    display: flex; 
    justify-content: space-between;
    align-items: center;
    text-align: start;
     text-decoration: none;
    height: 80vh;
    padding: 10px 80px;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.03);
}
#mySlides {
    display:none;
}
#home .hom-box img {
    width: 60%;
    margin: 15px;
    border-radius: 20px;
} 

#home .hom-box h5{
    color: red;
    font-size: 18px;
    margin-top: 15px;
    border-radius: 10px;
}
#home .hom-box span{
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 20px;
   
}
#home .hom-box span i{
    font-size: 18px;
    padding: 15px 5px;
    
    
}
#home .hom-box a{
  display: block;
  width: 30%;
  margin: 30px 40px;
  border-radius: 10px;
  background-color: red;
  color: black;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
   text-decoration: none;
}

#home .hom-box a:hover {
  background-color: white;
  color: red;
}

/* aboutus page */

#aboutus{
    
    background-color: black;
    }
    #aboutus .about-box{
    display: flex; 
    justify-content: space-between;
    align-items: center;
    text-align: start;
     text-decoration: none;
    height: 80vh;
    padding: 10px 80px;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.03);
}

#aboutus .about-box img {
    width: 60%;
    margin-bottom: 15px;
    border-radius: 20px;
    position: right;
} 

#aboutus .about-box h5{
    color: red;
    font-size: 18px;
    margin-top: 15px;
    border-radius: 10px;
}
#aboutus .about-box span{
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 20px;
   
}

#aboutus .about-box a{
  display: block;
  width: 30%;
  margin: 30px 40px;
  border-radius: 10px;
  background-color: red;
  color: black;
  padding: 10px 12px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
   text-decoration: none;
}

#aboutus .about-box a:hover {
  background-color: white;
  color: red;
}

#aboutus h3{
    color: red;
    font-size: 22px;
    text-align: center;
    padding: 20px;
}
#aboutus  h4{
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 5px;
}





#items1 .item1-box h6{
    font-size: 14px;
    color: black;
    background: transparent;
    padding: 240px 202px 0 8px;
}
#items1 .item1-box1 {
    width: 48%;
    height: 100%;
    
    background-size: cover;
    text-align: center;
    margin-bottom: 20px;
   
}
    
#items1 .item1-box1 h6{
    font-size: 14px;
    color: black;
    background: transparent;
    padding: 200px 6px 0 274px;
    
    
}
#items1 .item1-box2 {
    width: 49.5%;
    min-width: 350px;
    height: 150vh;
    background:(images/printing.png);
    background-size: cover;
    text-align: center;
   
   
}
 
#items1 .item1-box2 h6{
    font-size: 14px;
    color: red;
    background: transparent;
    padding: 500px 150px 0 10px;
    
    
}
#items1 .item1-box3 {
    width: 49.5%;
    min-width: 49.5px;
    height: 150vh;
    background:(images/branding.png);
    background-size: cover;
    text-align: center;
   
   
}
#items1 .item1-box3 h6{
    font-size: 14px;
    color: red;
    background: transparent;
    padding: 710px 200px 0 0;
    
    
}

#items1 .item1-box4 {
    width: 100%;
    height: 100%;
    align-items: center;
    background: (images/advertising.png);
    background-size: cover;
    background-position: center;
    
}

    
#items1 .item1-box4 h6{
    font-size: 18px;
    color: red;
    position: bottom;
    padding: 500px 0 10px 0;
    
    background: transparent;
    
}



        

#footer {
    
    height: 24vh;
    background: white;
    padding: 0 80px;
    
}
#footer .foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#footer .foot-box img{
    width: 150px;
    height: 104px;
}

#footer .foot-box1 h3 {
    font-size: 16px;
}
#footer .foot-box1 h4 {
    font-size: 14px;
}
#footer .foot-box2 h3 {
    font-size: 16px;
}
#footer .foot-box2 h4 {
    font-size: 14px;
}




@media (max-width:1024px){
    
 
 body{
     padding: 0px;
 }

    

#navbar li a{
    text-decoration: none;
    font-size: 16px;
    color: black;
    margin-left: 30px;
    
}



    #home{
        padding: 5px 0;
    }
   
   #home .hom-box{
    
    height: 96vh;
    padding: 10px 0;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.03);
}
#mySlides {
    display:none;
}
#home .hom-box img {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 20px;
} 
  
 #aboutus .about-box{
    width: 43%;
    min-width:300px;
    height: 86vh;
    background-image: url(images/aboutbackgr2.png);
    padding: 10px 20px;
    text-align: start;
}
 
 #aboutus .about-box2{
    width: 43%;
    min-width:300px;
    background-image: url(images/aboutbackgr2.png);
    padding: 10px 20px;
    text-align: start;
}
}
@media (max-width: 768px){
#header{
    
    padding: 0 20px;
    
 }

#navbar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: fixed;
	top: 0px;
    right:-300px  ;
    height: 100vh;
    width: 150px;
	padding: 100px 5px 0 10px;
	background-color: #fff;
}
#navbar.active{
    right: 0px;
}
#navbar li{
     margin-bottom: 5px;
     padding: 10px 0;
}


#mobile {
    display: flex;
    align-items: center;
}
#mobile i{
    
    color: #f20303;
    font-size: 24px;
    padding: 5px 20px;
}

#close{
    display: flex;
    position: absolute;
    top: 40px;
    padding: 20px;
    left: 40px;
    color: #000;
    font-size: 24px;
    
    
}


#home{
 padding: 0 20px;
}
   
  #home .hom-box {
	width: 100%;
	height: 36vh;
	box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.03);
}
#mySlides {
    display:none;
}
#home .hom-box img {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 20px;
} 
#aboutus .about{
    padding: 0 20px;
}
 #aboutus .about-box{
    width: 49%;
    min-width:200px;
    height: 30vh;
    background-image: url(images/aboutbackgr2.png);
    padding: 5px 10px;
    text-align: start;
}
 
 #aboutus .about-box2{
    width: 49%;
    min-width:200px;
    height: 30vh;
    background-image: url(images/aboutbackgr2.png);
    padding: 5px 10px;
    text-align: start;
}


 
   
#items1 {
   
    padding: 0px 20px;
    
}
#items1 h4{
    font-size: 18px;
}

#items1 .item1-box {
    width: 49.5%;
    min-width: 200px;
    height: 15vh;
    
}

#items1 .item1-box h6{
    font-size: 12px;
    padding: 5px 170px 170px 0;
    text-align: start;
}
#items1 .item1-box1 {
    width: 49.5%;
    min-width: 200px;
    height: 15vh;
}
    
#items1 .item1-box1 h6{
    font-size: 12px;
    padding: 150px 0 0 210px;
    text-align: right;
    
    
}
#items1 .item1-box2 {
    width: 49.5%;
    min-width: 250px;
    height: 75vh;
}
 
#items1 .item1-box2 h6{
    font-size: 12px;
    padding: 330px 10px 0 100px;
    
    
}
#items1 .item1-box3 {
    width: 49.5%;
    min-width: 250px;
    height: 75vh;
}
#items1 .item1-box3 h6{
    font-size: 12px;
    padding: 250px 20px 0 100px;
    
    
}

#items1 .item1-box4 {
    width: 100%;
    height: 40vh;
}

    
#items1 .item1-box4 h6{
    font-size: 14px;
    padding: 520px 20px 0 20px;
    text-align: center;
}

  
  #footer {
    
    height: 8vh;
    padding: 0 20px;
    
}

#footer .foot-box img{
    width: 150px;
    height: 104px;
}

#footer .foot-box1 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
#footer .foot-box1 h4 {
    font-size: 12px;
    margin-bottom: 4px;
}
#footer .foot-box2 h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
#footer .foot-box2 h4 {
    font-size: 12px;
    margin-bottom: 4px;
}


#advertising {
    width: 100%;
    text-align: center;
    align-items: center;
    background-color: #000;
    padding: 5px 30px;
}
#advertising .advert{
    width: 100%;
    

}
#advertising .advert-box {
    width: 100%;
    height: 56vh;
    box-shadow: #1a1a1a;
   
}
#mySlides {
    display: none;
}
#advertising .advert-box img {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 20px;
}
#advertise {
    width: 100%;
    text-align: center;
    background-color: #000;
    padding: 0 30px
}

#advertise .adv {
    width: 33%;
    min-width: 200px;
    
}
#advertise .adv-box {
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
}

#advertise .adv img{
       width: 100%;
       padding: 0 2px;
        border-radius: 20px;
}
#advertise1 {
    width: 100%;
    text-align: center;
    background-color: #000;
    padding: 0 30px
}

#advertise1 .adv1 {
    width: 33%;
    min-width: 200px;
    
}
#advertise1 .adv1-box {
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;

}

#advertise1 .adv1 img{
       width: 100%;
       padding: 0 2px;
        border-radius: 20px;
}

#designing {
    padding: 5px 30px;
}

#printing {
    padding: 5px 30px;
}
#fabrication {
    padding: 5px 30px;
}

#brand {
    padding: 5px 30px;
}
#promotion {
    padding: 5px 30px;
}



#ourwork{
        width: 100%;
        background-color: black;
        padding: 0 20px;
    }
    #ourwork .work-box{
    width: 100%;
    height: 78vh;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.03);
}
#mySlides {
    display:none;
}
#ourwork .work-box img {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 20px;
} 
    
#works {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        background: black;
        
    }
    #works .wor {
    width: 100%;
    min-width: 350px;
    align-items: center;
    }
    #works .wor-box {
        width: 50%;
        display: flex;
        justify-content: space-between;
        
    }
   

    #works .wor-box img {
    width: 100%;
    padding: 5px;
    border-radius: 15px;
   }
   
  
     h2 {
        text-align: center;
        font-size: 18px;
        line-height: 44px;
        color: red;
    }
   
    #works1 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        background: black;
    }
    #works1 .wor1 {
    width: 100%;
    min-width: 350px;
    }
    #works1 .wor1-box {
        width: 50%;
        display: flex;
       justify-content: space-between;
        
    }
   #works1 .wor1-box img {
    width: 100%;
    padding: 5px;
    border-radius: 15px;
   }
   
   #works2{
       width: 100%;
       text-align: center;
       padding: 0 10px;
       background: black;
   }
   #works2 .wor2{
       width: 100%;
       min-width: 350px;
   }
    #works2 .wor2-box {
        width: 50%;
        display: flex;
       justify-content: space-between;
    }
    #works2 .wor2-box img {
    width: 100%;
    padding: 5px;
    border-radius: 15px;
   }
   
   #partners .part {
	width: 50%;
	height: 320px;
	padding: 20px;
}

}

@media( max-width: 477px){

/* Header start */
body{
    width: 100%;
    max-width: 477px;
    min-width: 300px;
}
#header{
    
    padding: 0 10px;
    
 }

#navbar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	position: fixed;
	top: 0px;
    right:-300px  ;
    height: 100vh;
    width: 150px;
	padding: 30px 5px 0 10px;
	background-color: #fff;
}
#navbar.active{
    right: 0px;
}
#navbar li{
     margin-bottom: 15px;
     padding: 20px 0;
}


#mobile {
    display: flex;
    align-items: center;
}
#mobile i{
    
    color: #f20303;
    font-size: 18px;
    padding: 5px 20px;
}

#close{
    display: flex;
    position: absolute;
    background-color: #fff;
    top: 10px;
    padding: 10px;
    left: 40px;
    color: #000;
    font-size: 18px;
    
    
}
   #home{
 width: 100%;
 max-width: 477px;
 padding: 0 25px;
}
   
  #home .hom-box {
    min-width: 300px;
	height: 36vh;
}
#aboutus{
    width: 100%;
    padding: 0 20px;
}
#aboutus h3{
    color: red;
    font-size: 16px;
    padding: 8px;
}
#aboutus  h4{
    color: white;
    font-size: 14px;
    padding: 5px;
}

 #aboutus .about-box{
    width: 100%;
    min-width:300px;
    height: 50vh;
    padding: 5px 10px;
    
}
#aboutus .about-box span{
    color: #fff;
    font-size: 10px;
    
    
}
#aboutus .about-box h5{
    font-size: 12px;
    padding: 10px 5px;
    
    
}
#aboutus .about-box2 span{
    color: #fff;
    font-size: 10px;
    
    
}
#aboutus .about-box2 span i{
    font-size: 14px;
    padding: 10px 5px;
    
    
}
 
 #aboutus .about-box2{
    width: 100%;
    min-width:200px;
    height: 40vh;
    padding: 5px 10px;
    
}

#items1 {
    width: 100%;
    min-width: 300px;
    padding: 0 20px;
    
}
#items1 h4{
    font-size: 14px;
}

#items1 .item1-box {
    width: 100%;
    min-width: 300px;
    height: 32vh;
    
}

#items1 .item1-box h6{
    font-size: 10px;
    padding: 10px 140px 0 10px;
}
#items1 .item1-box1 {
    width: 100%;
    min-width: 150px;
    height: 32vh;
}
    
#items1 .item1-box1 h6{
    font-size: 10px;
    padding: 140px 10px 0 230px;
    
    
}
#items1 .item1-box2 {
    width: 100%;
    min-width: 200px;
    height: 60vh;
}
 
#items1 .item1-box2 h6{
    font-size: 10px;
    padding: 160px 80px 0 40px;
    
    
}
#items1 .item1-box3 {
    width: 100%;
    min-width: 200px;
    height: 60vh;
}
#items1 .item1-box3 h6{
    font-size: 10px;
    padding: 135px 30px 0 40px;
}

#items1 .item1-box4 {
    width: 100%;
    height: 30vh;
}
#items1 .item1-box4 h6{
    font-size: 12px;
    padding: 170px 0 10px 0;
}

  
  #footer {
    
    height: 35vh;
    padding: 0px;
    
}
#footer .foot{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#footer .foot-box img{
    width: 100px;
    height: 70px;
}

#footer .foot-box1 h3 {
    font-size: 12px;
}
#footer .foot-box1 h4 {
    font-size: 10px;
}
#footer .foot-box2 h3 {
    font-size: 12px;
}
#footer .foot-box2 h4 {
    font-size: 10px;
}

#advertising {
    width: 100%;
    text-align: center;
    align-items: center;
    background-color: #000;
    padding: 5px 10px;
}
#advertising .advert{
    width: 100%;
}
#advertising .advert-box {
    width: 100%;
    height: 30vh;
    box-shadow: #1a1a1a;
   
}
#mySlides {
    display: none;
}
#advertising .advert-box img {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 20px;
}
#advertise{
   text-align: center;
    align-items: center;
    Padding:0 20px;
  
   }
   #advertise .adv{
    width: 100%;
    min-width: 320px;
    
}
    
   
    #advertise .adv-box {
      width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: column;
      
        
    }
   
    #advertise .adv-box img {
    width: 100%;
    padding: 5px;
   }
#advertise1 {
    text-align: center;
    align-items: center;
    Padding:0 20px;
}

#advertise1 .adv1 {
    width: 100%;
    min-width: 320px;
    
}
#advertise1 .adv1-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: column;
    
    

}

#advertise1 .adv1 img{
       width: 100%;
       padding: 5px;
        border-radius: 20px;
}


#designing {
    padding: 5px 10px;
}

#printing {
    padding: 5px 10px;
}
#fabrication {
    padding: 5px 10px;
}

#brand {
    padding: 5px 10px;
}
#promotion {
    padding: 5px 10px;
}
#ourwork{
        width: 100%;
        padding: 0 20px;
        background-color: black;
    }
    #ourwork .work-box{
    width: 100%;
    height: 28vh;
    padding: 10px;
    box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.03);
}
#mySlides {
    display:none;
}
#ourwork .work-box img {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 20px;
} 
    
#works {
        width: 100%;
        text-align: center;
        padding: 5px;
        background: black;
        
    }
    #works .wor {
    width: 100%;
    min-width: 320px;
     align-items: center;
    }
    #works .wor-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        
    }
   

    #works .wor-box img {
    width: 100%;
    padding: 0 10px;
    border-radius: 15px;
   }
   
  
     h2 {
        text-align: center;
        font-size: 18px;
        line-height: 44px;
        color: red;
    }
   
    #works1 {
        width: 100%;
        text-align: center;
        padding: 0 10px;
        background: black;
    }
    #works1 .wor1 {
    width: 100%;
    min-width: 320px;
    }
    #works1 .wor1-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
   #works1 .wor1-box img {
    width: 100%;
    padding: 5px;
    border-radius: 15px;
   }
   
   #works2{
       width: 100%;
       text-align: center;
       padding: 0 10px;
       background: black;
   }
   #works2 .wor2{
       width: 100%;
       min-width: 320px;
   }
    #works2 .wor2-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #works2 .wor2-box img {
    width: 100%;
    padding: 5px;
    border-radius: 15px;
   }
   #partners .part {
	width: 100%;
	height: 320px;
	padding: 10px;
}
  #container{
   text-align: center;
   Padding: 10px;
   }
   #container .form-box{
    width: 100%;
    min-width: 320px;
    display: flex;
   flex-direction: column;
   justify-content: center;
    
}
#container .form-box img {
	width: 352px;
	padding: 0;

	
}

}

