@font-face {
    font-family: Poppins;
    src: url(../font/Poppins-Regular.ttf);
}

* {
    font-family: Poppins;
}

/* header css start  */

.top-bar {
    border-top: 3px solid #b82164;
}

.pink {
    background-color: #b82164 !important;
}

.pink-btn {
    background-color: #EC2D67 !important;
}

.pink-span {
    color: #EC2D67;
}

:root {
    --theme-color: #b82164
}

.light-blue {
    background-color: #6d85bd;
}

.black {
    background-color: #222222;
}

.light-black {
    background-color: #343434;
}

.w-80 {
    width: 80px;
}

.main-title {
    font-size: 26px;
    font-weight: 700;
    color: white;
    font-family: 'Nunito', sans-serif;
}

.contact_hov:hover {
    color: #bebebe !important;
}

.neon {
    padding: 8px 8px;
    color: black;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    transition: 0.5s;
    background: #ffffff;
    border-radius: 5px;
    font-weight: bolder;
}

.neon:hover {
    color: #ffffff;
    background: #b82164 !important;
    border-color: #b82164 !important;
    transition-delay: 0.1s;
}

.facebook_hov:hover {
    color: #0154f7 !important;
}

.youtube_hov:hover {
    color: #FF0000 !important;
}

.twitter_hov:hover {
    color: #1DA1F2 !important;
}

.linkedin_hov:hover {
    color: #0A66C2 !important;
}

.instagram_hov:hover {
    color: #5851DB !important;
}

/* header css end  */

/* index css start  */

/* Register button  */

/* about us section css start  */

#about-us {
    background-color: rgba(255, 255, 255, 0.5);
    background-color: #FFF6F6;
}

#about-us h2 {
    text-align: center;
    color: #ec2d67;
    font-weight: bold;
}

.about-us h1 {
    font-size: 40px;
}

#about-us img {
    border-radius: 10px;
}

/* about us section css end   */

.main {
    position: relative;
    background: url(../images/hero-bg-1.avif) no-repeat center center;
    background-size: cover;
}

.img-overlay-main {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.274);
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.img-overlay-main-1 {
    position: absolute;
    background-color: #ffdfdf85;
    content: "";
    top: 0;
    left: -65px;
    height: 100%;
    width: 50%;
    z-index: 1;
    transform: skew(-15deg);
}

.after-title {
    position: relative;
    font-size: 20px;
}

.about-us .div-1 {
    position: relative;
}

.about-img {
    position: absolute;
    top: 0;
}

.about-us .bord {
    border: 3px solid black;
}

.after-title:before {
    background-color: #e8e8eb;
    height: 1px;
    width: 100%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: auto;
}

.after-title:after {
    background-color: #EC2D67;
    bottom: -2px;
    height: 5px;
    width: 70px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: auto;
}

.media .media-inn i {
    color: #EC2D67;
}

.book-btn {
    /* color: white;
    display: inline-block;
    border: 1px dashed white;
    background-color: #151515; */
    align-items: center;
    background-image: linear-gradient(144deg, #ec2d67, #99b8ff 50%, #b82164);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.book-btn span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.book-btn:hover span {
    background: none;
    color: #343434;
    font-weight: bold;
}

.main-div {
    height: 500px;
    position: relative;
    z-index: 2;
}

.main-bg-img {
    height: 800px;
    object-fit: cover;
    opacity: 0.5;
}

.main-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.main-btns {
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff !important;
    border-radius: 30px !important;
    /* background-color: none !important; */
    font-size: 14px;
    letter-spacing: 1px;
    color: #fefefe;
    font-weight: 700;
    transition: .5s;
    z-index: 0;
}

.main h1 {
    font-size: 44px;
}

.main ul {
    list-style-type: none;
    padding: 0;
}

.main li {
    /* background-color: #f7f7f7; */
    border-radius: 8px;
    font-size: 26px;
    color: #ffffff;
    transition: all 0.5s;
}

.is-btn {
    display: inline-block;
    border-radius: 4px;
    /* background-color: #EC2D67; */
    border: 1px solid white;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    padding: 16px;
    width: 220px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.is-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.is-btn span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
}

.is-btn:hover span {
    padding-right: 15px;
}

.is-btn:hover span:after {
    opacity: 1;
    right: 0;
}

.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url(../images/cta-bg-3.jpg) fixed center center;
    background-size: cover;
}

.cta h1 {
    font-size: 40px;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta .cta-btn:hover {
    background: #EC2D67;
    border-color: #EC2D67;
    color: #151515;
}

.cta .cta-btn {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 4px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}

@media (max-width: 576px) {

    .main h1 {
        font-size: 30px;
    }

    .img-overlay-main-1 {
        position: absolute;
        background-color: #ffdfdf85;
        content: "";
        top: 0;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 1;
        transform: skew(0deg);
    }

    .about-us h1,
    .cta h1 {
        font-size: 28px;
    }

    .main h1 {
        font-size: 30px !important;
    }

}

@media (min-width:577px) and (max-width: 768px) {

    .img-overlay-main-1 {
        position: absolute;
        background-color: #ffdfdf85;
        content: "";
        top: 0;
        left: -65px;
        height: 100%;
        width: 55%;
        z-index: 1;

    }

    .about-us h1,
    .cta h1 {
        font-size: 30px;
    }

}

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

    .res_mob {
        font-size: 16px;
        width: 175px;
    }

    .main-bg-img {
        height: 450px;
        object-fit: cover;
        opacity: 0.5;
    }

    .main h1 {
        font-size: 38px;
    }

}

@media only screen and (max-width: 992px) {
    .foot-ohio {
        border-right: 0 !important;
    }
}

.section-title p {
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #151515;
}

.icon-box {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 50px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

.icon-box .icon {
    margin: 0 auto;
    width: 64px;
    height: 64px;
    /* background: #EC2D67; */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
}

.icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.icon-box:hover {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 40px 20px;
    transition: all ease-in-out 0.3s;
    background: #fff;
}

.icon-box p:hover {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.icon-box h4 a {
    color: #151515;
    transition: ease-in-out 0.3s;
}

.icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}

.icon-box h4 a {
    text-decoration: none;
}

.icon-box h4 a:hover {
    color: #EC2D67;
}

.testimonial-img {
    width: 90px;
    border-radius: 50px;
    margin-right: 15px;
}

.icon-box .icon i {
    color: #ffffff;
    font-size: 40px;
    transition: ease-in-out 0.3s;
    position: relative;
}

/* testimonial css start  */

.testimonial {
    background-color: #FFF6F6;
}

.testi-box {
    position: relative;
    z-index: 2;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.testi-box_img {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}

.testi-box_img img {
    max-width: 140px;
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #b82164;
    border-radius: 50%;
}

.testi-box_img .play-btn {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 15px);
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.testi-box_img .play-btn:before,
.testi-box_img .play-btn:after {
    background-color: #b82164;
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.testi-box_img .play-btn i {
    --icon-size: 30px;
    font-size: 18px;
    background-color: #b82164;
    color: #ffffff;
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 56px);
    height: var(--icon-size, 56px);
    line-height: var(--icon-size, 56px);
    text-align: center;
    background-color: #ffffff;
    color: #b82164;
    font-size: var(--icon-font-size, 1.4em);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.testi-box_content {
    padding: 30px;
    position: relative;
    -webkit-filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
    filter: drop-shadow(0px 6px 15px rgba(191, 191, 191, 0.1));
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), color-stop(50%, var(--white-color)));
    background-image: linear-gradient(to bottom, #b82164, #ffffff 50%);
    z-index: 2;
    border-radius: 20px;

}

.testi-box_content:before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #ffffff;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
}

.testi-box_text {
    margin-bottom: 18px;
    margin-top: -0.5em;
    font-style: italic;
}

.testi-box_content:before {
    content: "";
    position: absolute;
    inset: 1px;
    background-color: #ffffff;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
}

.testi-box_desig {
    margin-bottom: -0.5em;
    display: block;
    color: #b82164;
}

.testi-box_content:after {
    content: url("data:image/svg+xml,%3Csvg width='75' height='23' viewBox='0 0 75 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.9937 11.0964L36.3597 1.39913C36.9599 0.608889 38.1483 0.608887 38.7486 1.39913L46.1146 11.0963C49.9909 16.1995 56.0306 19.1963 62.4391 19.1963H74.3326V21.6934H0.900391V19.1963H12.6692C19.0776 19.1963 25.1174 16.1995 28.9937 11.0964Z' fill='white' stroke='url(%23paint0_linear_348_82)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_348_82' x1='37.6165' y1='-1' x2='37.6165' y2='22.1934' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23b82164'/%3E%3Cstop offset='0.890779' stop-color='%23b82164'/%3E%3Cstop offset='0.890947' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    position: absolute;
    left: calc(50% - 37.5px);
    bottom: calc(100% - 4px);
    height: 23px;
    width: 75px;
}

.testi-box:hover {
    color: #191825;
}

.testimonial .title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #151515;
}

/* testimonial css end  */

/* .features css start  */

.features {
    background-color: #FFF6F6;
}

.feature-title {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #151515;
}

.icon-box {
    padding: 40px 20px !important;
}

.bor-round {
    border-radius: 5%;
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.bor-round:hover {
    box-shadow: none;
    border: 1px solid black;
}

.features .icon {
    position: relative;
    z-index: 1;
}

.features .icon::before {
    content: "";
    position: absolute;
    z-index: 0;
    background: #EC2D67;
    width: 84px;
    height: 84px;
    -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

/* .features css end */

/* cta-2 css start  */

.cta .pledge {
    letter-spacing: 1px;
    /* color: rgb(255, 0, 153); */
    color: #99b8ff;
    /* color: #EC2D67; */
}

/* cta-2 css end  */
/* index css end  */


/* 404 page css start  */

.error img {
    border-radius: 10px;
    border: 1px solid #b82164;
}

/* 404 page css end  */


/* footer css start  */

.abb-footer {
    color: white;
}

.abb-footer a {
    color: white !important;
    text-decoration: underline;
}

.abb-footer a:hover {
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: underline;
}

.ad-sub-footer {
    border-top: 3px solid #b82164;
}

.ad-sub-footer p {
    margin-bottom: 0;
}

.foot-ohio {
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.under {
    position: relative;
}

.grey-span {
    color: #ffffff80 !important;
}

.foot-ul li a {
    color: #ffffff80 !important;
    text-decoration: none;
}

.grey-foot a {
    color: #ffffff80 !important;
}

.under::after {

    content: "";
    height: 3px;
    width: 100%;
    background-color: var(--border-color);
    position: absolute;
    bottom: -5px;
    left: 0;

    border-radius: 10px;
    height: 3px;
    width: 112px;
    background-color: transparent;
    background-image: linear-gradient(to right, var(--theme-color) 0, var(--theme-color) 80px, transparent 80px, transparent 85px,
            var(--theme-color) 85px, var(--theme-color) 100px, transparent 100px, transparent 105px, var(--theme-color) 105px, var(--theme-color) 112px);
}

.foot-title {
    font-size: 18px;
    font-weight: 700;
    color: white;
    font-family: 'Nunito', sans-serif;
}

.foot-icon {
    color: #b82164;
    border: 1px solid #b82164;
    border-radius: 50%;
}

.w-70 {
    width: 70px;
}

/* footer css end  */