.phone-screen {
    width: 390px;
    position: relative
}

.iframe {
    width: 390px;
    height: 732px;
    background: #000;
    border: 10px solid #000;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    transition: all .5s
}

.iframe iframe {
    width: 100%;
    height: 100%;
    border: 0
}

.volume.style-2 {
    box-shadow: 0 85px 0 0 #000;
    background-color: #000;
    top: 120px;
    left: -17px;
    width: 7px;
    height: 66px;
}

.volume {
    content: "";
    position: absolute;
    background-color: #2c3f6d;
    top: 70px;
    left: -5px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 60px 0 0 #2c3f6d;
    width: 5px;
    height: 45px
}

.switch.style-2 {
    top: 120px;
    height: 100px;
    background-color: #000;
    width: 6px;
    right: 64px;
}

.switch {
    content: "";
    position: absolute;
    background-color: #2c3f6d;
    top: 70px;
    right: -5px;
    border-radius: 0 10px 10px 0;
    width: 5px;
    height: 65px
}

.logo {
    height: 100px
}

.demo-sticky-right {
    width: 170px
}

.icon-envato {
    height: 18px
}

.elite-logo {
    height: 50px
}

.demo-slider.slick-initialized {
    display: unset
}

.demo-slider {
    display: none
}

.demo-slider button:after,
.demo-slider button:before {
   
    color: #000;
    font-size: 27px
}

.demo-slider button {
    position: absolute;
    top: -16px;
    right: 4px
}

.demo-slider button.slick-prev.slick-arrow {
    left: auto;
    right: 40px
}

@media(max-width:576px) {
    .demo-sticky-right {
        display: none
    }
    .phone-screen {
        width: 100%
    }
    .iframe {
        width: 100%;
        height: 100vh;
        border: none;
        border-radius: 0
    }
    .container.px-lg-5 {
        padding: 0 !important
    }
    .style-2 {
        display: none
    }
    .demo-section-demo {
        padding: 0 !important
    }
    .row.align-items-center.vh-100 {
        margin: 0 !important
    }
}

@media(max-width:768px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media(max-width:992px) {
    .demo-section-intro {
        display: none
    }
}

@media(min-width:992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important
    }
    br {
        display: none
    }
}

@media(min-width:1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

@media(min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1260px
    }
}

@media (min-width: 1400px) {
    .container {
      max-width: 95vw  !important;
    }

  }
  .vh-100 {
    height: 92vh !important;
}