/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: "Open Sans", sans-serif;
    color: #444;
    background: #fcdddd;
}

.body-overflow {
    overflow: hidden;
}

a {
    color: rgb(179, 155, 149);
    text-decoration: none;
}

a:hover {
    color: rgb(148, 103, 92);
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
    font-family: "Roboto", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: rgb(185, 85, 85);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: rgb(168, 64, 64);
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Whatsapp
--------------------------------------------------------------*/

.whatsapp {
    position: fixed;
    opacity: 1;
    right: 15px;
    bottom: 70px;
    z-index: 99999;
    background: rgb(185, 85, 85);
    width: 40px;
    height: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
}

.whatsapp i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.whatsapp:hover {
    background: rgb(168, 64, 64);
    color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
@media (min-width: 200px) {
    #header {
        height: 80px;
        transition: all 0.5s;
        z-index: 997;
        transition: all 0.5s;
        background-color: rgba(212, 175, 55, 0.8);
    }
    
    #header.header-transparent {
        background: #fcdddd;
    }
    
    #header.header-scrolled {
        background: #f28c8c70;
        height: 60px;
    }
    
    #header .logo img {
        padding-top: 30px;;
        margin: 0;
        max-height: 70px;
    }
    
    #header .row {
        width: 100%;
    }
    
    #main {
        margin-top: 80px;
    }
}

@media (min-width: 601px) {
#header .logo img {
    padding: 0;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/**
* Mobile Navigation 
*/
@media (min-width: 200px) {
    .mobile-nav-toggle {
        display: block;
        background: rgba(0, 0, 0, 0);
        color: black;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        float: right;
        margin-left: 300px;
        padding-top: 36px;
    }
    .navbar ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
        align-items: center;
    }
    .navbar {
        padding: 0;
        visibility: hidden;
    }
    
    .navbar-visible {
        visibility: visible;
    }

    .navbar li {
        position: relative;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 0 10px 30px;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        color: rgb(19, 18, 18);
        white-space: nowrap;
        transition: 0.3s;
        font-weight: 700;
    }

    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }

    .navbar a:hover,
    .navbar .active,
    .navbar .active:focus,
    .navbar li:hover>a {
        color: rgb(150, 145, 145);
        font-weight: 800;
    }


.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(165, 93, 84, 0.4);
    transition: 0.3s;
    padding-top: 30px;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
    border-radius: 20px;
}

    .navbar-mobile a {
        padding: 10px 20px;
        font-size: 15;
        color: black;
    }

    .navbar-mobile a:hover,
    .navbar-mobile .active,
    .navbar-mobile li:hover>a {
        color: rgb(194, 165, 144);
        padding: 10px 20px;
    }

    .navbar-mobile .getstarted {
        margin: 15px;
    }
    .reviewerName {
        font-size: 1.25rem;
        font-family: "Roboto", sans-serif;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        display: block;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    .headerTagline {
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        font-size: 1rem;
        display: block;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        font-family: "Roboto", sans-serif;
        color: black;
    }

}


/**
* Desktop Navigation 
*/
@media (min-width: 801px) {
.navbar ul {
    display: flex;
}
.mobile-nav-toggle {
    display: none;
}
}

/* @media (max-width: 360px) {
    .mobile-nav-toggle {
        margin-left: 270px;
    }
} */


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
@media (min-width:200px){
section {
    padding: 60px 0;
}

.section-bg {
    background-color: #fcdddd;
    margin-bottom: 30px;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 48px;
    font-weight: 700;
    color: black;
    position: relative;
}

.section-title p {
    margin-bottom: 0;
    font-family: Lucida Handwriting;
}

.section-title img {
    margin-bottom: 0;
    height: 40px;
    width: 200px;
}

.section-title-card {
    text-align: center;
}

.section-title-card h2 {
    font-size: 30px;
    font-weight: 700;
    color: black;
    position: relative;
}

.section-title-card p {
    margin-bottom: 0;
    font-family: Lucida Handwriting;
}

.section-title-card img {
    margin-bottom: 0;
    height: 40px;
    width: 200px;
}
}

@media (min-width:801px){
    .section-title-card h2 {
        font-size: 48px;
        font-weight: 700;
        color: black;
        position: relative;
    }
}


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/

.services {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fcdddd;
    margin-top: 30px;
}

.services .container-ser {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    flex-wrap: wrap;
    z-index: 1;
}

.services .container-ser .card {
    position: relative;
    width: 300px;
    height: 430px;
    margin: 30px 0px;
    box-shadow: 20px 20pt 50px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.services .container-ser .content img {
    width: 160px;
    height: 140px;
    border-radius: 50%;
    margin-top: 10px;
}

.services .container-ser .content .heading {
    text-align: center;
    padding-top: 4px;
    left: 10px;
    font-size: 1.5em;
    color: rgb(196, 44, 39);
    pointer-events: none;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
@media (min-width:200px){
.about {
    width: 100%;
}

.about .row {
    width: 100%;
}

.about-video {
    display: none;
}

.about-video-mobile {
    display: none;
}

.about .right-bg {
    background: linear-gradient(rgba(185, 85, 85, 0.836), rgba(250, 195, 195, 0.774));
    height: 220px;
    border-radius: 200px 0 0 0;
    margin: 80px -20px 60px 0;
}

.about .year {
    color: rgb(238, 218, 218);
    padding-top: 50px;
    /* font-family: Lucida Handwriting; */
    font-weight: 500;
}

.about .year2 {
    display: none;
    color: rgb(238, 218, 218);
    padding-top: 50px;
    font-weight: 500;
}

.about .story {
    background: #f58080;
    width: 90%;
    margin-top: -100px;
    position: absolute;
    border-radius: 200px 0 0 0;
    z-index: 100;
}

.about h2 {
    color: white;
    font-weight: 600;
    margin-top: 60px;
}

.about h1 {
    color: rgb(0, 35, 102);
    font-size: 60px;
    font-weight: 800;
    margin-top: 70px;
}

.about h4 {
    color: rgb(0, 35, 102);
    font-size: 60px;
    font-weight: 800;
    margin-top: -140px;
    margin-left: 50%;
}

.about h3 {
    color: white;
    font-weight: 600;
    margin-top: 100px;
}

.about p {
    color: white;
    margin-bottom: 50px;
}

.about .about1 {
    width: 8%;
    background: rgb(207, 150, 76);
    padding: 20px;
    border-radius: 50%;
    position: absolute;
}

.about .about2 {
    float: right;
    width: 22%;
    position: relative;
    z-index: 200;
    display:none;
}

.about .bg {
    width: 100%;
    /* height: 700px; */
    z-index: 1;
    /* background: rgb(236, 185, 169); */
    margin-top: 550px;
    border-radius: 0 0 300px 0;
}

.about .img-bg {
    border-radius: 0 0 300px 0;
    /* margin-top: 100%; */
}
}


@media (min-width:320px) {
    .about .bg {
        margin-top: 1700px;
    }
    .about h1 {
        font-size: 20px;
    }
} 

@media (min-width: 360px) {
    .about .bg {
        margin-top: 1900px;
    }
}

@media (min-width: 411px) {
    .about h4 {
        margin-top: -50px;
        font-size: 20px;
    }
    .about h1 {
        font-size: 40px;
    }
    .about .bg {
        margin-top: 1700px;
    }
    .about .year {
        display: none;
    }
    .about .year2 {
        display: block;
    }
}

@media (min-width: 500px) {
    .about h4 {
        margin-top: -50px;
        font-size: 40px;
    }
    .about h1 {
        font-size: 40px;
    }
    .about .bg {
        margin-top: 1400px;
    }
    .about h3 {
        margin-top: 0px;
    }
    .about p {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media (min-width: 540px) {
    .about h4 {
        margin-top: -50px;
    }
    .about h1 {
        margin-top: 40px;
    }
}

@media (min-width:600px) {
    .about .bg {
        margin-top: 1050px;
    }
}

@media (min-width:640px) {
    .about .bg {
        margin-top: 1150px;
    }
    /* .about .story {
        width: 94%;
    } */
}

@media (min-width:768px){
    .about-video {
        display: block;
    }
    .about .bg {
        margin-top: 550px;
    }
}

@media (min-width:1024px){
    .about .bg {
        margin-top: 350px;
    }
}

@media (min-width:1280px){

    .about .about2 {
        display: block;
        margin-top: 350px;
    }
}

@media (min-width: 1600px) {
    .about .bg {
        margin-top: 450px;
    }
}

@media (min-width: 2560px) {
    .about .bg {
        margin-top: 650px;
    }
    .about .about2 {
        margin-top: 550px;
    }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
    padding: 200px 0;
    display: block;
}

.testimonials-mobile {
    display: none;
}

.bubbles {
    position: absolute;
    width: 100%;
    height: 600px;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -500px;
    width: 200px;
    height: 200px;
    background: #fcdddd00;
    border-radius: 2%;
    opacity: 0.8;
    animation: rise 25s ease-in-out;
}

/* @media (max-width: 768px) {
    .bubbles {
        width: 100%;
    }
} */

@media (max-width: 767px) {
    .testimonials {
        display: none;
    }
}

.bubble:nth-child(odd) {
    width: 240px;
    height: 240px;
    left: 0%;
    animation-duration: 15s;
    animation-delay: 1s;
}

.bubble:nth-child(even) {
    width: 240px;
    height: 240px;
    left: 50%;
    animation-duration: 15s;
    animation-delay: 1s;
}

@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }
    50% {
        transform: translate(100px);
    }
    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}

.bubble-h1 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    /* background: #ca725b; */
    padding: 3%;
    font-family: "Roboto", sans-serif;
    font-size: 38px;
}

.reviews {
    color: black;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Background
--------------------------------------------------------------*/

#background {
    background: #fcdddd;
    padding: 0 0 30px 0;
    font-size: 14px;
}

#background .row {
    width: 100%;
}

#background .menuIcon {
    color: black;
    font-size: 16px;
    font-weight: 800;
    padding: 0;
    margin: 0px 50px 0 0px;
    float: right;
}

.listIcon {
    color: black;
    font-size: 30px;
    font-weight: 800;
    padding-top: 15px;
    margin-top: 0px;
    margin-left: -30px;
    float: right;
    cursor: pointer;
    visibility: visible;
}

.listIcon-hidden {
    visibility: hidden;
}

.clickIcon-hidden {
    visibility: hidden;
}

.clickIcon2-hidden {
    visibility: hidden;
}

.cancelIcon {
    color: black;
    font-size: 30px;
    font-weight: 800;
    padding-top: 15px;
    margin-top: 0px;
    margin-left: 10px;
    float: right;
    cursor: pointer;
    visibility: hidden;
}

.cancelIcon-visible {
    visibility: visible;
}

@media (max-width: 800px) {
    .listIcon {
        display: none;
    }
}

#background h1 {
    font-weight: 600;
    color: black;
    font-family: Lucida Handwriting;
    padding-top: 90px;
}

#background h6 {
    color: black;
}


/*--------------------------------------------------------------
# Background2
--------------------------------------------------------------*/

#background2 {
    background: rgb(252, 196, 180);
    padding: 0 0 0 0;
    font-size: 14px;
    border-radius: 50% 50% 0% 0%;
    top: 40%;
}

#background2 img {
    /* padding-top: 20px; */
    width: 100%;
    height: 700px;
    border-radius: 50% 50% 0% 0%;
}

@media (max-width:800px) {
    #background2 img {
        width: 100%;
        height: auto;
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
@media (min-width:200px){

.footer {
    padding: 0;
}

.row-footer{
    display:flex;
    flex-direction: row;
    margin: 0px;
    width:100%;
}

.small {
    display: none;
}

.small .bkg {
    background: #f2a0a0;
}

.footer .footer-box {
    display: flex;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.footer .footer-box2 {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
}

.footer .row {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

.footer .footer-left {
    width: 100%;
    background: #f2a0a0;
    border-radius: 0;
    z-index: 40;
}

.footer .footer-left2 {
    width: 100%;
    height: auto;
    background: linear-gradient(#f2a0a0, rgb(240, 202, 202));
    z-index: 40;
    margin-top: 0px;
    padding-bottom:66px;
}

.footer .block-box {
    width: 100%;
    height: 0px;
    background: transparent;
}

.footer .block-box-2 {
    height: 0px;
    background: transparent;
    border-radius: 0;
}

.footer .main-box {
    background: linear-gradient(#f2a0a0, rgb(240, 202, 202));
    border-radius: 0 100px 0 0;
}

.footer .content-box {
        background: #270146;
        z-index: 100;
        margin-bottom: 0px;
        border-radius: 4px;
}

.footer .first-footer {
    background: #270146;
    z-index: 100;
    padding:0 10px;
    width:100%;
}

.footer .icons {
    display: flex;
    background: linear-gradient(#f2a8a8, #f1aeae);
    margin: 0% 2%;
    z-index: 200;
    padding: 40px 100px;
    border-radius: 0 0 100px 0;
}

.footer .icons i {
    background: rgb(185, 85, 85);
    color: white;
    font-size: 16px;
    padding: 8px;
    border-radius: 50%;
    margin: 10px;
}

.footer .star {
    color: #eea010;
    font-size: 20px;
}

.footer .starEmpty {
    color: #91908e;
    font-size: 20px;
}

.footer .footer-text {
    color: white;
    font-size: 13px;
    margin-top: 30px;
}

.footer .footer-text-phone {
    color: white;
    font-size: 13px;
    margin-top: 10px;
}

.footer .footer-text-phone a {
    color: white;
}

.footer .footer-text2 {
    color: white;
    font-size: 13px;
    padding-top: 60px;
}

.footer .footer-right {
    width: 100%;
    background: linear-gradient(#f2a0a0, rgb(240, 202, 202));
    border-radius: 0 40% 0 0;
    float: left;
    padding-bottom:10px;
}

.footer .second-footer {
    background: #270146;
    margin-top: -20%; 
    z-index: 100;
    border-radius: 0 50% 0 0;
}

.footer .copyright {
    text-align: center;
    color: white;
    font-size: 13px;
    margin-top: 55px;
    padding: 0 3rem;
}

.footer .copyright a {
    color: white;
}

.footer .copyright_small {
    display: none;
    text-align: center;
    color: white;
    font-size: 13px;
    margin-top: 10px;
}

.footer .d-d {
    text-align: center;
    color: white;
    font-size: 13px;
    margin-top: 99px;
    margin-bottom: 70px;
}

.footer .container {
    padding: 10px;
}

.footer-content {
    font-size: 11px;
    color: black;
}

.img-owner {
    width: 40%;
}

.flower {
    width: 40px;
    height: 40px;
    margin-top: 50px;
}

.location1 {
    width: 10%;
}

.location2 {
    width: 20%;
}

.location3 {
    font-size: 30px;
    margin-top: 50px;
}

.location4 {
    font-size: 20px;
    margin-top: 50px;
}

.location5 {
    font-size: 20px;
    margin-left: 90px;
}

.show-row {
    width: 100%;
    display: inline-flex;
    flex-direction: row;
}

.venue-img {
    width: 50%;
}

.h4 {
    font-size: 50px;
    margin-top: -150px;
    font-weight: 800;
    color: rgb(0, 35, 102);
}

.iframe {
    width: 98%;
    height: 400px;
    border-radius: 16px;
    margin-left: 6px;
    margin-top: -20px;
    padding: 16px;
}

.about-iframe {
    width: 90%;
    height: 400px;
    border-radius: 16px;
    margin-left: 6px;
    margin-top: 20px;
    padding: 16px;
}

.footer .venue-pic {
    width: 90%;
    height: 60%;
    border-radius: 16px;
    margin-left: 6px;
}

.owner {
    width: 50%;
    margin-left: 20px;
    margin-top: 130px;
}
}

@media (min-width: 601px){
    .footer .footer-left {
        width: 100%;
        background: #f2a0a0;
        border-radius: 0 20% 0 0;
        z-index: 40;
    }

    .footer .block-box-2 {
        height: 300px;
        background: #270146;
        border-radius: 0 36% 0 0;
    }

    .footer .block-box {
        height: 100px;
    }

    .footer .content-box {
        margin-bottom: 100px;
}
}

@media (min-width: 768px){
    .footer .icons {
        padding: 40px;
    }
}

@media (min-width: 801px){
    .footer .icons {
        padding: 40px 100px;
    }
}

/* 
@media (min-width: 800px) {
    .about p {
        font-size: 14px;
    }
    .about h4 {
        font-size: 60px;
        margin-top: -220px;
    }
    .about h1 {
        font-size: 60px;
    }
    .about .about2 {
        margin-top: 620px;
    }
}

@media (min-width: 768px) {
    .about .bg {
        margin-top: 450px;
    }
    .about .about2 {
        margin-top: 670px;
    }
    .about p {
        font-size: 13px;
        margin-bottom: 20px;
    }
}

@media (min-width: 800px) {
    .about-video-mobile {
        display: block;
    }
    .about-video {
        display: none;
    }
    .about h1 {
        font-size: 50px;
    }
    .about h4 {
        font-size: 50px;
        margin-top: -170px;
    }
    .about h3 {
        margin-top: 10px;
    }
    .about p {
        font-size: 13px;
        margin-bottom: 30px;
    }
    .about .about1 {
        display: none;
    }
} */


/* @media (max-width: 801px) {
    .iframe {
        width: 98%;
        height: 300px;
    }
    .about-iframe {
        width: 100%;
        height: auto;
    }
   
}

@media (max-width: 767px) {
    .about-iframe {
        width: 98%;
    }
    .iframe {
        width: 98%;
    }
    .h4 {
        margin-top: 20px;
        width: 100%;
    }
}

@media (max-width: 435px) {
    
    .about-iframe {
        height: 300px;
        margin-bottom: 120px;
    }
    .h4 {
        font-size: 20px;
    }
}

@media (max-width: 369px) {
    .footer .first-footer .icons {
        padding: 10px 40px;
    }
    .about-iframe {
        height: 250px;
    }
} */

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
@media (min-width:200px){
.carousel .row>* {
    height: 520px;
}

.separator1 {
    font-size: 0px;
    padding: 10px;
    width: 95%;
    height: 20px;
    background: rgb(185, 85, 85);
    border-radius: 0 0 40px 40px;
}

.separator2 {
    font-size: 0px;
    padding: 10px;
    margin-bottom: 20px;
    width: 90%;
    height: 20px;
    background: linear-gradient(#f2a0a0, rgb(240, 202, 202));
    border-radius: 0 0 40px 40px;
}

.read-more {
    font-size: 16px;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    background: rgb(185, 85, 85);
}

.scene {
    position: relative;
    perspective: 1000px;
}

.show {
    display: block;
}

.carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    /* transform: translateZ(-6px) rotateY(0deg); */
    transform-style: preserve-3d;
    transition: transform 1s;
    animation-iteration-count: infinite;
}

.carousel .carousel__cell img {
    width: 99%;
    height: 99%;
}

.carousel__cell {
    border-radius: 20px;
    /* position: absolute; */
    width: 100%;
    height: 100%;
    font-size: 80px;
    font-weight: bold;
    color: black;
    background-color: white;
    text-align: center;
}

.ml-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.venue-text {
    font-size: 20px;
}

.venue-description {
    font-size: 13px;
    color: black;
}


/* .carousel__cell:nth-child(1) {
    transform: rotateY( 0deg) translateZ(687px);
}

.carousel__cell:nth-child(2) {
    transform: rotateY( 90deg) translateZ(687px);
}

.carousel__cell:nth-child(3) {
    transform: rotateY( 180deg) translateZ(687px);
}

.carousel__cell:nth-child(4) {
    transform: rotateY( 270deg) translateZ(687px);
} */


/* .carousel {
    transform: translateZ(-687px) rotateY( 0deg);
} */

.previous-button {
    margin-top: 10px;
    font-size: 30px;
    color: black;
    border: none;
    background: rgba(255, 255, 255, 0);
    padding-top: 230px;
}

.next-button {
    margin-top: 10px;
    font-size: 30px;
    color: black;
    border: none;
    background: rgba(255, 255, 255, 0);
    padding-top: 230px;
    margin-left: 90%;
}

.next-button-carousel {
    margin-top: 500px;
    color: white;
    border: none;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 10%;
    padding: 6px 10px;
}
}

@media (min-width:801px){
    .venue-text {
        font-size: 30px;
    }
}

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/

@media (min-width: 200px) {
    .gallery {
        padding-top: 100px;
    }

    .gallery__grid {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .gallery .separator {
        width: 11%;
        height: 1%;
        border-radius: 50%;
    }

    .gallery img {
        width: 100%;
        margin: 4px;
    }

    .gallery h1 {
        color: rgb(0, 35, 102);
        font-size: 50px;
        font-weight: 800;
        margin-top: 70px;
    }
}

@media (min-width: 768px) {
.gallery__grid {
    position: relative;
    display: block;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
}

/*--------------------------------------------------------------
# gallery-venue
--------------------------------------------------------------*/
@media (min-width: 200px) {
    .gallery__grid__venue {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .gallery-venue {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fcdddd;
        margin-top: 30px;
    }
    
    .gallery-venue .separator {
        width: 11%;
        height: 1%;
        border-radius: 50%;
    }

    .gallery-venue img {
        width: 100%;
        margin: 4px;
    }
}

@media (min-width: 768px) {
.gallery__grid__venue {
    position: relative;
    display: block;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
@media (min-width: 200px) {
    .contact .info-box {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px;
        margin-bottom: 30px;
        box-shadow: 20px 20pt 50px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        background: rgba(199, 197, 197, 0.267);
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        border-left: 1px solid rgba(255, 255, 255, 0.7);
    }

    .contact {
        padding-top: 100px;
        width: 100%;
    }


    .contact h1 {
        color: rgb(0, 35, 102);
        font-size: 50px;
        font-weight: 800;
        margin-top: 20px;
        text-align: center;
    }

    .contact .info-box i {
        font-size: 32px;
        color: rgb(230, 133, 116);
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted rgb(226, 149, 139);
        margin-top: 16px;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #114E60;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin: 13px 0;
        color: rgb(63, 60, 60);
    }

    .contact .info-box a i {
        font-size: 18px;
        display: inline-block;
        background: rgb(235, 94, 94);
        color: #fff;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        border: 2px solid rgb(235, 94, 94);
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
        margin-bottom: 10px;
        margin-top: -10px;
    }

    .contact .info-box a i:hover {
        background: rgba(230, 106, 106, 0.9);
        color: #fff;
        text-decoration: none;
    }

    .contact h4 {
        color: rgb(216, 13, 6);
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .contact .info-box a {
        color: rgb(63, 60, 60);
    }

    .form-group {
        float: left;
        margin-top: 30px;
        min-height: 60px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #19b674;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .error-message br+br {
        margin-top: 25px;
    }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

    .contact .php-email-form .loading:before {
        content: "";
        display: inline-block;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        margin: 0 10px -6px 0;
        border: 3px solid #18d26e;
        border-top-color: #eee;
        -webkit-animation: animate-loading 1s linear infinite;
        animation: animate-loading 1s linear infinite;
    }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border: none !important;
        border-bottom: 1px solid #d1cecd !important;
        border-radius: 0;
        color: #e4866f !important;
        background: none !important;
    }

    .contact .php-email-form input::focus,
    .contact .php-email-form textarea::focus {
        background-color: #68A4C4;
    }

    .contact .php-email-form input {
        padding: 10px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }

    .contact .php-email-form button {
        background: rgb(185, 85, 85);
        border-radius: 60px;
        float: none;
        margin: 0 auto;
        border: none;
        padding: 15px 0;
        font-size: 16px;
        text-transform: uppercase;
        width: 150px;
        display: block;
        position: relative;
        color: white;
    }

    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
}

@media (min-width: 650px) {
    .contact .info-box {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 30px;
        box-shadow: 20px 20pt 50px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
        background: rgba(199, 197, 197, 0.267);
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        border-left: 1px solid rgba(255, 255, 255, 0.7);
    }
}

/*--------------------------------------------------------------
# error
--------------------------------------------------------------*/

.error-logo-img {
    margin-top: 200px;
}


/*--------------------------------------------------------------
# index
--------------------------------------------------------------*/

.index {
    background: rgb(219, 156, 156);
    width: 100vw;
    height: 100vh;
}

.index p {
    font-size: 30px;
}

.index img {
    width: 120px;
    height: auto;
    margin-top: 70px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-visible {
    display: block;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    top: 2%;
    padding: 20px;
    border: 1px solid rgba(248, 166, 166, 0);
    width: 50%;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

.modal-content p {
    font-size: 30px;
    margin: 20px auto;
}

.modal-content p b {
    font-family: Lucida Handwriting;
    color: #9b4d4d;
}

.modal-content img {
    width: 90%;
}

.modal-content i {
    color: white;
    font-size: 40px;
}

.modal-content .btn {
    width: 100px;
    height: 100px;
    color: black;
    background: #bd5c5c;
    border: 10px solid #f9b943;
    border-radius: 50%;
    animation: blink 2s ease infinite alternate;
}

@keyframes blink {
    0% {
        transform: scale(.7)
    }
    100% {
        transform: scale(1)
    }
}

html.js .no-js-info {
    display: none
}

html.no-js .no-js-info {
    display: block;
    text-align: center;
    margin-top: 100px;
    font-size: .618em;
    font-weight: 700;
    font-family: Raleway, sans-serif
}

.loader-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity .2s linear;
}

.loader {
    width: 75px;
    height: 75px;
    transform-origin: center center;
    animation: loader-breath 2s ease infinite alternate;
}

@keyframes loader-breath {
    0% {
        transform: scale(.1)
    }
    100% {
        transform: scale(1)
    }
}

.n {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity .3s linear;
}

.h.blend-intro,
.h.blend-main {
    mix-blend-mode: hard-light;
}

.h {
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 60px;
    height: 60px;
    position: fixed;
    top: -30px;
    left: -30px;
    z-index: 999;
}

.h.hidden .i {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.h .i,
.h .j {
    width: 60px;
    transition: all .1s ease-out;
}

.h .i {
    pointer-events: none;
    height: 60px;
    background-color: #f7567c;
    border-radius: 30px;
}


/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
@media (min-width:200px){
.facts .counters .pureCounter {
    font-size: 32px;
    display: block;
    color: rgb(199, 122, 122);
    font-family: playfair display;
    font-weight: 700;
    line-height: 1;
}

.facts .counters .plus {
    font-size: 32px;
    display: block;
    color: rgb(199, 122, 122);
    font-family: playfair display;
    font-weight: 700;
    line-height: 1;
}

.facts .counters p {
    padding: 0;
    margin: 18px 0 20px 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: normal;
}

.facts .display-row {
    display: inline-flex;
    flex-direction: row;
}
}

@media (min-width:801px) {
    .facts .counters .pureCounter {
        font-size: 48px;
        font-weight: 600;
    }
    .facts .counters .plus {
        font-size: 48px;
        font-weight: 600;
    }
    .facts .counters p {
        font-size: 20px;
    }
}

hr {
    opacity: 1;
    z-index: -1;
    background: transparent;
    border: none;
    border-top: dashed 2px rgb(124, 77, 7);
    padding: 30px 10px 0px 10px;
    border-radius: 50%;
}

@media (min-width: 200px) {
    .line {
        width: 100px;
        height: 10px;
        transform: rotate(1deg);
        margin-top: -30px;
        margin-left: -30px;
        text-decoration-style: wavy;
    }
    .l3 {
            width: 250px;
            transform: rotate(-45deg);
            margin-top: -120px;
            margin-left: 56px;
    }
    .l4 {
        width: 50px;
        margin-top: 80px;
        transform: rotate(22deg);
        margin-left: 86px;
        margin-bottom: -18px;
    }
    .l5 {
        width: 190px;
        transform: rotate(45deg);
        margin-left: 20px;
        margin-top: 56px;
        margin-bottom: -30px;
    }
    .l6 {
        width: 190px;
        transform: rotate(-16deg);
        margin-top: -56px;
        margin-bottom: 0px;
        margin-left: 100px;
    }
    .l7 {
        width: 70px;
        transform: rotate(3deg);
        margin-top: 10px;
        margin-left: 100px;
        margin-bottom: -18px;
    }
    .location5 {
        font-size: 20px;
        margin-left: 70px;
    }
}

@media (min-width: 375px) {
    .line {
        width: 110px;
    }
    .l3 {
        width: 300px;
        transform: rotate(-40deg);
    }
    .l4 {
        width: 90px;
    }
}

@media (min-width: 384px) {
    .line {
        width: 120px;
    }
    .l3 {
        width: 310px;
    }
    .l4 {
        width: 70px;
        transform: rotate(24deg);
        margin-top: 70px;
        margin-left: 100px;
    }
    .l5 {
        width: 230px;
        transform: rotate(40deg);
        margin-left: 30px;
        margin-top: 50px;
    }
    .l6 {
        width: 260px;
        transform: rotate(-11deg);
        margin-top: -56px;
        margin-left: 86px;
    }
    .l7 {
        width: 80px;
        margin-left: 90px;
    }
}

@media (min-width: 412px) {
    .line {
        width: 120px;
    }
    .l3 {
        width: 320px;
    }
    .l4 {
        width: 90px;
    }
    .l5 {
        width: 230px;
        transform: rotate(36deg);
        margin-top: 40px;
    }
    .l6 {
        width: 280px;
        transform: rotate(-14deg);
    }
    .l7 {
        width: 90px;
    }
}

@media (min-width: 600px) {
    .line {
        width: 170px;
        margin-top: -24px;
    }
    .l3 {
        width: 450px;
        transform: rotate(-20deg);
        margin-top: -90px;
    }
    .l4 {
        width: 140px;
        transform: rotate(10deg);
        margin-top: 40px;
    }
    .l5 {
        width: 230px;
        transform: rotate(30deg);
        margin-left: 60px;
    }    
    .l6 {
        width: 350px;
        transform: rotate(-7deg);
    }
    .l7 {
        width: 140px;
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .line {
        width: 120px;
    }
    .l3 {
        width: 320px;
        transform: rotate(-40deg);
        margin-top: -120px;
        margin-left: 50px;
    }
    .l4 {
        width: 80px;
        transform: rotate(30deg);
        margin-top: 70px;
    }
    .l5 {
        width: 240px;
        transform: rotate(40deg);
        margin-left: 6px;
    }
    .l6 {
        width: 250px;
        transform: rotate(-9deg);
        margin-left:96px;
    }
    .l7 {
        width: 70px;
    }
}

@media (min-width:800px){
.l3 {
    width: 300px;
    transform: rotate(-34deg);
    margin-top: -120px;
    margin-left: 80px;
}
}

@media (min-width: 1024px) {
    .line {
        width: 150px;
    }
    .l3 {
        width: 390px;
        transform: rotate(-22deg);
        margin-top: -95px;
        margin-left:80px;
    }
    .l4 {
        width: 110px;
        transform: rotate(16deg);
        margin-top: 45px;
        margin-left: 120px;
        margin-bottom: 0px;
    }
    .l5 {
        width: 230px;
        transform: rotate(30deg);
        margin-top: 30px;
        margin-left: 60px;
        margin-bottom: -30px;
    }
    
    .l6 {
        width: 316px;
        transform: rotate(-8deg);
        margin-top: -60px;
        margin-left: 106px;
    }
    .l7 {
        width: 140px;
        margin-top:16px;
    }
}

@media (min-width:1280px){
.line {
    width: 200px;
    
}

.l3 {
    width:480px;
    transform: rotate(-15deg);
    margin-top: -90px;
    margin-left: 116px;
}

.l4 {
    width: 180px;
    transform: rotate(7deg);
    margin-top: 40px;
    margin-left: 116px;
    margin-bottom: -18px;
}

.l5 {
    width: 230px;
    transform: rotate(26deg);
    margin-top: 26px;
    margin-left: 90px;
    margin-bottom: -30px;
}

.l6 {
    width: 400px;
    transform: rotate(-5deg);
    margin-top: -50px;
    margin-bottom: 0px;
    margin-left: 116px;
}

.l7 {
    width: 190px;
    transform: rotate(7deg);
    margin-top: 0px;
    margin-left: 116px;
    margin-bottom: -18px;
}
}

@media (min-width:1366px){
    .line {
        width: 220px;
        
    }
    
    .l3 {
        width:500px;
    }
    
    .l4 {
        width: 210px;
    }
    
    .l5 {
        width: 260px;
    }
    
    .l6 {
        width: 450px;
    }
    
    .l7 {
        width: 220px;
    }

    .next-button {
        margin-left: 20%;
    }
    .services .container-ser .card {
        width: 360px;
        height: 460px;
    }
}

@media (min-width:1440px){
.l3{
    width: 550px;
    transform: rotate(-12deg);
}
}

@media(min-width:1536px) {
    
    .line {
        width: auto;
    }
    .l3 {
        width: 600px;
        transform: rotate(-10deg);
    }
    .l4 {
        width: 230px;
    }
    .l5 {
        width: 270px;
        transform: rotate(25deg);
    }
    .l6 {
        width: 470px;
    }
    .l7 {
        width: 230px;
    }
}



@media(min-width:1600px) {
    .footer .d-d {
        font-size: 18px;
        margin-top: 96px;
    }
    .footer .copyright {
        font-size: 18px;
    }
    .footer .footer-text {
        font-size: 18px;
    }
    .footer .footer-text2 {
        font-size: 18px;
    }
    .footer .footer-text-phone {
        font-size: 18px;
    }
    .line {
        width: 220px;
    }
    .l3 {
        width: 550px;
        transform: rotate(-10deg);
        margin-top: -90px;
        margin-left: 116px;
    }
    .l4 {
        width: 220px;
    }
    .l5 {
        width: 260px;
        transform: rotate(23deg);
        margin-left: 100px;
    }
    .l6 {
        width: 460px;
    }
    .l7 {
        width: 220px;
        margin-top: 10px;
    }
    .container {
        max-width: 90%;
    }
    .facts .counters .pureCounter {
        font-size: 68px;
    }
    .facts .counters .plus {
        font-size: 68px;
    }
    .facts .counters p {
        font-size: 35px;
    }
    .contact .info-box {
        width: 100%;
        height: 270px;
    }
    .contact .info-box i {
        font-size: 40px;
    }
    .contact .info-box h3 {
        font-size: 30px;
    }
    .contact .info-box p {
        font-size: 20px;
    }
    .contact .info-box a i {
        font-size: 30px;
        padding: 4px 0 34px 0;
        width: 40px;
    }
    #header .logo img {
        padding-top: 10px;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 20px;
        padding: 35px;
    }
    .listIcon {
        font-size: 35px;
    }
    .cancelIcon {
        font-size: 35px;
    }
    .about h1 {
        font-size: 60px;
        margin-top:70px;
    }
}

@media(min-width:1792px) {
    .footer .d-d {
        font-size: 18px;
        margin-top: 108px;
    }
    .line {
        width: 240px;
    }
    .l3 {
        width: 630px;
    }
    .l4 {
        width: 270px;
    }
    .l5 {
        width: 260px;
        transform: rotate(23deg);
        margin-left: 100px;
    }
    .l6 {
        width: 500px;
    }
    .l7 {
        width: 250px;
    }
}

@media(min-width:1919px) {
    .footer .d-d {
        font-size: 18px;
        margin-top: 156px;
    }
    .line {
        width: 270px;
        transform: rotate(2deg);
    }
    .l3 {
        width: 700px;
        transform: rotate(-12deg);
        margin-top: -100px;
        margin-left: 116px;
    }
    .l4 {
        width: 300px;
        margin-top: 70px;
    }
    .l5 {
        width: 270px;
        transform: rotate(23deg);
        margin-left: 130px;
    }
    .l6 {
        width: 560px;
    }
    .l7 {
        width: 300px;
        margin-top: 20px;
    }
    #background h1 {
        font-size: 50px;
    }
    #background h6 {
        font-size: 30px;
    }
    .section-title-card h2 {
        font-size: 50px;
    }
    .section-title-card p {
        font-size: 30px;
    }
    #background2 img {
        width: 100%;
        height: 900px;
        border-radius: 50% 50% 0% 0%;
    }
    .next-button-carousel {
        margin-top: 700px;
    }
    .venue-text {
        font-size: 40px;
    }
    .venue-description {
        font-size: 22px;
        color: black;
    }
    .read-more {
        font-size: 22px;
        padding: 10px 20px;
    }
    .carousel .row>* {
        height: 660px;
    }
    #header .logo img {
        padding-top: 10px;
        max-height: 100px;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 24px;
        padding: 40px;
    }
    .listIcon {
        font-size: 40px;
    }
    .cancelIcon {
        font-size: 40px;
    }
}

@media(min-width:2559px) {
    .line {
        width: 360px;
        transform: rotate(2deg);
    }
    .l3 {
        width: 1000px;
        transform: rotate(-12deg);
        margin-top: -130px;
        margin-left: 116px;
    }
    .l4 {
        width: 440px;
        margin-top: 90px;
    }
    .l5 {
        width: 360px;
        transform: rotate(30deg);
        margin-left: 150px;
        margin-top:46px;
    }
    .l6 {
        width: 750px;
    }
    .l7 {
        width: 400px;
        margin-top: 20px;
    }
    #background h1 {
        font-size: 60px;
        margin-top: 90px;
    }
    #background h6 {
        font-size: 34px;
    }
    .section-title-card h2 {
        font-size: 60px;
    }
    .section-title-card p {
        font-size: 34px;
    }
    #background2 img {
        width: 100%;
        height: 1100px;
    }
    .next-button-carousel {
        margin-top: 850px;
    }
    .venue-text {
        font-size: 50px;
    }
    .venue-description {
        font-size: 22px;
    }
    .read-more {
        font-size: 24px;
    }
    .previous-button {
        margin-top: 220px;
        font-size: 40px;
    }
    .next-button {
        margin-top: 220px;
        font-size: 40px;
    }
    .carousel .row>* {
        height: 820px;
    }
    .services .container-ser .card {
        width: 450px;
        height: 660px;
    }
    .services .container-ser .content .heading {
        font-size: 3rem;
    }
    .services .container-ser .content p {
        font-size: 1.8rem;
    }
    .footer-content {
        font-size: 16px;
        color: black;
    }
    .footer .first-footer .icons {
        padding: 40px 200px;
    }
    .footer .d-d {
        font-size: 24px;
        margin-top: 160px;
    }
    .footer .copyright {
        font-size: 24px;
        margin-top: 30px;
    }
    .footer .footer-text {
        font-size: 24px;
    }
    .footer .footer-text2 {
        font-size: 24px;
        margin-top: 150px;
    }
    .footer .footer-text-phone {
        font-size: 24px;
    }
    .about h2 {
        font-size: 50px;
    }
    .about p {
        font-size: 20px;
    }
    .about-iframe {
        width: 70%;
        height: 550px;
    }
    .iframe {
        width: 90%;
        height: 550px;
    }
    .contact .info-box h3 {
        font-size: 45px;
    }
    .contact .info-box p {
        font-size: 30px;
    }
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        font-size: 30px;
        margin-bottom: 50px;
    }
    .contact .php-email-form button {
        font-size: 32px;
        padding: 30px 60px;
        width: auto;
    }
    #header {
        height: 130px;
    }
    #header.header-scrolled {
        height: 110px;
    }
    #header .logo img {
        max-height: 120px;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 30px;
        padding-left: 70px;
    }
    .listIcon {
        font-size: 60px;
    }
    .cancelIcon {
        font-size: 60px;
    }
}

@media(min-width:3439px) {
    .footer .footer-left {
        height: 1100px;
    }
    .line {
        width: 500px;
        transform: rotate(2deg);
        margin-top: -80px;
    }
    .l3 {
        width: 1400px;
        transform: rotate(-13deg);
        margin-top: -180px;
        margin-left: 116px;
    }
    .l4 {
        width: 640px;
        margin-top: 160px;
    }
    .l5 {
        width: 440px;
        transform: rotate(30deg);
        margin-left: 200px;
        margin-top: 80px;
    }
    .l6 {
        width: 1000px;
    }
    .l7 {
        width: 600px;
        margin-top: 40px;
    }
    #background h1 {
        font-size: 70px;
        margin-top: 100px;
    }
    #background h6 {
        font-size: 38px;
    }
    .section-title-card h2 {
        font-size: 70px;
    }
    .section-title-card p {
        font-size: 38px;
    }
    #background2 img {
        width: 100%;
        height: 1400px;
    }
    .next-button-carousel {
        margin-top: 1050px;
    }
    .venue-text {
        font-size: 66px;
    }
    .venue-description {
        font-size: 30px;
    }
    .read-more {
        font-size: 30px;
    }
    .carousel .row>* {
        height: 1020px;
    }
    .previous-button {
        margin-top: 300px;
        font-size: 40px;
    }
    .next-button {
        margin-top: 300px;
        font-size: 40px;
    }
    .services .container-ser .card {
        width: 650px;
        height: 800px;
    }
    .services .container-ser .content .heading {
        font-size: 4rem;
    }
    .services .container-ser .content p {
        font-size: 2rem;
    }
    .footer-content {
        font-size: 24px;
    }
    .footer .first-footer .icons {
        padding: 40px 400px;
    }
    .footer .d-d {
        font-size: 28px;
        margin-top: 180px;
    }
    .footer .copyright {
        font-size: 28px;
        margin-top: 60px;
    }
    .footer .footer-text {
        font-size: 28px;
    }
    .footer .footer-text2 {
        font-size: 28px;
        margin-top: 150px;
    }
    .footer .footer-text-phone {
        font-size: 28px;
    }
    .about h1 {
        font-size: 60px;
    }
    .about p {
        font-size: 28px;
    }
    .about .bg {
        margin-top: 1000px;
        height: auto;
    }
    .about-iframe {
        width: 70%;
        height: 620px;
    }
    .iframe {
        width: 90%;
        height: 620px;
    }
    .contact .info-box h3 {
        font-size: 50px;
    }
    .contact .info-box p {
        font-size: 35px;
    }
    .contact h1 {
        font-size: 70px;
    }
    .gallery h1 {
        font-size: 70px;
    }
    .contact h4 {
        font-size: 40px;
    }
    #header {
        height: 140px;
    }
    #header.header-scrolled {
        height: 120px;
    }
    #header .logo img {
        max-height: 120px;
    }
    .navbar a,
    .navbar a:focus {
        font-size: 40px;
        padding-left: 90px;
    }
    .listIcon {
        font-size: 70px;
    }
    .cancelIcon {
        font-size: 70px;
    }
}



@media(min-width:3794px) {
    .footer .footer-left {
        height: 1200px;
    }
    .line {
        width: 550px;
        transform: rotate(2deg);
        margin-top: -80px;
    }
    .l3 {
        width: 1550px;
        transform: rotate(-12deg);
        margin-top: -180px;
        margin-left: 116px;
    }
    .l4 {
        width: 700px;
        margin-top: 170px;
        transform: rotate(5deg);
    }
    .l5 {
        width: 500px;
        transform: rotate(30deg);
        margin-left: 200px;
        margin-top: 80px;
    }
    .l6 {
        width: 1150px;
    }
    .l7 {
        width: 650px;
        margin-top: 50px;
    }
}

@media(min-width:3839px) {
    .footer .footer-left {
        height: 1250px;
    }
    .footer .footer-right {
        margin-top: -150px;
    }
    .line {
        width: 560px;
        transform: rotate(2deg);
        margin-top: -80px;
    }
    .l3 {
        width: 1600px;
        margin-top: -210px;
    }
    .l4 {
        width: 700px;
        margin-top: 180px;
    }
    .l5 {
        width: 540px;
        transform: rotate(34deg);
        margin-left: 200px;
        margin-top: 80px;
    }
    .l6 {
        width: 1150px;
    }
    .l7 {
        width: 800px;
        margin-top: 70px;
    }
    #background h1 {
        font-size: 80px;
    }
    #background h6 {
        font-size: 48px;
    }
    .section-title-card h2 {
        font-size: 80px;
    }
    .section-title-card p {
        font-size: 48px;
    }
    #background2 img {
        width: 100%;
        height: 1600px;
    }
    .next-button-carousel {
        margin-top: 1250px;
    }
    .venue-text {
        font-size: 70px;
    }
    .venue-description {
        font-size: 40px;
    }
    .read-more {
        font-size: 40px;
    }
    .carousel .row>* {
        height: 1220px;
    }
    .previous-button {
        margin-top: 400px;
        font-size: 70px;
    }
    .next-button {
        margin-top: 400px;
        font-size: 70px;
    }
    .services .container-ser .card {
        width: 750px;
        height: 1000px;
    }
    .services .container-ser .content .heading {
        font-size: 5rem;
    }
    .services .container-ser .content p {
        font-size: 3rem;
    }
    .footer-content {
        font-size: 28px;
    }
    .footer .first-footer .icons {
        padding: 40px 400px;
    }
    .footer .d-d {
        font-size: 32px;
        margin-top: 250px;
    }
    .footer .copyright {
        font-size: 32px;
        /* margin-top: 30px; */
    }
    .footer .footer-text {
        font-size: 32px;
    }
    .footer .footer-text2 {
        font-size: 32px;
        margin-top: 150px;
    }
    .footer .footer-text-phone {
        font-size: 32px;
    }
    .about h2 {
        font-size: 70px;
    }
    .about p {
        font-size: 32px;
    }
    .contact h1 {
        font-size: 80px;
    }
    .gallery h1 {
        font-size: 80px;
    }
    .contact .php-email-form input,
    .contact .php-email-form textarea {
        font-size: 40px;
    }
    .contact .php-email-form button {
        font-size: 40px;
    }
}

/*......................blog..........................*/

.blog-container{
    padding-top: 8%;
    padding-left: 5%;
    width: 99%;
    margin-bottom: 5%;
}

.blog-img{
    width: 95%;
}

.box{
    width: 95%;
    border: 0.5px solid rgb(224, 221, 221);
    cursor: pointer;
}

.post-date-1{
    padding-left: 2.5%;
    padding-top: 5%;
}

.btn{
    border: 0.5px solid white;
    background-color: white;
}

.blog-btn{
     color: black;
}

.blog-btn:hover{
    color: black;
} 

.blog-heading{
    color:rgb(0, 0, 0);
}

.blog-heading:hover{
    color: rgb(0, 0, 0);
}

.blog-icon{
    margin-left: 120px;
}

.card-container{
    width: 100%;
    height: auto;
    margin: 30px 0px;
    box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5); 
    margin-left: 5%;
}
/* .card-heading{
    text-align: center;
    padding-top: 4px;
    left: 10px;
    font-size: 2em;
    color: rgb(196, 44, 39);
    pointer-events: none;
    font-family: Arial, Helvetica, sans-serif;
} */
.card-description{
    margin: 0px 8px 5px 8px;
}
.inner-card-heading{
    font-size: 1.2em;
    font-weight: bold;
}

.pages-content-card {
    background:linear-gradient(#f4baba, rgb(252 221 221));
}
.t1 {
    border: 2px solid rgb(208, 209, 209);
    margin: 100px 0;
    box-shadow: 20px 20pt 50px rgba(95, 80, 80, 0.2);
    background:linear-gradient(#f2a0a0, rgb(240, 202, 202));
    color:black;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.t1 p{
    width:70%;
    padding:50px 0;
    font-size:16px;
}

@media (min-width: 280px) {
    .t1 p{
        width:70%;
        font-size:12px;
    }
}

@media (min-width: 600px) {
    .t1 p{
        width:70%;
        font-size:14px;
    }
}

@media (min-width: 800px) {
    .t1 p{
        width:70%;
        font-size:17px;
    }
}


@media (min-width: 1600px) {
    .t1 p{
        width:70%;
        font-size:24px;
    }
}

@media (min-width: 2560px) {
    .t1 p{
        width:70%;
        font-size:30px;
    }
}