body.noscroll {
    overflow: hidden;
}
.main-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.hot-page {
    background: #171717;
    transition: background 0.5s ease-in-out;
}


.loading-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 56px);
    transition: opacity 0.5s ease-in-out;
}

.loading-item {
    height: 300px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.loading-wrapper {
    width: 100%;
}

.loading-bar {
    width: 100%;
    height: 4px;
    background: #333;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}

.loading-fill {
    width: 0%;
    height: 100%;
    background: #fcfcfc;
    transition: width 0.05s linear;
}

.loading-percent {
    color: #fff;
    font-size: 64px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
}

.first-div {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    text-align: center;
    font-size: 24px;
    padding-top: 20px;
    color: #222;
}
.first-div.show {
    opacity: 1;
}
.img-roll{
    width: 300px;
    border-radius: 15px;
    margin: 15px;
}
.first-div {

}

.home-center{
    display: flex;
    justify-content: center;
    width: 100%;
}

.home-center-content2{
    width: 1600px;
    max-height: 660px;
}
.home-center-content{
    display: flex;
    justify-content: space-between;
    width: 1600px;
    max-height: 660px;
}
.img-show3{
    width: 40%;
    border-radius: 15px;
    margin-left: 15px;
}
.area-text {
    text-align: left;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.landingPage_btn {
    box-sizing: border-box;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    transition: 0.5s all;
}
.landingPage_btn2 {
    box-sizing: border-box;
    padding: 15px 20px;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    transition: 0.5s all;
}
.btn-try{
    width: fit-content;
    align-self: flex-start;
}
.btn-try2{
    display: flex;
    justify-content: center;
    margin: 7px;
    width: 300px;
}
.short-box-ldPage{
    background: #a8e6a1;;
    margin-top: 35px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.short-box-ldPage h3{
    text-align: center;
}
.ldPage-img{
    position: relative;
    border-radius: 50%;
    width: 70px ;
    height: 70px ;
    background: white;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 10px #222222;
}
.img-show4{
    position: absolute;
    width: 150px;
    padding: 15px;
}

.img-show5{
    margin-top: 25px;
    width: 900px;
    padding: 15px;
    border-radius: 25px;
}
.content-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.second-div{
    height: 600px;
    width: 100%;
    margin-top: 50px;
}

.background-grey {
    background-color: #333333;
}

/* Ensure all text in background-grey is visible */
.background-grey h2, 
.background-grey p, 
.background-grey button {
    color: white;
}

.btn-corps{
    display: flex;
    width: 100%;
    justify-content: center;
}
.slider-title{
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 16px;

}


.block-one{
    width: 55%;
}
/* Media Queries for hot-page and its elements */
@media (max-width: 1200px) {
    .home-center-content {
        width: 100%;
        padding: 0 20px;
        max-height: initial;
    }

    .home-center-content2 {
        width: 100%;
        padding: 0 20px;
    }
    .home-center-content2{
        max-height: initial;
    }
}

@media (max-width: 992px) {
    .home-center-content {
        flex-direction: column;
        align-items: center;
        max-height: initial;
    }

    .area-text {
        width: 80%;
        margin-bottom: 30px;
        text-align: center;
    }

    .img-show3 {
        width: 80%;
        margin-left: 0;
    }

    .btn-try {
        align-self: center;
    }

    .second-div {
        height: auto;
        padding: 50px 0;
    }

    .btn-corps {
        flex-direction: column;
        align-items: center;
    }

    .btn-try2 {
        margin: 10px 0;
    }
}

@media (max-width: 768px) {
    .area-text {
        width: 90%;
    }

    .img-show3 {
        width: 90%;
    }

    .short-box-ldPage {
        margin-top: 20px;
    }

    .img-content-ipad {
        width: 90%;
        left: 5%;
    }
}

@media (max-width: 576px) {
    .loading-item {
        height: 200px;
        width: 200px;
    }

    .loading-percent {
        font-size: 48px;
    }

    .area-text {
        width: 100%;
    }

    .img-show3 {
        width: 100%;
    }

    .btn-try2 {
        width: 100%;
    }

    .img-roll {
        width: 100%;
        margin: 10px 0;
    }
}
