*{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    color: #231f20;
}
img{
    width: 100%;
}

h2 + hr{
    margin-top: -5px;
}

hr + h3,
hr + p{
    margin-top: 30px;
}

hr{
    border-top: 1px solid #bbb;
    width: 60%;
    margin-bottom: 30px;
    margin: auto;
}

hr::before{
    content: "";
    background-image: url(/assets/img/icon-svg/hr.svg);
    display: block;
    height: 12px;
    width: 30px;
    border: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: .7;
    background-repeat: no-repeat;
}

.btn-general{
    background-color: #7b1c1b;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 16px 38px;
    text-transform: uppercase;
    border: none;
}

.btn-general:hover{
    background-color: #b62724;
}
.btn-general:active{
    position: relative;
    transform: scale(.97);
}

section{
    padding: 80px 120px;
}
section:nth-of-type(2n){
    background-color: #f1f1f1;
}
section h2{
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: lighter;
}
section h3{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
section p{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #757575;
    margin-bottom: 15px;
}
a{
    text-decoration: none;
}

.display-none{
    display: none !important;
}

/*HEADER*/
.top-header{
    height: 40px;
    background-color: #7b1c1b;
    padding: 0 130px;
    display: flex;
    justify-content: space-between;
}
.top-header-left{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.top-header-left a img{
    height: 16px;
    filter: invert(100%) sepia(5%) saturate(7423%) hue-rotate(283deg) brightness(117%) contrast(116%);
}
.phone-ico{
    width: 16px;
}
.letter-ico{
    width: 27px;
}
.top-header-left a span{
    font-weight: 300;
    white-space: nowrap;
    color: #ffffff;
}
.top-header-left a{
    color: white;
    display: flex;
    flex-direction: row;
    gap: 6px;
    margin-right: 50px;
    align-items: center;
}

.top-header-left a:hover p{
    color: #f4b56a;
}

.top-header-left a:hover img{
    filter: invert(64%) sepia(80%) saturate(276%) hue-rotate(350deg) brightness(103%) contrast(91%);
}

.top-header-right{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.top-header-right a{
    margin: 0 12px;
    padding: 12px;
}
.top-header-right a:hover img{
    filter: invert(64%) sepia(80%) saturate(276%) hue-rotate(350deg) brightness(103%) contrast(91%);
}
.top-header-right a img{
    height: 16px;
    filter: invert(100%) sepia(5%) saturate(7423%) hue-rotate(283deg) brightness(117%) contrast(116%);
}

header{
    position: relative;
    z-index: 1;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    padding: 20px 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}
.site-logo{
    position: relative;
    top: 42px;
    min-width: 208px;
}
.site-logo img{
    height: 200px;
    
}
.header-navitation{
    text-align: center;
}
.header-navitation li{
    display: inline-block;
}
.header-navitation li a{
    text-decoration: none;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 12px 16px 12px;
    margin: 0 12px;
    position: relative;
}
.header-navitation li a::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #7b1c1b;
    transition: .3s ease-out;
}

.header-navitation li a:hover::after{
    width: 100%;
}

.fixedHeader{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    box-shadow: 0 0 7px rgb(0 0 0 / 20%);
    padding: 20px 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    background-color: rgba(255, 255, 255, .95);
}

.mobileIcon{
    height: 27px;
    padding: 7px;
    display: none;
    width: calc(25% - 30px);
}

.mobileIcon img{
    height: 27px;
}

.mobile-menu-navivation{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.98);
    list-style: none;
    padding: 30px 0;
    width: 75%;
    display: none;
}

.mobile-menu-navivation ul li{
 margin: 15px 30px;
 text-transform: uppercase;
 border-bottom: 1px solid lightgrey;
 font-weight: 500;
 font-size: 14px;
 list-style: none;
}

.mobile-menu-navivation ul li a{
    width: 100%;
    padding: 10px 0;
    display: block;
}

.mobile-menu-navivation .top-header-right a{
    margin: 0;
    height: 48px;
    width: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    text-align: center;
}
.mobile-menu-navivation .top-header-right{
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    width: 100%;
    bottom: 20px;
}
.mobile-menu-navivation .top-header-right a img{
    filter: invert(8%) sepia(4%) saturate(1402%) hue-rotate(295deg) brightness(98%) contrast(89%);
}

@media (max-width:890px) {
    header{
        padding: 20px 30px;
    }
    .fixedHeader{
        padding: 20px 30px;
    }
    .top-header{
        max-width: 100vw;
        overflow: hidden;
        width: 100%;
        flex-wrap: wrap;
        height: 90px;
        justify-content: center;
        padding: 0;
    }
    .top-header-left{
        display: flex !important;
        flex-direction: column;
        justify-content: center;
    }
    .top-header-left a{
        margin: 10px 0;
    }
    .top-header-right a{
        margin: 0 30px;
    }
    .top-header-right a img{
        height: 20px;
    }
    section{
        padding: 80px 30px;
    }
}

@media (max-width:715px){
    .header-navitation{
        display: none;
    }
    .site-logo{
        min-width: 0;
        top: 34px;
        left: 5%;
    }
    .site-logo img{
        height: 140px;
    }
    header,
    .fixedHeader{
        height: 30px;
        padding: 20px 10px;
    }
    .top-header-right{
        display: none;
    }
    .mobileIcon{
        display: block;
    }
    .mobile-menu-navivation{
        display: block;
    }
}



.mobile-inactive{
    left: -100%;
    transition: 1s;
}

.mobile-active{
left: 0;
transition: 1s;
}