body {
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    cursor: none;
}

.topMenu {
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 50;
}

.topdivide {
  width: 33%;
  float: left;
}


.bpfullindex {
  z-index: 10001;
}

.bplabel {
    margin-left: 30px;
    margin-top: 23px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    transition: 1.7s;
    z-index: 100010;
}

.homelabel {
    text-align: center;
    margin-top: 28px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    transition: 1.7s;
}

.menuimage {
    height: 22px;
    width: 24px;
    margin-top: 24px;
    margin-right: 30px;
    float: right;
    transition: 0.25s;
}

.menuimage:hover {
  height: 24px;
  width: 26px;
  margin-top: 23px;
  margin-right: 29px;
  float: right;
  transition: 0.25s;
}

.bottomMenu {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 72px;
    width: 100vw;
    display: flex;
    justify-content: center;
    z-index: 49;
}

.bottomDiv {
    padding: 0 20px;
}

.bottomH1 {
    text-align: center;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    padding-left: 20px;
    padding-right: 20px;
    color: rgba(255, 255, 255, 1);
    transition: 1.7s;
    z-index: 10000;
}


#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}

.background {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    transition: 2s;
}

.Back01 {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.93);
    transition: 2s;
}

.Back02 {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(225, 225, 225, 0.93);
    transition: 2s;
}

.Back03 {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 102, 255, 0.93);
    transition: 2s;
}

.Back04 {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(166, 86, 236, 0.93);
    transition: 2s;
}

.Back05 {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(190, 239, 249, 0.93);
    transition: 2s;
}

.textspecial {
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

.textspecialM {
    color: white;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
    perspective: 1000px;

}



.mainBPLabel {
    position: absolute;
    left: 10%;
    top: 309px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 73px;
    color:  #fff;
}

.unmainBPLabel {
    left: 10%;
    top: 235px;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 60px;
    line-height: 73px;
    color: #FFFFFF;
}

.site-wrap {
    transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    max-height: 100vh;
}

.site-wrap.show-all {
    transform: rotateY(-15deg) scale(0.2);
}

.panel__nav--right_main {
    right: 3rem;
    top: 300px;
    transform: translateY(-50%) rotate(90deg) translateX(100%);
    transform-origin: top right;
}

.panel__nav__main {
    cursor: pointer;
    opacity: 0.2;
    position: absolute;
    transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    user-select: none;
    will-change: opacity;
}


.panel-wrap {
    height: 100vh;
    width: 100vw;
}

h1 {
    font-size: 20vmin;
    margin: 0;
}

.panel-wrap {
    perspective: 2000px;
    transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.panel-wrap.animate--shrink,
.panel-wrap.animate--tilt,
.panel-wrap.animate--tilt2 {
    transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1) 0.3s;
}

.panel {
    height: 100vh;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    width: 100vw;
    will-change: transform;
}

.panel:before {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 2;
}

.show-all .panel:before {
    pointer-events: all;
}

.show-all .panel:hover:before {
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.animate--shrink.animate .panel {
    transform: scale(0.9);
}

.animate--tilt.animate .panel {
    transform: scale(0.6) rotateY(-25deg);
}

.animate--tilt2.animate .panel {
    transform: scale(0.8) rotateX(25deg);
}

.panel h1 {
    cursor: default;
    left: 50%;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    user-select: none;
}

.panel[data-x-pos="-6"] {
    left: -600%;
}

.panel[data-x-pos="-5"] {
    left: -500%;
}

.panel[data-x-pos="-4"] {
    left: -400%;
}

.panel[data-x-pos="-3"] {
    left: -300%;
}

.panel[data-x-pos="-2"] {
    left: -200%;
}

.panel[data-x-pos="-1"] {
    left: -100%;
}

.panel[data-x-pos="1"] {
    left: 100%;
}

.panel[data-x-pos="2"] {
    left: 200%;
}

.panel[data-x-pos="3"] {
    left: 300%;
}

.panel[data-x-pos="4"] {
    left: 400%;
}

.panel[data-x-pos="5"] {
    left: 500%;
}

.panel[data-x-pos="6"] {
    left: 600%;
}

.panel__zoom {
    cursor: pointer;
    left: 50%;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) translateY(-12vmin);
    transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    user-select: none;
    z-index: 10;
}

.panel__zoom:hover {
    opacity: 1;
}

.show-all .panel__zoom {
    pointer-events: none;
}

.panel__nav {
    cursor: pointer;
    opacity: 0.2;
    position: absolute;
    transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    user-select: none;
    will-change: opacity;
}

.panel__navM {
    cursor: pointer;
}

.panel__nav--up {
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
}

.panel__nav--left {
    left: 3rem;
    top: 300px;
    transform: translateY(-50%) rotate(-90deg) translateX(-100%);
    transform-origin: top left;
}

.panel__nav--left-top {
    left: 1rem;
    top: 1rem;
}

.panel__nav--left-down {
    bottom: 1rem;
    left: 1rem;
}

.panel__nav--right {
    right: 3rem;
    top: 300px;
    transform: translateY(-50%) rotate(90deg) translateX(100%);
    transform-origin: top right;
}

.panel__nav--rightM {
    transform: translateY(-50%) rotate(0deg) translateX(100%);
    transform-origin: top right;
}

.panel__nav--right-top {
    right: 1rem;
    top: 1rem;
}

.panel__nav--right-down {
    bottom: 1rem;
    right: 1rem;
}

.panel__nav--down {
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

.panel__nav:hover {
    opacity: 1;
}

.panel__animation-list {
    font-size: 3.3vmin;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) translateY(14vmin);
}

.panel__animation-list span {
    cursor: pointer;
    display: inline-block;
    opacity: 0.2;
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    user-select: none;
}

.panel__animation-list span:after {
    border-bottom: 0.3vmin solid transparent;
    bottom: 0;
    content: "";
    left: -1px;
    position: absolute;
    right: 0;
    transition: border-color 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    width: 100%;
}

.panel__animation-list span.active,
.panel__animation-list span:hover {
    opacity: 1;
}

.panel__animation-list span.active:after,
.panel__animation-list span:hover:after {
    border-color: white;
}



.li {
  margin-top: 350px;
  margin-right: 10%;
  float: right;
  color: #ffffff;
}

.the-arrow {
  width: 64px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 17px;
  color: #ffffff;
}
.the-arrow.-left {
  position: absolute;
  top: 9;
  left: 0;
}
.the-arrow.-left > .shaft {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
  width: 0;
  background-color: #999;
}
.the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.the-arrow.-right {
  top: 0px;
}
.the-arrow.-right > .shaft {
  width: 64px;
  height: 2px;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
  width: 10px;
    height: 2px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #ffffff;
  display: block;
  height: 1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #ffffff;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.the-arrow > .shaft:before {
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.the-arrow > .shaft:after {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.animated-arrow {
  display: inline-block;
  opacity: 1;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 28px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow:hover {
  color: #ffffff;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
  width: 64px;
  height: 2px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #ffffff;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
  width: 9px;
  height: 2px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-color: #ffffff;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  -webkit-transform: translateX(80px);
          transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
  width: 0;
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  width: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.animated-arrow > .main {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin: 0 16px 0 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}

.btn {
  margin-top: 430px;
  margin-left: 10%;
  position: absolute;
  border: 3px solid white;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 12px 32px;
  cursor: pointer;
  border-color: #e7e7e7;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  text-decoration: none;
  float: left;
  z-index: 50;
  font-family: 'Montserrat', sans-serif;
  transition: 0.5s;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  word-spacing: 2;
}

.btn a {
  position: relative;
  transition: all .45s ease-Out;
  text-decoration: none;
  color: #fff;
}





#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

.btn:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}


.btn:hover a {
  color: #2D3142;
}



.btn:hover {
  background-color: rgba(225, 225, 225, 0.99);
  color: black;
  transition: 0.5s;
}





.middlesection {
  width: 60%;
  height: 70%;
  margin: 100px 20% 100px 20%;
}

.middlesection2 {
  width: 76%;
  height: 70%;
  margin: 100px 12% 100px 12%;
}

.middlesection3 {
  width: 70%;
  height: 70%;
  margin: 100px 15% 100px 15%;
}


.midhalf {
  margin: 0;
  float: left;
}

.midhalfL {
  width: 55%;
  height: 100%;
  display: block;
  font-family: 'Montserrat',sans-serif;
  position: relative;
}

.midhalfL2 {
  width: 40%;
  height: 100%;
  display: block;
  font-family: 'Montserrat',sans-serif;
  position: relative;
}

.midhalfR {
  width: 45%;
  height: 100%;
}

.midhalfR2 {
  width: 60%;
  height: 100%;
}

.imgmidhalf1 {
  height: 96%;
  width: auto;
  margin-top:10px;
  margin-left: 37%;
  transition-delay: 1s;
  transition: 2s;
  opacity: 0;
}

.imgmidhalf2 {
  height: auto;
  width: 85%;
  margin-top: 48px;
  margin-left: 15%;
  transition-delay: 1s;
  transition: 2s;
  opacity: 0;
}

.imgmidhalf3 {
  height: 90%;
  width: auto;
  margin-top:20px;
  margin-left: 25%;
  transition-delay: 1s;
  transition: 2s;
  opacity: 0;
}

.imgmidhalf5 {
  height: 90%;
  width: auto;
  margin-top:10px;
  margin-left: 10px;
  transition-delay: 1s;
  transition: 2s;
  opacity: 0;
}

.midleftdiv {
  margin-top: 15%;
}

.midleftdiv4 {
  margin-top: 4%;
}

.midmainnad {
margin-top: 40px;
font-style: normal;
font-weight: 600;
font-size: 55px;
color: #FFFFFF;
transition: 2.5s;
opacity: 0;
}

.midunmainnad {
  margin-top: -25px;
  line-height: 28px;
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  transition-delay: 0s;
  transition: 2s;
  opacity: 0;
}

.arrowL {
  position: absolute;
  top: 46%;
  left: 30px;
  opacity: 0.5;
  height: 17px;
  width: 44.8px;
  transition: 0.35s;
}

.arrowR {
  position: absolute;
  top: 46%;
  right: 30px;
  opacity: 0.5;
  height: 17px;
  width: 44.8px;
  transition: 0.35s;
  transform: rotate(180deg);
}

.arrowL:hover , .arrowR:hover{
  opacity: 1;
  transition: 0.35s;
}




#buttonapp {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#buttonapp .buttona {
  position: relative;
  transition: all .45s ease-Out;
}

.underline{
  width: 100%;
  height: 2px;
  margin-top: 15px;
  align-self: flex-end;
  left: -200px;
  position: absolute;
  transition: all .3s ease-Out;
  bottom: 0;
}

#buttonapp:hover .underline {
  left: 0;
}

.button {
  display: inline-flex;
  height: 40px;
  width: 128px;
  text-transform: uppercase;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 40px;

}


.buttona {
  text-decoration: none;
  color: #ffffff;
  transition-delay: 1s;
  transition: 2s;
  opacity: 0;
}



.circle-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
}
.circle-cursor--outer {
  width: 35px;
  height: 35px;
  border: 2.5px solid #fff;
  mix-blend-mode: difference;
  z-index: 12000;
  opacity: 0.9;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
}
.circle-cursor--inner {
  width: 6px;
  height: 6px;
  left: -2.5px;
  top: -2.5px;
  z-index: 13000;
  background: #ffffff;
  mix-blend-mode: difference;
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
}

.circle-cursor--outer-to {
  width: 50px;
  height: 50px;
  border: 2.5px solid #fff;
  mix-blend-mode: difference;
  background-color: #fff;
  z-index: 12000;
  opacity: 0.95;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
}
.circle-cursor--inner-to {
  width: 0px;
  height: 0px;
  left: -3.75px;
  top: -3.75px;
  z-index: 13000;
  background: #ffffff;
  mix-blend-mode: difference;
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
}


#hover-target {
  cursor: none;
}

.cursorout {
  cursor: none;
}


@media only screen and (max-width: 1350px) {

  .midmainnad {
  margin-top: 5px;
  font-size: 47px;
  }

  .midunmainnad {
    margin-top: -35px;
    line-height: 24px;
    font-size: 17px;
  }

  .button {
    margin-top: 10px;
  }

  .li {
    margin-top: 24%;
  }


}


@media only screen and (max-width: 1200px) {

  .mainBPLabel {
      left: 70px;
      top: 199px;
      font-size: 50px;
  }

  .unmainBPLabel {
      left: 70px;
      top: 145px;
      font-size: 45px;
  }

  .li {
    margin-top: 24%;
  }

  .btn {
    margin-top: 290px;
    margin-left: 72px;
    padding: 8px 23px;
    font-size: 16px;
  }

  .bottomH1 {
      margin-top: 30px;
      font-size: 12px;
  }

  .midmainnad {
  margin-top: 30px;
  font-size: 45px;
  }

  .midunmainnad {
    margin-top: -35px;
    line-height: 20px;
    font-size: 15px;
  }

  .button {
    display: none;
  }

}

@media only screen and (max-width: 880px) {



  .midmainnad {
  margin-top: 0px;
  font-size: 22px;
  }

  .li {
    margin-top: 24%;
  }

  .midunmainnad {
    margin-top: -10px;
    font-size: 14px;
  }

  .bottomMenu {
      display: none;
  }

  .midleftdiv {
    margin-top: 0%;
  }

}


@media only screen and (max-width: 768px) {

  body {
    cursor: auto;
    background-image: url('../img/background.png');
    background-repeat: repeat;
  }


  .bottomMenu {
      height: 0px;
      display: none;
  }



  .video {
    display: none !important;
  }



  .bplabel {
    margin-top: 22px;
    font-size: 20px;
    z-index: 2;
  }

  .homelabel {
    color: rgba(255,255,255,0.0);
    font-size: 0;
  }


  .circle-cursor--outer {
    width: 35px;
    height: 35px;
    border: 2.5px solid rgba(255, 255, 255, 0.0);
    mix-blend-mode: difference;
    z-index: 12000;
    opacity: 0.85;
  }
  .circle-cursor--inner {
    width: 6px;
    height: 6px;
    left: -2.5px;
    top: -2.5px;
    z-index: 13000;
    background: rgba(255, 255, 255, 0.0);
    mix-blend-mode: difference;
  }

  .unmainBPLabel {
      left: 60px;
      top: 180px;
      font-size: 33px;
  }

  .mainBPLabel {
      left: 60px;
      top: 225px;
      font-size: 33px;
  }


  .li {
    bottom: 100px;
    margin-right: 0px;
    left: 20px;
    right: 20px;
    width: auto;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    border-color: #e7e7e7;
    font-style: normal;
    border-radius: 10px;
    padding-top:  20px;
    padding-bottom:  20px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
  }

  .animated-arrow {
    font-size: 18px;
  }



  .btn {
    bottom: 20px;
    margin-left: 0px;
    left: 20px;
    right: 20px;
    position: absolute;
    border: 3px solid white;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.0);
    border-color: #e7e7e7;
    font-style: normal;
    font-weight: 600;
    padding-top:  15px;
    padding-bottom:  15px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
  }

  .btn a {
    color: #fff;
  }

  .btn:hover #circle {
    opacity: 0;
  }

  .btn:hover a {
    color: #fff;
  }

  .middlesection {
    width: 100%;
    height: 90% ;
    margin: 5% 0;
  }

  .middlesection2 {
    width: 100%;
    height: 90%;
    margin: 5% 0;
  }

  .middlesection3 {
    width: 100%;
    height: 90%;
    margin: 5% 0;
  }



  .midhalfL {
    width: 100%;
    height: 52%;
    display: block;
    position: relative;
  }

  .midhalfL2 {
    width: 100%;
    height: 50%;
    display: block;
    position: relative;
  }

  .midhalfR {
    width: 100%;
    height: 48%;
    display: block;
  }

  .midhalfR2 {
    height: 50%;
    display: block;
    width: 100%;
  }

  .midleftdiv {
    margin-top: 10%;
  }

  .imgmidhalf1 {
    height: 80%;
    width: auto;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .imgmidhalf2 {
    height: 75%;
    width: auto;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .imgmidhalf3 {
    height: 75%;
    width: auto;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .imgmidhalf5 {
    height: 80%;
    width: auto;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .midmainnad {
  margin-top: 0px;
  text-align: center;
  font-size: 28px;
  }

  .midleftdiv4 {
    margin-top: 10%;
  }

  .midunmainnad {
    margin-top: -10px;
    text-align: justify;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .arrowL {
    top: 92%;
    left: 40px;
    opacity: 0.95;
    height: 17px;
    width: 44.8px;
    z-index: 100000;
  }

  .js-left {
    top: 96%;
    left: 40px;
    opacity: 0.95;
    height: 17px;
    width: 44.8px;
    z-index: 100000;
  }

  .arrowR {
    top: 92%;
    right: 40px;
    opacity: 0.95;
    height: 17px;
    width: 44.8px;
    transition: 0.35s;
    transform: rotate(180deg);
    z-index: 100000;
  }

  .button {
    display: none;
  }


}
