html, body { overflow:hidden;background-color: #000;}

.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100vh;
  position: fixed;
 width: 100%;
 -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS devices */
 touch-action: auto; /* or touch-action: pan-y; */
  -webkit-transition: all 1s cubic-bezier(0.22,0.44, 0.5, 1);
  transition: all 1s  cubic-bezier(0.22, 0.44, 0.5, 1);

}

.background{
  background-image: url(/img/index-sec2.jpg);
}

.background:nth-child(2) { background-image: url(/img/index-sec2.jpg); }

.background:nth-child(1) { z-index: 2; }

.background:nth-child(2) { z-index: 1; }

@media screen and (min-width: 586px) {
    .align-center {
        display: flex;
        justify-content: space-around;
    }
}

@media screen and (max-width: 585px) {
    .align-center a div{
        width: 52%;
        margin: auto;
        top: 35vh;
        position: relative;
    }
}

@media screen and (max-width: 857px) {
    .align-center a div{
        font-size: 15px !important;
    }
}

@media screen and (max-width: 667px) {
    .align-center a div{
        font-size: 13px !important;
    }
}

@media screen and (max-width: 599px) {
    .align-center a div{
        font-size: 12px !important;
    }
}

@media screen and (min-width: 988px) {
    .left-div{
        margin-left: 95px !important;
    }

    .right-div{
        margin-right: 95px !important;
    }
}

.align-center a{
    align-self: center;
    color: white;
    margin: 5%;
}

.align-center a div{
    font-size: 20px;
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: rgb(0,0,0,0.5);
}

.align-center a div:hover {
    box-shadow: 0 0 5px 1px white;
    background-color: black;
}




/* .content-title {
  color: #fff;
  font-size: 12vh;
  line-height: 1.4;
} */

/* .test2{
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffff;
  margin-top: 200px;
  font-size: 12vh;
  line-height: 1.4;
} */
