:root {
    --primary: #f68f1e;
    --secondary: #383D53;
    --light: #F2F2F2;
    --dark: #272630;
}


body {
    font-family: 'Cairo', 'Roboto', sans-serif ;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    font-family: 'Cairo', "Roboto Condensed",sans-serif;
}
.bg-primary {
    background-color: #f68f1e !important;
}
.btn-secondary {
    color: #FFFFFF;
    background-color: var(--secondary);
    border-color:var(--secondary);
}
.text-secondary {
    color: var(--secondary) !important;
}
.btn-outline-secondary {
    color: var(--secondary);
    border-color:var(--secondary);
}

.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.user-profile{
    border-radius: 9999px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 2.3rem;
    height: 2.3rem;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.name-link{
    color: var(--light);
}
.name-link:hover{
    color: var(--primary);
}

.col-body{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.home-slider .owl-nav{
    z-index: 9999;
    position: relative;
}
.hero-container{
    width: 100%;
    height: calc(100vh - 135px);
}
.col-body div{
    border: 10px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 2rem;
}
.col-body div a{
    width: 80%;
}

.home-slider-item{
    height: calc(100vh - 150px);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 992px) {

    .col-body{
      visibility: hidden;
    }
}
