@import url(//db.onlinewebfonts.com/c/f1a22f6f15d272c7aa56da8b2c91f5e5?family=Circular+Std+Black);

@font-face {
  font-family: "Circular Std Black";
  src: url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.eot");
  src: url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.eot?#iefix")
      format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.woff2")
      format("woff2"),
    url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.woff")
      format("woff"),
    url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.ttf")
      format("truetype"),
    url("//db.onlinewebfonts.com/t/f1a22f6f15d272c7aa56da8b2c91f5e5.svg#Circular Std Black")
      format("svg");
}

.section-hero .hero {
  text-align: center;
  height: 100vh;
  z-index: -100;
  margin-top: 0 0 0 0;
  padding-top: 0 0 0 0;
}

/*
.bannercolor1 {
  background-color: #383838;
}
.bannercolor2 {
  background-color: #fe575e;
}
.bannercolor3 {
  background-color: #fe575e;
}
.bannercolor4 {
  background-color: #fe575e;
}
*/
.insertlogologo {
  width: 18rem;
  height: 18rem;
  position: relative;

  float: left;
  transition: 0.5s;
}

.column {
  float: left;
  width: 30%;
}
.column1 {
  float: left;
  width: 100%;
  left: 0px;
  margin: 0px;
}
.insertlogo {
  width: 85%;
  margin-top: -100px;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.slider-p {
  font-size: 20px;
  padding: 0px;
  color: rgb(240, 240, 240);
  /*text-align: justify;*/
}

.all-slider-container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.all-left-slide {
  height: 100%;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
}

.all-left-slide > div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.all-left-slide h1 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: -30px;
  /*text-align: justify;*/
}

.all-right-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 35%;
  width: 65%;
  transition: transform 0.5s ease-in-out;
}

.all-right-slide > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

#slider-btn {
  background-color: #fff;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
}

#slider-btn:hover {
  color: #222;
}

#slider-btn:focus {
  outline: none;
}

.all-slider-container .slider-action-buttons button {
  position: absolute;
  left: 35%;
  top: 50%;
  z-index: 100;
}

.all-slider-container .slider-action-buttons .slider-down-button {
  transform: translateX(-100%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.all-slider-container .slider-action-buttons .slider-up-button {
  transform: translateY(-100%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.slider-containerh1 {
  padding: 10px;
}

/************************************************/
/* Below 544px (samll-Tablets) */
/***********************************************/
@media (max-width: 34em) {
  html {
    font-size: 25.75%;
  }

  .all-right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    transition: transform 0.5s ease-in-out;
  }
  .all-left-slide {
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 15%;
    transition: transform 0.5s ease-in-out;
  }
  .all-slider-container .slider-action-buttons button {
    left: 50%;
    top: 77%;
    z-index: 100;
  }
  .main-nav {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: -142px;
    left: 0px;
    width: 136%;
    height: 104vh;
    transform: translateX(100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in;
    /* display: none; */
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
