
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700);

html {overflow-x: hidden;}
body {padding: 0;
    margin: 0;
    font-family: Montserrat;
    
    background-position: center;
    background-size: 107px 108px;
    background-attachment: fixed;}
	a {text-decoration:none;color:unset;}
div,h1,h2,h3,h4,p,i,a {position:relative;transition:0.4s;}

form,input,textarea,select {font-family:Montserrat;}
:root {
	--color:#848484;
	--color2:#64af35;
}
/*alerts */
div,h1,h2,h3,h4,p,i,a,footer {position:relative;transition:0.4s;}

input,select,textarea,button {font-family: Montserrat;}

a {    text-decoration: unset;
    color: unset;}

input::placeholder {font-size:12px} 

.view_counter {width: fit-content;
    max-width: 200px;
    text-align: center;
    font-size: 10px;
    padding: 2px 12px;
    background: black;
    color: white;
    border-radius: 3px;
    margin: 0 auto;
    top: 0px;}
.alert {     padding: 23px;
    width: fit-content;
    font-size: 13px;
    margin: 0px auto;
    font-weight: 500;
    border-radius: 6px;}
	
.danger {background: #ffd0d082;
    color: #d45050;}
.info {    background: #d0deff82;
    color: #5097d4;
}
.success {background: #90ff6c82;
    color: #1aab2c;
}
.card{max-width: 400px;width:auto;
    overflow: hidden;
    margin: 20px auto;
    border-radius:6px;box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
    z-index: 0;
    background: url(card_images/bg_testcd.jpg);
    background-size: 100% ;
    color: white;
    padding: 0px 0px 27px;
	}
	
	.card_content {margin: 0px;
    z-index: 2;
    text-align: center;
    
    
    
    background-position: top;
    
    background-attachment: initial;
    background-size: cover;
    position: absolute;
    width: -webkit-fill-available;
    max-width:1600px;
    height: 200px;
	}
	
	
	
	
	.card_content img{ height: 150px;
    border-radius:67px/27px;
    margin-top:10px;
    
    border: 4px solid #00ffff;border-bottom: 4px solid white;border-left: 4px solid white;
    box-shadow: 0px 0px 10px 0px #00000038;
    max-width: 150px;	-webkit-animation: sk-rotateplane 6s infinite ease-in-out; 
  animation: sk-rotateplane s infinite ease-in-out;}
     @-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(500px) }
  80% { -webkit-transform: perspective(500px) rotateX(90deg) }  }
@keyframes sk-rotateplane {   80% { -webkit-transform: perspective(500px) rotateX(0deg) rotateY(90deg)  }    

	}
	
	.box {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 15s linear;
    -webkit-transition: all 15s linear;
    animation: box 12s infinite linear;
    -webkit-animation: box 12s infinite linear;
    -moz-animation: box 12s infinite linear;
    -o-animation: box 12s infinite linear;
}
	.card_content2 {z-index: 2;
    text-align: center;
    font-weight: 400;
    margin-bottom:20px;background: #333333b1;
    background-size: 100% 100%;
    margin-top:180px;
     
    }
	.card_content2 h2{font-weight: 500;
    text-transform: uppercase;text-shadow: 2px 2px 4px #000000;
    margin: 20px 5px 5px 5px;
    letter-spacing: -1px;
}

	.card_content2 p{text-transform: capitalize;
    font-weight: 600;text-shadow: 2px 2px 4px #000000;
    font-size: 16px;
    margin: 0px 33px;}
    
    .card_content2 p1{text-transform: capitalize;
    font-weight: 600;text-shadow: 2px 2px 4px #000000;
    font-size: 14px;
    margin: 0px 5px 10px 5px;}

.dis_flex {       display: block;
    text-align: center;
    padding: 0px 0px 0px 0px;}
    
.dis_flex .link_btn:hover {
	background:#00ffff;
	transition:0.3s;
}
.dis_flex .link_btn {     border-radius: 4px;
    padding: 5px 11px;
    width: min-content;font-weight: 600;
    background: #333333b5;
    font-size: 14px;
    color: #ffffff;text-shadow: 2px 2px 4px #000000;
    margin: 10px 0px;
    display: inline-block;
    box-shadow: 1px 1px 1px 1px black;
}
.dis_flex .link_btn i {
    font-size: 26px;
    color: #000000;
    padding: 12px 11px;
    width: 30px;
    margin: -25px auto 5px;
    display: block;
    border-radius: 35px;
    text-shadow: 0px 0px black;
    background: url(card_images/button_blue.png);background-size: 100% 100%;
    
}


.contact_details {
        padding: 2px 24px;
}
.contact_details .contact_d{    display: flex;}
.contact_details .contact_d i {
    color: #000000;
    height: 23px;
    font-size: 22px;
    padding: 10px;
    text-align: center;
    width: 23px;
    border-radius: 32px;
    background: url(card_images/button_blue.png);
    background-size: 100% 100%;
}
.contact_details .contact_d p{margin: 6px 15px;
    white-space: pre-line;
    background: #f2f2f2b5;
    color: black;
    border-radius: 5px;
    padding: 2px 10px;
    box-shadow: 1px 1px 1px 1px #333333;
    font-size: 15px;
    font-weight: 500;
    max-width: 260px;
    line-height: 2;}

.dis_flex .share_wtsp {padding: -40px 0px -20px 0px;
    margin: 10px auto;
    text-align: center;}
.dis_flex .share_wtsp select {}
.dis_flex  .share_wtsp input {font-size: 13px;color:white;
    border: 0px;
    padding: 10px;
    outline: none;border-radius: 20px 0px 0px 20px;
    background: #333333b5;
    box-shadow: 0px 0px 10px 0px #0000002e;
}

.wtsp_share_btn {
    background: #1aab2c;border-radius: 0px 20px 20px 0px;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
}
.dis_flex  .share_wtsp input[type=submit]{    background: #47b303;
    color: white;
    font-size: 10px;
    padding: 11px;border-radius: 20px 0px 0px 20px;
    top: -2px;
    position: relative;}

.dis_flex .big_btns {background: #e1dfdd;
    color: black;
    border-radius: 3px;
    font-size: 12px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin: 3px 0px;
    
    width: 139px;
    font-weight: 500;
    box-shadow: 1px 1px 10px 2px black;

}
.dis_flex .big_btns i{
    }
.dis_flex .social_med {    padding: 2px;
    margin: -31px -2px -32px;
    display: inline-block;background: #e1dfddb5;padding: 5px 5px 20px 5px;border-radius:20px 20px 0px 0px;box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);}
.dis_flex .social_med i{font-size: 19px;
    width: 15px;
    text-align: center;
    border-radius: 20px 20px 0px 0px;
    padding: 9px 10px;}

.fa-twitter {background: #149bd2;
    color: white;}
.fa-facebook {background: #5858fd;
    
    color: white;}
.fa-linkedin {background:#007bb6;
color:white}
.fa-youtube {background: #e63e3e;
    color: white;}
.fa-pinterest {background:#cb2027;color:white}
.fa-instagram {background: #fd01bb;
    color: white;}
.fa-telegram {background:#979797;
color:white}

.card2 {background: url(card_images/bg_testcd.jpg);
    background-size: 100% ;
    width: 400px;box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
    margin: 7px auto;
    padding: 0px;
    border-radius: 6px;
    overflow: hidden;}
.card2 h1{}
.card2 h2{}
.card2 h3{text-align: center;
    font-size: 20px;text-shadow: 2px 2px 4px #ffffff;
    background: url(card_images/steelbtn.jpg);
    background-size: 100% 100%;
    color: #000000;
    font-weight: 400;
    letter-spacing: -1px;
    width: -webkit-fill-available;
    border-bottom: 3px solid;
    padding: 12px 25px;
    margin: 0px 0px 21px;}
.card2 form{}
.card2 form input,.card2 form textarea{width: -webkit-fill-available;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #dedede;
    margin: 4px 26px;
    resize: vertical;
    }
.card2 form input[type=submit]{    color: white;
    font-size: 20px;
    background: linear-gradient(45deg, #cccccc , black 65%);}

.card2 iframe {margin: 8px auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0px);
    border-radius: 5px;
    width: auto;
    height: 188px;}
	
	.btn_6 {background: #c72d31;
    width: fit-content;
    padding: 9px;
    font-size: 12px;
    margin: 0 auto;
    border-radius: 4px;
    color: white;
    box-shadow: 0px 0px 10px 0px #0000}	
	.btn_5 {background: #4CAF50;
    width: fit-content;
    padding: 9px;
    font-size: 12px;
    margin: 0 auto;
    border-radius: 4px;
    color: white;
    box-shadow: 0px 0px 10px 0px #0000}	
	
	.pro_dis {color: #383737;
    font-size: 13px;
    font-weight: 500;
    margin: 10px;}
	.pro_price {color: #188e1d;
    font-weight: 500;
    margin: 9px;}
	
/*prouct services*/

.product_s {   text-align: center;
    background: #ffffffb5;
    padding: 10px;
    width: fit-content;
    margin: 9px;
    border-radius: 7px;
    display: inline-block;}	
	
	#product_services {text-align:center}
.product_s p{font-weight: 600;
    text-transform: capitalize;}	
.product_s img{width: auto;
    max-width: 300px;
    max-height: 100%;
    background: white;
    border-radius: 5px;}	


/*image gallery*/

.img_gall {    display: inline-block;
    width: 32%;
    vertical-align: middle;
    margin: 2px;}
.img_gall img {background: white;
    border-radius: 5px;
    max-width: 100%;
    max-height: 500px;}
/* about us*/

#about_us {}
#about_us h3{}
#about_us p{       white-space: pre-line;
    font-size: 12px;
    font-weight: 600;color: Black;
    line-height: 2;
    padding: 10px 20px;
    margin: 0;}

/*payment */

#payment {}
#payment p{font-size: 19px;
    font-weight: 500;
    color: black;
    width: 77%;
    margin: 8px auto;}
#payment h2{font-size: 14px;
    font-weight: 600;
    color: black;background: #f2f2f2b5;
    
    border-radius: 5px;
    padding: 2px 10px;
    box-shadow: 1px 1px 1px 1px #333333;
    width: 77%;
    margin: 0 auto;}
#payment img{width: 90%;
    border-radius: 20px;
    margin: 10px 20px;}



.menu_bottom {   background: #f2f2f2b5;
    width: -webkit-fill-available;
    text-align: center;
    color: black;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow-x: auto;
}

.menu_container {width: auto;
    text-align: left;
    display: flex;}
 .menu_item{   text-align: center;
    font-weight: 600;
    display: inline-grid;
    font-size: 12px;
    margin: 15px;
    width: 209px;
    white-space: pre;}
 .menu_item i{font-size: 20px;}


/* order page */
 
 #shop_online {
	 display: grid;
    
    text-align: center;
 }
 .order_box {width: 350px;
    display: inline-block;
    margin: 6px auto;
    vertical-align: text-top;
    border-radius: 4px;
    background: white;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px #00000030;
    border: 2px solid #cccccc;
}
 .order_box img{width: 100%;
    }
 .order_box h2{padding: 9px 0px 3px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;}
 .order_box h4{padding: 0px 0px 7px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: #4CAF50;
}
 .order_box p{padding: 2px;
    margin: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    color: gray;}
 .btn_buy{background: #FF5722;
    color: white;
    padding: 8px 10px;
    text-align: center;
    font-size: 12px;
    width: fit-content;
    margin: 0 auto 10px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}







/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/
/*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*//*Mobile style*/



@media screen and (max-width:700px){
	.card {
    width: -webkit-fill-available;
   
    overflow: hidden;
    margin: 2px;
    z-index: 0;
  
}

.card2 {
   width:auto;
    margin: 2px;
    
}