h1,
h2,
h3,
h4,
h5,
h6 {
    color: #f37e81;
}

.event-section h2 {
    color: #f37e81;
}

.flower-fixed-body-s2:before {

    background: url('../images/red-flower.png') center center / 100% no-repeat local;
    opacity: .4;
}
.mb-1{
    margin-bottom: 1rem;    
}
.pb-0{
    padding-bottom: 0;
}
.pt-0{
    padding-top: 0;
}
.mt-0{
    margin-top: 0 !important;
}
.flower-fixed-body-s2:after {
    background: url('../images/red-flower4.png') center center / 100% no-repeat local;
    opacity: .4;
}

.gallery-section .video-play-btn i {
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-size: 20px;
    font-size: 1.33333rem;
    background: #f37e81;
    border: 3px solid #f37e81;
}

.footer-style-2 .about-widget form .submit button {
    color: #f37e81;
}

.custom-btn {
    width: 200px;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;

    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}

/* 7 */
.btn-7 {
    background: linear-gradient(0deg, #f8b4b7 0%, #f37e81 100%);
    line-height: 50px;
    padding: 0;
    border: none;
}

.btn-7 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.btn-7:before,
.btn-7:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #f37e81;
    box-shadow:
        -7px -7px 20px 0px rgba(255, 255, 255, .9),
        -4px -4px 5px 0px rgba(255, 255, 255, .9),
        7px 7px 20px 0px rgba(0, 0, 0, .2),
        4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.btn-7:before {
    height: 0%;
    width: 2px;
}

.btn-7:after {
    width: 0%;
    height: 2px;
}

.btn-7:hover {
    color: #f37e81;
    background: transparent;
}

.btn-7:hover:before {
    height: 100%;
}

.btn-7:hover:after {
    width: 100%;
}

.btn-7 span:before,
.btn-7 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #f37e81;
    box-shadow:
        -7px -7px 20px 0px rgba(255, 255, 255, .9),
        -4px -4px 5px 0px rgba(255, 255, 255, .9),
        7px 7px 20px 0px rgba(0, 0, 0, .2),
        4px 4px 5px 0px rgba(0, 0, 0, .3);
    transition: all 0.3s ease;
}

.btn-7 span:before {
    width: 2px;
    height: 0%;
}

.btn-7 span:after {
    height: 2px;
    width: 0%;
}

.btn-7 span:hover:before {
    height: 100%;
}

.btn-7 span:hover:after {
    width: 100%;
}

.btn-11 {
    border: none;
    background: rgb(251, 33, 117);
    background: linear-gradient(0deg, rgba(251, 33, 117, 1) 0%, rgba(234, 76, 137, 1) 100%);
    color: #fff;
    overflow: hidden;
}

.btn-11:hover {
    text-decoration: none;
    color: #fff;
}

.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

.btn-11:hover {
    opacity: .7;
}

.btn-11:active {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .3),
        -4px -4px 6px 0 rgba(116, 125, 136, .2),
        inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
        inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}


.theme-btn,
.theme-btn-s3,
.theme-btn-s4 {
    background-color: #f37e81;
}

.theme-btn-s4 {
    background-color: #fff;
    color: #202a41;
}

.video-player {
    width: 100%;
    height: auto;
}

.a-cel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.item:nth-child(-n+3) {
    order: 1;
}

.item:nth-child(n+4) {
    order: 2;
}

.event-section .top-area:before {
    content: "";
    background: -webkit-linear-gradient(top, #f7f3f3 30%, transparent);
    background: -moz-linear-gradient(top, #f7f3f3 30%, transparent);
    background: -o-linear-gradient(top, #f7f3f3 30%, transparent);
    background: -ms-linear-gradient(top, #f7f3f3 30%, transparent);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f7f3f3), to(transparent));
    background: linear-gradient(top, #f7f3f3 30%, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-style-2 {
    background-color: #f7f3f3;
}

.footer-style-2 p,
.footer-style-2 li {
    color: #797979;
}

.footer-style-2 .widget-title h3 {

    color: #f37e81;
}

.footer-style-2 .link-widget ul a {
    color: #797979;
}

.footer-style-2 .about-widget h4 {

    color: #f37e81;
}

.text-black {
    color: #fff;
    font-family: "FontAwesome";
    font-size: 4rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

.a-ban-text {
    background-color: rgba(0, 0, 0, 0.45);
    padding: 15px;
    border-radius: 2px;
    max-width: 900px;
    display: flex;
    justify-self: center;
    border: thick double #f37e81;

}

.a-ban-text2 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 15px;
    border-radius: 2px;
    max-width: 500px;
    display: flex;
    justify-self: center;
    border: thick double #f37e81;
}

.footer-style-2 .lower-footer .copyright a {
    color: #797979;
}

.footer-style-2 .lower-footer .social-icons ul a {
    color: #797979;
}

.footer-style-2 .lower-footer .social-icons ul>li+li:before {
    background: #202a41;
}
  .floating_btn {
    position: fixed;
    bottom: 70px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsings 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
.floating_btns {
    position: fixed;
    bottom: 150px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsings {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icons {
    background-color: #db4242;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #db4242;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
@media only screen and (max-width: 767px) {

    /* .a-ban-text2{
        flex-direction: column;
    }
    .a-ban-text2 img{
        width: 100%;
    } */
    .site-header .navbar-header button {
        background-color: #f37e81;
    }
    .hero-style-1 h2, .hero-style-4 h2, .static-hero h2, .static-hero-s2 h2, .static-hero-s3 h2, .static-hero-s4 h2 {
       
        line-height: 70px;
    }
    .a-ban-text {
        background-color: rgba(0, 0, 0, 0.45);
        padding: 15px;
        border-radius: 2px;
        max-width: 911px;
        display: flex;
        justify-self: center;
        width: 350px;
    }

    .text-black {
        font-size: 24px;
    }

    .a-ban-text2 {
        font-size: 15px;
    }

    .section-title-s2 h2 {
        font-size: 22px;
        font-size: 1.46667rem;
        margin-top: 20px;
        text-align: center;
    }

    .about-area .btns {
        justify-content: center;
        display: flex;
        gap: 15px;
    }

    .event-section h2 {
        font-size: 38px;
        font-size: 30px;
        line-height: 43px;
    }
}