body {
    color: #232323;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;

}



.main-title {
    font-size: 55px;
    line-height: 1.4;
    font-weight: 800;
    color: #e80002;
    text-align: center;
    margin-bottom: 40px;
}

/* end common */


/* subheader */
.subheader {
    border-top: 7px solid #e80002;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
}


.subheader .subheader-link {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    text-align: right;
    font-weight: 700;
}

.subheader .subheader-link.active {
    display: inline-block;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0px 0px 12px 12px;
    background-color: #e80002;
    color: #ffffff;
    -webkit-border-radius: 0px 0px 12px 12px;
    -moz-border-radius: 0px 0px 12px 12px;
    -ms-border-radius: 0px 0px 12px 12px;
    -o-border-radius: 0px 0px 12px 12px;
    margin-left: 20px;
    margin-top: -1px;
}

/* end subheader */


/* header */

.header .menu_links ul li {
    margin: 0px 18px;
}

.header .menu_links ul li:first-child {
    margin-left: 0px;
}

.header .menu_links ul li:last-child {
    margin-right: 0px;
}


.header {
    background-color: #ffffff;
}

.header .nav-item .nav-link {
    font-size: 18px;
    line-height: 1.4;
    padding: 0px;
    font-weight: bold;
    color: #000000;
    transition: all ease 300ms;
}


.header .nav-item .nav-link:hover {
    color: #e80002;
}

.navbar-toggler {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border-color: #000000;
    border-width: 2px;
    padding: 1px;
}

.fa-bars {
    color: #000000;
}

/* end header */


/* home */
.homepage {
    background: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
}

.homepage-inner {
    padding: 50px 0px;
}

.homepage .homepage-img {
    height: 90vh;
    background-image: url('../images/birthday-header.PNG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.homepage .homepage-subtitle {
    color: #0f2b6a;
    font-size: 30px;
    font-weight: 700;
}

.homepage .homepage-title {
    color: #e80002;
    font-size: 40px;
    font-weight: 800;
}

.homepage .homepage-text {
    font-size: 18px;
    color: #232323;
    margin-top: 20px;
    font-weight: 600;
}

.homepage .homepage-form {
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.42);
    border-radius: 10px;
    margin-top: -200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.homepage .homepage-form .homepage-form-header {
    height: 120px;
    background-image: url('../images/form-header.png');
    background-size: 100% 100%;
    background-position: bottom;
    padding: 10px;
}

.homepage .homepage-form .homepage-form-header .homepage-form-title {
    font-size: 30px;

    font-weight: 700;
    color: #fff;
    text-align: center;
}

.homepage .homepage-form .homepage-form-body {
    padding: 15px;
}

.homepage .homepage-form .homepage-form-body input {
    width: 100%;
    /* height: 55px; */
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid #434343;
    font-size: 18px;
    font-weight: 700;
    color: #232323;
  
}

.homepage-form .homepage-form-body input[type="submit"] {
background-color: #de2215;
color: #fff;
}

.homepage .homepage-form .homepage-form-body input::placeholder {
    
  color: #232323;  
    font-size: 18px;
    font-weight: 700;
}

.homepage .homepage-form .homepage-form-body button {
    background: #e80002;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 100px;
    border: none;
    font-size: 25px;
    font-weight: 700;
    margin-top: 20px;
}

/* end home */


/* chooseus */
.chooseus {
    padding: 50px 0px;
}

.chooseus .chooseus-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0px 0px 15px 0px;
}

.chooseus .chooseus-box .chooseus-img {
    height: 100px;
    width: 100px;
    /* height: 128px;
    width: 128px; */
}

.chooseus .chooseus-box .chooseus-img img {
    max-width: 100%;
    height: auto;
}

.chooseus .chooseus-box .chooseus-title {
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    text-align: center;
    margin-top: 20px;
    line-height: 120%;
}

.chooseus .chooseus-subtitle {
    font-size: 20px;

    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    color: #696969;
}

/* end chooseus  */


/* our package */
.our-package {
    padding: 50px 0px;
    background-color: #0f2b6a;
    height: 700px;
}

.our-package .our-package-title {
    /* font-size: 45px; */
    font-size: 55px;
    line-height: 1.4;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
}

.our-package .our-package-card {
    padding: 6px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 10px 0px;
}

.our-package .our-package-card .our-package-card-header {
    background-color: #e80002;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
}

.our-package .our-package-card .our-package-card-header .our-package-card-title {
    font-size: 30px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
}

.our-package .our-package-card .our-package-card-header .our-package-card-subtitle {
    font-size: 25px;

    font-weight: 600;
    color: #ffffff;
    text-align: center;
}

.our-package .our-package-card .our-package-card-body {
    padding: 20px;
    margin-bottom: 0px;
}

.our-package .our-package-card .our-package-card-body .our-package-card-item {
    display: flex;
    align-items: center;
    margin: 10px 0px;
}

.our-package .our-package-card .our-package-card-body .our-package-card-item .our-package-card-item-img {
    height: 20px;
}

.our-package .our-package-card .our-package-card-body .our-package-card-item .our-package-card-item-title {
    margin-left: 15px;
    font-size: 20px;
    font-weight: 700;

    color: #232323;
}

.our-package-long-card {
    display: flex;
    background: #fff;
    margin-top: 30px;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
}

.our-package-long-card .our-package-long-card-title {
    border-radius: 10px 0px 0px 10px;
    writing-mode: tb;
    background: #e80002;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    font-size: 30px;

    font-weight: 800;
    color: #ffffff;
}

.our-package-long-card .our-package-long-card-body {
    padding: 6px 20px;
    margin-bottom: 0px;
    width: 100%;
}

.our-package-long-card .our-package-long-card-body .our-package-long-card-item {
    display: flex;
    align-items: flex-start;
    margin: 10px 0px;
}

.our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-subitem {
    display: flex;
    align-items: center;
    width: 90px;
    font-size: 16px;

    font-weight: bold;
}

.our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-subitem img {
    margin-right: 10px;
}

.our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-subitem .our-package-long-card-subtext {
    font-size: 18px;

    font-weight: 800;
    color: #e80002;
}

.our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-item-title {
    font-size: 18px;

    font-weight: 800;
    color: #232323;
    width: calc(100% - 90px);
}

.our-pacakge-long-card-inner {
    padding-left: 0px;
}

.our-pacakge-long-card-inner-item {
    display: flex;
}

.inner-detail {
    display: flex;
    align-items: center;
}

.inner-detail img {
    margin-right: 10px;
}

.inner-detail .inner-subtext {
    font-size: 18px;

    font-weight: 800;
    color: #e80002;
}

.inner-title {
    font-size: 18px;
    font-weight: 800;
    color: #232323;
    margin-left: 5px;
}

.ortext {
    color: #696969;
    font-weight: 700;
}

/* end our package */


/* photo gallery */
.photo-section {
    margin-top: 150px;
}




section.mobile_wrapper {
    margin: 300px 0px 20px;
}

section.mobile_wrapper .owl-dots {
    margin-top: 30px !important;
}

.mapsection {
    position: relative;
}

.mapsection .map_address {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(30%, -70%);
    padding: 20px;
    border-radius: 10px;
    background-color: #e80002;
    line-height: 1.2;
    color: #fff;
}

.mapsection .map_address a {
    color: #ffffff;
}




/*****************

Responsive Design
******************/

@media screen and (min-width: 992px) {
    .gallery {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr 40px 1fr 1fr 1fr 80px 150px;
        grid-template-rows: 50px 350px 70px 150px 50px 30px;
        width: 100%;
    }

    .gallery-grid:nth-child(1) {
        grid-column: 1/2;
        grid-row: 1/3;

    }

    .gallery-grid:nth-child(2) {
        grid-column: 2/4;
        grid-row: 2/3;

    }

    .gallery-grid:nth-child(3) {
        grid-column: 4/5;
        grid-row: 2/4;

    }

    .gallery-grid:nth-child(4) {
        grid-column: 5/6;
        grid-row: 1/3;

    }

    .gallery-grid:nth-child(5) {
        grid-column: 6/8;
        grid-row: 1/3;

    }

    .gallery-grid:nth-child(6) {
        grid-column: 1/3;
        grid-row: 3/7;

    }

    .gallery-grid:nth-child(7) {
        grid-column: 3/4;
        grid-row: 3/5;

    }

    .gallery-grid:nth-child(8) {
        grid-column: 4/5;
        grid-row: 4/6;

    }

    .gallery-grid:nth-child(9) {
        grid-column: 5/7;
        grid-row: 3/5;

    }

    .gallery-grid:nth-child(10) {
        grid-column: 7/8;
        grid-row: 3/7;
    }
}

.gallery-grid {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* end photo gallery */


/* mapsection */
.mapsection #map {
    height: 550px;
    width: 100%;
}

/* end mapsection */


/* testimonial */
.testimonials {
    padding: 50px 0px;
}

.testimonial-card {
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 0 19px rgb(0 0 0 / 4%);
    margin: 15px;
    padding: 20px;
}

.testimonial-card .testimonial-detail {
    display: flex;
    align-items: center;
}

.testimonial-card .testimonial-detail .testimonial-image img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.testimonial-card .testimonial-detail .testimonial-data {
    margin-left: 20px;
}

.testimonial-card .testimonial-detail .testimonial-data .testimonial-name {
    font-size: 18px;

    font-weight: 700;
    color: #000000;
}

.testimonial-card .testimonial-detail .testimonial-data .testimonial-address {
    font-size: 16px;

    font-weight: 700;
    color: #000000;
}

.testimonial-card .testimonial-detail .testimonial-data .testimonial-star {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.testimonial-card .testimonial-detail .testimonial-data .testimonial-star img {
    height: 15px;
    width: 16px;
    margin-right: 2px;
}

.testimonial-card .testimonial-message {
    margin-top: 20px;
}

.testimonial-card .testimonial-message .title {
    font-size: 18px;

    font-weight: 700;
    color: #232323;
}

.testimonial-card .testimonial-message .sub-title {
    font-size: 16px;

    font-weight: 600;
    line-height: 22px;
    color: #232323;
    font-style: italic;
}

.owl-theme .owl-dots .owl-dot span {
    height: 18px;
    width: 18px;
    background: #bcbcbc;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 32px;
    height: 18px;
    background: #e80002;
}

/* end testimonials */



/* footer */
.footer {
    min-height: 255px;
    background: #000000;
    padding: 20px 0px;
}

.footer .footer-text {
    padding-top: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;

}

.footer-text .breadcrumb .breadcrumb-item a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff
}

.footer .footer-logo {
    padding-top: 10px;
}

.footer-logo img {
    height: 114px;
    width: 134px;
    display: block;
    margin-left: auto;
}

/* end footer */


@media(max-width:991px) {
    .subheader {
        display: none;
    }

    .header .navbar-brand img {
        height: 60px;
    }

    .homepage .homepage-img {
        height: 80vh;
    }

    .homepage .homepage-inner .homepage-inner-first {
        order: 2;
        margin-top: -200px;
    }

    .homepage .homepage-inner .homepage-inner-first {
        order: 1;
        margin-top: 50px;
    }

    .homepage .homepage-form .homepage-form-header {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .homepage .homepage-form .homepage-form-header .homepage-form-title {
        font-size: 25px;
    }

    .our-package {
        height: 1200px;
    }

    .our-package-long-card {
        flex-direction: column;
        border-radius: 10px;
    }

    .our-package-long-card .our-package-long-card-title {
        writing-mode: unset;
        border-radius: 10px 10px 0px 0px;
    }

    .our-package-long-card .our-package-long-card-body {
        padding: 0px 20px;
    }

    .our-package-long-card .our-package-long-card-body .our-package-long-card-item {
        margin: 0px;
        padding: 10px 0px;
    }

    .testimonials {
        padding: 30px 0px;
    }

    .main-title {
        margin-bottom: 15px;
    }

    .photo-section {
        margin-top: 300px
    }

    .footer-logo img {
        margin: 0px auto;
        order: 1;
    }

    .footer-text {
        order: 2;
        text-align: center;
    }

    .breadcrumb {
        justify-content: center;
    }
}

@media (max-width:768px) {

    .homepage-inner-second {
        width: 90%;
    }

    .homepage .homepage-form {
        margin-top: -100px;
    }

    .photo-section {
        display: none !important;
    }

    .mobile_wrapper {
        display: block !important;
    }

    .header .menu_links ul li:last-child {
        margin-bottom: 0px;
        border: 0px;
        padding: 0px;
    }

    .header .menu_links ul li {
        margin: 0px;
        margin-bottom: 10px;
        border-bottom: 1px solid #00000020;
        padding-bottom: 10px;
    }

    .header .nav-item .nav-link {
        font-size: 16px;
        line-height: 1.4;
    }

    .header .menu_links {
        margin: 20px 10px 10px;
    }



    .header .navbar-brand img {
        height: 50px;
    }

    .main-title {
        font-size: 35px;
    }

    .homepage .homepage-img {
        height: 70vh;
    }

    .homepage .homepage-form .homepage-form-header .homepage-form-title {
        font-size: 20px;
    }

    .owl-theme .owl-dots .owl-dot span {
        height: 15px;
        width: 15px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        width: 25px;
        height: 15px;
    }


    .chooseus .chooseus-box .chooseus-img {
        height: 100px;
        width: 100px;
    }

    .chooseus .chooseus-box .chooseus-img img {
        max-height: 100%;
        width: 100%;
    }

    .chooseus .chooseus-box .chooseus-title {
        font-size: 20px;
    }
}

@media (max-width:576px) {

    .homepage .homepage-form .homepage-form-header {
        height: 100px;
    }



    .header .navbar-brand img {
        height: 40px;
    }

    .homepage .homepage-img {
        height: 30vh;
    }

    .photo-gallery {
        display: none;
    }

    .photo-gallery2 {
        display: block;
        margin: 0px auto;
        width: 250px;
    }
}

@media(max-width:500px) {

    .homepage-inner-second {
        width: 100%;
        padding: 0px;
    }

    .homepage .homepage-form {
        margin-top: -50px;
    }

    .mapsection .map_address {
        transform: translate(-35%, -10%);
    }

    section.mobile_wrapper {
        margin: 350px 0px 20px;
    }

    .our-package {
        height: 1300px;
    }

    .photo-section {
        margin-top: 250px;
    }
}


@media only screen and (max-width: 480px)  {
    section.mobile_wrapper {
        margin: 350px 0px 20px;
    }
}

@media(max-width:430px) {


    section.mobile_wrapper {
        margin: 150px 0px 20px;
    }



    .homepage .homepage-form .homepage-form-body button {
        font-size: 20px;
        font-weight: 700;
        margin-top: 20px;
    }

    .homepage .homepage-form .homepage-form-body input {
        font-size: 16px;
        padding: 8px 12px;
    }

    ::placeholder {
        font-size: 14px !important;
    }


    .homepage-inner {
        padding: 30px 20px;
    }

    .homepage .homepage-form .homepage-form-header .homepage-form-title {
        font-size: 18px;
    }

    .homepage .homepage-subtitle {
        font-size: 20px;
    }

    .homepage .homepage-title {
        font-size: 25px;
    }

    .homepage .homepage-text {
        font-size: 16px;
        margin-top: 15px;
    }

    .our-package {
        height: 1200px;
        padding: 30px 0px;
    }

    .our-package .our-package-title {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .our-package .our-package-card .our-package-card-header .our-package-card-title {
        font-size: 25px;
    }

    .our-package .our-package-card .our-package-card-header .our-package-card-subtitle {
        font-size: 20px;
    }

    .our-package .our-package-card .our-package-card-body {
        padding: 10px;
    }

    .our-package .our-package-card .our-package-card-body .our-package-card-item {
        margin: 7px 0px;
    }

    .our-package .our-package-card .our-package-card-body .our-package-card-item .our-package-card-item-img {
        height: 15px;
    }

    .photo-section {
        margin-top: 260px;
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        height: 10px;
        width: 25px;
    }

    .owl-theme .owl-dots .owl-dot span {
        height: 10px;
        width: 10px;
    }

    .chooseus {
        padding: 30px 0px;
    }

    .inner-title,
    .inner-detail .inner-subtext,
    .our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-subitem .our-package-long-card-subtext,
    .our-package-long-card .our-package-long-card-body .our-package-long-card-item .our-package-long-card-item-title {
        font-size: 16px;
    }
}

@media(max-width:414px) {

    section.mobile_wrapper {
        margin: 230px 0px 20px;
    }
}

@media(max-width:400px) {

    section.mobile_wrapper {
        margin: 250px 0px 20px;
    }


}

@media(max-width:375px) {

    .mapsection .map_address {
        padding: 15px;
        font-size: 14px;
        width: 170px;
    }

    section.mobile_wrapper {
        margin: 350px 0px 20px;
    }


    .our-package {
        height: 1100px;
    }

    .photo-section {
        margin-top: 350px;
    }
}


@media(max-width:384px) {
    section.mobile_wrapper {
        margin: 350px 0px 20px;
    }
}

@media(max-width:339px) {
    section.mobile_wrapper {
        margin: 320px 0px 20px;
    }

    .our-package {
        height: 1280px;
    }

    .photo-section {
        margin-top: 390px;
    }
}

#map {
    height: 500px;
    width: 500px;
}

.leaflet-popup-content-wrapper {
    background: #e80002;
    color: #fff;
    min-width: 150px;
    max-width: 200px;
}

.leaflet-popup-tip-container,
.leaflet-container a.leaflet-popup-close-button {
    display: none;
}

img.leaflet-marker-shadow.leaflet-zoom-animated {
    display: none;
}

.lefaflet-left {
    right: 0px;
}

.leaflet-touch .leaflet-bar {
    right: 10% !important;
}