/* slide */

.itembox{
    width: 100%;
    height: auto;
    position: relative;
}
.itembox .item{
    width: 100%;
    height: 80vh;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
   
}

.item h1{
   padding-top: 15%;
   font-size: 68px;
   text-shadow: 4px 5px 20px black;
   font-weight: 200;
   
}
.item h1 span{
    font-weight: 600;

}
.item p {
    font-size: 24px;
    margin-top: 59px;
    text-shadow: 1px 2px 7px black;
}

/* slide btn */
.owl-dots{
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5) !important;
    margin-left: 10px;
}
.owl-dots .owl-dot.active{
 background: #fff !important; 
}