/* play-regular - latin */
@font-face {
    font-family: 'Play';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/play-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/play-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* eb-garamond-regular - latin */
@font-face {
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    src: local(''),
         url('../fonts/eb-garamond-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/eb-garamond-v14-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.header{
    
    background: #000000;
   /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 14px;
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    
    
}

.aboutus {
	background: #000000;;
}
.bgau{
    opacity: 0.3;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/filter.png) no-repeat center;
    position: absolute;
    width: 69%;
    height: 103%;
    margin-left: 65px;

    /* align-content: center; */
}

.h1,h2 {
    font-size:4vmin;
    font-family: Play;
    font-style: normal;
    font-weight: bold;
}
.navbar-nav {
    float: none;
    text-align: center;
    margin: auto;
}
.navbar-nav li {
    float: none;
    display: inline-block;
}
nav .navbar-nav li a{
    color: #F2C94C !important;
    margin: 0 center;
    font-size: 2vmax;
    float: none;
    text-align: center;

}
#back-top {
    position: fixed;
    bottom: 0px;
    padding: 0px;
    left: 50%;  
    margin-left: 500px;
    z-index:99991;
}
#back-top a{
    width: 77px;
    height: 30px;
    background: #F2C94C;
    display:block;
    text-decoration:none;
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    text-align: center;
}
 
#back-top a:hover{
    height: 70px;
    background: ##F2C94C;
    -webkit-transition: all linear 0.2s; 
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #000000;
}
.p{
    font-family: EB Garamond;
    font-style: normal;
    font-weight: normal;
}
.navbar{
    display: inline;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #000000;
}

.button{
  font-family: Play;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
  margin-right: 150px;
  text-align: center;

  
}
/* Header end*/
/*main*/
.intro{
    height: auto;
    background: url(../img/Homepage.jpg) no-repeat center;
    background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover; 
    padding: 250px;
    margin-left: 150px;
}
.intro_title{
    font-weight: 700;
    font-family: Play;
    font-style: normal;
    font-weight: bold;
    font-size: 8vmax;
    line-height: 96px;
    color: white;
    text-align: center;
    margin-bottom: 65px;
    
}
.intro_subtitle{
    max-width: 684;
    font-family: EB Garamond;
    font-style: normal;
    font-weight: normal;
    font-size: 6vmax;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 6px 4px 33px #000000;

}
.offer{
    background: #000000;

}
.hero{
    background: url(../img/filter.jpg) no-repeat right top;
    width: 540px;
    height: 700px;
    background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover; 

}
.offer-cont{
    position: relative;
    z-index: 10;
}

.offer-cont__title{
    font-family: 'Play';
    font-weight: bold;
    margin: 3vmax;
    font-size: 5vmax;
    color: #F2C94C;
    text-align:center;

}
.offer-content_text{
    font-family: 'EB Garamond';
    font-weight: normal;
    text-align:justify;
    font-size: 2.5vmax;
    color: #AAAAAA;  
    margin-left: 50px;
    margin-right: 50px;  
}    
.section {
    background:#F2C94C;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}
#partners{
    background-color: #000;
    border-color: #F2C94C;
    padding: 50px;
    
}
.rectangle{
    width: auto;
    height: auto;
    border:3px solid #F2C94C;
    margin-bottom: 10px;
    background: #000000;
    padding: 2px;
}
.text_center_middle{
    color: #F2C94C;
    text-align: center;
    line-height: 50px;
    border-radius: 20px;
    font-size: 1.5vmax;
}
#Air-fil{
    background-color: #000000;
}
.offer-cont__title2{
    font-family: 'Play';
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 200px;
    font-size: 5vmax;
    color: #F2C94C;
    text-align:center;
    display: center;

}
.text{
    color: #AAAAAA;
    font-size: 1.5vmax;
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: normal;
}

.content-karusel{
    color:#F2C94C;
}
.name{
    color:#F2C94C;
    text-align: center;
}
.slide{
    background-color: #000;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slider .slick-arrow{
    position: absolute;
    top: 50%;
    z-index: 10;
}
.slider .slick-arrow.slick-prev{
    left:0;
}
.slider .slick-arrow.slick-next{
    right: 0;
}
.slick-dots li button::before {
    font-size: 25px;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
#quality_policy{
    background-color: #000000;

}
.Quality_policy-group li{
    margin: 10px 0;
    font-family: 'EB Garamond';
}
.policy-list{
    color: #F2C94C;
    font-family: 'EB Garamond';
    font-size: 2vmax;
    margin-right: 50px; 
}
.policy-text{
    color: #AAAAAA;
    text-align: justify;
    margin-left: 10px;
 
}
#welcome{
    height: 813px;
    background: url(../img/Welcome_to_the_our_store.png) no-repeat; 
    background-size: cover;
    font-size: 105px;
}
#btn-welcome{
    padding: 5px 80px;
    background-color: #F2C94C;
}
#store{
   font-size: 7vmax;
   padding-top: 300px;
   color: #FFFFFF;
   text-align: center;

}
#fot{
    height: auto;
    background: #000000;
}
#email{
    padding: 5px;
    color: #F2C94C;
    text-align: right;
    margin-bottom: 30px;
    font-size: 3vmax;
}