@import url('https://fonts.googleapis.com/css?family=Arsenal');

@font-face {
font-family: "Bebas Neue";
src: url("../fonts/Bebas Neue Cyrillic Regular.woff2") format("woff2");
}

body{
   font-family: 'Arsenal';
   font-size: 16px;
   text-align: center;
box-shadow: none;
}

h5 {
   font-family: 'Arsenal';
   font-weight: normal;
   text-align: center;
   padding-left: 30px;
   padding-right: 30px;
   margin-bottom: 10px;
   box-shadow: none;
   text-transform: uppercase;
}

h6 {
   font-family: 'Arsenal';
   text-align: center;
   line-height: 25px;
   padding-left: 230px;
   padding-right: 230px;
margin-left: 70px;
margin-right: 70px;
   box-shadow: none;
}


@media only screen and (max-width: 1200px) {
  h6 {
     padding-left: 80px;
   padding-right: 80px;
  }
}

@media only screen and (max-width: 900px) {
  h6 {
     padding-left: 40px;
   padding-right: 40px;
  }
}


@media only screen and (max-width: 600px) {
  h6 {
     padding-left: 10px;
   padding-right: 10px;
  }
}




h1 {
   font-family: 'Bebas Neue';
   font-weight: normal;
   font-size: 4rem;
   text-align: center;
   padding-left: 30px;
   padding-right: 30px;
   margin-bottom: 10px;
   box-shadow: none;
   text-transform: uppercase;
}

h2, h3, h4{
   font-family: 'Bebas Neue';
   font-weight: normal;
   font-size: 22px;
   line-height: 1.3;
   text-align: center;
   padding-left: 30px;
   padding-right: 30px;
   margin-bottom: 10px;
   box-shadow: none;
   text-transform: uppercase;
}

.social_button{
    padding-right: 10px;
}

.social_button:hover {
 filter: brightness(0) saturate(100%) invert(74%) sepia(9%) saturate(13%) hue-rotate(338deg) brightness(82%) contrast(82%);
}

 .div-column-1 {
  flex: 1 1 333.3px;
  margin-top: 150px;
  padding: 50px;  
    }

 .div-column-2 {
  flex: 1 1 333.3px;
  padding: 50px;
  margin-bottom: 100px;
    }




 .div-column-l {
  flex: 1 1 333.3px;
  padding-left: 100px;
padding-bottom: 100px;
padding-right: 100px;
margin-left:20px;
    }

 .div-column-r {
  flex: 1 1 333.3px;
  padding-left: 100px;
padding-bottom: 100px;
padding-right: 100px;

margin-right:20px;
    }

   
 .div-row {
    display: flex;
    flex-wrap: wrap;
    max-width: 100vw;
    }

    .div-row-bg {
position: relative;
  color: white;

    }

    .div-column-bg {
  position: absolute;
  text-align: left;
  bottom: 8px;
  left: 16px;
  padding-left:45px;
margin-top: 40px;
margin-bottom: 20px;
float:middle;
    }

.footer_div {
  height: 100px;
  line-height: 100px;
  text-align: left;
}
.footer_span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}


.slider-container {
  align-items: center;
  justify-content: center;
  height: 450px;
}

.slider {
  width: 100vw;
  max-width: 100vw;
  height: 500px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.slides {
  display: flex;
  overflow-x: scroll;
  position: relative;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.slide:nth-of-type(even) {
  background-color: rgb(250, 246, 212);
}

.slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100vw;
  height: 500px;
  scroll-snap-align: center;
  margin-right: 0px;
  box-sizing: border-box;
  background: white;
  transform-origin: center center;
  transform: scale(1);
}

.slide__text {
  font-size: 40px;
  font-weight: bold;
  font-family: sans-serif;
}

.slide a {
  background: none;
  border: none;
}

a.slide__prev,
.slider::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  left: 5%;
}

a.slide__next,
.slider::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  right: 5%;
}

.slider::before,
.slider::after,
.slide__prev,
.slide__next {
  position: absolute;
  top: 48%;
color:white;
  width: 35px;
  height: 35px;
  border: solid white;
  border-width: 0 4px 4px 0;
  padding: 3px;
  box-sizing: border-box;
}

.slider::before,
.slider::after {
  content: "";
  z-index: 1;
  background: none;
  pointer-events: none;
}

.slider__nav {
  box-sizing: border-box;
  position: absolute;
  bottom: 5%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
}

.slider__navlink {
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: white;
  margin: 0 10px 0 10px;
}

.image_slide {
 height: 500px;
 object-fit: cover;
 width:100vw;
}

.parallax {

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}