a:hover {
    color: unset;
}

a {
    text-decoration: unset;
}

.header-section {
    height: 100px;
    padding-top: 15px;
}

.logo {
    font-size: 30px;
    font-weight: bold;
    color: #ecb3b0;
    line-height: 44px;
}

.menu > ul > li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    line-height: 43px;
    font-size: 20px;
}


.menu > ul > li > a {
    text-decoration: none;
    color: black;
}

.menu > ul > li > a:hover {
    color: #ECB3B0;
}

.purchase-btn {
    text-decoration: none;
    background-color: #ECB3B0;
    padding: 10px 15px;
    font-size: 16px;
    color: white;
    position: absolute;
}

.hero-section {
    height: 1200px;
    text-align: center;
    background-image: url("/assets/images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.hero-section-info {
    position: relative;
    top: 100px;
    margin-bottom: 135px;
}

.hero-section-info h1 {
    font-size: 78px;
    line-height: 85px;
    color: #FFFFFF;
}

.hero-section-info h4 {
    font-size: 35px;
    line-height: 45px;
    color: #FFFFFF;
}

.hero-section-info p {
    font-size: 25px;
    line-height: 33px;
    color: #FFFFFF;
}

.hero-section .view-btn {
    width: 200px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid white;
    border-radius: 18px;
    margin-right: 20px;
    color: white;
    padding: 13px 37px;
    text-decoration: unset;
}

.hero-section .view-btn:hover {
    background: #ecb3b0;
    color: white;
    border: unset;
}

.hero-section .buy-btn {
    width: 200px;
    height: 50px;
    background: #ecb3b0;
    border-radius: 18px;
    border: unset;
    color: white;
}

.hero-section .buy-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid white;
}

.hero-section-img {
    height: 700px;
}

.hero-section-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*}*/
/*.hero-section-img-1{*/
/*    width: 30%;*/
/*}*/
/*.hero-section-img-2{*/
/*    width: 60%;*/
/*}*/
/*.hero-section-img-3{*/
/*    width: 30%;*/
/*}*/
/*.hero-section-img-1 img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*}*/
/*.hero-section-img-2 img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*}*/
/*.hero-section-img-3 img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*}*/
.info-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -70px;
    width: 100%;
    margin-bottom: 50px;
}

.info-section-box {
    background: #FFFFFF;
    box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    padding: 30px 0px;
    width: 60%;
}

.info-section-box p {
    margin-bottom: 0;
}

.info-section-box h1 {
    font-weight: bold;
}

.info-section-box ul li {
    display: inline-block;
    list-style: none;
    width: 33%;
}

.home-page-section {
    margin-bottom: 100px;

}

.home-page-section > h1 {
    text-align: center;
    margin-bottom: 20px;
}

.home-page-section > h6 {
    margin-bottom: 50px;
    text-align: center;
}

.page-view {
    height: 550px;
    background: #FFFFFF;
    box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    text-decoration: none;
}

.scroller-inner img {
    width: 100%;
}

.page-view-title {
    width: 100%;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    text-align: center;
    color: #121826;
    padding: 10px 0;
    text-decoration: none !important;
}

.feature-view {
    background: #FFFFFF;
    border: 1px solid #f0cbc9ba;
    text-align: center;
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.feature-view img {
    margin-bottom: 20px;
}

.feature-view:hover {
    background: #FFFFFF;
    box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.06);
    border: unset;
}

.footer-section {
    background-color: #ecb3b0;
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.scroller-outer {
    width: 100%;
    height: 475px;
    /* border: solid 2px red; */
    position: relative;
    overflow: hidden;
}

.scroller-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 475px;
    box-sizing: border-box;
    overflow: scroll;
}

.more-page-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 475px;
    box-sizing: border-box;
    overflow: scroll;
}

.scroller-inner::-webkit-scrollbar {
    display: none;
}

.scroller-inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroller-inner ::-webkit-scrollbar {
    display: none;
}

.sidebar-navigation ol {
    counter-reset: section;
    list-style-type: none;
}

.doc-nav a {
    display: block;
    font-size: 16px;
    line-height: 3rem;
    color: black;
    text-decoration: none;
    padding: 0;
}

@media (min-width: 764px) and (max-width: 992px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1199px) and (max-width: 1500px) {

}

@media (max-width: 764px) {
    .hero-section-img {
        height: auto;
    }

    .hero-section {
        height: auto;
    }

    .hero-section-info h1 {
        font-size: 40px;
        line-height: 45px;
    }

    .info-section-box {
        width: 90%;
    }

    .hero-section-info {
        top: 40px;
        margin-bottom: 75px;
    }
    .header-section{
        height: 220px;
    }
    .logo{
        text-align: center;
    }
}
