html, body {
    max-width: 100%;
    overflow-x: hidden;
}

* {
    margin: 0;
    /* padding: 0; */
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.nopadding{
    padding: 0px !important;
}

.nopaddingleft{
    padding-left: 0px !important;
}

.nopaddingright{
    padding-right: 0px !important;
}


.nomargin{
    margin: 0px !important;
}

.mt10{
    margin-top: 10px;
}

.mt20{
    margin-top: 20px;
}

.mt30{
    margin-top: 20px;
}

.mt40{
    margin-top: 40px;
}

.mt50{
    margin-top: 50px;
}

.pt40{
    padding-top: 40px;
}

.pt100{
    padding-top: 100px;
}

.mt75{
    margin-top: 75px;
}

.mt100{
    margin-top: 100px;
}

.mt150{
    margin-top: 150px;
}

.mt200{
    margin-top: 200px;
}


.mb10{
    margin-bottom: 10px;
}

.mb20{
    margin-bottom: 20px;
}

.mb40{
    margin-bottom: 40px;
}

.ptbt20{
    padding-top: 20px;
    padding-bottom: 20px;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 10vh;
    /* background-color: rgb(255, 255, 255); */
    font-family: 'Roboto', sans-serif;
}

.logo {
    color: rgb(226, 226, 226);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
}

.geisler-logo h4{
    font-size: 28px;
    font-weight: 900;
    letter-spacing: 0.6px;
    color:white;
}

.geisler-logo p{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color:white;
    margin-bottom: 0px;
}

.geisler-logo img{
    width: 136px;
}

.navbar-logo-img{
    width: 10%;
}

.navbar {
    padding: .5rem 2px;
}

.bottom-space{
    position:absolute;                  
    bottom:0;                          
    right:0;  
    width: 80%;
}

.nav-links {
    position:absolute;                  
    bottom:0px;                          
    /* right:4%; */
    /* right: 0%; */
    right: -4%;
    display: flex;
    justify-content: space-around;
    width: 70%;
    /* padding-right: 10px; */
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    color: white;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    /* font-weight: 700; */
    font-weight: 500;
    font-size: 14px;
    /* text-transform: uppercase; */
}

.burger {
    display: none;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: rgb(226, 226, 226);
    margin: 5px;
    transition: all 0.3s ease;
}

.nav-active {
    transform: translateX(0%);
}

.navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-nav a {
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.section-class-home {
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-class {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-class-header {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-class-footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-home {
    background-image: url("../../images/bgbanner.png") !important;
    width: 100%;
    /* height: 100%; */
    /* height: 550px; */
    height: 630px;
    background-size: cover;
    background-position: top !important;
    background-repeat: no-repeat;
}

.bg-sing {
    background-image: url("../../images/womensing.png") !important;
    width: 100%;
    /* height: 100%; */
    height: 550px;
    background-size: cover;
    background-position: top !important;
    background-repeat: no-repeat;
}

/* .def-container{
    max-width: 960px;
} */

.custom-caption{
    left: 8% !important;
    top: 25% !important;
    right: 50%;
    text-align: left;
    font-weight: 700 !important;
    width:34% !important;
}

.custom-caption h1{
    font-weight: 700 !important;
    font-size:45px;
    padding-bottom:20px;
}

.custom-caption p {
    font-weight: 400 !important;
    font-size: 26px;
    padding-top:20px;
}

.caption-banner p{
    margin:0px;
    font-weight: 400 !important;
    font-size: 28px;
    color: white;
    line-height: initial;
}

.caption-banner h5{
    font-weight: 700 !important;
    font-size: 56px;
    margin:0px;
    color: white;
}

.bg-banner {
    background-image: url("../../images/imagebanner.png") !important;
    width: 125%;
    height: 380px;
    background-position: left !important;
    background-repeat: no-repeat;
}

.img-banner{
    width: 100%;
}

.banner-position{
    top:15%;
}

.bg-white{
    background-color: white;
}

.bg-black{
    background-color: black;
}

.bg-purple{
    background-color: #1F0254;
}

.text-white{
    color: white;
}

.banner-card{
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 45px 40px 45px 40px;
    border-radius: 18px;
    text-align: center;
    box-shadow: 0 16px 80px 0 rgb(0 0 0 / 20%), 0 16px 40px 0 rgb(0 0 0 / 19%);
}

.card-title{
    color: #777777;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}

.card-text{
    color: #777777;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
}

.img-icon-banner{
    width:100%;
}

/* .icon-banner{
    width:80%;
} */

.auto-margin{
    margin:auto;
}

.minus-mt80{
    margin-top: -80px;
}

.text-desc{
    color: #777777;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-left: 60px;
    padding-top: 40px;
}

.img-tablet{
    width:140%;
    margin-left:-40%;
}

.img-spesifikasi{
    width:140%;
    margin-left:-20%;
}

.bg-grey{
    background-color: #F0F0F0;
}

.title-purple {
    color: #6722B1;
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    line-height: 0.8;
}

.title-black {
    color: black;
    font-size: 46px;
    font-weight: 700;
    text-align: left;
    line-height: 0.8;
    text-align: center;
}

.title-grad h5{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(to right, #F77543 0%, #F80875 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-grad h6{
    font-size: 36px;
    font-weight: 700;
    /* text-align: center; */
    /* background: linear-gradient(to right, #F77543 0%, #F80875 100%); */
    background: linear-gradient(180deg, #FF9900 0%, #FF185E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-desc-2{
    color: white;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    line-height: 2;
}

.text-desc-3{
    color: white;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 2;
}

.text-desc-rhm{
    color: #777777;
    font-size: 13px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
}

.owl-dots .owl-dot {
    margin: 0px 5px;
}

.owl-dots .owl-dot button {
    background: none;
    border: none;
    padding: 0;
    margin-top:24px;
    height: 14px;
    width: 14px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.owl-dots .owl-dot button:focus {
    outline: none;
}

.owl-dots .owl-dot.active button {
    background-color: #F37435;
}

.title-desc-feature{
    color: #FF3D3D;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 2;
}

.title-desc-feature-2{
    color: #FF3D3D;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 2;
}


.title-desc-rhm{
    color: black;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.text-desc-feature{
    color: white;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
}

.text-desc-feature-2{
    color: white;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    line-height: 1.6;
}

.text-desc-rhm-spec{
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
}

.text-speaker{
    color: black;
    font-size: 40px;
    font-weight: 900;
    text-align: left;
}

.feature-card{
    background-color: rgba(255,255,255,1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 50px 40px 20px 40px; */
    padding: 40px 20px 30px 20px;
    border-radius: 8px;
    text-align: center;
    /* box-shadow: 0 16px 20px 0 rgb(0 0 0 / 20%), 0 0 40px 0 rgb(0 0 0 / 19%); */
    min-height: 260px;
}

.text-feature-card{
    color: black;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.img-feature-card{
    width: 100%;
}

.bg-ungu {
    background-image: url("../../images/womensing.png") !important;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: top !important;
    background-repeat: no-repeat;
}

.title-white{
    color: white;
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
}

.title-white-2{
    color: white;
    font-size: 60px;
    font-weight: 900;
    text-align: left;
    line-height: 1;
}

.title-white-speaker{
    color: white;
    font-size: 34px;
    font-weight: 900;
    text-align: left;
}

.card-rhm-2{
    width:70%;
    background: linear-gradient(to right, #7536AB 0%, #1B77C4 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px 0 5px;
    border-radius: 10px;
    text-align: center;
}

.card-rhm{
    background: linear-gradient(to right, #7536AB 0%, #1B77C4 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 16px 20px 0 rgb(0 0 0 / 20%), 0 0 40px 0 rgb(0 0 0 / 19%);
}

.spec-title{
    color: #636363;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
}

.spec-text{
    color: #636363;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.feature-badge{
    background-color: #EAEAEA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 50px 40px 50px;
    border-radius: 1px;
    text-align: center;
    min-height: 180px;;
}

.feature-badge-title{
    color: black;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.feature-badge-text{
    padding-top:10px;
    color: #636363;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 1;
}

.bg-group{
    background-image: url("../../images/bg_grub.png") !important;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top !important;
    background-repeat: no-repeat;
}

.bg-white-trans{
    background-image: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 80%);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
}

.bg-purple-trans{
    background: rgba(91,34,165, 0.8);
    background-size: cover;
    width: 100%;
    height: 300px;
    background-position: center;

}

.text-purple{
    color: #7617E5;
    font-size: 50px;
    font-weight: 900;
    text-align: left;
    line-height: 1;
}

.text-purple-2{
    color: #7617E5;
    font-size: 44px;
    font-weight: 900;
    text-align: left;
    line-height: 1;
}

.text-maroon{
    color: #FE1647;
    font-size: 44px;
    font-weight: 900;
    text-align: left;
    line-height: 1;
}

.button-pesan{
    background-color: #7617E5;
    color:white;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    transition: .5s ease;
    text-transform: none;
}
.button-pesan:hover{
    color:white;
}

.button-tokopedia{
    background-color: white;
    color:black;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    transition: .5s ease;
    text-transform: none;
    box-shadow: 0px 8px 10px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
.button-tokopedia:hover{
    /* background-color: #2EE59D; */
    /* box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4); */
    color: #fff;
    /* transform: translateY(-7px); */
}

.button-tokopedia img{
    width: 50%;
}

.contact-title {
    color: white;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
}

.contact-text {
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
}

.contact-text img {
    width:80%;
}

.copyright-title{
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
}

.container-hobby {
    margin-top: 100px;
    margin-bottom: 20px;
}

.mt-rhm{
    margin-top:-280px;
}

.mt-tablet-geisler{
    margin-top:-360px;
}

.youtube-iframe{
    width:100%; 
    height:500px;
    border: none;
}

.text-icon-white{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.text-icon-white img{
    width: 80%;
}

.text-fitur {
    color: #6823BA;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}

.text-fitur-2 {
    color: #6823BA;
    font-size: 28px;
    font-weight: 700;
    text-align: left;
}

.img-rhm{
    width:100%;
}

.res-left{
    text-align: left;
}

.img-icon-feature-2{
    width:220%;
}

.img-car img{
    width:100%;
    height: 260px;
}

.bg-blue{
    background-color: #2E6BDF;
}

.bg-navy{
    background-color: #011735;
}

.bg-gradient{
    background: linear-gradient(180deg, rgba(46,107,223,1) 0%, rgba(65,4,103,1) 50%);
    height: 100%;
}

.bg-gradient-purple {
    background: linear-gradient(180deg, #2E0366 0%, #31048F 60%);
}

.bg-gradient-blue {
    background: linear-gradient(180deg, #4C0366 0%, #2880C2 80%);
}

.bg-gradient-pesan {
    background: linear-gradient(180deg, #542C99, rgba(7, 55, 121, 1) 100%);
}

.h2-title-white{
    font-size: 60px;
    font-weight: 700;
    color: white;
}

.h5-title-white{
    font-size: 30px;
    font-weight: 700;
    color: white;
}

.h4-title-white{
    font-size: 30px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.h4-thin-title-white{
    font-size: 36px;
    font-weight: 400;
    color: white;
    text-transform: uppercase;
}

.h2-title-orange {
    font-size: 60px;
    font-weight: 700;
    color: #FE3A19;
}

.img-icon-feature{
    width: 100%;
}

.img-icon-2-feature{
    width: 100%;
}

.padding-banner{
    padding-top: 100px;
}

.geisler-tablet-banner{
    width: 80%;
}

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

    .text-feature-card{
        color: black;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
    }

    .text-desc-3{
        color: white;
        font-weight: 400;
        font-size: 16px;
        text-align: left;
        line-height: 2;
    }
    

    .h4-thin-title-white{
        font-size: 30px;
        font-weight: 400;
        color: white;
        text-transform: uppercase;
    }

    .h2-title-white{
        font-size: 46px;
        font-weight: 700;
        color: white;
        text-align: center;
    }

    .h5-title-white {
        font-size: 30px;
        font-weight: 700;
        color: white;
        text-align: center;
        margin-bottom: 20px;
    }

    .button-tokopedia{
        margin-top:40px;
    }

    .title-grad h6{
        font-size: 38px;
        font-weight: 700;
        text-align: center;
        line-height: 1.4;
    }

    .contact-text {
        color: white;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        line-height: 1.5;
    }

    .text-maroon{
        color: #FE1647;
        font-size: 44px;
        font-weight: 900;
        text-align: center;
        line-height: 1;
        padding-bottom: 40px;
    }

    .feature-card{
        background-color: rgba(255,255,255,1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* padding: 50px 40px 20px 40px; */
        padding: 20px 20px 10px 20px;
        border-radius: 8px;
        text-align: center;
        /* box-shadow: 0 16px 20px 0 rgb(0 0 0 / 20%), 0 0 40px 0 rgb(0 0 0 / 19%); */
        min-height: 160px;
    }

    .title-desc-feature{
        color: #FF3D3D;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        line-height: 2;
    }

    .text-desc-2{
        color: white;
        font-weight: 400;
        font-size: 14px;
        text-align: left;
        line-height: 2;
    }

    .h4-title-white{
        font-size: 26px;
        font-weight: 500;
        color: white;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .def-container{
        padding-left: 30px;
        padding-right: 30px;
    }

    .geisler-logo img{
        width: 100px;
    }

    .geisler-tablet-banner{
        width: 90%;
    }

    .padding-banner{
        padding-top: 60px;
    }

    .mt-tablet-geisler{
        margin-top:-100px;
    }

    .caption-banner p{
        margin:0px;
        font-weight: 400 !important;
        font-size: 22px;
        color: white;
        line-height: initial;
        text-align: center;
    }

    .text-icon-white img{
        width: 50%;
    }
    
    .caption-banner h5{
        font-weight: 700 !important;
        font-size: 40px;
        margin:0px;
        color: white;
        text-align: center;
    }
    

    .img-car img{
        width:100%;
        height: 200px;
    }

    .owl-dots .owl-dot button {
        height: 14px;
        width: 14px;
        margin: 20px 5px;
    }

    .img-icon-feature-2{
        width:150%;
    }

    .bg-ungu {
        background-image: url("../../images/womensing.png") !important;
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: top !important;
        background-repeat: no-repeat;
    }

    .res-left{
        text-align: center;
    }

    .card-rhm-2{
        width:100%;
        background: linear-gradient(to right, #7536AB 0%, #1B77C4 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 5px 0 5px;
        border-radius: 10px;
        text-align: center;
    }

    .text-speaker{
        color: black;
        font-size: 30px;
        font-weight: 900;
        text-align: center;
    }

    .title-white-speaker{
        color: white;
        font-size: 26px;
        font-weight: 900;
        text-align: left;
    }

    .banner-position{
        top:10%;
    }

    .title-desc-rhm{
        color: black;
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        margin-bottom:10px;
    }

    .youtube-iframe{
        width:100%; 
        height:250px;
    }

    .img-spesifikasi{
        width:100%;
        margin-left:0px;
    }

    .text-purple{
        color: #7617E5;
        font-size: 40px;
        font-weight: 900;
        text-align: left;
        line-height: 1;
    }
    
    .text-purple-2{
        color: #7617E5;
        font-size: 26px;
        font-weight: 900;
        text-align: center;
        line-height: 1;
    }

    .bg-purple-trans{
        background: rgba(91,34,165, 0.8);
        background-size: cover;
        width: 100%;
        height: 200px;
        background-position: center;
    }

    .img-rhm{
        width:100%;
    }

    .title-white{
        color: white;
        font-size: 35px;
        font-weight: 700;
        text-align: left;
        line-height: 1.2;
    }
    
    .title-white-2{
        color: white;
        font-size: 50px;
        font-weight: 900;
        text-align: left;
        line-height: 1;
    }

    .title-black {
        color: black;
        font-size: 36px;
        font-weight: 700;
        text-align: left;
        line-height: 0.8;
        text-align: center;
    }
    
    .mt-rhm{
        margin-top:-200px;
    }

    .container-hobby {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .img-icon-feature{
        width: 100%;
    }
    
    .title-purple {
        color: #6722B1;
        font-size: 40px;
        font-weight: 700;
        text-align: left;
        line-height: 0.8;
    }

    .title-grad h5{
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        background: linear-gradient(to right, #F77543 0%, #F80875 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .bg-home {
        background-image: url("../../images/bgbanner.png") !important;
        width: 100%;
        height: 360px;
        background-size: cover;
        background-position: top !important;
        background-repeat: no-repeat;
    }
    
}