@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

:root {
    --main-color: #233F92;
}


* {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;

}

body {}

html {
    scroll-behavior: smooth;
}

.nav-menu {
    background: transparent;
    padding: 30px;
    position: fixed;
    width: 100%;
    z-index: 9999;

    transition: all .4s;
}

@media (max-width:34em) {
    .nav-menu {
        background: white !important;
    }
}


.menu-item {
    font-size: 13px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}


@media (max-width: 34em) {
    .menu-item {
        padding: 10px 10px 10px;
    }

    .menu-item {
        font-size: 13px;
        letter-spacing: 2px;
        font-weight: 700;
        color: var(--main-color);
        text-transform: uppercase;
    }
}

.navbar-toggler {
    cursor: pointer;
    outline: 0;
}

.ham {
    transition: width 0.3s;
    background: #233F92;
}

.line1,
.line3 {
    width: 28px;
    height: 2px;
    margin: 6px;
    transition: 0.4s;

}

.change .line1 {
    transform: rotate(-45deg) translate(-3px, 2px);
}

.change .line3 {
    transform: rotate(45deg) translate(-3px, -2px);
}


.logo img {
    width: 180px;
    height: auto;

}

.header-logo {
    position: relative;

}

.header-logo img {
    position: relative;
    width: 250px;
    height: auto;
    margin-left: 80px !important;
    margin-top: 30px;
}

.header-logo2 img {
    position: relative;
    width: 250px;
    height: auto;
    margin-left: 80px !important;
    margin-top: 30px;
}

.costum-navbar {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white !important;
    position: fixed;
}

.costum-navbar .menu-item {
    font-size: 13px;
    font-weight: 700;
    color: var(--main-color);
    text-transform: uppercase;
}

/* VIDEO HEADER HERO */

.hero {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image:
        radial-gradient(circle farthest-corner at top left, rgba(255, 255, 255, 1) 20%, rgba(35, 63, 146, .8) 33%, rgba(35, 63, 146, .8) 100%),
        url('../img/1x/bgwebsite.jpg');
    background-position: bottom center;
    background-size: cover;
    background-attachment: scroll;
}



video {
    width: 100%;
    height: 100vh;
    object-fit: cover;

}

header {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    color: white;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    z-index: 2;
    padding-top: 50px;
}

header h1 {
    max-width: 700px;
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 15px;
    margin-left: 100px;
    margin-top: 70px;
    text-shadow: 0px 3px 6px rgba(64, 64, 64, 0.74);
}

header h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin-left: 100px;
    max-width: 600px;
    text-shadow: 0px 3px 6px rgba(64, 64, 64, 0.74);
}

header h2.bold {
    font-size: 2em;
    font-weight: 700;
    margin-left: 100px;
    max-width: 600px;
}

.hero2 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image:
        radial-gradient(circle farthest-corner at top left, rgba(255, 255, 255, 1) 20%, rgba(35, 63, 146, .5) 33%, rgba(35, 63, 146, .1) 100%),
        url('../img/arreglos/arreglosbg.jpg');
    background-position: bottom center;
    background-size: cover;
    background-attachment: scroll;
}

.header-valentine {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100vh;
    color: white;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}



@media(max-width:725px) {
    .hero {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .hero2 {
        width: 100%;
        height: 80vh;
        overflow: hidden;
        background-image:
            radial-gradient(circle farthest-corner at top left, rgba(255, 255, 255, .5) 20%, rgba(255, 255, 255, .5) 33%, rgba(255, 255, 255, .5) 100%),
            url('../img/arreglos/arreglosbg.jpg');
        background-position: bottom center;
        background-size: cover;
        background-attachment: scroll;
    }

    .hero2 h1,
    .hero2 h2 {
        color: black;
    }

    video {
        width: 100%;
        height: 100vh;
        object-fit: cover;

    }

    header {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100vh;
        color: white;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        z-index: 2;
    }

    .header-valentine {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 80vh;
        color: white;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        z-index: 2;
    }

    .header-logo img {
        position: relative;
        width: 250px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .header-logo2 img {
        position: relative;
        width: 250px;
        height: auto;
        margin-left: 80px !important;
        margin-top: 10px;
    }

}

@media(max-height:700px) {

    .header-logo img {
        position: relative;
        width: 200px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    header h1 {
        max-width: 700px;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: 15px;
        margin-left: 100px;
        margin-top: 50px;
        text-shadow: 0px 3px 6px rgba(64, 64, 64, 0.74);
    }

    header h2 {
        font-size: 1.2em;
        font-weight: 300;
        margin-left: 100px;
        max-width: 600px;
        text-shadow: 0px 3px 6px rgba(64, 64, 64, 0.74);
    }

    header h2.bold {
        font-size: 1.4em;
        font-weight: 700;
        margin-left: 100px;
        max-width: 600px;
    }

}



header .hero__btn_play img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

header .hero__btn {
    background-color: #f36;
    color: white;
    padding: 13px 20px;
    border-radius: 6em;
    cursor: pointer;
    margin-top: 20px;
    font-size: 20px;
    margin-left: 100px;
}

@media (max-width:725px) {

    .hero {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-image:
            radial-gradient(circle farthest-corner at top left, rgba(255, 255, 255, 1) 0%, rgba(35, 63, 146, .8) 33%, rgba(35, 63, 146, .8) 100%),
            url('../img/1x/bgwebsite.jpg');
        background-position: bottom center;
        background-size: cover;
        background-attachment: scroll;
    }



    header h1 {
        max-width: 700px;
        font-size: 1.6em;
        font-weight: 500;
        margin-bottom: 15px;
        margin-left: 20px;
    }

    header h2 {
        font-size: 1em;
        font-weight: 300;
        margin-left: 20px;
        max-width: 600px;
    }

    header h2.bold {
        max-width: 700px;
        font-size: 1.6em;
        font-weight: 500;
        margin-bottom: 15px;
        margin-left: 20px;
    }


    header .hero__btn {
        background-color: #f36;
        color: white;
        padding: 13px 20px;
        border-radius: 6em;
        cursor: pointer;
        margin-top: 20px;
        font-size: 13px;
        margin-left: 10px;
    }

}


/* services */
.section-cards {
    position: absolute;
    left: 10px;
    bottom: -20%;
    z-index: 77;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding: 40px 0;
}

.card-intro {
    height: 200px;
    width: 350px;
    background-color: blue;
    margin: 0 !important;
}

.section-info {
    padding: 200px 0;
}

@media(max-width:725px) {
    .section-info {
        padding: 50px 0;
    }


}

.section-titles {
    display: flex;
    justify-content: center;
}

.section-titles-2 {
    display: flex;
    justify-content: flex-start;

}

.section-title-titles {
    margin-left: 20px;
}

.section-title-titles h3 {
    font-size: 39px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-color);
}

.section-title-titles h4 {
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--main-color);
}

.contact-section {
    position: relative;
    width: 100%;
    padding: 100px;
    background-image:
        linear-gradient(to bottom, rgba(1, 62, 131, 0.7), rgba(1, 62, 131, 0.7)),
        url('../img/boda.jpg');
    background-position: bottom center;
    background-size: cover;
}

.info-tel {
    display: flex;
    align-items: center;
}

.info-tel svg {
    width: 50px;
    fill: white;
    margin-right: 20px;
}

.info-tel p {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.contact-info h5 {
    color: white;
    font-size: 40px;
    font-weight: 400;
}


.contact-info h4 {
    font-weight: 700;
    color: white;
    font-size: 40px;
}

#contacto input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 100% !important;
    padding: 13px 15px;
    margin: 10px 0;
    outline: none;
    border: none;
    background-color: white;
    border-radius: 20px;
}

#contacto input[type=submit] {
    font-weight: 800;
    width: 100% !important;
    padding: 10px 10px;
    border-radius: 10px;
    outline: none;
    border: none;
    background-color: white;
    color: var(--main-color);
}

#contacto ::placeholder {
    color: var(--main-color);
    font-size: 1em;
    font-weight: 600;
}

#contacto textarea {
    width: 100% !important;
    padding: 13px 15px;
    margin: 10px 0;
    outline: none;
    border: none;
    background-color: white;
    border-radius: 20px;

}

@media(max-width:725px) {
    .section-title-titles h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--main-color);
    }

    .section-title-titles h4 {
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        color: var(--main-color);
    }

    .contact-section {
        position: relative;
        width: 100%;
        padding: 60px 0;
        background-image:
            linear-gradient(to bottom, rgba(1, 62, 131, 0.7), rgba(1, 62, 131, 0.7)),
            url('../img/1x/contact.jpg');
        background-position: bottom center;
        background-size: cover;
    }

    .info-tel {
        display: flex;
        align-items: center;
    }

    .info-tel svg {
        width: 35px;
        fill: white;
        margin-right: 20px;
    }

    .info-tel p {
        color: white;
        font-size: 18px;
        font-weight: 400;
    }

    .contact-info h5 {
        color: white;
        font-size: 20px;
        font-weight: 400;
    }


    .contact-info h4 {
        font-weight: 700;
        color: white;
        font-size: 40px;
    }

}

/* Style 9
   ----------------------------- */



.main .container-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 8vw);
    grid-gap: 15px;
}

.main .container-grid-2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 200px);
    grid-gap: 15px;
}

.main .container-grid-3 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(3, 8vw);
    grid-gap: 15px;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border: none;

}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    height: 500px !important;


}

.main .card-image img {
    width: 100%;
    object-fit: cover !important;
}

.gallery__item--1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    /** Alternative Syntax **/
    /* grid-column: 1 / span 2;  */
    /* grid-row: 1 / span 2; */
}

.gallery__item--2 {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;

    /** Alternative Syntax **/
    /* grid-column: 3 / span 2;  */
    /* grid-row: 1 / span 2; */
}

.gallery__item--3 {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 1;

    /** Alternative Syntax **/
    /* grid-column: 5 / span 4;
    grid-row: 1 / span 5; */
}

.gallery__item--4 {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 2;


    /** Alternative Syntax **/
    /* grid-column: 1 / span 4;  */
    /* grid-row: 3 / span 3; */
}

.gallery__item--5 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 3;

    /** Alternative Syntax **/
    /* grid-column: 1 / span 4; */
    /* grid-row: 6 / span 3; */
}

.gallery__item--6 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;

    /** Alternative Syntax **/
    /* grid-column: 5 / span 4; */
    /* grid-row: 6 / span 3; */
}

.gallery__item--7 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 3;

    /** Alternative Syntax **/
    /* grid-column: 5 / span 4; */
    /* grid-row: 6 / span 3; */
}

.gallery__item--8 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 4;
    /** Alternative Syntax **/
    /* grid-column: 5 / span 4; */
    /* grid-row: 6 / span 3; */
}

.main-boton {
    margin-top: 90px !important;
    background-color: var(--main-color);
    color: white;
    font-size: 30px;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;

}

.main-boton:hover {
    transition: .3s;
    color: #ccc;
    text-decoration: none;

}


.main-boton-white {
    margin-top: 90px !important;
    background-color: white;
    color: var(--main-color);
    font-size: 30px;
    padding: 10px 30px;
    border-radius: 10px;

}

.main-boton-white:hover {
    transition: .3s;
    color: var(--main-color);
    text-decoration: none;

}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:725px) {
    .main .container-grid {
        display: grid;
        grid-template-columns: repeat(11, 1fr);
        grid-template-rows: repeat(5, 100px);
        grid-gap: 15px;
    }

    .gallery__item--1 {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 1;
        grid-row-end: 3;
        /** Alternative Syntax **/
        /* grid-column: 1 / span 2;  */
        /* grid-row: 1 / span 2; */
    }

    .gallery__item--2 {
        grid-column-start: 6;
        grid-column-end: 12;
        grid-row-start: 1;
        grid-row-end: 3;

        /** Alternative Syntax **/
        /* grid-column: 3 / span 2;  */
        /* grid-row: 1 / span 2; */
    }

    .gallery__item--3 {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 3;
        grid-row-end: 3;

        /** Alternative Syntax **/
        /* grid-column: 5 / span 4;
        grid-row: 1 / span 5; */
    }

    .gallery__item--4 {
        grid-column-start: 6;
        grid-column-end: 12;
        grid-row-start: 3;
        grid-row-end: 5;
        /** Alternative Syntax **/
        /* grid-column: 1 / span 4;  */
        /* grid-row: 3 / span 3; */
    }

    .gallery__item--5 {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 4;
        grid-row-end: 4;

        /** Alternative Syntax **/
        /* grid-column: 1 / span 4; */
        /* grid-row: 6 / span 3; */
    }

    .gallery__item--6 {
        grid-column-start: 6;
        grid-column-end: 12;
        grid-row-start: 5;
        grid-row-end: 6;


        /** Alternative Syntax **/
        /* grid-column: 5 / span 4; */
        /* grid-row: 6 / span 3; */
    }

    .gallery__item--7 {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 5;
        grid-row-end: 6;

        /** Alternative Syntax **/
        /* grid-column: 5 / span 4; */
        /* grid-row: 6 / span 3; */
    }

    .gallery__item--8 {
        grid-column-start: 1;
        grid-column-end: 6;
        grid-row-start: 4;
        grid-row-end: 5;
        /** Alternative Syntax **/
        /* grid-column: 5 / span 4; */
        /* grid-row: 6 / span 3; */
    }

    .main .container-grid-2 {
        display: grid;
        grid-template-columns: repeat(11, 1fr);
        grid-template-rows: repeat(2, 80px);
        grid-gap: 15px;
    }

    .main .container-grid-3 {
        display: grid;
        grid-template-columns: repeat(11, 1fr);
        grid-template-rows: repeat(4, 80px);
        grid-gap: 15px;
    }


}


.blue-bg {
    background-image:
        linear-gradient(to bottom, rgba(1, 62, 131, 0.7), rgba(1, 62, 131, 0.7)),
        url('../img/1x/back-80.jpg');
    background-position: bottom center;
    background-size: cover;
    background-attachment: scroll;
}


.service-title {
    display: flex;
    justify-content: center;
    align-items: center;
}




#title {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

#title,
#desc {
    color: #252a32;
    font-family: sans-serif;
}

.particletext {
    position: relative;
    color: transparent;
    font-size: 30px;
    font-weight: 800;
    background-color: var(--main-color) !important;
    background-position: 50% 50%;
    background: url(https://i.imgur.com/OLQtRxV.png) repeat-y;
    -webkit-background-clip: text;
    animation: slide 2s linear infinite;
}

@keyframes slide {
    0% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 60% 100%;
    }
}

.section-2 {
    margin: 70px 0;
    background-color: #F9F8F7;
}


.footer {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: white;
    height: 500px;
}

.footer h4,
.footer h5,
.footer p,
.footer svg {
    color: var(--main-color) !important;
    fill: var(--main-color) !important;

}

.footer h4 {
    font-size: 20px !important;
}

.footer h5 {
    font-size: 20px !important;
}

.footer svg {
    width: 40px !important;
}


.first-section-class {
    position: relative;
    top: 50%;
    background-color: white;
    height: 900px;
    z-index: 6;
}

.first-section-class .cartica {
    position: absolute;
    top: -10%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: auto;

}

.card-services {
    height: 100%;
    width: 100%;
    margin: 0 !important;
    height: 400px;
}

.card-services-body {
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.card-services .card-services-body img {
    width: 90px;
    margin: 0;
    padding: 0;
    text-align: left;

}


.card-services-body p {
    color: white;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.card-services-body p:nth-child(3) {
    color: white;
    font-size: 15px;
}

.card-services.card-2 .card-services-body p {
    color: var(--main-color) !important;
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}

.card-services.card-2 .card-services-body p:nth-child(3) {
    color: var(--main-color) !important;
    font-size: 15px;
    margin: 0;
    padding: 0;
}


.card-services.card-1 {
    background-image:
        linear-gradient(to bottom, rgba(1, 62, 131, 0.8), rgba(1, 62, 131, 0.8)),
        url('../img/1x/card1-80.jpg');
    background-position: bottom center;
    background-size: cover;

}

.card-services.card-2 {
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        url('../img/mesoneros/2.jpeg');
    background-position: bottom center;
    background-size: cover;

}

.card-services.card-3 {
    background-image:
        linear-gradient(to bottom, rgba(1, 62, 131, 0.8), rgba(1, 62, 131, 0.8)),
        url('../img/chef/2.jpeg');
    background-position: top center;
    background-size: cover;

}

.card-services.card-bg-4 {
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        url('../img/bartender/2.jpeg');
    background-position: center center;
    background-size: cover;
}

.card-services.card-bg-5 {
    background-image:
        linear-gradient(to bottom, rgba(1, 62, 131, 0.8), rgba(1, 62, 131, 0.8)),
        url('../img/globos/2.jpeg');
    background-position: center center;
    background-size: cover;
}

.card-services.card-bg-6 {
    background-image:
        linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
        url('../img/detalles/2.jpeg');
    background-position: center center;
    background-size: cover;
}






/* ARREGLOS FLORALES */
.card-services.card-7 {
    background-image: url('../img/arreglos/bouquet-roses.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

}

.card-services.card-8 {
    background-image:

        url('../img/arreglos/cristal-box.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

}

.card-services.card-9 {
    background-image:

        url('../img/arreglos/Love.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;

}

.card-services.card-bg-10 {
    background-image:

        url('../img/arreglos/roses-heart.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.card-services.card-bg-11 {
    background-image:

        url('../img/arreglos/switcase-of-love.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.card-services.card-bg-12 {
    background-image:

        url('../img/arreglos/you-are-my-person.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media(max-width:725px) {


    .first-section-class {
        position: relative;
        background-color: white;
        height: 300px;
        z-index: 6;
    }

    .first-section-class .cartica {
        position: absolute;
        top: -10%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: auto;

    }

    .card-services {
        height: 100%;
        width: 100%;
        margin: 0 !important;
        height: 100px;
    }

    .card-services-body {
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

    .card-services .card-services-body img {
        width: 10px;
        margin: 0;
        padding: 0;
        text-align: left;

    }

    .card-services-body p {
        color: white;
        font-weight: 600;
        font-size: 8px;
        margin: 0;
    }

    .card-services-body p:nth-child(3) {
        color: white;
        font-size: 6px;
    }

    .card-services.card-2 .card-services-body p {
        color: var(--main-color) !important;
        font-weight: 600;
        font-size: 8px;
        margin: 0;
    }

    .card-services.card-2 .card-services-body p:nth-child(3) {
        color: var(--main-color) !important;
        font-size: 6px;
        margin: 0;
        padding: 0;
    }

    .card-services:nth-child(2) {
        font-size: 6px;

    }


}


/* whatsapp */

.whats-float {
    position: fixed;
    transform: translate(108px, 0px);
    top: 25%;
    right: 0;
    width: 150px;
    overflow: hidden;
    background-color: #25d366;
    color: #FFF;
    border-radius: 4px 0 0 4px;
    z-index: 10;
    transition: all 0.5s ease-in-out;
    vertical-align: middle;
    padding: 10px 0;
}

.whats-float a span {
    color: white;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 10px;
    position: absolute;
    line-height: 16px;
    font-weight: bolder;
}

.whats-float i {
    font-size: 30px;
    color: white;
    line-height: 30px;
    padding: 10px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    text-align: center;

}

.whats-float:hover {
    color: #FFFFFF;
    transform: translate(0px, 0px);
}

.whats-float:hover i {
    transform: rotate(360deg);
}


.btn-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--main-color);
    fill: white;
    border: none;
}

.btn-top svg {
    width: 20px;
}

.sanvalentinbutton {
    background-color: #f36;
    padding: 10px 14px;
    border-radius: 100px;
    color: white;
}

@media(max-width:800px) {
    .sanvalentinbutton {
        background-color: #f36;
        font-size: 12px;
        padding: 8px 11px;
        border-radius: 100px;
        color: white;
    }
}

.navbar {
    background: white;
    padding: 20px 0;
}

.nav-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: black;
    font-size: 11px;
    text-transform: capitalize !important;
    font-weight: 600;
}

.navbar img{
    width: 80px;
    height: auto;
    margin-right: 8px;
}

@media (max-width: 800px){
    .nav-item span{
        display: none;
    }
    .navbar img{
        width: 80px;
        height: auto;
        margin-left: 8px;
    }
}

.flower-container{
    background: linear-gradient(rgba(255, 51, 102, .5), rgba(255, 51, 102, .5)), url('../img/flowers.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    padding: 100px 0;
}
.flower-container h3{
   text-align: center;
   color: white;
   font-weight: bold;
   font-size: 50px;
}
.flower-container a{
    background-color: white;
    border-radius: 100px;
    text-align: center;
    color: #f36;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
 }

 @media (max-width: 800px){
    .flower-container h3{
        text-align: center;
        color: white;
        font-weight: bold;
        font-size: 20px;
     }
     .flower-container a{
        margin: 0;
         background-color: white;
         border-radius: 100px;
         text-align: center;
         color: #f36;
         font-weight: bold;
         font-size: 13px;
         text-align: center;
      }
 }
 #demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}



.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}

img.zoom {
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
img.zoom:hover {
   transform: scale(1);
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}