* {
    font-family: 'Merienda', cursive;
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none!important;
}
.shadow-nav{
    background: linear-gradient(90deg, rgba(159,93,0,1) 0%, rgba(98,71,9,1) 50%, rgba(25,15,0,1) 100%);
    box-shadow: 0 0 2px 0 rgba(0,0,0,.24), 0 2px 2px 0 rgba(0,0,0,.12);
}
.logo{
    font-size: 48px;
    color: #fff;
    text-decoration: none;
    transition: 1s;
}
.logo:hover{
    color: #000;
}
.phone-number{
    font-size:30px ;
    color: #fff;
}
.phone-number:hover{
    color: rgba(156,92,0,1);
}
.aside-carousel{
    z-index: -1;
    height: calc(100vh - 88px); 
    top: 88px;
}
.aside-carousel > video{
    width:94%;
    /*height: 100vh;*/
    /*object-fit: contain;*/
}
.navbar-nav > li{
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
}
.nav-tabs > button{
    font-size: 20px;
    color: rgba(117,69,2,1);
}
.nav-tabs > button:hover{
    background: -webkit-linear-gradient(90deg, rgba(159,93,0,1) 0%, rgba(98,71,9,1) 50%, rgba(25,15,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* color: #000; */
}
.line {
    width: 53px;
    height: 0;
    border: 1px solid rgba(117,69,2,1);
    margin: 3px;
    display:inline-block;
    transition: 1s;
}
.category-head > h1{
    margin-bottom: 0px;
    background: -webkit-linear-gradient(90deg, rgba(159,93,0,1) 0%, rgba(98,71,9,1) 50%, rgba(25,15,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.category-head:hover .line{
    width: 100px;
}
.card{
    border:none;
    border-radius: 0px;
    color: rgba(117,69,2,1);
}
.card > img{
    height:253px;
    object-fit: contain;
}
.overlay{
    position: absolute;
    background-color: #ffffff8f;
    width: 50px;
    height: 50px;
    top: 113px;
    right: 4px;
    border-radius: 30px 30px 0px 30px;
    text-align: center;
}
.overlay > p{
    color: rgba(117,69,2,1);
    font-size: 20px;
    margin-top: 12px;
}
.phone-button
{
    transform: translate(-50%, -50%);
    width: 215px;
    height: 50px;
    background: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    color:#000;
    font-size: 15px;
    letter-spacing: 4px;
    display: block;
    margin: 25% 0 0 50%;
}

.phone-button:before,
.phone-button:after,
.phone-button > span:before,
.phone-button > span:after
{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, rgba(159,93,0,1) 0%, rgba(98,71,9,1) 50%, rgba(25,15,0,1) 100%);
    transition: 1s;
    mix-blend-mode: hue;
}

.phone-button:before
{
    top: -2px;
    left: -2px
}
.phone-button:after
{
    top: -2px;
    right: -2px;
}
.phone-button > span:before
{
    bottom: -2px;
    left: -2px
}
.phone-button > span:after
{
    bottom: -2px;
    right: -2px
}

.phone-button:hover:before,
.phone-button:hover:after,
.phone-button:hover  > span:before,
.phone-button:hover  > span:after
{
    width: calc( 180px/2 );
    height: calc( 50px/2 )
}
.pagnation{
    border: 0;
}
section {
    padding: 20px 40px!important;
}
.border-success:hover{
    background-color: rgba(0,168,98,.1);
}
.accordion-item{
    border: none;
}
.accordion-button{
    font-size: 23px;
    margin: 1em;
}
.accordion-body{
    margin-left: 1em;
}
ul.social-media > li{
    display: inline-block;
    list-style-type: none;
    margin-right: 1em;
    border: 1px solid linear-gradient(90deg, rgba(159,93,0,1) 0%, rgba(98,71,9,1) 50%, rgba(25,15,0,1) 100%);
    border-radius: 50%;
    padding: 0.5em;
    background:linear-gradient(90deg, rgba(159,93,0,1) 0%, rgba(98,71,9,1) 50%, rgba(25,15,0,1) 100%);
    box-sizing: border-box;
    margin-top:10px;
}
ul.social-media > li> a > svg{
    width: 23px;
    height: 23px;
    color: #fff;
    box-sizing: border-box;
    vertical-align: top;
}
ul.footer-menu > li{
    margin: 2em 2em 0;
    font-size: 20px;
}
/* Pagination */

.wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination__item {
    display: inline-block;
    margin: 0 10px;
}
.pagination__link {
    position: relative;
    text-indent: -99em;
    overflow: hiddin;
    display: block;
    width: 23px;
    height: 23px;
}
.pagination__link:before, .pagination__link:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1.5px solid grey;
    transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.pagination__link:before {
    background: grey;
    transform: scale(0.2);
}
.pagination__link:hover:after {
    transform: scale(1.1);
}
.pagination__link.is_active:before {
    transform: scale(0.5);
}
.pagination__link.is_active:after {
    transform: scale(0.2);
}
.pagination__item > svg{
    margin-bottom: 3px;
}
.footer-text{
    background: -webkit-linear-gradient(90deg, rgba(159,93,0,1) 0%, rgba(98,71,9,1) 50%, rgba(25,15,0,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
footer > ul > li{
    font-size: 20px;
}
footer > p{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}
@media (max-width:768px){
    .aside-carousel{
        height:auto;
        
    }
    .aside-carousel > video{
        
      width: 100%;
      height: auto;
      
    }
}
@media (max-width: 768px) and (min-width: 577px){
    .overlay{
        top:61px;
    }
    .card-body > h5{
        font-size:15px;
    }
    .phone-button{
        width:154px;
        font-size: 12px;
        letter-spacing: 2px;
    }
    
}
@media (max-width:576px){
    .aside-carousel{
        height:auto;
        
    }
    .aside-carousel > video{
        
      width: 100%;
      height: auto;
      
    }
    .card{
        margin-bottom: 20px;
    }
    .overlay{
        top: 142px;
    }
}