/* my framework */

.brdr {
    background-color: #ef881f;
    height: 2px;
    width: 12%;
    margin: 0 auto 60px;
}

/* my framework */

body {
    position: relative;
}

/* resp-nav */

#nav-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(1,29,45,0.9);
    z-index: 11111;
    transform: scale(0);
    transition: 0.6s;
}

#content-ul {
    position: relative;
    z-index: 11111111;
    top: 30%;
    text-align: center;
}

#content-ul a {
    color: #fff;
    font-size: 25px;
}

.close {
    color: #fff;
    position: absolute;
    right: 30px;
    top: 5px;
    font-size: 40px;
}

#navbarSupportedContent {
    display: none;
}

/* resp-nav */

/* start header section */

header {
    background-image: url(..//images/header.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

header .overlay {
    width: 100%;
    background-color: rgba(1,29,45,0.9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    bottom: 0;
    z-index: -1;
}

.header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-img img {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 25%;
/*    bottom: 0;*/
    margin-top: -14%;
}

/* start menu section */

.navbar {
    padding: .5rem 2rem;
}

.navbar ul {
    margin: 0 auto;
}

#menu {
    transition: all 1s;
    width: 100%;
    z-index: 999999999;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    position: relative;
    font-family: 'Pacifico', cursive;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #ef881f;
}

.navbar-light .navbar-nav .nav-link.active:after {
    content: "";
    background-color: #ef881f;
    position: absolute;
    top: 35px;
    width: 70%;
    height: 4px;
    left: 0;
}

.navbar .nav-link:after {
    content: "";
    background-color: #ef881f;
    position: absolute;
    top: 35px;
    width: 0%;
    height: 4px;
    left: 0;
}

.navbar .nav-link:hover:after {
    transition: all 1s;
    width: 70%;
}

.bg-light {
    background-color: transparent !important;
}

.navbar-toggler {
    background-color: #fff;
}

/* End menu section */

/* End header section */

/* start about sectiom */

.about {
    background: #fff;
    overflow: hidden;
    padding-top: 55px;
    margin-bottom: 55px;
}

.about button {
    background-color: transparent;
    border: 0;
    margin: 0 auto;
    display: block;
    font-family: 'Great Vibes', cursive;
}

.about h2 {
    text-align: center;
    font-size: 40px;
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    padding: 40px 0 0;
    font-family: 'Great Vibes', cursive;
}

.about .about-me {
    position: relative;
}

.about .about-me p {
    color: #000;
    font-size: 26px;
    font-family: 'Great Vibes', cursive;
    line-height: 34px;
    padding: 0px 14% 10px;
    text-align: center;
}

/* End about section*/

.left-image img {
    position: absolute;
    z-index: 9999999;
    width: 16%;
    right: 94%;
}

/* start testmonials carousel section */

.recom h2 {
    font-size: 40px;
    font-family: 'Great Vibes', cursive;
    font-weight: 300;
    color: #fff;
    font-weight: 600;
    padding: 40px 0 0;
}

.recom {
    background-image: url(..//images/food1.jpg);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 0;
    background-color: #000;
    direction: rtl;
    padding-bottom: 100px;
    overflow: hidden;
}

.recom .overlay {
    width: 100%;
    background-color: rgba(1,29,45,0.9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    bottom: 0;
    z-index: -1;
}

.carousel-item img {
/*    height: 100%;*/
    position: absolute;
/*    width: 100%;*/
    z-index: 99;
    left: 75px;
}

.carousel-item p {
    padding: 20px 20px 20px 61px;
    background-color: #fff;
    font-family: 'Great Vibes', cursive;
    color: #000;
    margin: 48px 0;
    font-size: 24px
}

.carousel-caption {
    position: static;
    direction: ltr;
    margin-right: 16%;
}

.carousel-indicators {
    position: static;

}

.carousel-box {
    border: 1px solid #fff;
    position: absolute;
    right: 30%;
    padding: 30px 20px;
}

.nav-pills .nav-link.active {
    background-color: transparent;
}

.nav-pills .nav-link {
    color: #fff;
    padding: 15px 0;
    font-family: 'Great Vibes', cursive;
    font-size: 25px;
    position: relative;
}

/*
.nav-pills .nav-link.active:after {
    content: "";
    background-color: #ef881f;
    position: absolute;
    width: 0%;
    height: 4px;
    left: 20%;
    top: 50px;
}

.nav-pills .nav-link:after {
    content: "";
    background-color: #ef881f;
    position: absolute;
    width: 0%;
    height: 4px;
    left: 20%;
    top: 50px;
}

.nav-pills .nav-link:hover:after {
    transition: all 1s;
    width: 60%;
    position: absolute;
}
*/

.nav-pills .nav-link:hover {
    color: #ef881f;
    border: 2px solid #fff;
    transition: all 1s;
    border-radius: 0;
    padding: 15px 0;
}

.nav-pills {
    border: 2px solid #bc926d;
}

.carousel-box ul {
    list-style: none;
    padding: 0 10px;
}

.carousel-box li {
    padding: 15px;
}

.carousel-box li a {
    text-align: center;
    color: #fff;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next-icon i, .carousel-control-prev-icon i {
    color: #bc926d;
    font-size: 35px;
}

/* End testmonials carousel section */

/* start post content section */

.post-content {
    margin-bottom: 55px;
    background-color: #fff;
}

.post-content h2 {
    font-size: 30;
    color: #000;
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
    padding: 40px 0 0;
}

.post-content .post-body h3 {
    font-size: 21px;
    padding: 31px 0;
}

.post-content .post-body {
    width: 100%; 
}

.post-body .caption .social-contact {
    margin-top: 25%;
    color: #fff;
    padding: 10px;
    position: relative;
    right: -400px;
    transition-duration: 1s;
    transition-delay: .5s;
}

.post-body .caption .social-contact i {
    border: 2px solid #fff;
    padding: 15px;
    margin-bottom: 5px;
    margin-right: 15px;
    width: 48px;
    height: 48px;
    color: #fff;
}

.post-body .caption .social-contact i:hover {
    background-color: #f9a02c;
    color: #fff;
    transition: all 1s;
}

.post-body .caption-body {
    position: relative;
    overflow: hidden;
}

.post-content .post-body img {
    width: 100%;
}

.post-body .caption {
    width: 100%;
    height: 100%;
    background-color: rgba(42,63,85,0.7);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    opacity: 0;
}


.post-body:hover .caption {
    transition-duration: 1s;
    opacity: 1;
}

.post-body:hover .caption .social-contact {
    right: 0;
    
}


/* End post content section */

/* start post content section */

.insta {
    background-image: url(..//images/food2.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}

.insta .overlay {
    width: 100%;
    background-color: rgba(1,29,45,0.9);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    bottom: 0;
    z-index: -1;
}

.insta h2 {
    font-size: 41px;
    color: #fff;
    font-family: 'Great Vibes', cursive;
    font-weight: 600;
    padding: 40px 0 0;
}

.insta .post-body {
    margin-bottom: 5%;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.insta .post-body h3 {
    font-size: 21px;
    padding: 31px 0;
    color: #fff;
}

.insta .post-body img {
    width: 100%;
}

.insta .post-body .caption {
    width: 100%;
    height: 100%;
    background-color: rgba(239,136,31,0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.insta .post-body .caption i {
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 45%;
    left: 45%;
}

.insta .post-body:hover .caption {
    opacity: 1;
    transition: 1s all;
}

/* End post content section */

/* footer */

footer {
    background-color: #1b1b1b;
}

footer .social-contact i,
footer p {
    color: #fff;
    padding-top: 15px;
}

footer .social-contact a i:hover {
    color: #ef881f;
    transition: 0.3s all;
}

footer p {
    margin-bottom: 0;
    padding-bottom: 20px;
}

footer .social-contact a {
    padding: 0 15px;
    font-size: 25px;
}

footer p a {
    text-decoration: none;
    color: #b5b0b0;
}

footer p a:hover {
    text-decoration: none;
    color: #ef881f;
}

/* footer */

@font-face {
    font-family: Aspire;
    src: url(fonts/Aspire-DemiBold.ttf);
}

/* start button up */

.buttontop {
    position: fixed;
    bottom: 0;
    right: 20px;
    background-color: #ef881f;
    padding: 10px 13px;
    z-index: 0;
    cursor: pointer;
    color: #fff;
}

.buttontop i {
    font-size: 20px;
}

/* End button up */

/* media query */


@media (min-width: 300px) {
    .left-image img {
        display: none;
    }
}

@media (min-width: 768px) {
    .left-image img {
        display: block;
        bottom: 37%;
    }
}


@media (min-width: 992px) {
    .left-image img {
        bottom: 32%;
    }
}

@media (min-width: 1200px) {
    .left-image img {
        bottom: 27%;
    }
}

/* media query */