.mySlides {
    display: none
}

.w3-left, .w3-right, .w3-badge {
    cursor: pointer
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0
}

.hb-container {
    width: 100%;
    height: 594px;
    position: relative;
    overflow: hidden;
}

.hb-top {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 12px;
    position: absolute;
    width: 100%;
    z-index: 1;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif !important;
}


.hb-top-title-area {
    padding: 1px 16px;
    margin-left: 61px;
    margin-right: 12px;
    border: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: flex;
}

.hb-btn {
    transition: all .2s ease 0s;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    padding: 8px 16px;
    margin-left: 12px;
    margin-right: 12px;
    color: #ffffff;
}


.hbactive, .hb-btn:hover {
    padding: 8px 16px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: #fff;
    border-radius: 30px;
    color: #484848;
}

.hb-slider {
    position: relative;
    z-index: 1;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0);
    box-shadow: 0 6px 26px 0 rgb(0 0 0 / 16%);
    height: 412px;
    margin-left: 22%;
    margin-top: 77px;
    display: flex;
    width: 56%;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
}

.hb-slider-left {
    padding: 56px 48px 48px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
}

.hb-slider-right {
    width: 680px;
    height: 397px;
}

.hb-slider-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 16px;
    padding-right: 16px;
}

.hb-slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 152px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hb-slider-button {
    margin-top: 24px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -o-border-radius: 24px;
    -webkit-border-radius: 24px;
    -ms-webkit-radius: 24px;
    zoom: 1;
    margin-right: auto;
    min-width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.hb-button {
    background-color: #fcc600;
    color: #fff;
    border-radius: 25px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -.26px;
    padding: 12px 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
    white-space: nowrap;
}

.slider-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(/css/icons/slider-icon.svg);
    width: 18px;
    height: 24px;
}

.social-area {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 8px;
    margin-top: 40px;
    -webkit-box-shadow: 0 2px 8px 0 rgb(72 72 72 / 32%);
    box-shadow: 0 2px 8px 0 rgb(72 72 72 / 32%);
    font-size: 14px;
    z-index: 1;
}

.social-area ul {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 0px;
    padding-left: 0px;
}

.social-area li {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    height: 45px !important;
    cursor: pointer;
    border-radius: 8px;
}

.social-area li:hover {
    background-color: #f5f5f5;
}

.social-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px !important;
}

.whatsapp {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(/css/icons/whatsapp.svg);
    height: 24px;
    width: 24px;
    margin-left: 16px;
}

.twitter {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(/css/icons/twitter.svg);
    height: 24px;
    width: 24px;
    margin-left: 16px;
}

.facebook {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(/css/icons/facebook.svg);
    padding-top: 16px;
    padding-bottom: 10px;
    height: 24px;
    width: 24px;
    margin-left: 16px;
}

.social-area-text {
    width: 185px;
    height: 42px !important;
    padding-top: 15px;
    padding-bottom: 14px;
    margin-left: 16px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.15px;
    color: #484848;
    margin-right: 16px;
    box-shadow: 0 -1px 0 0 #eee;
}

.hb-slider-max-width {
    max-width: 800px;
}

.hb-slider-bottom {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 12px;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hb-slider-left-arrow {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(/css/icons/left-arrow.svg);
    width: 15px;
    height: 14px;
    margin-top: 9px;
}

.hb-slider-right-arrow {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(/css/icons/right-arrow.svg);
    width: 15px;
    height: 14px;
    margin-top: 9px;
}

.left-arrow-area {
    opacity: .72;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 56px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #fff;
    position: absolute;
    transition: all .4s ease 0s;
    overflow: hidden;
    left: 19%;
}

.right-arrow-area {
    opacity: .72;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 56px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #fff;
    position: absolute;
    transition: all .4s ease 0s;
    overflow: hidden;
    right: 19%;
}

.slider-image-thumb {
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.w3-white {
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
}

.slider-title {

}

.hb-container-mobile {
    display: none;
}

/* Mobile Slider Start */

#hb-mobile-slider {
    font: 19px sans-serif;
    margin: 0px auto;
    position: relative;
    width: 100%;
    overflow: hidden;
}

#kontrol {
    position: absolute;
    display: block;
    top: 24%;
}

#kontrol a {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    text-decoration: none;
}

.hb-mobile-slider-left {
    float: left;
    position: absolute;
}

.hb-mobile-slider-right {
    float: right;
    margin-left: 318px;
    position: absolute;
}

.hb-mobile-slider-content {
   /* height: 100%;*/
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    border-radius: 15px;
}

.hb-mobile-slider-image {
    width: 100%;
    border-radius: 15px;
}

.hb-mobile-slider-content-text {
    font-size: 1.000em;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
}

.hb-mobile-slider-buttons {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
}

.hb-mobile-slider-buttons-single {
    font-size: 0.7em;
    font-weight: 500;
    color: #484848;
    margin-left: 1%;
}
