@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li, ul {
    font-family: 'Roboto';
}

.image{
    max-width:120px;
}


.navone {
    position: absolute !important;
    top: 20px !important;
}
.smaller>i:hover{
        background: #F1EFEE !important;
        color:#9C5738 !important;
    }
@media(max-width:576px){
    .navone{
        position:static !important;
    }
    .logo-img{
        display:none !important;
    }
    .smaller{
        font-size:16px !important;
    }
    .smaller>i{
        margin-right:15px !important; 
    }
    .move-cen{
        text-align:center !important;
    }
    .no-mar2{
        margin-top:20px !important;
    }
    .no-mar{
        margin-left:0 !important;
    }
    .static{
        position:static !important;
        left:0 !important;
        margin-top:20px !important;
    }
}
.navbar-nav>li{
    padding:0 16px !important;
}
.one>a{
    border: 1px solid #1F1F1F !important;
    background:transparent !important;
    color:#1F1F1F !important;
    padding: 21px 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    text-transform:uppercase !important;
}
.one>a:hover{
    background: #C9B7A9 !important;
    border:1px solid #C9B7A9 !important;
    color: #38382A !important;
}
.two>a{
        border: 1px solid #7A4128 !important;
    background: linear-gradient(180deg, #9C5738 0%, #7A4128 100%) !important;
    color:#F1EFEE !important;
    padding: 21px 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    text-transform:uppercase !important;
}
.two>a:hover{
        background: #C9B7A9 !important;
    border:1px solid #C9B7A9 !important;
    color:#38382A !important;
}

.is-btn-ghost2{
    border: 1px solid #1F1F1F;
    background:transparent;
    color:#1F1F1F;
    padding: 21px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform:uppercase;
}
.is-btn-ghost2:hover{
    background: #C9B7A9 ;
    border:1px solid #C9B7A9 ;
    color: #38382A ;
}
.is-btn-ghost1{
    border: 1px solid #7A4128;
    background: linear-gradient(180deg, #9C5738 0%, #7A4128 100%);
    color:#F1EFEE;
    padding: 21px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-transform:uppercase;
}
.is-btn-ghost1:hover{
    background: #C9B7A9 !important;
    border:1px solid #C9B7A9 !important;
    color:#38382A !important;
    
}
.navbar-nav>li>a{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #000000;

}

.navbar-nav>li>a:hover{
    color:black!important;
}

.footer-text, .footer-text>a{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #38382A;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px){
.flex {
    flex-direction: column;
}
    .items-center{
        align-items: start!important;
    }
} 

.btn.is-btn-primary{
    color:black !important;
    border-color:black!important;
    background-color:white!important;
}

.btn.is-btn-primary:hover{
    color:white !important;
    border-color:black!important;
    background-color:black!important;
}



@media (max-width: 640px) {
    .height-80 {
        display:none!important;
    }
}

.white-bg{
    background-color:white!important;
}

.hvr:hover{
    opacity:0.5!important;
}

.wrapper{
    width:100%;
    height: auto!important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.photo{
    
    position: relative;
}

.photo{
    width:100%;
    margin: auto;

}

.test{
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
    position:absolute;
    background:rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.5s;
}

.test:hover{
    opacity: 1;
}

.test h1{
    color:violet;
    font-size: 32px;    
}

.test > *{
    transform: translateY(25px);
    transition: transform 0.9s;
}

.test:hover > *{
    transform: translateY(0px);
}

 .navbar-nav>li>a:after, .dropdown-menu>li>a:after{
    display:block;
    content: '';
    border-bottom: solid 1px #000;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
  }
  .navbar-nav>li>a:hover:after, .dropdown-menu>li>a:hover:after { 
      transform: scaleX(1); 
      
  }
  
  
  
  
  /**img hover***/
.container1{

    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.container1 .box1{
    position: relative;
    display: inline-block;
    margin: 10px;
    background: #262626;
    overflow: hidden;
}
.container1 .box1 img{
    position: relative;
    width: 100%;  
    height: 100%;
    transition: 5s;
}
.container1 .box1:hover img{
    transform: scale(2);
}


.container1 .box1::before,.container1 .box1::after{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: 1s;
    z-index: 2;
}
.container1 .box1::before{
    transform: scale(1,0); 
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.container1 .box1::after{
    transform: scale(0,1);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.container1 .box1:hover::before,.container1 .box1:hover::after{
    transform: scale(1,1);
}


.container1 .box1 .content1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 20px;
    transition: 1s;
}
.container1 .box1:hover .content1{
    background: rgba(0,0,0,.7);
}
.container1 .box1 .content1 .wrap{
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
    z-index: 3;
}
.container1 .box1 .content1 .wrap h1{
    position: relative;
    font-size: 20px;
    margin-bottom: 10px;
    transform: translateY(-80px);
    opacity: 0;
    transition: 1s;
}
.container1 .box1:hover .content1 .wrap h1{
    transform: translateY(0);
    opacity: 1;
}
.container1 .box1 .content1 .wrap p{
    position: relative;
    font-size: 15px;
    transform: translateY(170px);
    opacity: 0;
    transition: .5s;
}
.container1 .box1:hover .content1 .wrap p{
    transform: translateY(0px);
    opacity: 1;
}
/**end of hove***/

@media(max-width:767px){
.phone-size{
    margin-top:10px!important;
}
}