/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,900;1,900&display=swap");

@font-face {
  font-family: font_mkawer;
  src: url("/assets/fonts/Roihu-ExtraBlack.otf");
}

@font-face {
  font-family: font_Acromr;
  src: url("/assets/fonts/The.Northern.Block_Acrom.otf");
}

@font-face {
  font-family: font_Acromr_bold;
  src: url("/assets/fonts/The.Northern.Block_Acrom.Bold.otf");
}

html,
body {
  margin: 0;
  font-size: 100%;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  /* overflow-x: hidden; */
  /* height: 100%; */
}

html {
  scroll-behavior: smooth;
}

body a {
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  font-family: "Montserrat", sans-serif;
}

body img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #323648;
  font-family: "Montserrat", sans-serif;
}

li {
  list-style-type: none;
}

p {
  margin: 0;
  font-size: 17px;
  line-height: 2em;
  letter-spacing: 1px;
  color: #707579;
  font-family: "Open Sans", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  font-size: 100%;
  background: #fff;
}

body a {
  text-decoration: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

html {
  scroll-behavior: smooth;
}

body img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  letter-spacing: 1px;
}

p {
  margin: 0;
  line-height: 2em;
  letter-spacing: 1px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/*-- header --*/

header {
  position: absolute;
  width: 100%;
  padding: 15px 0;
  z-index: 9;
}

.right-p li,
.right-p li a {
  display: inline-block;
  color: #ddd;
  font-size: 15px;
  letter-spacing: 2px;
}

.right-p li span {
  color: #fff;
}

/*-- header --*/

.toggle,
[id^="drop"] {
  display: none;
}

/* Giving a background-color to the nav container. */

nav {
  margin: 0;
  padding: 0;
}

.style_map {
  font-family: font_Acromr_bold;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  position: absolute;
  text-align: centre;
  top: 87%;
  left: 50%;
  /*font-size: 26vm;*/
  font-size: 1.2vw;
  transform: translateX(-50%);
}

@media all and (max-width: 768px) {
  #map_wrapper .fluid-container {
    height: 45vh;
  }
  .style_map {
    top: 72%;
    width: 90%;
  }
}

.slogan {
  position: absolute;
  font-family: "block_bertholdcondensed";
  left: 5%;
  top: 26%;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  float: left;
  width: 19%;
  clear: both;
  font-style: normal;
  margin-bottom: 13px;
  line-height: 2em;
  font-weight: blod;
  font-size: 2.2vw;
}

.size_2l {
  height: 1096px !important;
}

#logo a {
  float: left;
  font-size: 0.7em;
  display: initial;
  margin: 0;
  letter-spacing: 1px;
  color: #fff;
  padding: 0px 0;
  border: none;
}

span.fa.fa-free-code-camp {
  color: #f4b200;
  font-weight: bold;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
  content: "";
  display: table;
  clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

/* Positioning the navigation items inline */

nav ul li {
  margin: 0px;
  display: inline-block;
  /* float: left; */
}

/* Styling the links */

nav a {
  color: #ddd;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding-left: 0;
  padding-right: 0;
  padding: 10px 13px;
  font-weight: 400;
  font-size: 0.9rem;
  vertical-align: middle;
}

nav ul li ul li:hover {
  background: #f8f9fa;
}

/* Background color change on Hover */

nav a:hover {
  color: #ddd;
}

.menu li.active a {
  color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
  display: none;
  position: absolute;
  /* has to be the same number as the "line-height" of "nav a" */
  top: 30px;
  background: #fff;
  padding: 10px;
}

/* Display Dropdowns on Hover */

nav ul li:hover > ul {
  display: inherit;
}

/* Fisrt Tier Dropdown */

nav ul ul li {
  width: 170px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul li a {
  color: #333;
  padding: 5px 10px;
  display: block;
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav ul ul ul li {
  position: relative;
  top: -60px;
  /* has to be the same number as the "width" of "nav ul ul li" */
  left: 170px;
}

/* Change ' +' in order to change the Dropdown symbol */

li > a:only-child:after {
  content: "";
}

/* Media Queries
--------------------------------------------- */

/********************history***************/

#history {
  overflow-x: hidden;
}

.position_img_date_fondator {
  width: 43%;
  position: absolute;
  left: 28%;
  top: -5%;
}

/*****************************************/

.position_gif {
  width: 89%;
  padding-top: 24%;
}

/*******************************************/

#index {
  height: calc(100vh - 80px);
}

#index .owl-carousel .owl-item img {
  height: calc(100vh - 80px);
  object-fit: cover;
}

#section_img {
  height: 55vh;
  background-image: url(../imgs/chrea-bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}

@media all and (max-width: 768px) {
  #section_img {
    height: 200px;
  }
}

@media all and (max-width: 468px) {
  #section_img {
    height: 100px;
  }
}

.img_begin {
  position: absolute;
  top: 7%;
  left: 50%;
  width: 4%;
  transform: translateX(-50%);
}

.algeria_map {
  background-image: url("/assets/imgs/map/map.jpg");
  background-size: 100% 100%;
  height: 663px;
}

.owl-dots {
  height: 0px !important;
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.flesh {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* border: 5px white solid; */
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;
}

.map_padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/****************************************/

@media all and (max-width: 991px) {
  .position_gif {
    width: 100%;
    padding-top: 0%;
  }
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }
  .menu li.active a {
    color: #ff4f81;
  }
  nav ul li span {
    color: #333;
  }
  nav {
    margin: 0;
  }
  nav a {
    color: #333;
    font-size: 1.4rem;
  }
  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle + a,
  .menu {
    display: none;
  }
  /* Stylinf the toggle lable */
  .toggle {
    display: block;
    padding: 5px 15px;
    font-size: 20px;
    text-decoration: none;
    border: none;
    float: right;
    background-color: #ff4f81;
    color: #fff;
    margin-bottom: 0;
  }
  .menu .toggle {
    float: none;
    text-align: center;
    margin: auto;
    width: 30%;
    padding: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .toggle:hover {
    color: #333;
    background-color: #fff;
  }
  /* Display Dropdown when clicked on Parent Lable */
  [id^="drop"]:checked + ul {
    display: block;
    background: #fff;
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }
  /* Change menu item's width to 100% */
  nav ul li {
    display: block;
    width: 100%;
    padding: 7px 0;
  }
  nav a {
    padding: 5px 0;
  }
  nav a:hover {
    color: #333;
  }
  .login-icon {
    text-align: center;
  }
  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }
  nav ul ul ul a {
    padding: 0 80px;
  }
  nav a:hover,
  nav ul ul ul a {
    background-color: transparent;
  }
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 14px 20px;
    color: #fff;
    font-size: 17px;
  }
  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #fff;
  }
  nav ul ul li a {
    font-size: 15px;
  }
  ul.inner-ul {
    padding: 0 !important;
  }
  /* Hide Dropdowns by Default */
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */
  }
  /* Hide menus on hover */
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none;
  }
  /* Fisrt Tier Dropdown */
  nav ul ul li {
    display: block;
    width: 100%;
    padding: 0;
  }
  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */
  }
}

@media all and (max-width: 330px) {
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
  nav ul li {
    display: block;
    width: 94%;
  }
}

.user span.fa {
  font-size: 25px;
  color: #fff;
}

/*-- //header --*/

/*-- banner --*/

.banner {
  background: url(../images/banner5.jpg) no-repeat center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

.layer {
  background: rgba(0, 0, 0, 0.5);
}

.big {
  line-height: 1.4;
}

nav .navbar-brand {
  width: 120px;
}
nav .navbar-brand img {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 120px;
}
nav .nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown.bootstrap-select button {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media all and (max-width: 968px) {
  nav .navbar-brand img {
    position: relative;
    height: 90px;
  }
  nav .navbar-brand {
    padding-left: 10px;
  }
  nav .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .dropdown.bootstrap-select button {
    font-size: 1.4rem;
    padding-left: 3rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media all and (max-width: 768px) {
  .history_footer_chrea_img img {
    width: 150px;
  }
}

.suivez_nous_history {
  width: 20%;
  padding-top: 1%;
  /* position: absolute; */
}

.facebook_history {
  width: 20%;
  /* position: absolute; */
  left: 23%;
  top: 0%;
}

.insta_history {
  width: 20%;
  /* position: absolute; */
  left: 31%;
  top: 0%;
}

.youtube_history {
  width: 20%;
  /* position: absolute; */
  left: 40%;
  top: 0%;
}

.linke_history {
  width: 20%;
  /* position: absolute; */
  left: 50%;
  top: 0%;
}

.footer_titel {
  font-size: 18px;
}

.titel_info {
  font-size: 16px;
}

.suivez_nous_history {
  font-size: 18px;
}

.title_history {
  padding: 15px;
  font-family: font_Acromr_bold;
}

.prod_pad_r {
  padding-right: 2px;
}

.prod_pad_b {
  padding-bottom: 2px;
}

.prod_pad_l {
  padding-left: 2px;
}

.prod_pad_t {
  padding-top: 2px;
}

.w3ls_banner_txt p {
  color: #eee;
  text-transform: capitalize;
  font-size: 15px;
}

.banner-text-w3ls {
  padding: 15vw 0 18vw;
  box-sizing: border-box;
}

.banner-form-w3 {
  padding: 18vw 0 0vw;
  box-sizing: border-box;
}

h3.b-w3ltxt span {
  color: #fff;
}

h3.b-w3ltxt {
  font-size: 5em;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 0px #333;
}

h4.b-w3ltxt {
  font-size: 3em;
  letter-spacing: 3px;
  font-weight: 300;
  color: #fff;
}

.btn-banner {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 12px 30px;
  display: inline-block;
}

.btn-banner:hover {
  color: #fff;
}

.carousel-indicators {
  position: absolute;
  bottom: -53px;
  margin-left: 0;
  justify-content: flex-start;
  z-index: 1;
}

.carousel-indicators li {
  cursor: pointer;
}

.carousel-indicators li {
  width: 18px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
}

.form-style-w3layout input[type="text"],
.form-style-w3layout input[type="email"],
.form-style-w3layout input[type="password"],
select {
  outline: none;
  font-size: 14px;
  border: none;
  color: #666;
  background: #f1f1f1;
  letter-spacing: 0.5px;
  padding: 14px 20px;
  width: 49%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.form-style-w3layout button.btn {
  color: #fff;
  background: #f4b200;
  border: none;
  padding: 14px 0;
  outline: none;
  border-radius: 0;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  transition: 0.5s all;
}

.form-style-w3layout input[type="submit"]:hover {
  background: #dc3545;
}

.padding {
  padding: 2.5em;
  background-color: rgba(1, 17, 68, 0.17);
}

.padding h5 {
  font-weight: 700;
  font-style: normal;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.form-style-w3layout span {
  font-size: 13px;
  color: #666;
}

.form-style-w3layout span a {
  color: #ff4f81;
}

.w3ls_banner_txt h4 {
  font-size: 2em;
  color: white;
  text-align: center;
}

.w3ls_banner_txt p {
  font-size: 2em;
  text-align: center;
  font-weight: 600;
  margin-left: 2.3em;
}

span.fa.fa-usd {
  color: #f4b200;
  margin-right: 0.3em;
}

span.fa.fa-ils {
  font-size: 3em;
}

/*-- //banner --*/

h3.heading {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 3px;
}

h3.heading1 {
  color: #fff;
}

/*-- /banner-bottom --*/

section#about {
}

.about-info p {
  color: #ffffff;
}

.vv-border-info {
  margin: 0 auto;
  width: 80%;
  border: 1px solid #ddd;
  padding: 4em;
  border-radius: 4px;
  background: transparent;
}

h4.title-hny {
  color: #ffffff;
  font-size: 2em;
  line-height: 1.5em;
}

.sub-tittle-vjm {
  display: block;
  font-size: 0.7em;
  color: #999;
  letter-spacing: 1px;
}

.team-info h4 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}

.read-more-button {
  margin-top: 1.2em;
}

.read-more,
.read-more:hover {
  background: #011144;
  color: #fff;
  padding: 0.8em 2em;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.15);
  font-size: 1em;
  display: inline-block;
  border: none;
  transition: all 500ms ease;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5em;
}

.read-more:hover {
  opacity: 0.9;
}

/*-- //banner-bottom --*/

/*-- services --*/

.service-icon span.fa {
  font-size: 40px;
  color: #f4b200;
}

.service-grid h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 2px;
}

/*-- //services --*/

/*-- //services --*/

/*-- stats --*/

.stats h3.heading {
  color: #f8f9fa;
}

.stats p {
  color: #ccc;
  text-transform: capitalize;
}

.stats-left h4 span {
  font-size: 50px;
  font-weight: 600;
  color: #f4b200;
}

.stats-left h4 {
  color: #fff;
}

.stats-right h4 {
  font-size: 2.4em;
  font-weight: 700;
  margin: 15px 0;
  color: #fff;
}

.stats-right span.fa {
  color: #fff;
  font-size: 20px;
  background: #f4b20094;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.stats {
  background: url(../images/stats1.jpg) no-repeat 0px 0px;
  background-size: cover;
  position: relative;
}

.brands a span.fa {
  font-size: 3em;
  color: #333;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}

/*-- //stats --*/

/*-- about bottom --*/

.banner-about {
  padding: 3em 4em;
  background: #f6f6f6;
}

.banner-about h4 {
  font-size: 28px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

h5.bottom {
  margin: 0.5em 0;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 24px;
}

.bottom-left {
  background: url(../images/left.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}

.banner-about span.fa {
  font-size: 40px;
  color: #da9d40;
}

.bg-image-left {
  background: url(../images/s1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  min-height: 450px;
  margin: 5px;
}

.bg-image-right {
  background: url(../images/s2.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  min-height: 250px;
  margin: 5px;
}

.bg-image-bottom1 {
  background: url(../images/s3.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  min-height: 190px;
  margin: 5px;
}

.bg-image-bottom2 {
  background: url(../images/s4.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  min-height: 190px;
  margin: 5px;
}

.bg-image-left h4 {
  padding-top: 350px;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.4);
  min-height: 450px;
}

.bg-image-right h4 {
  padding-top: 170px;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.4);
  min-height: 250px;
}

.bg-image-bottom1 h4,
.bg-image-bottom2 h4 {
  padding-top: 120px;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 22px;
  background: rgba(0, 0, 0, 0.4);
  min-height: 190px;
}

/*-- //about bottom --*/

/*-- /gallery --*/

section#gallery {
  position: relative;
}

.gal-img {
  padding: 10px;
}

.gal-img img {
  border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}

.gal-img:hover.gal-img img {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
}

.gal-img a span {
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
  background: #f4b200;
  display: block;
  padding: 1em;
  margin-bottom: 15px;
}

/*-- popup --*/

.pop-overlay {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.pop-overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  margin: 8em auto;
  padding: 3em 1em;
}

.popup p {
  font-size: 15px;
  color: #666;
  letter-spacing: 0.5px;
  line-height: 30px;
}

.popup h2 {
  margin-top: 0;
  color: #fff;
}

.popup .close {
  position: absolute;
  top: 5px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000;
}

.popup .close:hover {
  color: #30c39e;
}

/*-- //popup --*/

/*-- //gallery --*/

/*-- /testimonials --*/

.testimonials {
  background: #f4b200;
}

.test-info {
  text-align: center;
}

.test-info h3 {
  font-size: 0.9em;
  color: #fff;
  font-weight: 600;
}

.test-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 4px;
  background: hsla(21, 60%, 94%, 0.33);
  width: 15%;
}

.w3layouts-footer.test-soc ul li {
  display: inline-block;
  margin: 0 0.3em;
}

.w3layouts-footer.test-soc ul li a span {
  color: #fff;
  margin: 0 0.5em;
  padding: 2em 4em;
}

.test-info p {
  background: #011144;
  padding: 3em;
  font-size: 0.85em;
  border-radius: 4px;
  position: relative;
}

.test-info p span {
  font-size: 1.5em;
  color: #d3d1d3;
}

ul.w3layouts-icons.clients li {
  text-align: center;
  display: inline-block;
}

ul.w3layouts-icons.clients li a span {
  color: #ffffff;
  font-size: 0.7em;
  margin: 0 0.1em;
}

ul.w3layouts-icons.clients li span:hover {
  color: #39d6af;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}

/*-- //testimonials --*/

/* destinations */

.destinations {
  background: #ebedef;
}

.destinations-grids {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.destinations-grids .caption h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

h4.destination {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 3px;
}

.rating ul li {
  display: inline-block;
  font-size: 2em;
  color: #fff;
}

.rating ul li span.fa {
  color: #fff;
  font-size: 13px;
}

.rating {
  background: #f4b200;
  position: absolute;
  right: 1%;
  top: 1%;
  padding: 0px 10px 5px;
}

.caption a {
  font-size: 15px;
  background: none;
  border: 1px solid #ccc;
  padding: 12px 20px;
  letter-spacing: 1px;
  color: #ccc;
  margin-top: 20px;
  display: inline-block;
}

.destinations-info {
  position: absolute;
  bottom: -227px;
  margin: 0;
  background: rgba(1, 17, 68, 0.74);
  padding: 30px 0px 10px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  left: 15px;
  right: 15px;
  text-align: center;
}

.destinations-grids:hover div.destinations-info {
  bottom: 0;
}

.caption {
  padding: 0px;
}

/* destinations responsive */

@media (max-width: 1080px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
  .destinations-grids {
    padding: 0 5px;
  }
  .destinations-grids h4 {
    font-size: 18px;
  }
  .destinations-info {
    left: 5px;
    right: 5px;
  }
  .destinations-info {
    padding: 20px 0;
  }
  .toggle {
    background-color: #f4b200;
  }
}

@media (max-width: 384px) {
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
  .destinations-grids {
    padding: 0 1em;
  }
}

@media (max-width: 320px) {
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
}

/* //destinations responsive */

/* //destinations */

/*-- team --*/

.team-info {
  padding: 20px 0;
  background: #011144;
}

.team {
  background: #ebedef;
}

.team-info h3 {
  font-size: 1.3em;
  letter-spacing: 1px;
  color: #fff;
}

.team-info span {
  margin-top: 0.5em;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #ffffffbd;
  letter-spacing: 1px;
}

/*-- //team --*/

/*-- contact --*/

.adress-w3pvt-info h6 {
  font-size: 1.2em;
  color: #3d3d3e;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 1em 0;
  text-transform: capitalize;
}

.adress-w3pvt-info a {
  color: #777;
  letter-spacing: 1px;
}

.adress-icon span.fa {
  color: #f4b200;
  font-size: 2em;
  vertical-align: middle;
}

.contact-forms input,
.contact-forms textarea,
.contact-forms select {
  font-size: 15px;
  color: #000;
  padding: 1em 1em;
  background: #f6f6f6;
  outline: none;
  border: none;
  letter-spacing: 1px;
  border-radius: 0px;
  outline: none !important;
}

.contact-forms select {
  padding: 0em 1em;
  height: 52px !important;
  color: #777;
}

button.sent-butnn {
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  display: inline-block;
  letter-spacing: 2px;
  outline: none;
  color: #fff;
  background: #f4b200;
  border-radius: 0px;
  padding: 10px 20px;
}

.contact-left-form {
  padding: 3em;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.contact-right h4 {
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 1em;
}

.contact-right h5 {
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 600;
}

.map iframe {
  border: none;
  outline: none;
  height: 350px;
  width: 100%;
}

/*-- contact --*/

/*-- footer --*/

.footer-content {
  background: #011144;
}

.footer-top-inner-vv {
  padding: 2em 0;
}

.footer-content h2 a {
  font-size: 1.2em;
  color: #fff;
  padding: 0;
  font-weight: 600;
  margin: 0;
  letter-spacing: 1px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  position: relative;
  text-transform: uppercase;
}

.footer-content h2 a span {
  color: #ffc107;
  vertical-align: middle;
}

.con-gd .form-control {
  padding: 17px 17px;
  border: 0;
  border: none;
  outline: none;
  background: #fff;
  color: #fff;
  border-radius: 0;
  font-size: 0.9em;
  letter-spacing: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
}

.con-gd button.btn {
  margin-left: auto;
  padding: 15px 5px;
  border: 0px;
  letter-spacing: 1px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  width: 100%;
}

/*--placeholder-color--*/

.con-gd ::-webkit-input-placeholder {
  color: #777;
}

.con-gd :-moz-placeholder {
  /* Firefox 18- */
  color: #777;
}

.con-gd ::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
}

.con-gd :-ms-input-placeholder {
  color: #777;
}

/*--//placeholder-color--*/

/* footer grids */

ul.list-info-lavi {
  list-style: none;
}

ul.list-info-lavi li {
  list-style: none;
  margin: 0.8em 0;
}

h4.footer-title {
  color: #777;
  text-transform: capitalize;
}

.footerv3-top p {
  font-size: 1em;
  color: #777;
  margin: 1em 0;
  line-height: 1.5em;
}

.footer p a {
  color: #777;
  text-decoration: underline;
}

.footer p a:hover,
.last-vv-contact p a:hover,
p.copy-right-grids a:hover {
  opacity: 0.9;
}

.last-vv-contact p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.85em;
  letter-spacing: 1px;
  color: #ffffff;
}

.footer-top p {
  padding-right: 6em;
  color: #777;
}

.list-info-lavi li a {
  color: #ffffff;
  font-size: 0.85em;
  letter-spacing: 1px;
}

h3.lavi_title {
  font-size: 1.4em;
  color: #fff;
  font-weight: 500;
}

.last-vv-contact a {
  color: #f1f1f1;
}

.vv-icons li {
  display: inline-block;
  margin: 0 1em;
}

.vv-icons li a span {
  color: #333;
  font-size: 1.2em;
}

.vv-icons li a span:hover {
  color: #f4b200;
}

.news-letter-vv {
  padding: 60px 80px;
  background: #fdbd10;
}

p.news-para {
  color: #333;
  font-size: 1.1em;
  font-weight: 500;
}

ul.list-info-lavi span {
  margin-right: 0.5em;
  color: #999;
}

.feature-grids.team span {
  font-size: 1.5em;
}

/* //footer */

/* copyright */

p.copy-right-grids {
  color: #000;
  font-size: 16px;
}

p.copy-right-grids a {
  color: #777;
}

/* copyright */

.copy-right-top {
  background: #212020;
}

.copy-right {
  letter-spacing: 1px;
  font-size: 15px;
  color: #999;
}

.copy-right a {
  color: #eee;
}

.copy-right a:hover {
  color: #fff;
}

.copy-right-top {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/*-- move top --*/

.move-top {
  position: relative;
}

a.move-top {
  text-align: center;
  position: absolute;
  right: 1%;
  bottom: 0%;
}

a.move-top span {
  color: #fff;
  width: 36px;
  height: 36px;
  border: transparent;
  line-height: 2em;
  background: #333;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
}

/*-- //move top --*/

/* copyright */

/*-- //footer --*/

/*-- to-top --*/

/*-- //to-top --*/

/*-- Responsive design --*/

@media (max-width: 1680px) {
  .size_2l {
    height: 958px !important;
  }
}

@media (max-width: 1440px) {
  .size_2l {
    height: 823px !important;
  }
}

@media (max-width: 1366px) {
  .size_2l {
    height: 781px !important;
  }
}

@media (max-width: 1280px) {
  .size_2l {
    height: 732px !important;
  }
}

@media (max-width: 1080px) {
  h3.heading {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .size_2l {
    height: 956px !important;
  }
}

@media (max-width: 1024px) {
  .size_2l {
    height: 598px !important;
  }
}

@media (max-width: 991px) {
  h3.b-w3ltxt {
    font-size: 4em;
  }
  .gap1 {
    margin-top: 2em;
  }
}

@media (max-width: 800px) {
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
  span.fa.fa-ils {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .toggle {
    background-color: #f4b200;
  }
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
}

@media (max-width: 736px) {
  .banner-text-w3ls {
    padding: 18vw 0 2vw;
  }
  .banner-form-w3 {
    padding: 3vw 0 2vw;
  }
  .padding {
    padding: 2em;
  }
  .move-top {
    margin-top: 0.2em;
  }
  .popup {
    width: 50%;
  }
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
}

@media (max-width: 667px) {
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
  h3.b-w3ltxt {
    font-size: 3em;
  }
  span.fa.fa-ils {
    font-size: 2em;
  }
  .footer-content h2 a {
    font-size: 1em;
  }
  .footer-top-inner-vv {
    padding: 1em 0;
  }
  p.copy-right-grids {
    font-size: 15px;
  }
  h3.b-w3ltxt {
    margin-left: 40px;
  }
  .move-top {
    margin-top: 0.2em;
  }
}

@media (max-width: 640px) {
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
  h3.heading {
    font-size: 30px;
  }
  .rating ul li {
    font-size: 1.5em;
  }
}

@media (max-width: 600px) {
  h3.b-w3ltxt {
    font-size: 2.5em;
  }
  span.fa.fa-ils {
    font-size: 1.5em;
  }
  h3.b-w3ltxt {
    margin-left: 78px;
  }
  h3.heading {
    font-size: 30px;
  }
  .stats-right h4 {
    font-size: 2em;
  }
  .stats-left h4 span {
    font-size: 35px;
  }
  .stats-right h4 {
    font-size: 1.8em;
  }
  .stats-right span.fa {
    font-size: 17px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

@media (max-width: 568px) {
  .padding {
    padding: 1em;
  }
  .form-style-w3layout input[type="text"],
  .form-style-w3layout input[type="email"],
  .form-style-w3layout input[type="password"],
  select {
    width: 100%;
  }
  .read-more-button {
    margin-bottom: 2em;
  }
  h4.title-hny {
    font-size: 1.8em;
  }
  .team-grid img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  h3.b-w3ltxt {
    font-size: 2em;
  }
  span.fa.fa-ils {
    font-size: 1em;
  }
  .w3ls_banner_txt h4 {
    font-size: 1.5em;
  }
  .w3ls_banner_txt p {
    font-size: 1.5em;
  }
  .padding h5 {
    font-size: 18px;
  }
  h4.title-hny {
    font-size: 1.5em;
  }
  .banner-text-w3ls {
    padding: 21vw 0 2vw;
  }
  .footer-content h2 a {
    font-size: 0.9em;
  }
  h3.heading {
    font-size: 25px;
  }
}

@media (max-width: 414px) {
  .banner-text-w3ls {
    padding: 24vw 0 1vw;
  }
  .rating ul li {
    font-size: 1.2em;
  }
  .copy-right {
    letter-spacing: 0px;
  }
}

@media (max-width: 384px) {
  h3.heading {
    letter-spacing: 1px;
  }
}

@media (max-width: 375px) {
  h3.heading {
    letter-spacing: 0px;
  }
}

/*-- //Responsive design --*/

.can_caro {
  width: 100%;
}

.mini_caro {
  width: 100%;
  height: 400px;
  background-size: cover;
}

.carp_parent {
  height: 300px;
  padding: 20px;
}

/* ----> wrapper */

#content-slider .wrap-slider {
  max-width: 1200px;
  /*height: 100%;*/
  width: 100%;
  margin: 0px auto;
  position: relative;
  text-align: right;
}

#content-slider .wrap-slider.full {
  width: 100%;
  max-width: 100%;
  text-align: center;
  border: none;
}

/* --------> Link style */

#content-slider *:focus {
  outline: 0;
}

#content-slider a:hover {
  color: #ffa300;
  text-decoration: underline;
}

#content-slider a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#content-slider a:hover,
#content-slider a:active {
  outline: 0;
}

/* -------> Responsive images (ensure images don't scale beyond their parents) */

#content-slider img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* -------> Main */

#content-slider .slider {
  margin-top: 5%;
  /*position: absolute;*/
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 400px;
}

#content-slider .inset {
  width: 500%;
  line-height: 0;
  -webkit-animation: 30s slidy infinite;
  -moz-animation: 30s slidy infinite;
  -ms-animation: 30s slidy infinite;
  -o-animation: 30s slidy infinite;
  animation: 30s slidy infinite;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

#content-slider h1.main-title {
  text-align: center;
  color: #ffa300;
  font-weight: 200;
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin: 5px 0 0px 0;
}

#content-slider .slider [class*="title-"] {
  background: rgba(0, 0, 0, 0.51);
  padding: 1% 1%;
  display: inline-block;
  width: 40%;
  height: auto;
  position: absolute;
  z-index: 12;
  margin: 15px 0 0 15px;
  line-height: normal;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#content-slider .th > [class*="title-"] {
  width: auto;
  height: auto;
  position: absolute;
  top: 0em;
  right: 0em;
  text-align: right;
  margin: 5px 10px 0 0;
  opacity: 1;
  line-height: normal;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* -------> Article */

#content-slider .slider h1,
#content-slider .th h1 {
  color: #fffefe;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

#content-slider .slider p,
#content-slider .th p {
  color: #fffefe;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

#content-slider .slider a,
#content-slider .th a {
  font-weight: bold;
  color: #ffa300;
  text-decoration: none;
  text-transform: uppercase;
}

/* -------> Article IMg Slider */

#content-slider .slider h1 {
  font-size: 1.5rem;
}

#content-slider .slider p {
  font-size: 1.2rem;
}

#content-slider .slider a {
  font-size: 1rem;
}

/* -------> Article IMg Prev */

#content-slider .th h1 {
  font-size: 1rem;
}

#content-slider .th p {
  font-size: 0.875rem;
}

#content-slider .th a {
  font-size: 0.75rem;
}

#content-slider .th img {
  position: relative;
  max-width: 100%;
  height: auto !important;
  -webkit-filter: brightness(50%);
  -moz-filter: brightness(50%);
  -ms-filter: brightness(50%);
  -o-filter: brightness(50%);
  filter: brightness(50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#content-slider .th:hover img {
  -webkit-filter: brightness(100%);
  -moz-filter: brightness(100%);
  -ms-filter: brightness(100%);
  -o-filter: brightness(100%);
  filter: brightness(100%);
}

/* -------> Main Img */

#content-slider figure {
  margin: 0;
  padding: 0;
  width: 20%;
  float: left;
  cursor: pointer;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

#content-slider figure img {
  width: 100%;
  position: relative;
}

/* -------> Max contrloS img preview */

#content-slider span.th {
  width: 25%;
  margin: 35% 0% 0 0%;
  float: left;
  text-align: center;
  display: inline-block;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}

#b-1 {
  left: 0;
}

#b-2 {
  left: 25%;
}

#b-3 {
  left: 50%;
}

#b-4 {
  left: 75%;
}

#b1-1 {
  left: 0;
}

#b1-2 {
  left: 25%;
}

#b1-3 {
  left: 50%;
}

#b1-4 {
  left: 75%;
}

#b2-1 {
  left: 0;
}

#b2-2 {
  left: 25%;
}

#b2-3 {
  left: 50%;
}

#b2-4 {
  left: 75%;
}

#b3-1 {
  left: 0;
}

#b3-2 {
  left: 25%;
}

#b3-3 {
  left: 50%;
}

#b3-4 {
  left: 75%;
}

#b4-1 {
  left: 0;
}

#b4-2 {
  left: 25%;
}

#b4-3 {
  left: 50%;
}

#b4-4 {
  left: 75%;
}

#content-slider input[type="radio"] {
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
  display: none;
}

#control {
  position: absolute;
  left: 3%;
  z-index: 5;
  top: 55%;
  width: 95%;
}

#content-slider label.first {
  width: 9px;
  height: 9px;
  margin: 0 2px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1000;
  cursor: pointer;
  border-radius: 100%;
  border: 2px solid #ffa300;
  background: #f39750;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#content-slider #main {
  padding: 1% 0;
  width: 100%;
  /*margin-top: 29.2%;*/
  bottom: 0;
  z-index: 10;
  position: absolute;
  text-align: center;
  background: transparent;
  top: 100%;
}

#content-slider input[type="radio"] {
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
  display: none;
}

#content-slider #control {
  position: absolute;
  left: 3%;
  z-index: 15;
  top: 0%;
  width: 95%;
  /*margin-top: 10%;*/
  /*display: none;*/
  height: 50px;
  top: 50%;
  margin-top: -25px;
}

/* -------> Controls */

#main > label:hover {
  width: 9px;
  height: 9px;
  background: #fff;
  border: 1px solid #ffa300;
}

input#a-1:checked ~ .slider .inset {
  margin-left: 0%;
}

input#a-2:checked ~ .slider .inset {
  margin-left: -100%;
}

input#a-3:checked ~ .slider .inset {
  margin-left: -200%;
}

input#a-4:checked ~ .slider .inset {
  margin-left: -300%;
}

input#a-5:checked ~ .slider .inset {
  margin-left: -400%;
}

input#a-1:checked ~ #main > label:nth-child(1) {
  opacity: 1;
  background: #fff;
}

input#a-2:checked ~ #main > label:nth-child(2) {
  opacity: 1;
  background: #fff;
}

input#a-3:checked ~ #main > label:nth-child(3) {
  opacity: 1;
  background: #fff;
}

input#a-4:checked ~ #main > label:nth-child(4) {
  opacity: 1;
  background: #fff;
}

input#a-1:checked ~ #control > label:nth-child(2),
input#a-2:checked ~ #control > label:nth-child(3),
input#a-3:checked ~ #control > label:nth-child(4),
input#a-4:checked ~ #control > label:nth-child(1),
input#a-5:checked ~ #control > label:nth-child(1),
input#a-1:checked ~ #control > label:nth-child(4),
input#a-2:checked ~ #control > label:nth-child(1),
input#a-3:checked ~ #control > label:nth-child(2),
input#a-4:checked ~ #control > label:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

input#a-1:checked ~ #control > label:nth-child(2):after,
input#a-2:checked ~ #control > label:nth-child(3):after,
input#a-3:checked ~ #control > label:nth-child(4):after,
input#a-4:checked ~ #control > label:nth-child(1):after,
input#a-5:checked ~ #control > label:nth-child(1):after,
input#a-1:checked ~ #control > label:nth-child(4):after,
input#a-2:checked ~ #control > label:nth-child(1):after,
input#a-3:checked ~ #control > label:nth-child(2):after,
input#a-4:checked ~ #control > label:nth-child(3):after {
  font-family: FontAwesome;
  font-size: 7rem;
  line-height: 7rem;
  color: #ffa300;
  position: absolute;
  top: 0;
  left: 0;
}

input#a-1:checked ~ #control > label:nth-child(2),
input#a-2:checked ~ #control > label:nth-child(3),
input#a-3:checked ~ #control > label:nth-child(4),
input#a-4:checked ~ #control > label:nth-child(1) {
  float: right;
  right: 0.3%;
}

input#a-1:checked ~ #control > label:nth-child(2):after,
input#a-2:checked ~ #control > label:nth-child(3):after,
input#a-3:checked ~ #control > label:nth-child(4):after,
input#a-4:checked ~ #control > label:nth-child(1):after {
  content: "\f105";
}

input#a-1:checked ~ #control > label:nth-child(4),
input#a-2:checked ~ #control > label:nth-child(1),
input#a-3:checked ~ #control > label:nth-child(2),
input#a-4:checked ~ #control > label:nth-child(3) {
  float: left;
  left: 0.3%;
}

input#a-1:checked ~ #control > label:nth-child(4):after,
input#a-2:checked ~ #control > label:nth-child(1):after,
input#a-3:checked ~ #control > label:nth-child(2):after,
input#a-4:checked ~ #control > label:nth-child(3):after {
  content: "\f104";
}

span#a-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#a-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#a-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#a-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#a-5:focus ~ .slider .inset {
  margin-left: -400%;
}

span#b-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#b-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#b-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#b-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#b-5:focus ~ .slider .inset {
  margin-left: -400%;
}

/*********1l****************/

input#a1-1:checked ~ .slider .inset {
  margin-left: 0%;
}

input#a1-2:checked ~ .slider .inset {
  margin-left: -100%;
}

input#a1-3:checked ~ .slider .inset {
  margin-left: -200%;
}

input#a1-4:checked ~ .slider .inset {
  margin-left: -300%;
}

input#a1-5:checked ~ .slider .inset {
  margin-left: -400%;
}

input#a1-1:checked ~ #main > label:nth-child(1) {
  opacity: 1;
  background: #fff;
}

input#a1-2:checked ~ #main > label:nth-child(2) {
  opacity: 1;
  background: #fff;
}

input#a1-3:checked ~ #main > label:nth-child(3) {
  opacity: 1;
  background: #fff;
}

input#a1-4:checked ~ #main > label:nth-child(4) {
  opacity: 1;
  background: #fff;
}

input#a1-1:checked ~ #control > label:nth-child(2),
input#a1-2:checked ~ #control > label:nth-child(3),
input#a1-3:checked ~ #control > label:nth-child(4),
input#a1-4:checked ~ #control > label:nth-child(1),
input#a1-5:checked ~ #control > label:nth-child(1),
input#a1-1:checked ~ #control > label:nth-child(4),
input#a1-2:checked ~ #control > label:nth-child(1),
input#a1-3:checked ~ #control > label:nth-child(2),
input#a1-4:checked ~ #control > label:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

input#a1-1:checked ~ #control > label:nth-child(2):after,
input#a1-2:checked ~ #control > label:nth-child(3):after,
input#a1-3:checked ~ #control > label:nth-child(4):after,
input#a1-4:checked ~ #control > label:nth-child(1):after,
input#a1-5:checked ~ #control > label:nth-child(1):after,
input#a1-1:checked ~ #control > label:nth-child(4):after,
input#a1-2:checked ~ #control > label:nth-child(1):after,
input#a1-3:checked ~ #control > label:nth-child(2):after,
input#a1-4:checked ~ #control > label:nth-child(3):after {
  font-family: FontAwesome;
  font-size: 7rem;
  line-height: 7rem;
  color: #ffa300;
  position: absolute;
  top: 0;
  left: 0;
}

input#a1-1:checked ~ #control > label:nth-child(2),
input#a1-2:checked ~ #control > label:nth-child(3),
input#a1-3:checked ~ #control > label:nth-child(4),
input#a1-4:checked ~ #control > label:nth-child(1) {
  float: right;
  right: 0.3%;
}

input#a1-1:checked ~ #control > label:nth-child(2):after,
input#a1-2:checked ~ #control > label:nth-child(3):after,
input#a1-3:checked ~ #control > label:nth-child(4):after,
input#a1-4:checked ~ #control > label:nth-child(1):after {
  content: "\f105";
}

input#a1-1:checked ~ #control > label:nth-child(4),
input#a1-2:checked ~ #control > label:nth-child(1),
input#a1-3:checked ~ #control > label:nth-child(2),
input#a1-4:checked ~ #control > label:nth-child(3) {
  float: left;
  left: 0.3%;
}

input#a1-1:checked ~ #control > label:nth-child(4):after,
input#a1-2:checked ~ #control > label:nth-child(1):after,
input#a1-3:checked ~ #control > label:nth-child(2):after,
input#a1-4:checked ~ #control > label:nth-child(3):after {
  content: "\f104";
}

span#a1-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#a1-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#a1-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#a1-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#a1-5:focus ~ .slider .inset {
  margin-left: -400%;
}

span#b1-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#b1-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#b1-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#b1-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#b1-5:focus ~ .slider .inset {
  margin-left: -400%;
}

/**************************/

/**************************/

/**********0.33cl***************/

/***********************/

input#a2-1:checked ~ .slider .inset {
  margin-left: 0%;
}

input#a2-2:checked ~ .slider .inset {
  margin-left: -100%;
}

input#a2-3:checked ~ .slider .inset {
  margin-left: -200%;
}

input#a2-4:checked ~ .slider .inset {
  margin-left: -300%;
}

input#a2-5:checked ~ .slider .inset {
  margin-left: -400%;
}

input#a2-1:checked ~ #main > label:nth-child(1) {
  opacity: 1;
  background: #fff;
}

input#a2-2:checked ~ #main > label:nth-child(2) {
  opacity: 1;
  background: #fff;
}

input#a2-3:checked ~ #main > label:nth-child(3) {
  opacity: 1;
  background: #fff;
}

input#a2-4:checked ~ #main > label:nth-child(4) {
  opacity: 1;
  background: #fff;
}

input#a2-1:checked ~ #control > label:nth-child(2),
input#a2-2:checked ~ #control > label:nth-child(3),
input#a2-3:checked ~ #control > label:nth-child(4),
input#a2-4:checked ~ #control > label:nth-child(1),
input#a2-5:checked ~ #control > label:nth-child(1),
input#a2-1:checked ~ #control > label:nth-child(4),
input#a2-2:checked ~ #control > label:nth-child(1),
input#a2-3:checked ~ #control > label:nth-child(2),
input#a2-4:checked ~ #control > label:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

input#a2-1:checked ~ #control > label:nth-child(2):after,
input#a2-2:checked ~ #control > label:nth-child(3):after,
input#a2-3:checked ~ #control > label:nth-child(4):after,
input#a2-4:checked ~ #control > label:nth-child(1):after,
input#a2-5:checked ~ #control > label:nth-child(1):after,
input#a2-1:checked ~ #control > label:nth-child(4):after,
input#a2-2:checked ~ #control > label:nth-child(1):after,
input#a2-3:checked ~ #control > label:nth-child(2):after,
input#a2-4:checked ~ #control > label:nth-child(3):after {
  font-family: FontAwesome;
  font-size: 7rem;
  line-height: 7rem;
  color: #ffa300;
  position: absolute;
  top: 0;
  left: 0;
}

input#a2-1:checked ~ #control > label:nth-child(2),
input#a2-2:checked ~ #control > label:nth-child(3),
input#a2-3:checked ~ #control > label:nth-child(4),
input#a2-4:checked ~ #control > label:nth-child(1) {
  float: right;
  right: 0.3%;
}

input#a2-1:checked ~ #control > label:nth-child(2):after,
input#a2-2:checked ~ #control > label:nth-child(3):after,
input#a2-3:checked ~ #control > label:nth-child(4):after,
input#a2-4:checked ~ #control > label:nth-child(1):after {
  content: "\f105";
}

input#a2-1:checked ~ #control > label:nth-child(4),
input#a2-2:checked ~ #control > label:nth-child(1),
input#a2-3:checked ~ #control > label:nth-child(2),
input#a2-4:checked ~ #control > label:nth-child(3) {
  float: left;
  left: 0.3%;
}

input#a2-1:checked ~ #control > label:nth-child(4):after,
input#a2-2:checked ~ #control > label:nth-child(1):after,
input#a2-3:checked ~ #control > label:nth-child(2):after,
input#a2-4:checked ~ #control > label:nth-child(3):after {
  content: "\f104";
}

span#a2-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#a2-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#a2-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#a2-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#a2-5:focus ~ .slider .inset {
  margin-left: -400%;
}

span#b2-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#b2-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#b2-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#b2-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#b2-5:focus ~ .slider .inset {
  margin-left: -400%;
}

/**************************/

/*********verre****************/

input#a3-1:checked ~ .slider .inset {
  margin-left: 0%;
}

input#a3-2:checked ~ .slider .inset {
  margin-left: -100%;
}

input#a3-3:checked ~ .slider .inset {
  margin-left: -200%;
}

input#a3-4:checked ~ .slider .inset {
  margin-left: -300%;
}

input#a3-5:checked ~ .slider .inset {
  margin-left: -400%;
}

input#a3-1:checked ~ #main > label:nth-child(1) {
  opacity: 1;
  background: #fff;
}

input#a3-2:checked ~ #main > label:nth-child(2) {
  opacity: 1;
  background: #fff;
}

input#a3-3:checked ~ #main > label:nth-child(3) {
  opacity: 1;
  background: #fff;
}

input#a3-4:checked ~ #main > label:nth-child(4) {
  opacity: 1;
  background: #fff;
}

input#a3-1:checked ~ #control > label:nth-child(2),
input#a3-2:checked ~ #control > label:nth-child(3),
input#a3-3:checked ~ #control > label:nth-child(4),
input#a3-4:checked ~ #control > label:nth-child(1),
input#a3-5:checked ~ #control > label:nth-child(1),
input#a3-1:checked ~ #control > label:nth-child(4),
input#a3-2:checked ~ #control > label:nth-child(1),
input#a3-3:checked ~ #control > label:nth-child(2),
input#a3-4:checked ~ #control > label:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

input#a3-1:checked ~ #control > label:nth-child(2):after,
input#a3-2:checked ~ #control > label:nth-child(3):after,
input#a3-3:checked ~ #control > label:nth-child(4):after,
input#a3-4:checked ~ #control > label:nth-child(1):after,
input#a3-5:checked ~ #control > label:nth-child(1):after,
input#a3-1:checked ~ #control > label:nth-child(4):after,
input#a3-2:checked ~ #control > label:nth-child(1):after,
input#a3-3:checked ~ #control > label:nth-child(2):after,
input#a3-4:checked ~ #control > label:nth-child(3):after {
  font-family: FontAwesome;
  font-size: 7rem;
  line-height: 7rem;
  color: #ffa300;
  position: absolute;
  top: 0;
  left: 0;
}

input#a3-1:checked ~ #control > label:nth-child(2),
input#a3-2:checked ~ #control > label:nth-child(3),
input#a3-3:checked ~ #control > label:nth-child(4),
input#a3-4:checked ~ #control > label:nth-child(1) {
  float: right;
  right: 0.3%;
}

input#a3-1:checked ~ #control > label:nth-child(2):after,
input#a3-2:checked ~ #control > label:nth-child(3):after,
input#a3-3:checked ~ #control > label:nth-child(4):after,
input#a3-4:checked ~ #control > label:nth-child(1):after {
  content: "\f105";
}

input#a3-1:checked ~ #control > label:nth-child(4),
input#a3-2:checked ~ #control > label:nth-child(1),
input#a3-3:checked ~ #control > label:nth-child(2),
input#a3-4:checked ~ #control > label:nth-child(3) {
  float: left;
  left: 0.3%;
}

input#a3-1:checked ~ #control > label:nth-child(4):after,
input#a3-2:checked ~ #control > label:nth-child(1):after,
input#a3-3:checked ~ #control > label:nth-child(2):after,
input#a3-4:checked ~ #control > label:nth-child(3):after {
  content: "\f104";
}

span#a3-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#a3-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#a3-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#a3-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#a3-5:focus ~ .slider .inset {
  margin-left: -400%;
}

span#b3-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#b3-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#b3-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#b3-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#b3-5:focus ~ .slider .inset {
  margin-left: -400%;
}

/**************************/

/*********canette****************/

input#a4-1:checked ~ .slider .inset {
  margin-left: 0%;
}

input#a4-2:checked ~ .slider .inset {
  margin-left: -100%;
}

input#a4-3:checked ~ .slider .inset {
  margin-left: -200%;
}

input#a4-4:checked ~ .slider .inset {
  margin-left: -300%;
}

input#a4-5:checked ~ .slider .inset {
  margin-left: -400%;
}

input#a4-1:checked ~ #main > label:nth-child(1) {
  opacity: 1;
  background: #fff;
}

input#a4-2:checked ~ #main > label:nth-child(2) {
  opacity: 1;
  background: #fff;
}

input#a4-3:checked ~ #main > label:nth-child(3) {
  opacity: 1;
  background: #fff;
}

input#a4-4:checked ~ #main > label:nth-child(4) {
  opacity: 1;
  background: #fff;
}

input#a4-1:checked ~ #control > label:nth-child(2),
input#a4-2:checked ~ #control > label:nth-child(3),
input#a4-3:checked ~ #control > label:nth-child(4),
input#a4-4:checked ~ #control > label:nth-child(1),
input#a4-5:checked ~ #control > label:nth-child(1),
input#a4-1:checked ~ #control > label:nth-child(4),
input#a4-2:checked ~ #control > label:nth-child(1),
input#a4-3:checked ~ #control > label:nth-child(2),
input#a4-4:checked ~ #control > label:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

input#a4-1:checked ~ #control > label:nth-child(2):after,
input#a4-2:checked ~ #control > label:nth-child(3):after,
input#a4-3:checked ~ #control > label:nth-child(4):after,
input#a4-4:checked ~ #control > label:nth-child(1):after,
input#a4-5:checked ~ #control > label:nth-child(1):after,
input#a4-1:checked ~ #control > label:nth-child(4):after,
input#a4-2:checked ~ #control > label:nth-child(1):after,
input#a4-3:checked ~ #control > label:nth-child(2):after,
input#a4-4:checked ~ #control > label:nth-child(3):after {
  font-family: FontAwesome;
  font-size: 7rem;
  line-height: 7rem;
  color: #ffa300;
  position: absolute;
  top: 0;
  left: 0;
}

input#a4-1:checked ~ #control > label:nth-child(2),
input#a4-2:checked ~ #control > label:nth-child(3),
input#a4-3:checked ~ #control > label:nth-child(4),
input#a4-4:checked ~ #control > label:nth-child(1) {
  float: right;
  right: 0.3%;
}

input#a4-1:checked ~ #control > label:nth-child(2):after,
input#a4-2:checked ~ #control > label:nth-child(3):after,
input#a4-3:checked ~ #control > label:nth-child(4):after,
input#a4-4:checked ~ #control > label:nth-child(1):after {
  content: "\f105";
}

input#a4-1:checked ~ #control > label:nth-child(4),
input#a4-2:checked ~ #control > label:nth-child(1),
input#a4-3:checked ~ #control > label:nth-child(2),
input#a4-4:checked ~ #control > label:nth-child(3) {
  float: left;
  left: 0.3%;
}

input#a4-1:checked ~ #control > label:nth-child(4):after,
input#a4-2:checked ~ #control > label:nth-child(1):after,
input#a4-3:checked ~ #control > label:nth-child(2):after,
input#a4-4:checked ~ #control > label:nth-child(3):after {
  content: "\f104";
}

span#a4-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#a4-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#a4-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#a4-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#a4-5:focus ~ .slider .inset {
  margin-left: -400%;
}

span#b4-1:focus ~ .slider .inset {
  margin-left: 0%;
}

span#b4-2:focus ~ .slider .inset {
  margin-left: -100%;
}

span#b4-3:focus ~ .slider .inset {
  margin-left: -200%;
}

span#b4-4:focus ~ .slider .inset {
  margin-left: -300%;
}

span#b4-5:focus ~ .slider .inset {
  margin-left: -400%;
}

/**************************/

/**************************/

#content-slider input:checked ~ .slider > .inset {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

#content-slider input:hover ~ .slider > .inset,
#content-slider label:hover ~ .slider > .inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

#content-slider input:hover ~ .slider > .inset,
#content-slider label:hover ~ .slider > .inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

#content-slider span:focus ~ .slider > .inset {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

#content-slider span:hover ~ .slider > .inset {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* -------> Animation */

@keyframes slidy {
  20% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -300%;
  }
  100% {
    margin-left: -400%;
  }
}

@-webkit-keyframes slidy {
  20% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -300%;
  }
  100% {
    margin-left: -400%;
  }
}

@-moz-keyframes slidy {
  20% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -300%;
  }
  100% {
    margin-left: -400%;
  }
}

@-o-keyframes slidy {
  20% {
    margin-left: 0%;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -300%;
  }
  100% {
    margin-left: -400%;
  }
}

/* -------> Responsive */

@media (max-width: 992px) {
  html {
    font-size: 12px;
  }
  #content-slider .th > [class*="title-"] {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
  #content-slider .slider [class*="title-"] {
    display: none;
  }
  #content-slider span.first {
    display: none;
  }
  #content-slider #control {
    display: block;
  }
  #content-slider span#b-2:focus {
    opacity: 1;
  }
  span#b-2:focus ~ span#b-5 {
    display: none;
  }
  #content-slider span#b-3:focus {
    opacity: 1;
  }
  span#b-3:focus ~ span#b-5 {
    display: none;
  }
  #content-slider span#b-4:focus {
    opacity: 1;
  }
  span#b-4:focus ~ span#b-5 {
    display: none;
  }
}

@media (max-width: 480px) {
  #content-slider span.th img {
    display: none;
  }
}

.slider_gout {
  position: absolute;
  width: 50%;
  margin-right: 0px;
  top: 33%;
  left: 4%;
}

.slider_gout2 {
  position: absolute;
  width: 82%;
  margin-right: 0px;
  top: 25%;
  left: -11%;
}

.text_anim {
  font-family: font_Acromr_bold;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  position: relative;
}

.index_slide {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

#index_slide_1 {
  background-size: cover;
}

#index_slide_2 {
  background-size: cover;
}

#index_slide_3 {
  background-size: cover;
}

.product_col {
  width: 20%;
  filter: grayscale(20%);
  border: 1px white solid;
}

.product_col:hover {
  filter: grayscale(0%);
}

.nav-link {
  text-transform: uppercase;
  font-family: font_Acromr;
  color: #11418e;
  padding-left: 3.5rem !important;
  font-weight: 900;
}

.nav-link:hover {
  color: #878686;
  font-weight: bold;
}

.screen {
  user-select: none;
  transform-style: preserve-3d;
  position: relative;
  margin-bottom: 600px;
}

.screen * {
  user-select: none;
}

.fold {
  overflow: hidden;
  width: calc(33vw + 1px);
  height: 60vh;
  background: white;
}

.wrapper-3d {
  position: relative;
  perspective: 50vw;
  transform-style: preserve-3d;
}

.fold-content {
  display: flex;
  height: 100%;
  flex-direction: row;
  width: min-content;
  align-items: flex-end;
}

.fold-content a {
  display: inline-block;
  padding: 0 10vw;
}

.fold-content .lift-item {
  flex: none;
  width: 16vw;
  height: 100%;
  display: block;
  position: relative;
  color: black;
  margin: 0 5vw 0 0;
  pointer-events: all !important;
}

.fold-content .lift-item .img-crop {
  width: 22vw;
}

.fold-content .lift-item .img-crop::before {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  content: "";
  padding-bottom: 132%;
}

.fold-content .lift-item .img-crop img {
  position: absolute;
  height: 100%;
  top: 0;
  width: 18vw;
  min-width: 118px;
  object-fit: cover;
  pointer-events: none;
}

.fold-content .lift-item h3 {
  font-family: Starling-Book, serif;
  font-weight: 100;
  position: absolute;
  font-size: 2.5vw;
  z-index: 1;
  top: 5vw;
  line-height: 3vw;
  width: 20vw;
  left: 5vw;
  color: white;
  padding: 10px;
}

.fold-content .lift-item h3 span {
  padding: 0 10px;
  background-color: black;
  line-height: 3.5vw;
}

.fold-content .lift-item button {
  font-family: ApercuPro-Bold, sans-serif;
  position: absolute;
  top: 17vw;
  left: 7vw;
  font-size: 1vw;
  color: black;
}

.fold-content .lift-item button::before {
  position: absolute;
  content: "";
  width: 3vw;
  height: 1px;
  background-color: black;
  top: 0.4vw;
  left: -3.5vw;
}

.fold-scroller {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.fold-center {
  transform-origin: center center;
}

.wrapper-3d {
  position: absolute;
  left: 0;
}

.fold-after {
  /* background: #dadada;
     */
  position: absolute;
  transform-origin: top center;
  transform: translate3d(0, 80vh, 0) rotateX(120deg);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.fold-size-fix {
  transform-origin: center center;
  width: calc(100% + 1px);
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.fold-before {
  position: absolute;
  transform-origin: left center;
  transform: translate3d(-100%, 0, 0) rotateY(-10deg);
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
}

.fold-before-1 {
  transform: translate3d(100%, 0, 0) rotateY(35deg);
}

.fold-before-2 {
  transform: translate3d(100%, 0, 0) rotateY(35deg) translate3d(100%, 0, 0)
    rotateY(-35deg);
  /*transform: translate3d(calc(-100% + 3px), 0, 0) rotateY(-35.1deg) translate3d(-100%, 0, 0) rotateY(35deg);
     width: calc(40vw + 7px);
    */
}

.fold-before-3 {
  transform: translate3d(100%, 0, 0) rotateY(35deg) translate3d(100%, 0, 0)
    rotateY(-35deg) translate3d(100%, 0, 0) rotateY(-110deg);
}

.fold-main .fold-scroller {
  transform: translateX(100%);
}

.fold-before-1 .fold-scroller {
  transform: translateX(0%);
}

.fold-before-2 .fold-scroller {
  transform: translateX(-100%);
}

.fold-before-3 .fold-scroller {
  transform: translateX(-200%);
}

.fold-before-1::after {
  content: "";
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

#folded {
  min-height: 800px;
  background: #fbbb1d;
  padding-top: 30px;
  border-top: 5px solid #ed6a16;
  overflow: hidden;
}

.text-white {
  color: white;
}

.hole_tans {
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: -webkit-radial-gradient(
    50% 50%,
    circle,
    transparent 10%,
    #000 10%
  );
  background: -moz-radial-gradient(50% 50%, circle, transparent 10%, #000 10%);
  background: radial-gradient(50% 50%, circle, transparent 10%, #000 10%);
  margin: 0 auto;
}

#menuToggle {
  display: block;
  position: absolute;
  top: 58px;
  right: 50px;
  z-index: 1000;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 1300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  background: #11418e;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul {
  transform: scale(1, 1);
  opacity: 1;
}

.shake_sp1 {
  animation: shasp1 1s;
  animation-iteration-count: infinite;
}

@keyframes shasp1 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(6deg);
  }
  40% {
    transform: rotate(3deg);
  }
  60% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.shake_sp2 {
  animation: shasp2 1s;
  animation-iteration-count: infinite;
}

@keyframes shasp2 {
  0% {
    transform: rotate(-2deg);
  }
  20% {
    transform: rotate(-4deg);
  }
  40% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.shake_sp3 {
  animation: shasp3 1s;
  animation-iteration-count: infinite;
}

@keyframes shasp3 {
  0% {
    transform: rotate(3deg);
  }
  20% {
    transform: rotate(6deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  60% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(-0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.shake_botel2 {
  animation: shake1 2s;
  animation-iteration-count: infinite;
}

.shake_botel1 {
  animation: shake2 2.5s;
  animation-iteration-count: infinite;
}

.shake_botel3 {
  animation: shake3 3s;
  animation-iteration-count: infinite;
}

.shake_botel4 {
  animation: shake4 2.5s;
  animation-iteration-count: infinite;
}

@keyframes shake2 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(-2deg);
  }
  20% {
    transform: rotate(1deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(1deg);
  }
  90% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-0deg);
  }
}

@keyframes shake4 {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(1deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  60% {
    transform: rotate(-2deg);
  }
  70% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(20deg);
  }
  90% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

@keyframes shake1 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(7deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes shake3 {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.owl-prev,
.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
}

.owl-prev {
  left: 20px;
}

.owl-next {
  right: 20px;
}

.owl-prev i,
.owl-next i {
  transform: scale(5);
  color: #ed6a16;
}

#myVideo {
  min-width: 100%;
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

.video {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}

.wrapper {
  display: table;
  width: auto;
  position: relative;
  width: 100%;
  height: 100%;
}

.playpause {
  background-image: url(http://png-4.findicons.com/files/icons/2315/default_icon/256/media_play_pause_resume.png);
  background-repeat: no-repeat;
  width: 10%;
  height: 10%;
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}

*:focus {
  outline: 0 !important;
}

.canet_drik {
  top: 32%;
}

.section_title_fed {
  font-family: font_Acromr_bold;
  font-weight: bold;
  font-size: 40px;
  left: 43%;
  color: #fff;
}

.input_contact {
  border: none;
  border-bottom: 1px solid rgb(214, 214, 214);
  width: 100%;
  padding: 5%;
}

.fonta_contact {
  font-size: 30px;
  color: #fff;
}

.titel_info {
  font-family: font_Acromr_bold;
  padding-top: 2%;
  color: #fff;
}

.animated_btls {
  opacity: 0;
}

.history_anim {
  opacity: 0;
}

.animated_arrows {
  opacity: 0;
}

.rota9 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  -ms-transform: scale(1.02);
  /* IE 9 */
  -webkit-transform: scale(1.02);
  /* Safari 3-8 */
  transform: scale(1.02);
}

.about_title {
  color: #f39750;
  font-size: 50px;
  font-weight: 900;
  font-family: font_Acromr_bold;
}

.about_text {
  color: whitesmoke;
  font-size: 16px;
  font-family: font_Acromr;
  text-align: justify;
  padding-bottom: 50px;
}

.section_title {
  font-size: 40px;
  font-family: font_Acromr;
  text-transform: uppercase;
}

.section_header {
  font-size: 6vw;
  font-family: font_Acromr_bold;
}

#play_video {
  width: 100%;
  cursor: pointer;
}

#about_image_holder {
  padding-top: 17%;
  padding-left: 5%;
}

#footer_form_title {
  text-align: center;
  padding-top: 5%;
  font-size: 30px;
}

#footer_form {
  position: absolute;
  top: 14%;
  left: 35%;
  width: 30%;
  height: 80%;
  background-color: white;
  border: 1px solid rgba(128, 127, 127, 0.28);
  font-family: font_Acromr;
}

#footer_form_desktop {
  display: none;
}

#footer_form_desktop form {
  margin: 20px;
  background: white;
}

@media screen and (max-width: 968px) {
  #footer_form {
    display: none;
  }
}

@media screen and (max-width: 968px) {
  #footer_form_desktop {
    display: block;
  }
}

#text_h_anim1 {
  position: absolute;
  top: 18%;
  left: 28%;
}

#text_h_anim2 {
  position: absolute;
  top: 33%;
  left: 83%;
}

#text_h_anim3 {
  position: absolute;
  top: 45%;
  left: 0%;
}

#text_h_anim4 {
  position: absolute;
  top: 58%;
  left: 70%;
}

#text_h_anim5 {
  position: absolute;
  top: 70%;
  left: 10%;
}

#text_h_anim6 {
  position: absolute;
  top: 89%;
  left: 75%;
}

/**************date*****************/

.div_date_one {
  position: relative;
  right: 22%;
}

.img_date_one {
  width: 28%;
  text-align: center;
}

.position_date_one {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title_date_one {
  font-size: 29px;
}

.div_date_two {
  position: relative;
  right: 36%;
}

.img_date_two {
  width: 35%;
  text-align: center;
}

.position_date_two {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
}

.title_date_two {
  font-size: 29px;
}

.div_date_three {
  position: relative;
  right: 31%;
}

.img_date_three {
  width: 35%;
  text-align: center;
}

.position_date_three {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 33px;
}

.title_date_three {
  font-size: 29px;
}

.div_date_four {
  position: relative;
  right: 22%;
}

.img_date_four {
  width: 28%;
  text-align: center;
}

.position_date_four {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title_date_four {
  font-size: 29px;
}

.div_date_five {
  position: relative;
  right: 30%;
}

.img_date_five {
  width: 35%;
  text-align: center;
}

.position_date_five {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

.title_date_five {
  font-size: 29px;
}

.div_date_six {
  position: relative;
  right: 45%;
}

.img_date_six {
  width: 28%;
  text-align: center;
}

.position_date_six {
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title_date_six {
  font-size: 29px;
}

.position_logo_flip {
  text-align: center;
}

/******************************/

#social_media_titel {
  font-weight: bold;
  font-size: 48px;
  color: #11418e;
  font-family: font_Acromr;
}

.product_cell {
}

#orngina_prod {
  width: 27.6%;
}

#other_prod {
  width: 70.73%;
}

#1l_prod_aa {
  width: 55.44%;
}

#canette_prod {
  width: 44.55%;
}

#33cl_prod {
  width: 60.677%;
}

.glass_prod {
  width: 39.323%;
}

.text_title_history {
  font-size: 5vw;
  color: white;
  font-weight: 900;
  font-family: font_Acromr_bold;
}

.flesh_hidden {
  width: 100%;
  box-sizing: border-box;
  /* border: 5px white solid; */
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;
}

.rotateimg180 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.text_title {
  font-size: 2vw;
  color: white;
  font-weight: 900;
  font-family: "font_Acromr_bold";
}

.text_history {
  font-size: 1.2vw;
  color: white;
  font-weight: 500;
  font-family: font_Acromr;
  text-align: justify;
  line-height: 1.3em;
}

.left_text {
  width: 60%;
  left: 10%;
}

.right_text {
  width: 60%;
  left: 35%;
}

.navbar-toggler {
  width: 47px;
  height: 34px;
  background-color: #4450b4;
  border: none;
}

.navbar-toggler .line {
  width: 100%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin-bottom: 5px;
}

.linkdin_suivez_nous {
  width: 20%;
  position: absolute;
  left: 50%;
  top: 0%;
}

.description_title {
  text-align: right;
  position: absolute;
  top: 28%;
  color: #fff;
  left: 61%;
  font-family: font_Acromr_bold;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5rem;
}

.div_p {
  position: absolute;
  left: 61%;
  top: 25%;
  width: 26%;
}

.description_2 {
  text-align: right;
  position: absolute;
  top: 42%;
  color: #fff;
  left: 62%;
}

.description_3 {
  text-align: right;
  position: absolute;
  top: 370px;
  color: #fff;
  left: 62%;
}

.description_4 {
  text-align: right;
  position: absolute;
  top: 418px;
  color: #fff;
  left: 62%;
}

.description_5 {
  text-align: right;
  position: absolute;
  top: 467px;
  color: #fff;
  left: 62%;
}

.button_plus_product {
  text-align: right;
  position: absolute;
  top: 20%;
  color: #fff;
  left: 62%;
  width: 19%;
}

.slider_gout {
  position: absolute;
  width: 50%;
  margin-right: 0px;
  top: 33%;
  left: 4%;
}

.background_canette {
  background-image: url("../../assets/img/BG.jpg");
}

.style_prev {
  width: 70px;
  height: 70px;
  top: 50%;
}

.style_prev img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.style_next {
  width: 70px;
  height: 70px;
  top: 50%;
}

.style_next img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.text_canette {
  text-align: right;
  position: absolute;
  top: 39%;
  color: #fff;
  left: 62%;
}

.text_canette1 {
  text-align: right;
  position: absolute;
  top: 42%;
  color: #fff;
  left: 62%;
}

.text_canette2 {
  text-align: right;
  position: absolute;
  top: 370px;
  color: #fff;
  left: 62%;
}

.text_canette3 {
  text-align: right;
  position: absolute;
  top: 418px;
  color: #fff;
  left: 62%;
}

.text_canette4 {
  text-align: right;
  position: absolute;
  top: 467px;
  color: #fff;
  left: 62%;
}

.button_voir_product {
  text-align: right;
  position: absolute;
  top: 600px;
  color: #fff;
  left: 62%;
  width: 19%;
}

.background_contact_us {
  background: #ffa300;
}

.contact_us {
  font-family: font_Acromr;
  color: #fff;
  font-family: font_Acromr_bold;
  color: #fff;
}

.index_canette {
  padding-left: 3%;
  height: 174px;
}

.style_index {
  font-family: font_Acromr_bold;
  color: #fff;
}

.info_contact_us {
  height: 174px;
}

.suivez_nous {
  width: 20%;
  padding-top: 1%;
  position: absolute;
}

.follow {
  color: #fff;
  font-family: font_Acromr_bold;
}

.facebook_suivez_nous {
  width: 20%;
  position: absolute;
  left: 23%;
  top: 0%;
}

.instagram_suivez_nous {
  width: 20%;
  position: absolute;
  left: 31%;
  top: 0%;
}

.youtube_suivez_nous {
  width: 20%;
  position: absolute;
  left: 40%;
  top: 0%;
}

.linkdin_suivez_nous {
  width: 20%;
  position: absolute;
  left: 50%;
  top: 0%;
}

.description_1 {
  text-align: right;
  position: absolute;
  top: 39%;
  color: #fff;
  left: 62%;
}

.description_1_plus {
  text-align: right;
  position: absolute;
  top: 36%;
  color: #fff;
  left: 62%;
}

.description_2 {
  text-align: right;
  position: absolute;
  top: 42%;
  color: #fff;
  left: 62%;
}

.description_3 {
  text-align: right;
  position: absolute;
  top: 406px;
  color: #ffa300;
  left: 62%;
}

.description_33 {
  color: #fff;
}

.description_4 {
  text-align: right;
  position: absolute;
  top: 453px;
  color: #ffa300;
  left: 62%;
}

.description_5 {
  text-align: right;
  position: absolute;
  top: 506px;
  color: #ffa300;
  left: 62%;
}

.description_6 {
  text-align: right;
  position: absolute;
  top: 559px;
  color: #ffa300;
  left: 62%;
}

.description_12 {
  text-align: right;
  position: absolute;
  top: 611px;
  color: #ffa300;
  left: 76%;
}

.description_7 {
  text-align: right;
  position: absolute;
  top: 406px;
  color: #ffa300;
  left: 76%;
}

.description_8 {
  text-align: right;
  position: absolute;
  top: 453px;
  color: #ffa300;
  left: 76%;
}

.description_9 {
  text-align: right;
  position: absolute;
  top: 506px;
  color: #ffa300;
  left: 76%;
}

.description_10 {
  text-align: right;
  position: absolute;
  top: 559px;
  color: #ffa300;
  left: 76%;
}

.description_14 {
  text-align: right;
  position: absolute;
  top: 516px;
  color: #ffa300;
  left: 62%;
}

.description_13 {
  text-align: right;
  position: absolute;
  top: 560px;
  color: #ffa300;
  left: 76%;
}

.description_11 {
  text-align: right;
  position: absolute;
  top: 611px;
  color: #ffa300;
  left: 62%;
}

.button_plus_product {
  text-align: right;
  position: absolute;
  top: 81%;
  color: #ffa300;
  left: 62%;
  width: 19%;
}

.notre_hsit {
  position: absolute;
  top: 4%;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 43px;
  left: 50%;
  transform: translateX(-50%);
}

.nos_prodi {
  /* position: absolute; */
  font-family: Montserrat, sans-serif;
  font-weight: 900;
  font-size: 40px;
  /* left: 50%; */
  color: #fff;
  /* transform: translateX(-50%); */
  padding: 30px 10px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 16px !important;
  }
  .nos_prodi {
    position: relative;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
  }
  .notre_hsit {
    font-size: 20px;
  }
  .section_title_fed {
    font-size: 20px;
  }
  .text_title {
    font-size: 14px;
  }
  .text_history {
    /* font-size: 8px; */
    line-height: 1em;
    letter-spacing: 0px;
  }
  .left_text {
    width: 60%;
    left: 10%;
  }
  .right_text {
    width: 60%;
    left: 30%;
  }
  .navbar {
    padding: 0.5rem 1rem !important;
  }
  .navbar-nav a:not(:first-child) {
    display: none;
  }
  .navbar-nav a.icon {
    float: right;
    display: block;
  }
  .navbar-nav.responsive {
    position: relative;
  }
  .navbar-nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar-nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  #orngina_prod {
    width: 100%;
  }
  #other_prod {
    width: 100%;
  }
  #social_media_titel {
    font-size: 28px;
  }
  .text_anim {
    font-size: 15px;
  }
  /*****************/
  .title_date_one {
    font-size: 12px;
  }
  .position_date_one {
    font-size: 11px;
  }
  .title_date_two {
    font-size: 12px;
  }
  .position_date_two {
    font-size: 11px;
  }
  .title_date_three {
    font-size: 12px;
  }
  .position_date_three {
    font-size: 11px;
  }
  .title_date_four {
    font-size: 12px;
  }
  .position_date_four {
    font-size: 11px;
  }
  .title_date_five {
    font-size: 11px;
  }
  .position_date_five {
    font-size: 9px;
  }
  .div_date_four {
    right: 42%;
  }
  .div_date_two {
    right: 60%;
  }
  .title_date_six {
    font-size: 12px;
  }
  .position_date_six {
    font-size: 11px;
  }
  /****************/
  #play_video {
    position: absolute;
    width: 30%;
    left: 33%;
    top: -55%;
  }
  .about_title {
    font-size: 25px;
  }
  .about_text {
    font-size: 10px;
    padding-right: 5%;
  }
  .section_title {
    font-size: 20px;
  }
  #about_image_holder {
    padding-top: 7%;
    padding-left: 14%;
  }
  #footer_form {
    position: absolute;
    top: 3%;
    left: 52%;
    width: 45%;
    height: 80%;
    background-color: white;
    border: 1px solid rgba(128, 127, 127, 0.28);
    font-family: font_Acromr;
  }
  #footer_form_title {
    font-size: 20px;
  }
  #footer_form {
    height: auto;
    padding-bottom: 10%;
    margin-bottom: 5%;
  }
  .fold-content .lift-item .img-crop {
    width: 60vw;
  }
  #folded {
    min-height: 400px;
  }
  .team {
    background: #11418e;
  }
}

/***********blog******/

#blog {
  padding-top: 50px;
  height: 100%;
  background-color: #fafafa;
}

.qodef-m-caption {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  line-height: 1.412em;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #9c9c9c;
  font-style: italic;
  margin: 25px 0;
}

.qodef-m-title {
  font-family: Montserrat, sans-serif;
  font-size: 41px;
  line-height: 1.104em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 25px 0;
}

.qodef-m-subtitle {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  line-height: 1.333em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.015em;
  color: #000;
  display: block;
  margin: 10px 0 11px 0;
}

.qodef-m-separator {
  display: inline-block;
  width: 100px;
  height: 3px;
  background-color: #000;
  margin: 14px 0 16px 0;
}

.qodef-m-separator1 {
  display: inline-block;
  width: 71px;
  height: 3px;
  background-color: #000;
  margin: -9px 0 16px 0;
}

.readmore {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.025em;
  font-size: 14px;
  line-height: 1.5em;
  padding-left: 19px;
}

.line {
  background-color: rgb(255, 255, 202);
  color: rgb(34, 34, 34);
  display: inline;
  cursor: pointer;
  font-size: inherit;
}

.size_img_blog {
  width: 100%;
  height: 350px;
}

.figure1 img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.figure1:hover img {
  opacity: 0.5;
}

.figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.title_blog {
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 1.111em;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  margin: 25px 0;
}

.description_blog {
  font-family: Lora, serif;
  font-size: 16px;
  line-height: 1.571em;
  font-weight: 400;
  color: #919191;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.input_contact {
  border: none;
  border-bottom: 1px solid rgb(214, 214, 214);
  width: 100%;
  padding: 5%;
}

.fonta_contact {
  font-size: 30px;
  color: #fff;
}

.titel_info {
  font-family: font_Acromr_bold;
  padding-top: 2%;
  color: #fff;
}

.rota9 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.zoom {
  transition: transform 0.2s;
}

.zoom:hover {
  -ms-transform: scale(1.02);
  /* IE 9 */
  -webkit-transform: scale(1.02);
  /* Safari 3-8 */
  transform: scale(1.02);
}

/*************************************************************************
*********************************************/

.paragraphe_blog {
  color: #fff !important;
  font-size: medium;
  font-family: font_Acromr;
  text-align: justify;
}

/*******************************************/

/***************style product description***************/

.style_2l {
  font-family: font_Acromr_bold;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 4.5rem;
  position: absolute;
  top: 3%;
  left: 15%;
  color: #fff;
}

.description_style {
  font-family: font_Acromr_bold;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 138px;
  position: absolute;
  color: #ffa300;
}

.b {
  list-style-position: inside;
}

.paragraphe_description {
  color: #fff;
  border-bottom: 4px solid #ffa300;
  padding-bottom: 5px;
}

/**************************/

.border_description {
  border-bottom: 7px solid #ffa300 !important;
}

/*******************************/

@media screen and (min-width: 1440px) and (max-width: 2560px) {
}

/*****
@media screen and (max-width: 2240px) {
    .button_plus_product {
        top: 82%!important;
    }
    .description_3 {

        top: 50%!important;
        font-size: 20px!important;
    }
    .description_4 {

        top: 55%!important;
        font-size: 20px!important;
    }
    .description_5 {

        top: 60%!important;
        font-size: 20px!important;
    }
    .description_6 {

        top: 65%!important;
        font-size: 20px!important;
    }
    .description_title {

        top: 27%!important;


        font-size: 40px!important;
    }
    .description_1 {

        top: 38%!important;
        font-size: 20px!important;
    }
    .description_2 {

        font-size: 20px!important;
    }
}****/

/*
@media screen and (max-width: 1440px){
    .size_2l {
        height: 767px!important;
    }
}
*/

@media screen and (max-width: 1024px) {
  .description_title {
    font-size: 21px !important;
  }
  .div_p {
    width: 34% !important;
  }
  .button_plus_product {
    top: 522px !important;
  }
  .description_6 {
    top: 452px !important;
  }
  .description_5 {
    top: 413px !important;
  }
  .description_4 {
    top: 379px !important;
  }
  .description_3 {
    top: 345px !important;
  }
  .style_2l {
    font-size: 103px !important;
  }
  .description_3 {
    top: 122px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_4 {
    top: 132px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_5 {
    top: 142px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_6 {
    top: 152px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_7 {
    top: 162px !important;
    font-size: 6px !important;
    text-align: left !important;
    right: 23% !important;
    left: 62% !important;
  }
  .description_8 {
    top: 122px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_9 {
    top: 132px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_10 {
    top: 142px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_11 {
    top: 152px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_12 {
    top: 162px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
}

@media screen and (max-width: 800px) {
  .size_2l {
    height: 452px !important;
  }
}

@media screen and (max-width: 768px) {
  .description_title {
    font-size: 21px !important;
  }
  .div_p {
    width: 34% !important;
  }
  .description_1 {
    /*  top: 42%!important;*/
    left: 62% !important;
    font-size: 12px !important;
  }
  .description_2 {
    /* top: 50%!important;*/
    left: 62% !important;
    font-size: 6px !important;
  }
  .description_3 {
    top: 122px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_4 {
    top: 132px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_5 {
    top: 142px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_6 {
    top: 152px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_7 {
    top: 162px !important;
    font-size: 6px !important;
    text-align: left !important;
    right: 23% !important;
    left: 62% !important;
  }
  .description_8 {
    top: 122px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_9 {
    top: 132px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_10 {
    top: 142px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_11 {
    top: 152px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_12 {
    top: 162px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .button_plus_product {
    top: 353px !important;
  }
  .paragraphe_description {
    color: #fff !important;
    border-bottom: 2px solid #ffa300 !important;
    font-size: 11px !important;
  }
  .style_2l {
    font-size: 46px !important;
    top: 5% !important;
    left: 14% !important;
  }
  .map_padding {
    padding-top: 10% !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (max-width: 568px) {
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 10px !important;
  }
  .description_1 {
    /* top: 42%!important;*/
    left: 62% !important;
    font-size: 6px !important;
  }
  .description_2 {
    /* top: 50%!important;*/
    left: 62% !important;
    font-size: 6px !important;
  }
  .description_3 {
    top: 122px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_4 {
    top: 132px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_5 {
    top: 142px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_6 {
    top: 152px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_7 {
    top: 162px !important;
    font-size: 6px !important;
    text-align: left !important;
    right: 23% !important;
    left: 62% !important;
  }
  .description_8 {
    top: 122px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_9 {
    top: 132px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_10 {
    top: 142px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_11 {
    top: 152px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_12 {
    top: 162px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .button_plus_product {
    top: 177px !important;
  }
  .paragraphe_description {
    color: #fff !important;
    border-bottom: 2px solid #ffa300 !important;
    font-size: 5px !important;
  }
  .padding_footer {
    padding-top: 10% !important;
  }
  .map_padding {
    padding-top: 10% !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (max-width: 360px) {
  .style_2l {
    font-size: 25px !important;
    top: 14% !important;
    left: 14% !important;
  }
  .description_title {
    font-size: 10px !important;
  }
  .description_1 {
    /*    top: 42%!important;*/
    left: 62% !important;
    font-size: 6px !important;
  }
  .description_2 {
    /* top: 50%!important;*/
    left: 62% !important;
    font-size: 6px !important;
  }
  .description_3 {
    top: 122px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_4 {
    top: 132px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_5 {
    top: 142px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_6 {
    top: 152px !important;
    font-size: 6px !important;
    text-align: left !important;
  }
  .description_7 {
    top: 162px !important;
    font-size: 6px !important;
    text-align: left !important;
    right: 23% !important;
    left: 62% !important;
  }
  .description_8 {
    top: 122px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_9 {
    top: 132px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_10 {
    top: 142px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_11 {
    top: 152px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .description_12 {
    top: 162px !important;
    font-size: 6px !important;
    left: 79% !important;
  }
  .button_plus_product {
    top: 177px !important;
  }
  .paragraphe_description {
    color: #fff !important;
    border-bottom: 2px solid #ffa300 !important;
    font-size: 5px !important;
  }
  .padding_footer {
    padding-top: 10% !important;
  }
  .map_padding {
    padding-top: 10% !important;
    padding-bottom: 1rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (min-width: 2501px) and (max-width: 4000px) {
}
