@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

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

body {
    background-image: url('../images/body-background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a{
    color:#fff;
    text-decoration:none;
}

a:hover{
    color:#fff;
}

.header-left {
    position: relative;
}

.header-left img {
    position: absolute;
    top: 0;
    z-index: 99;
}

.header-right {
    position: relative;
}

.header-right img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.header-bottom {
    position: relative;
}

.header-bottom img {
    position: absolute;
    top: -150px;
}

.navbar-brand{
    display: none;
}

.navbar {
    padding: 100px 0px 30px 0px;
}

.nav-item .nav-link {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

li.nav-item {
    margin: 0px 25px;
}

#home {
    margin: 20px 0;
}

.home-banner img {
    width: 100%;
    position: relative;
    z-index: 99;
}

.story-banner-text {
    background: linear-gradient(180deg, #C62E2E 0%, #601616 100%);
    margin: 0 auto;
    width: 50%;
    border-radius: 50px;
    padding: 10px;
    position: relative;
    top: -50px;
    z-index: 99;
}

.story-banner-text h2 {
    margin: 0;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    line-height: 36.57px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.story-banner-text h2 a:hover{
    color: #fff;
}

.story-mini-text {
    font-family: Josefin Sans;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #FF0000;
}

.story-mini-para {
    font-family: Josefin Sans;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    color: #4D4D4D;
}

.story-image img {
    width: 100%;
    margin: 20px 0;
}

.story-left {
    position: relative;
}

.story-left img {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
}

.story-right {
    position: relative;
}

.story-right img {
    position: absolute;
    top: -465px;
    right: 0;
    z-index: -1;
}

#Catering {
    margin: 100px 0;
}

.catering-banner-text {
    background: #22ABAB;
    margin: 0 auto;
    width: 20%;
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 30px;
}

.catering-banner-text h2 {
    margin: 0;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 500;
    line-height: 36.57px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    color: #fff;
}

.catering-mini-text {
    font-family: Josefin Sans;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    color: #FF0000;
    line-height: 50px;
}

.catering-image img {
    width: 100%;
    margin: 20px 0;
}

.catering-image h4 {
    font-family: Josefin Sans;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #797979;
    margin: 10px 0;
}

.catering-right {
    position: relative;
}

.catering-right img {
    position: absolute;
    top: -270px;
    right: 0;
    z-index: -1;
}

.catering-left {
    position: relative;
}

.catering-left img {
    position: absolute;
    top: 98px;
    left: 0;
    z-index: -1;
}

#about-banner-text {
    margin: 100px 0;
}

.about-banner {
    background: #FF0000;
    padding: 10px;
    margin-bottom: 30px;
    padding: 30px 0;
    mix-blend-mode: multiply;

}

.about-banner p {
    color: #fff;
    width: 990px;
    margin: 0 auto;
    font-family: Josefin Sans;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}

.about-image img {
    width: 100%;
}

.about-text p {
    font-family: Josefin Sans;
    font-size: 27px;
    font-weight: 400;
    color: #7E7E7E;
}

#follow-banner-text {
    margin: 100px 0 50px 0;
}

.follow-mini-text {
    text-align: center;
}

.follow-mini-text h2 {
    font-family: Josefin Sans;
    font-size: 25px;
    font-weight: 600;
    color: #4A4A4A;
    margin-bottom: 30px;
}

.follow-mini-text a {
    margin: 0px 20px;
}

.gallery-mini-text {
    font-family: Josefin Sans;
    font-size: 25px;
    font-weight: 600;
    color: #4A4A4A;
    margin-bottom: 30px;
}

#gallery {
    margin-bottom: 80px;
}

.img-wrapper {
    position: relative;
    margin-top: 15px;

    img {
        width: 100%;
    }
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;

    i {
        color: #fff;
        font-size: 3em;
    }
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    /* // Removes blue highlight */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    img {
        margin: 0;
        width: 80%;
        height: auto;
        object-fit: contain;
        padding: 5%;

        @media screen and (min-width: 768px) {
            width: 60%;
        }

        @media screen and (min-width: 1200px) {
            width: 50%;
        }
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width: 768px) {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width: 768px) {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;

    &:hover {
        opacity: 0.7;
    }

    @media screen and (min-width: 768px) {
        font-size: 3em;
    }

}

.gal-btn {
    margin: 0 auto;
    width: 10%;
    display: block;
    border-radius: 8px;
    background-color: #D01F1F;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 10px 20px;
    margin-top: 50px;
}


footer {
    background-color: #969696;
    padding: 50px 0;
}

.fot-text h5 {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;

}

.fot-text h5 a {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
}

.fot-text a {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
}

.fot-image {
    text-align: right;
}

.fot-image img {
    margin: 0px 20px;
}


.feedback1 {
    background-color: #e31e27 !important;
      bottom: -2px;
      width: 100%;
      position: fixed;
      color: #fff;
      padding: 8px 10px;
      border-radius: 3px;
      text-transform: uppercase;
      z-index: 99999999;
      border: 1px solid #fff;
      height: 40px;
      letter-spacing: 2px;
      left: 0;
      font-weight: 800;
      color: #fff;
    }
    .feedback1 {
    display: none;
    }


/* media - quries */

@media only screen and (max-width: 768px) {
    .navbar-brand{
        display: block;
    }
    .nav-item .desktop-logo{
        display: none;
    }
    .story-banner-text,
    .catering-banner-text,
    .gal-btn{
        width: 100%;
    }
    .story-banner-text h2{
        font-size: 20px;
    }
    .story-mini-text{
        font-size: 35px;
    }
    .catering-mini-text{
        font-size: 35px;
        line-height: 40px;
    }
    .about-banner p{
        width: 100%;
    }
    .story-left img{
        width: 100%;
    }
    .header-bottom img{
        width: 100%;
    }
    .header-left img{
        width: 100%;
    }
    .fot-text a{
        font-size: 14px; 

    }
    .fot-image {
        text-align: left;
        margin-top: 20px;
    }

    .feedback1 {
        display: block;
      }
      
      .header-right img{
          display:none;
      }

  }



  @media only screen and (max-width: 600px) {
    .catering-banner-text{
        width: 100%;
        font-size: 25px;
    }
    .home-banner img{
        height: 40vh;
    }

  }