html {
  scroll-behavior: smooth;
}
.language {display: block;position: absolute;top: 25px;right: 6rem;padding: 7px;background: #fff;color: #000;font-weight: 700;}
.language a {color: #000;}
.logo_header {height: 80px;position: fixed;top: 0.4em;left: 1.7em;}
footer a {color:#fff;display:block;padding:5px 0px;}
footer a:hover {color:#fff;}
footer hr {border-top: 1px solid rgb(255 255 255) !important;width: 50%;left: 0;display: inline-block;}
input[type=checkbox], input[type=radio] {display:none;}
.shop_item h2 {font-size:3rem;margin-top:50px;margin-bottom:30px;}
.email_color a {color:#fff;}
.email_color a:hover {color:#fff;text-decoration:none;}
.shop-card {width: 350px;background: #f5f5f5;box-shadow: 0 10px 20px rgba(0, 0, 0, .3);overflow: hidden;border-radius: 5px;padding: 25px;text-align: center;z-index: 2;margin:0 auto;margin-bottom: 35px;}
.shop-card:hover {box-shadow: 2px 2px 10px #fff}
.title_menu {font-size: 1.5em;display: block;margin: 120px 0;}
.title_menu a {color:#fff;font-size: 1.2em;}
 .shop-card figure {
	 margin: 0;
	 padding: 0;
	 overflow: hidden;
	 outline: none !important;
}
 .shop-card figure img {
	 margin: -95px 0 -60px;
	 width: 100%;
}
 .shop-card .title {
	 font-weight: 900;
	 text-transform: uppercase;
	 font-size: 30px;
	 color: #23211f;
	 margin-bottom: 5px;
}
 .shop-card .desc {
	 font-size: 17px;
	 opacity: 0.8;
	 margin-bottom: 3px;
}
 .shop-card .cta {
	 padding: 20px 20px 5px;
}
 .shop-card .cta::after {
	 content: '';
	 display: table;
	 clear: both;
}
 .shop-card .price {
	 float: left;
	 color: #000;
	 font-size: 18px;
	 font-weight: 900;
	 padding-top: 2px;
	 transition: color 0.3s ease-in-out;
	 margin-top: 4px;
}
 .shop-card .btn {
	 position: relative;
	 z-index: 1;
	 float: right;
	 display: inline-block;
	 font-size: 13px;
	 font-weight: 900;
	 text-transform: uppercase;
	 color: #ff3100;
	 padding: 12px 18px;
	 cursor: pointer;
	 transition: all 0.3s ease-in-out;
	 line-height: 0.95;
	 border: none;
	 background: none;
	 outline: none;
	 border: 1px solid #ff3100;
	 border-radius: 20px;
	 overflow: hidden;
}
 .shop-card .btn .bg {
	 width: 101%;
	 height: 101%;
	 display: block !important;
	 z-index: -1;
	 opacity: 0;
	 transition: all 0.3s ease-in-out;
	 background: linear-gradient(135deg, #a61322, #d33f34);
}
 .shop-card .btn:hover {
	 color: #000 !important;
	 border: 1px solid #000 !important;
}
 .shop-card .btn:hover .bg {
	 opacity: 1;
}


    .contact-form-area {
	background: #000000ba;
	-webkit-box-shadow: 0px 9px 45px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 25px rgba(194, 194, 194, 0.25);
	border-radius: 26px;
	padding: 100px;
	margin-top: 190px;
	position: relative;
	z-index: 1
}

.contact-form-heading h3 {
	color: #323657;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 700
}

.contact-form-area input[type='text'] {
	width: 49.6%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #323657;
	padding: 10px 5px;
	color: #fff
}

.contact-form-area input[type='email'] {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #323657;
	margin-top: 60px;
	margin-bottom: 60px;
	color: #fff;
	padding: 10px 5px
}

.contact-form-area textarea {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #323657;
	color: #fff;
	padding: 10px 5px
}

/*16.5 Contact Form Button*/
.send-btn {
	text-align: center;
	margin-top: 80px
}

#formsend {
	color: #000;
	border: none;
	padding: 12px 42px;
	text-transform: capitalize;
	font-weight: 700;
	cursor: pointer;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 68px;
}

#formsend:hover {
	background: linear-gradient(253.52deg, #84FC6A 8.92%, #48D6F2 96.59%);
}

.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  border-radius: 4px;
  color:#fff;
  font-size: 16px;
  cursor: pointer;
  margin: 10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  background:none;
  border:none;
}


.button:active,
.button.is-checked {
  background-color: rgba(0,0,0,0.1);
  border: 1px solid #fff;
  outline: none;
}

.button-group {
  padding: 20px 0 20px 0;
  text-align: center;
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.grid article {
  background-color: #FFFFFF00;
  display: block;
  float: left;
  margin: 1%;
  width: 30%;
}

@media (max-width: 1024px) {
  .grid article {
    width: 31.3%;
  }
}

@media (max-width: 767px) {
  .grid article {
    width: 48%;
  }
}

@media (max-width: 479px) {
  .grid article {
    margin: 2% 0;
    width: 100%;
  }
}


body ul.menu {
	 position: fixed;
	 height: 250px;
	 top: 35%;
	 margin-top: -125px;
	 width: auto;
	 margin-left: 20px;
	 z-index:1;
}
.menu a {color:#757575;}
.menu a:hover {color:#fff;text-decoration:none;}
 body ul.menu li {
	 color: #757575;
	 list-style-type: none;
	 line-height: 65px;
	 font-family: 'Raleway', sans-serif;
	 font-size: 50px;
	 text-transform: lowercase;
}
 body ul.menu li:hover {
	 color: #EEE;
	 cursor: pointer;
}

.angle {clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);padding-top: 200px;}
.index_h2 {font-size:4rem;font-weight: 800;}
.left_menu {background:url(/img/back.jpg);background-size: cover;background-attachment: fixed;}

@media all and (max-width:767px){
    .angle {clip-path: polygon(50% 9%, 100% 0, 100% 100%, 0 100%, 0 0);padding-top: 100px;}
    .index_h2 {font-size:3rem;}
    .bottom_white {bottom: 25% !important;font-weight: 600 !important;transform: translate(-50%, 0%) !important;font-size: 18px !important;padding: 10px 15px !important;}
    body ul.menu {display: none;}
    .shop-card {width:100%;}
    .item_margin {margin-top:50px;}
    .portfolio_igl {clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%, 0 100%);}
    
}
.portfolio_igl {background:#292929;clip-path: polygon(0 0, 100% 0%, 100% 80%, 50% 100%, 0 80%);padding-bottom:100px;}