@media only screen and (min-width: 350px) and (max-width: 401px) {

    /* home page */
    nav.navbar.navbar-expand-lg.navbar-dark.px-4.d-lg-none {
        padding: 10px !important;
    }

    a.navbar-brand img {
        width: 80px;
    }


    .hero-section {
    height: 35vh;
}

    section.about-section {
        padding: 40px 10px 20px;
    }

    section.about-section .about-heading h1 {
        font-size: 15px;
    }

    section.about-section .about-heading span {
        font-size: 27px;
    }

    section.about-section .about-content {
        margin-top: 10px;
    }

    section.about-section .about-image img {
        height: 380px;
        object-fit: cover;
    }

    section.about-section .meet-title {
        font-size: 18px;
    }

    section.about-section .brand-name {
        font-size: 12px;
        letter-spacing: 7px;
        margin-bottom: 10px;
    }

    section.about-section .about-text {
        font-size: 13px;
        line-height: 1.6rem;
    }

    section.about-section .about-link {
        margin-top: 0;
        font-size: 10px;
        margin-right: 0px;
    }

    section.about-section .about-link span {
        font-size: 25px;
    }

    section.services-section {
        padding: 0;
    }

    section.services-section .services-title {
        font-size: 20px;
    }

    section.services-section .services-title span {
        font-size: 27px;
        letter-spacing: 0px;
    }

    section.services-section .services-wrapper {
        padding: 20px 0px 0;
    }

    section.services-section .service-card img {
        height: 400px;
    }

    section.services-section .services-wrapper .col-lg-4.mb-4 {
        margin-bottom: 10px !important;
    }

    section.services-section .service-footer {
        font-size: 15px;
        padding-top: 10px;
    }

    section.services-section .service-footer .arrow {
        margin-right: 10px;
    }

    section.testimonials-section {
        padding: 20px 0;
    }

    section.testimonials-section .testimonials-title {
        font-size: 20px;
    }

    section.testimonials-section .testimonials-title span {
        font-size: 30px;
    }

    section.testimonials-section .testimonial-image {
        width: 280px;
        margin-bottom: 20px;
    }

    section.testimonials-section .testimonial-text {
        font-size: 13px;
        line-height: 1.6rem;
        text-align: justify;
        padding: 0 10px;
    }

    section.testimonials-section .testimonial-name {
        font-size: 30px;
        margin-top: 30px;
    }

    section.testimonials-section .testimonial-nav {
        margin-top: 20px;
    }

    section.counter-section {
        padding: 80px 0;
        margin-bottom: 50px;
    }

    section.counter-section .counter {
        font-size: 35px;
    }

    section.counter-section p {
        font-size: 9px;
    }

    section.counter-section p br {
        display: none;
    }

    section.portfolio-parallax {
    background-attachment: scroll;
    background-position: center;
}

    section.portfolio-parallax .portfolio-btn {
        margin-left: 0;
    }

    section.portfolio-parallax .portfolio-title {
        font-size: 70px;
        margin: 1rem 0;
    }

    section.faq-section {
        padding: 40px 10px;
    }

    section.faq-section .col-lg-4.mb-4.mb-lg-0 {
        text-align: center;
    }

    section.faq-section .faq-title {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
        margin-bottom: 2rem !important;
    }

    section.faq-section .faq-title span {
        font-size: 30px;
    }

    section.faq-section .faq-accordion .accordion-button {
        font-size: 11px;
    }

    section.faq-section .faq-icon {
        width: 6px;
        height: 10px;
        margin-right: 0px;
    }

    section.faq-section .faq-accordion .accordion-body {
        padding: 10px 0 10px;
        font-size: 12px;
    }

    section.faq-section .faq-accordion .accordion-body {
        max-width: 300px;
    }

    section.cta-hero .cta-content h2 br {
        display: none;
    }

    section.cta-hero .cta-content h2 {
        font-size: 27px;
        letter-spacing: -1px;
    }

    section.cta-hero .cta-content h2 span {
        font-size: 70px;
    }

    section.cta-hero .cta-btn {
        margin-top: 10px;
    }

    footer.site-footer {
        padding: 60px 0 20px;
    }

    footer.site-footer .footer-links {
        display: flex;
        flex-direction: unset;
        justify-content: space-evenly;
    }

    footer.site-footer .footer-links a {
        font-size: 13px;
    }

    footer.site-footer .footer-brand h2 {
        font-size: 21px;
        margin: 20px 0;
        letter-spacing: 0;
    }

    footer.site-footer .footer-social svg {
        width: 20px;
    }

    footer.site-footer .footer-bottom {
        font-size: 8px;
    }

    /* end home page */

    /* about us page */
    section.abt-pg.abt-who {
        background: #f5efe6;
        padding: 30px 10px;
    }

    section.about-us-mb.d-lg-none {
    height: 90vh;
}

    section.abt-pg.abt-who .abt-eyebrow {
        font-size: 11px;
    }

    section.abt-pg.abt-who .abt-heading {
        font-size: 20px;
        line-height: 1.5;
        margin: 12px 0 15px;
    }

    section.abt-pg.abt-who .abt-desc {
        font-size: 12px;
        line-height: 1.6rem;
        max-width: 325px;
    }

    section.abt-pg.abt-who .abt-text {
        margin-bottom: 10px;
    }

    section.abt-pg.abt-who .abt-btn {
        bottom: 40px;
        left: 76px;
        font-size: 11px;
        width: 47%;
    }

    /* end about us page */

    /* contact us page */
    section.contact-section {
        padding: 30px 20px;
        width: 100%;
    }

    section.contact-us-pg-mb {
    height: 80vh;
}

    section.contact-section .contact-info h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    section.contact-section .contact-info .info-block {
        margin-bottom: 30px;
    }

    section.contact-section .contact-info .info-block h6 {
        font-size: 12px;
    }

    section.contact-section .contact-info .info-block p {
        font-size: 12px;
    }

    section.contact-section .contact-info .info-block a {
    color: #495057;
}

    section.contact-section .contact-form {
        margin-top: 30px;
        width: 90%;
        margin: 0 auto;
    }

    section.contact-section .contact-form label {
        font-size: 10px;
    }

    section.contact-section .contact-form .form-control {
        height: 40px;
        font-size: 14px;

    }

    section.contact-section input::placeholder,
    section.contact-section textarea::placeholder {
        font-size: 10px !important;
    }

    section.contact-section .contact-form button {
        margin-top: 0px;
        padding: 14px 40px;
        font-size: 10px;
    }

    /* end */

    /* weddings page */
    section.wedding-process .wp-intro {
        padding: 20px 0%;
    }

    section.wedding-process .wp-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    section.wedding-process .wp-title span {
        font-size: 32px;
    }

    section.wedding-process .wp-text {
        font-size: 12px;
        margin-bottom: 15px !important;
        width: 90%;
        text-align: justify;
    }

    section.wedding-process .wp-btn {
        padding: 10px 34px;
        font-size: 10px;
    }

    section.service-gallery .gallery-img img {
        width: 100%;
        margin-bottom: 20px;
    }

    section.service-gallery .row.mt-4 {
        margin-top: 0px !important;
    }

    section.wedding-process .wp-process.d-block.d-lg-none .process-item img {
    margin-right: 0;
}

    /* end weddings, engagement, and pre wedding */

    /* portfolio page */
    section.portfolio-pg {
        padding: 20px 10px;
    }

    section.portfolio-pg h1.portfolio-heading {
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }

    section.portfolio-pg h1.portfolio-heading span {
        font-size: 38px;
    }

    .portfolio-pg .image-block .col-md-6:first-child {
    padding-right: 0px;
}

.portfolio-pg .image-block .col-md-6:last-child {
    padding-left: 0;
}
    /* end */

    /* stories page */
    section.stories-pg .stories-title {
    font-size: 50px;
}

section.stories-pg .story-caption {
    font-size: 11px;
}
/* end */
}

@media only screen and (min-width: 402px) and (max-width: 600px) {

    /* home page */
    nav.navbar.navbar-expand-lg.navbar-dark.px-4.d-lg-none {
        padding: 10px !important;
    }

    a.navbar-brand img {
        width: 80px;
    }


    .hero-section {
    height: 35vh;
}

    section.about-section {
        padding: 40px 10px 20px;
    }

    section.about-section .about-heading h1 {
        font-size: 15px;
    }

    section.about-section .about-heading span {
        font-size: 27px;
    }

    section.about-section .about-content {
        margin-top: 10px;
    }

    section.about-section .about-image img {
        height: 380px;
        object-fit: cover;
    }

    section.about-section .meet-title {
        font-size: 18px;
    }

    section.about-section .brand-name {
        font-size: 12px;
        letter-spacing: 7px;
        margin-bottom: 10px;
    }

    section.about-section .about-text {
        font-size: 13px;
        line-height: 1.6rem;
    }

    section.about-section .about-link {
        margin-top: 0;
        font-size: 10px;
        margin-right: 0px;
    }

    section.about-section .about-link span {
        font-size: 25px;
    }

    section.services-section {
        padding: 0;
    }

    section.services-section .services-title {
        font-size: 20px;
    }

    section.services-section .services-title span {
        font-size: 27px;
        letter-spacing: 0px;
    }

    section.services-section .services-wrapper {
        padding: 20px 0px 0;
    }

    section.services-section .service-card img {
        height: 400px;
    }

    section.services-section .services-wrapper .col-lg-4.mb-4 {
        margin-bottom: 10px !important;
    }

    section.services-section .service-footer {
        font-size: 15px;
        padding-top: 10px;
    }

    section.services-section .service-footer .arrow {
        margin-right: 10px;
    }

    section.testimonials-section {
        padding: 20px 0;
    }

    section.testimonials-section .testimonials-title {
        font-size: 20px;
    }

    section.testimonials-section .testimonials-title span {
        font-size: 30px;
    }

    section.testimonials-section .testimonial-image {
        width: 280px;
        margin-bottom: 20px;
    }

    section.testimonials-section .testimonial-text {
        font-size: 13px;
        line-height: 1.6rem;
        text-align: justify;
        padding: 0 10px;
    }

    section.testimonials-section .testimonial-name {
        font-size: 30px;
        margin-top: 30px;
    }

    section.testimonials-section .testimonial-nav {
        margin-top: 20px;
    }

    section.counter-section {
        padding: 80px 0;
        margin-bottom: 50px;
    }

    section.counter-section .counter {
        font-size: 35px;
    }

    section.counter-section p {
        font-size: 9px;
    }

    section.counter-section p br {
        display: none;
    }

    section.portfolio-parallax {
    background-attachment: scroll;
    background-position: center;
}

    section.portfolio-parallax .portfolio-btn {
        margin-left: 0;
    }

    section.portfolio-parallax .portfolio-title {
        font-size: 70px;
        margin: 1rem 0;
    }

    section.faq-section {
        padding: 40px 10px;
    }

    section.faq-section .col-lg-4.mb-4.mb-lg-0 {
        text-align: center;
    }

    section.faq-section .faq-title {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
        margin-bottom: 2rem !important;
    }

    section.faq-section .faq-title span {
        font-size: 30px;
    }

    section.faq-section .faq-accordion .accordion-button {
        font-size: 11px;
    }

    section.faq-section .faq-icon {
        width: 6px;
        height: 10px;
        margin-right: 0px;
    }

    section.faq-section .faq-accordion .accordion-body {
        padding: 10px 0 10px;
        font-size: 12px;
    }

    section.faq-section .faq-accordion .accordion-body {
        max-width: 300px;
    }

    section.cta-hero .cta-content h2 br {
        display: none;
    }

    section.cta-hero .cta-content h2 {
        font-size: 27px;
        letter-spacing: -1px;
    }

    section.cta-hero .cta-content h2 span {
        font-size: 70px;
    }

    section.cta-hero .cta-btn {
        margin-top: 10px;
    }

    footer.site-footer {
        padding: 60px 0 20px;
    }

    footer.site-footer .footer-links {
        display: flex;
        flex-direction: unset;
        justify-content: space-evenly;
    }

    footer.site-footer .footer-links a {
        font-size: 13px;
    }

    footer.site-footer .footer-brand h2 {
        font-size: 21px;
        margin: 20px 0;
        letter-spacing: 0;
    }

    footer.site-footer .footer-social svg {
        width: 20px;
    }

    footer.site-footer .footer-bottom {
        font-size: 8px;
    }

    /* end home page */

    /* about us page */
    section.abt-pg.abt-who {
        background: #f5efe6;
        padding: 30px 10px;
    }

    section.about-us-mb.d-lg-none {
    height: 90vh;
}

    section.abt-pg.abt-who .abt-eyebrow {
        font-size: 11px;
    }

    section.abt-pg.abt-who .abt-heading {
        font-size: 20px;
        line-height: 1.5;
        margin: 12px 0 15px;
    }

    section.abt-pg.abt-who .abt-desc {
        font-size: 12px;
        line-height: 1.6rem;
        max-width: 325px;
    }

    section.abt-pg.abt-who .abt-text {
        margin-bottom: 10px;
    }

    section.abt-pg.abt-who .abt-btn {
        bottom: 40px;
        left: 76px;
        font-size: 11px;
        width: 47%;
    }

    /* end about us page */

    /* contact us page */
    section.contact-section {
        padding: 30px 20px;
        width: 100%;
    }

    section.contact-us-pg-mb {
    height: 80vh;
}

    section.contact-section .contact-info h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    section.contact-section .contact-info .info-block {
        margin-bottom: 30px;
    }

    section.contact-section .contact-info .info-block h6 {
        font-size: 12px;
    }

    section.contact-section .contact-info .info-block p {
        font-size: 12px;
    }

    section.contact-section .contact-info .info-block a {
    color: #495057;
}

    section.contact-section .contact-form {
        margin-top: 30px;
        width: 90%;
        margin: 0 auto;
    }

    section.contact-section .contact-form label {
        font-size: 10px;
    }

    section.contact-section .contact-form .form-control {
        height: 40px;
        font-size: 14px;

    }

    section.contact-section input::placeholder,
    section.contact-section textarea::placeholder {
        font-size: 10px !important;
    }

    section.contact-section .contact-form button {
        margin-top: 0px;
        padding: 14px 40px;
        font-size: 10px;
    }

    /* end */

    /* weddings page */
    section.wedding-process .wp-intro {
        padding: 20px 0%;
    }

    section.wedding-process .wp-title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    section.wedding-process .wp-title span {
        font-size: 32px;
    }

    section.wedding-process .wp-text {
        font-size: 12px;
        margin-bottom: 15px !important;
        width: 90%;
        text-align: justify;
    }

    section.wedding-process .wp-btn {
        padding: 10px 34px;
        font-size: 10px;
    }

    section.service-gallery .gallery-img img {
        width: 100%;
        margin-bottom: 20px;
    }

    section.service-gallery .row.mt-4 {
        margin-top: 0px !important;
    }

    section.wedding-process .wp-process.d-block.d-lg-none .process-item img {
    margin-right: 0;
}

    /* end weddings, engagement, and pre wedding */

    /* portfolio page */
    section.portfolio-pg {
        padding: 20px 10px;
    }

    section.portfolio-pg h1.portfolio-heading {
        font-size: 25px;
        margin-bottom: 20px;
        text-align: center;
    }

    section.portfolio-pg h1.portfolio-heading span {
        font-size: 38px;
    }

    .portfolio-pg .image-block .col-md-6:first-child {
    padding-right: 0px;
}

.portfolio-pg .image-block .col-md-6:last-child {
    padding-left: 0;
}
    /* end */

    /* stories page */
    section.stories-pg .stories-title {
    font-size: 50px;
}

section.stories-pg .story-caption {
    font-size: 11px;
}
/* end */
}

@media only screen and (min-width: 768px) and (max-width: 992px) {

    /* home page */
    .navbar {
        padding: 5px 0;
        z-index: 10;
    }

    a.navbar-brand img {
        width: 20%;
    }

    section.about-section {
        padding: 40px 0 20px;
    }

    section.about-section .about-heading h2 {
        font-size: 28px;
    }

    section.about-section .about-heading span {
        font-size: 40px;
    }

    section.about-section .about-content {
        margin-top: 20px;
    }

    section.about-section .meet-title {
        font-size: 22px;
        text-align: left;
    }

    section.about-section .brand-name {
        font-size: 11px;
        letter-spacing: 7px;
        margin-bottom: 15px;
    }

    section.about-section .about-text {
        font-size: 15px;
    }

    section.about-section .about-link {
        font-size: 12px;
        margin-right: 0px;
    }

    section.about-section .about-link span {
        font-size: 27px;
    }

    section.services-section {
        padding: 20px 0 0;
    }

    section.services-section .services-title {
        font-size: 30px;
    }

    section.services-section .services-title span {
        font-size: 40px;
    }

    section.services-section .service-footer {
        font-size: 16px;
    }

    section.services-section .service-footer .arrow {
        font-size: 16px;
        margin-right: 10px;
    }

    section.services-section .service-card img {
        height: 350px;
    }

    section.services-section .col-lg-4.col-md-4.mb-4 {
        margin-bottom: 0 !important;
    }

    section.testimonials-section {
        padding: 20px 0;
    }

    section.testimonials-section .testimonials-title {
        font-size: 24px;
    }

    section.testimonials-section .testimonials-title span {
        font-size: 40px;
    }

    section.testimonials-section .testimonial-image {
        width: 400px;
    }

    section.testimonials-section .testimonial-text {
        font-size: 14px;
        line-height: 1.7rem;
    }

    section.testimonials-section .testimonial-name {
        margin-top: 60px;
    }

    section.testimonials-section .testimonial-nav {
        margin-top: 30px;
    }

    section.counter-section .counter {
        font-size: 40px;
        margin-bottom: 15px;
    }

    section.counter-section p {
        font-size: 8px;
    }

    section.portfolio-parallax .portfolio-btn {
        margin-left: 0;
        /* margin-top: 1rem; */
        padding: 9px 28px;
        font-size: 13px;
    }

    section.faq-section .faq-title {
        font-size: 26px;
    }

    section.faq-section .faq-title span {
        font-size: 35px;
    }

    section.faq-section .faq-accordion .accordion-button {
        font-size: 11px;
    }

    section.cta-hero .cta-content h2 span {
        font-size: 50px;
    }

    section.cta-hero .cta-btn {
        margin-top: 20px;
        padding: 12px 36px;
        font-size: 12px;
    }

    footer.site-footer {
        padding: 50px 40px 30px;
    }

    footer.site-footer .footer-brand h2 {
        font-size: 28px;
    }

    footer.site-footer .footer-links a {
        font-size: 13px;
    }

    footer.site-footer .footer-bottom {
        font-size: 14px;
    }

    /* end home page */

    /* about us page */
    section.about-us-mb.d-lg-none {
        height: 90vh;
    }

    section.about-us-mb.d-lg-none .about-title {
        font-size: 2.5rem;
    }

    section.about-us-mb.d-lg-none .about-text {
        text-align: center;
    }

    section.abt-pg.abt-who {
        padding: 40px 20px;
    }

    section.abt-pg.abt-who .abt-eyebrow {
        font-size: 12px;
    }

    section.abt-pg.abt-who .abt-heading {
        font-size: 22px;
        margin: 12px 0 10px;
    }

    section.abt-pg.abt-who .abt-desc {
        font-size: 13px;
        line-height: 1.7rem;
        max-width: 310px;
    }

    section.abt-pg.abt-who .abt-btn {
        bottom: 45px;
        left: 80px;
    }

    /* end about us page */

    /* Contact us page */
    section.contact-us-pg-mb .about-inner {
        left: 120px;
        top: 150px;
        max-width: 500px;
    }

    section.contact-section {
        width: 100%;
        padding: 30px 0;
    }

    section.contact-section .contact-info h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    section.contact-section .contact-info .info-block {
        margin-bottom: 40px;
    }

    section.contact-section .contact-info .info-block h6 {
        font-size: 11px;
        margin-bottom: 6px;
    }

    section.contact-section .contact-info .info-block p {
        font-size: 10px;
    }

    section.contact-section .contact-form {
        margin-top: 0px;
    }

    section.contact-section .contact-form label {
        font-size: 10px;
    }

    section.contact-section .contact-form button {
        margin-top: 10px;
        padding: 12px 30px;
        font-size: 11px;
    }

    /* end contact us page */

    /* weddings page */
    section.wedding-process .wp-intro {
        padding: 30px 5%;
    }

    section.wedding-process .wp-title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    section.wedding-process .wp-title span {
        font-size: 35px;
    }

    section.wedding-process .wp-text {
        font-size: 12px;
        margin-bottom: 45px !important;
    }

    section.wedding-process .wp-btn {
        padding: 12px 34px;
        font-size: 10px;
    }

    section.wedding-process .process-title {
        margin: 0 0 30px;
        font-size: 21px;
    }

    section.wedding-process .process-item h4 {
        font-size: 13px;
    }

    section.wedding-process .process-item img {
        max-width: 150px;
    }

    section.wedding-process .process-item p {
        width: 80%;
        font-size: 9px;
    }

    section.wedding-process .process-item.bottom-right {
        margin-left: 50px;
    }

    .wp-process.d-none.d-lg-block {
        display: block !important;
    }

    .wp-process.d-block.d-lg-none {
        display: none !important;
    }

    /* weddings page end */

    /* portfolio page */
    section.portfolio-pg {
        padding: 20px;
    }

    section.portfolio-pg h1.portfolio-heading {
        font-size: 25px;
        margin-bottom: 15px;
    }

    section.portfolio-pg h1.portfolio-heading span {
        font-size: 35px;
    }

    /* end */

    /* /stories page */
    section.stories-pg .stories-title {
    font-size: 55px;
}

section.stories-pg .story-caption {
    font-size: 12px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {

    /* Home page */
    li.nav-item {
        margin: 0 1rem;
    }

    .nav-link {
        font-size: 14px;
    }

    .logo img {
        max-height: 70px;
    }

    section.about-section {
        padding: 40px 0 20px;
    }

    section.about-section .about-heading h2 {
        font-size: 30px;
    }

    section.about-section .about-heading span {
        font-size: 40px;
    }

    section.about-section .about-content {
        margin-top: 30px;
    }

    section.about-section .about-link {
        margin-right: 0;
    }

    section.services-section .services-title {
        font-size: 30px;
    }

    section.services-section .services-title span {
        font-size: 40px;
    }

    section.services-section .service-card img {
        height: 450px;
    }

    section.services-section .service-footer {
        font-size: 17px;
    }

    section.services-section .service-footer .arrow {
        font-size: 15px;
        margin-right: 10px;
    }

    section.testimonials-section {
        padding: 30px 0;
    }

    section.testimonials-section .testimonials-title {
        font-size: 30px;
    }

    section.testimonials-section .testimonials-title span {
        font-size: 40px;
    }

    section.testimonials-section .testimonial-name {
        margin-top: 60px;
        font-size: 30px;
    }

    section.counter-section .counter {
        font-size: 40px;
    }

    section.counter-section p {
        font-size: 9px;
    }

    section.portfolio-parallax .portfolio-title {
        font-size: 10rem;
    }

    section.portfolio-parallax .portfolio-btn {
        margin-left: -14rem;
    }

    section.faq-section {
        padding: 40px 0;
    }

    section.faq-section .faq-title {
        font-size: 30px;
    }

    section.faq-section .faq-title span {
        font-size: 40px;
    }

    section.faq-section .faq-accordion .accordion-button {
        font-size: 12px;
    }

    section.cta-hero .cta-content h2 {
        font-size: 50px;
    }

    section.cta-hero .cta-content h2 span {
        font-size: 70px;
    }

    section.cta-hero .cta-btn {
        margin-top: 10px;
        font-size: 12px;
    }

    footer.site-footer .footer-brand h2 {
        font-size: 38px;
    }

    /* end home page */

    /* about us page */
    section.about-split .about-title {
        font-size: 4.5rem;
        top: -60px;
    }

    section.about-split .about-subtitle {
        font-size: 9px;
        margin-top: 30px;
    }

    section.about-split .about-mini-img {
        width: 110px;
        margin-bottom: 40px;
        right: -80px;
    }

    section.about-split .about-text {
        font-size: 11px;
        width: 90%;
        bottom: -170px;
    }

    section.abt-pg.abt-who {
        padding: 40px 30px;
    }

    section.abt-pg.abt-who .abt-heading {
        font-size: 30px;
        margin: 12px 0 20px;
    }

    section.abt-pg.abt-who .abt-desc {
        font-size: 13px;
    }

    section.abt-pg.abt-who .abt-btn {
        bottom: 75px;
        left: 108px;
    }
    /* about us page end */

    /* weddings page */
    section.wedding-process .wp-intro {
        padding: 30px 5%;
    }

    section.wedding-process .wp-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    section.wedding-process .wp-title span {
        font-size: 40px;
    }

    section.wedding-process .wp-text {
        font-size: 13px;
        margin-bottom: 35px !important;
        width: 70%;
    }

    section.wedding-process .wp-btn {
        font-size: 10px;
        padding: 12px 34px;
    }

    section.wedding-process .wp-process {
        padding: 10px 5%;
    }

    section.wedding-process .process-item.bottom-right {
        margin-left: 60px;
    }

    section.testimonials-section .testimonial-text {
        font-size: 14px;
    }
    /* end weddings page */

    /* contact us page */
    section.contact-us-pg .contact-content h1 {
        font-size: 40px !important;
    }

    section.contact-us-pg .contact-content p {
        font-size: 12px;
    }

    section.contact-section {
        width: 85%;
        padding: 60px 0;
    }

    section.contact-section .contact-info h2 {
        font-size: 30px;
    }

    section.contact-section .contact-info .info-block p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    /* Home page */
    .navbar {
    padding: 5px 0;
}

    .logo img {
    max-height: 80px;
}

section.about-section {
    padding: 60px 0 20px;
}

section.about-section .about-heading h2 {
    font-size: 45px;
}

section.about-section .about-heading span {
    font-size: 65px;
}

section.about-section .about-content {
    margin-top: 40px;
}

section.about-section .about-image img {
    max-width: 400px;
}

section.about-section .meet-title {
    font-size: 50px;
}

section.about-section .brand-name {
    font-size: 12px;
}

section.about-section .about-link {
    margin-right: 15px;
}

section.services-section {
    padding: 40px 0 0;
}

section.services-section .service-card img {
    height: 470px;
}

section.testimonials-section {
    padding: 40px 0;
}

section.counter-section p {
    font-size: 10px;
}

section.portfolio-parallax .portfolio-title {
    font-size: 12rem;
}

section.faq-section {
    padding: 40px 0;
}

section.cta-hero .cta-content h2 {
    font-size: 65px;
}

section.cta-hero .cta-content h2 span {
    font-size: 85px;
}
/* end home page */

/* about us page */
section.about-split .about-title {
    font-size: 4.5rem;
    top: -150px;
}

section.about-split .about-subtitle {
    font-size: 11px;
    margin-top: 0px;
}

section.about-split .about-inner {
    padding: 60px;
}

section.about-split .about-text {
    font-size: 12px;
}

section.about-split .about-mini-img {
    right: -150px;
}

section.abt-pg.abt-who .abt-heading {
    font-size: 34px;
}

section.abt-pg.abt-who .abt-btn {
    left: 126px;
}
/* end about us page */

/* stories page */
section.stories-pg .stories-title {
    font-size: 75px;
}
/* end stories page */

/* portfolio page */
section.portfolio-pg {
    padding: 40px;
}
/* end portfolio page */

/* no weddings pages style - kept as it is */

/* contact page */
section.contact-section {
    padding: 60px 0;
}

section.contact-section .contact-info h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

section.contact-section .contact-info .info-block p {
    font-size: 13px;
}

section.contact-section .contact-info .info-block {
    margin-bottom: 35px;
}
}

@media only screen and (min-width: 1365px) and (max-width: 1450px) {
    /* home page */
    .logo img {
    max-height: 80px;
}

.navbar {
    padding: 10px 0;
}

section.about-section {
    padding: 60px 0 20px;
}

section.about-section .about-heading h2 {
    font-size: 45px;
}

section.about-section .about-heading span {
    font-size: 65px;
}

section.about-section .about-content {
    margin-top: 40px;
}

section.about-section .meet-title {
    font-size: 50px;
}

section.about-section .brand-name {
    font-size: 13px;
}

section.about-section .about-link {
    margin-right: 10px;
}

section.services-section {
    padding: 40px 0 0;
}

section.services-section .service-card img {
    height: 520px;
}

section.testimonials-section {
    padding: 40px 0;
}

section.portfolio-parallax .portfolio-title {
    font-size: 13rem;
}

section.counter-section p {
    font-size: 10px;
}

section.faq-section {
    padding: 40px 0;
}

section.cta-hero .cta-content h2 {
    font-size: 65px;
}

section.cta-hero .cta-content h2 span {
    font-size: 85px;
}
/* end home page */

/* about us page start */
section.about-split .about-title {
    /* font-family: 'Playfair Display', serif; */
    font-size: 5rem;
}
/* end about us page */
/* no weddings pages style - kept as it is */

/* Stories page */
section.stories-pg .stories-title {
    font-size: 75px;
}
/* end stories page */

/* portfolio page */
section.portfolio-pg {
    padding: 40px;
}
/* end portfolio page */

/* contact us page */
section.contact-section .contact-info h2 {
    font-size: 40px;
    margin-bottom: 40px;
}
}