:root{
    --golden-color: #c1a152;
    --black-color: #000000;
    --brown-color: #ebebeb;
}

@font-face {
    font-family: "title-font";
    src: url("/fonts/Assaf Font.ttf");
}

@font-face {
    font-family: "text-font";
    src: url("/fonts/ArbFONTS-GE-SS-Two-Light.otf");
}


html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*body, html { width: 100%; height: 100%;}*/

/*#header, #about, #services, #location {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/


.services-section{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

@media screen
and (min-width: 992px)
and (max-width: 1175px){
    .navbar-light .navbar-nav .nav-link{
        padding-right: 1.5rem !important;
    }
    /*.logo {*/
    /*    width: 160px !important;*/
    /*}*/
}


a{
    text-decoration: none;
    color: var(--black-color);
}


a:hover{
    text-decoration: none;
    color: var(--black-color);
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    margin-left: 0 !important;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.hero-section{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("/img/images/bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
}



.about-section{
    position: relative;
    width: 100%;

    background: url("/img/images/shapes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}


.truck{
    max-width: 100%;
    height: auto;
}

.logo:hover{
    opacity: 0.6;
}

.card{
    height: 100%;

}
.card-head{
    display: flex;
    align-items: center;
}
.card-text{
    text-align: justify;
}

.service-item{

    border: 2px solid var(--golden-color);
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .about-col{
        margin-top: 2rem;
    }
    .service-item{
        width: 100%;
        height: 200px;
    }
    .logo{
        width: 150px;
    }
    .card{
        margin-top: 2rem;
    }
    .card-head{
        text-align: center;
    }
    .first_navbar{
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;

    }
    .navbar-nav{
        background: var(--black-color);
        text-align: center
    }
    .hero-section{
        background-position: revert;
    }
}


@media (min-width: 992px) {
    /*.service-main-title{*/
    /*    margin-right: 7rem;*/
    /*}*/
    #services{
        width: 100%;
        min-height: 100vh;
    }
    .service-item{
        width: 80%;
        height: 300px;
    }

    .first_navbar{
        width: 100%;
        position: fixed;
        top: 0px;
        z-index: 1;

    }
    .hero-section{
        background-position: center;
    }
    .logo{
        width: 200px;
        margin-right: 5rem;
    }
    .navbar-light .navbar-nav .nav-link {
        padding-right: 3rem;
    }

    .navbar-expand-lg .navbar-nav{
        margin-left: 13rem;
    }

    .navbar-light .navbar-nav .nav-link:hover::after, li > a.active::after {
        width: 100% !important;
        background: var(--golden-color) !important;
        color: white !important;
    }
    .navbar-light .navbar-nav .nav-link::after {
        content: "";
        display: block;
        margin: auto;
        height: 1.5px;
        width: 0;
        top: 5px;
        background: transparent;
        transition: all 0.3s;
    }
}

.navbar-light .navbar-nav .nav-link{
    color: white;
    font-size: 1.3rem;
    font-family: title-font;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: white !important;
}


.nav-item.active .nav-link::after{
    width: 100% !important;
    background: var(--golden-color) !important;
    color: white !important;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: white;
}


.btn-contact{
    color: white;
    border-top-color: white;
    border-bottom-color: white;
    border-radius: unset !important;
}

/*.btn-contact::after{*/
/*    content: "";*/
/*    width: 30px;*/
/*    height: 60px;*/
/*    border-left: solid 30px rgb(200,30,50);*/
/*    border-bottom: solid 30px transparent;*/
/*    border-top: solid 30px transparent;*/
/*}*/

.btnfos {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    max-width: 160px;
    margin: 1rem auto 2em;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.btnfos-1 {
    /*background: #3498db;*/
    /*font-weight: 100;*/
    font-family: title-font;
    font-size: 1.3rem;
}
.btnfos-1 svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
}
.btnfos-1 rect {
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 422, 0;
}

.btnfos-1:hover {
    background: rgba(225, 51, 45, 0);
    letter-spacing: 1px;
    font-weight: 900;
    color: white;
}
.btnfos-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 15, 310;
    stroke-dashoffset: 48;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.arrow-down{
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
}


.about-div::before {
    content: "";
    border-right: 1px solid var(--golden-color);
    position: absolute;
    height: 180px;
    display: inline-block;
    right: 0px;
}

.aboutus-title{
    font-family: title-font;
    color: var(--golden-color);
}
.aboutus-content{
    font-family: text-font;
}
.card{
    background-color: var(--brown-color);
    border-radius: 20px;
}
.card-about-title{
    font-size: 2rem;
    color: var(--golden-color);
    font-family: title-font;
}
.card-text{
    font-family: text-font;
}

/* Service section */
.service-main-title{
    font-family: title-font;
    color: var(--golden-color);
    font-size: 3rem;
}

.services-section{
    position: relative;
    width: 100%;

    background: url("/img/images/shapes.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.dark{
    background: var(--black-color);
}
.img-service{
    max-width: 100px;
    min-width: 100px;
    height: auto;
}


.service-title{
    font-family: title-font;
    color: var(--golden-color);
    font-size: 3rem;
    margin-bottom: 0;
}

/* Location */
.location-section{
    margin-top: 3rem;
}
.location-main-title{
    font-family: title-font;
    color: var(--golden-color);
    font-size: 3rem;
}


/* Footer */

footer{
    background: var(--black-color);
    padding: 2rem;
    text-align: center;
    padding-bottom: 1rem;
}
.footer-logo{
    width: 300px;
}

.footer-link{
    font-size: 1.2rem;
    font-family: title-font;
    margin-right: 1rem;
    color: white;
}

.footer-link:hover{
    color: var(--golden-color);
}
.copyrights p{
    color: white;
    font-family: text-font;
}

.social-icon{
    width: 25px;
    height: auto;
    margin-right: 1rem;
}
.social-icon:hover{
    opacity: 0.6;
}
.design-dev p , .design-dev a{
    color: white;
}
.design-dev a:hover{
    color: var(--golden-color);
}

.mail-border{
    position: relative;
}
.mail-border::before {
    content: "";
    border-right: 3px solid var(--golden-color);
    position: absolute;
    height: 28px;
    display: inline-block;
    right: -8px;
}
.email-link:hover{
    color: var(--golden-color);
}

.address{
    font-family: text-font;
}