<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* compnent*/
@import url(font.css);
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;700;800&amp;display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Mukta', sans-serif;
    margin-bottom: 0 !important;
}

p,
a,
ul,
li,
span {
    font-family: 'Mukta', sans-serif;
}

p,
span {
    font-weight: 300;
}

p {
    margin-bottom: 0 !important;
}

/* comman class */

section {
    padding: 80px 0;
}

.pink-button:hover {
    background: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 5px;
    color: #fff;
}

.pink-button {
    background: #FF5858;
    border: 1px solid #FF5858;
    border-radius: 5px;
    text-decoration: none;
    padding: 10px 37px;
    color: #fff;
}

.all-heading {
    font-style: italic;
    font-weight: 500;
    font-size: 82px;
    line-height: 77px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.w-90 {
    width: 90% !important;
}

.connect-2 {
    display: none;
}

.main-heading {
    font-style: italic;
    font-weight: 500;
    font-size: 62px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    font-family: 'Gotham';
    line-height: 1.1;
    margin-bottom: 10px !important;
}

.desc {
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #FFFFFF;
}

/* comman class end*/











/* =============header   start============ */

header {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 20px 0;
    z-index: 1;
}

.main-logo {
    width: 30%;
}

.main-logo img {
    width: 200px;
}

.connect {
    display: flex;
    justify-content: end;
    width: 50%;
    align-items: center;
}

.connect a {
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    text-transform: lowercase;
    color: #FF5858;
    text-decoration: none;
}

.connect p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #B3B3B3;
    text-transform: capitalize;
}
.stores {
    border: 1px solid #6D7488;
    border-radius: 22px;
    padding: 8px 30px;
}

.stores {
    border: 1px solid #6D7488;
    border-radius: 22px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.stores .fa-apple {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.stores .fa-google-play {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.stores h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    color: #FFFFFF;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* toggle menu css *****/
.menutoggle {
    overflow: hidden;
    background: #fff;
    width: 55px;
    border-radius: 50%;
}

.sectionOne {
    background: #bdc3c7;
}

.box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    border: 10px solid #ffffff;
    box-sizing: border-box;
}



.one {
    margin: 0 auto;
    padding: 15px 25px;
    width: 50vw;
}
.stores {
    display: none !important;
}

/*hamburger menu*/
.hamburger-menu {
    z-index: 2;
    position: relative;
    right: -13px;
    width: 28px;
    height: 52px;
    cursor: pointer;
}

.bar,
.bar:after,
.bar:before {
    width: 28px;
    height: 2px;
}

.bar {
    position: relative;
    transform: translateY(25px);
    background: #000;
    transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    background: #000;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #000;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    background: #fff;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    ;
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    background: #fff;
}

/*nav menu*/
.show {
    left: 0%;
    opacity: 1;
}

.hide {
    opacity: 0;
    left: 0;
}
.inner-nav {
    width: 90%;
    margin: auto;
    padding-top: 30px;
    height: 100vh;
}

.menu-logo img {
    width: 150px;
    margin-left:40px;
}
.menu-logo {
    text-align: center !important;
}
.menus {
    width: 100%;
}

.menus img {
    position: absolute;
    width: 100px;
    left: 0;
    bottom: 0;
}

.social-right {
    width: 100%;
    margin-top: 1rem;
}

.social_media {
    display: grid;
    /* grid-row-gap: 17px; */
    margin-top: 10px;
    padding-left: 0;
}

.address h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.address p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.social-right p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #FFFFFF;
}

.inner-main {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 2rem;
	text-align: center;
}



.mobile-nav ul {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    list-style: none;
    width: 100%;
}

.mobile-nav a {
    color: #ffffff;
    font-size: 35px;
    text-decoration: none;
    text-transform: uppercase;
}

.mobile-nav a:hover {
    color: #FF5858;
}






/*============= banner start here=========*/

#animas-banner {
    padding-top: 180px;
    position: relative;
    padding-bottom: 0;
    background-image: url(../img/banner-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

#animas-banner h2 {
    font-weight: 400;
    font-size: 52px;
    color: #FFFFFF;
}

#animas-banner h1 {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 500;
    font-size: 70px;
    letter-spacing: -0.01em;
    color: #FF5858;
}

#animas-banner h1 span {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    color: #FFFFFF;
/*     text-decoration: wavy;
    text-decoration-color: #ff5858 !important;
    text-decoration: line-through wavy 4px; */
	position:relative;
    line-height: 1;
}
#animas-banner h1 span:after {
    content: "";
    position: absolute;
    background-image: url(http://animusdating.com/wp-content/uploads/2023/04/line-text.png);
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    left: 50%;
    top: 50%;
    background-size: 100%;
    transform: translate(-50%, -50%);
}
/* #animas-banner h1 span {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    font-size: 52px;
    color: #FFFFFF;
    text-decoration: wavy;
    text-decoration-color: #ff5858 !important;
    text-decoration: underline wavy 4px;
    line-height: 1;
} */

.comma {
    text-decoration: none !important;
}

#animas-banner p {
    margin-bottom: 3rem !important;
}

.banner-right {
    margin-top: -5rem;
}

.banner-SM {
    display: grid;
    grid-row-gap: 8px;
    margin-top: 70px;
    padding-left: 40px;
}



/*======= meeting sec =======*/
#meeting-sec {
    position: relative;
    background-image: url(../img/noise.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding-top: 0;
}

.meet-people {
    background: linear-gradient(180deg, #2B2C30 0%, #151618 100%);
    border: 1px solid #45474E;
    box-shadow: 0px 29px 47px rgba(0, 0, 0, 0.29);
    border-radius: 22px;
    width: 80% !important;
    margin: auto;
    padding: 30px 40px;
    margin-top: -80px !important;
}

.meet-people h5 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    position: relative;
}

#meeting-sec .right-group {
    position: absolute;
    right: 0;
    width: 70px;
    top: 70%;
}

.meet-people h5::before {
    content: "";
    background-image: url(../img/first-love.png);
    height: 60px;
    width: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    position: absolute;
}

.meet-people h5::after {
    content: "";
    background-image: url(../img/scnd-love.png);
    height: 70px;
    width: 60px;
    background-size: 60px;
    background-repeat: no-repeat;
    top: 0;
    left: auto;
    position: absolute;
    right: 0;
    transform: translate(0, 100%);
}

.meet-people .yellow {
    color: #FDBA55;
    font-weight: 500;
}

.meet-people .red {
    background: linear-gradient(to right, #FF5858 50%, #FF5858 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.animus-logo img {
    width: 30%;
    margin-top: 60px;
}

.left-group img {
    position: absolute;
    left: 0;
    transform: translate(-70%, 80%);
    top: 100%;
}

.left-group {
    position: relative;
}

/**** carousel ***/

/*gallery*/
.swiper-pagination-bullet {
    border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
    background: #1da1f2
}

img:not([draggable]),
embed,
object,
video {
    max-width: 100%;
    height: auto;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical&gt;.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow&gt;.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode&gt;.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}



.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}



.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical&gt;.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal&gt;.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical&gt;.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container&gt;canvas,
.swiper-zoom-container&gt;img,
.swiper-zoom-container&gt;svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal&gt;.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical&gt;.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

.swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.swiper-container {
    width: 100%;
    padding: 40px 0;
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
}

.two .swiper-slide {
    width: 300px;
}

.swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ee0f6f;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}

.slider-desc p {
    font-size: 18px;
}

.swiper-container {
    width: 95% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}

.group-img {
    position: relative;
}

.right-love-img {
    width: 100px;
    position: absolute;
    right: 0;
    top: 100%;
}




/****** how it works *****/
.comma:after{
display:none;
}

#how-it-works {
    position: relative;
    background-image: url(../img/how-works.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}
#how-it-works .main-heading {
    background: linear-gradient(195.72deg, #F98337 24.81%, #F26B42 78.13%);
    border-radius: 80px;
    padding: 20px 60px;
    display: inline-block;
    margin: auto;
    font-size: 50px;
    margin-bottom: 40px !important;
}
.sub-desc {
    font-weight: 400;
    font-size: 25px;
    text-align: center;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.7);
    line-height: 50px;
}

.border_right::after {
    content: "";
    position: absolute;
    border-right: 1px solid #BFBFBF;
    height: 100px;
    top: 0;
    right: 0;
    transform: translate(0, 100%);
    opacity: 0.3;
}

#how-it-works .col-lg-3:nth-last-child(1) .border_right:after {
    display: none;
}

.border_right {
    position: relative;
}

.heart {
    position: absolute;
    top: 20%;
}

.heart-2 {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.app-system img {
    height: 130px;
}

.app-system h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 37px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-top: 1.5rem;
}

.app-system p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
}


/***** take break sec  *****/

#take-break {
    position: relative;
    background-image: url(../img/noise.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

#take-break .main-inner img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.orange-rectangle {
    /* background: linear-gradient(195.72deg, #F98337 24.81%, #F26B42 78.13%); */
    background-image: url(../img/orange-rct.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 71px 71px 284px 284px;
    width: 90%;
    margin: auto !important;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#take-break .position-relative {
    z-index: 1;
    padding-bottom: 100px;
    padding-top: 50px;
}

.white-clr {
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    opacity: 0.99;
}

.main-inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
}

.main-inner img {
    border-radius: 20px;
}

.inner-item-header {
    position: relative;
}

.inner-item-header h5 {
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 500;
    font-size: 27px;
    line-height: 38px;
    color: #FFFFFF;
}

.main-inner h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 37px;
    letter-spacing: -0.03em;
    color: #000000;
    opacity: 0.8;
    margin-left: 30px;
    padding: 13px 0;
}



/****** matchmake sec css ******/

#matchmaker {
    background-image: url(../img/noise.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.kendall {
    display: flex;
    align-items: center;
    position: relative;
}

.rotating-circle-text {
    -webkit-animation: rotating var(--rotation-duration) linear infinite;
    -moz-animation: rotating (--rotation-duration) linear infinite;
    -ms-animation: rotating (--rotation-duration) linear infinite;
    -o-animation: rotating (--rotation-duration) linear infinite;
    animation: rotating (--rotation-duration) linear infinite;
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.wrapper {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-100%, 100%);
}

.invisble-crcl {
    visibility: hidden;
}

.overlay {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    pointer-events: none;
}

.text p span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0 var(--radius);
}

.matchmaker-brief {
    background: linear-gradient(180deg, #2B2C30 0%, #151618 100%);
    border: 1px solid #45474E;
    box-shadow: 0px 29px 47px rgba(0, 0, 0, 0.29);
    border-radius: 0 22px 22px 0px;
    padding: 30px 20px;
    width: 100%;
    position: relative;
    margin-left: -80px;
    padding-left: 100px;
    z-index: -1;
}

.matchmaker-brief h5 img {
    width: 40px;
    margin-top: -50px;
}

.master-last {
    position: relative;
}

.master-last img {
    position: absolute;
    top: 0;
    width: 70px !important;
    right: 0;
    transform: translateY(-80%);
}

.heart-3 {
    position: absolute;
    top: 50%;
}

.matchmaker-brief h5 {
    font-family: 'Gotham';
    font-style: italic;
    font-weight: 500;
    font-size: 42px;
    line-height: 77px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.kendall img {
    width: 30%;
}

.matchmaker-brief p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    color: #FFFFFF;
}

.matchmaker-brief span {
    color: #FA5151;
    font-weight: 600;
}


/******* love language sec css *****/
.bg-color {
    background-image: url(../img/noise.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
}

section#love-language {
    background-image: url(../img/love-language-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    border-radius: 544.5px 544.5px 0px 0px;
}

.love-color {
    color: #FA5151;
    font-weight: 500;
    font-size: 62px;
    text-align: center;
    letter-spacing: -0.01em;
    font-family: 'Gotham';
}

.heart-4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}

.heart-5 {
    position: absolute;
    bottom: -125px;
    z-index: 1;
}

.love-language-bg {
    background-image: url(../img/love-language-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    border-radius: 544.5px 544.5px 0px 0px;
}





/*********** about us page css *******/

#about-banner {
    padding-top: 180px;
    position: relative;
    padding-bottom: 150px;
    background-image: url(../img/about-banner-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

#about_us {
    margin-top: 100px;
}

.banner-btm img {
    border-radius: 45px;
    border: 2px solid #fff;
}

.banner-btm {
    width: 90%;
    margin: auto;
    margin-top: -190px;
    margin-bottom: 80px;
}

.next-meeting {
    padding-top: 50px !important;
}


/***** testimonial sec css ****/

#testimonial {
    background-image: url(../img/noise.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    padding-top: 50px;
    padding-bottom: 140px;
}

/****** slider css ******/

.swiper-container-two {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide.two {

    background: #252525;
    border: 1px solid #292929;
    box-shadow: 0px 19.6842px 47.18px rgba(0, 0, 0, 0.18);
    border-radius: 14px;
    padding: 15px;
}
.author img {
    width: 60px;
    margin-left: 0;
    margin-right: 0;
}
.name-d {
    margin-left: 10px;
}
.name-d h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}
.name-d h5 {
    font-weight: 500;
    font-size: 14px;
    line-height: 23px;
    color: #8A8A8A;
}
.details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    opacity: 0.85;
    margin-top: 12px;
}
.details a {
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(195.72deg, #F98337 24.81%, #F26B42 78.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 400;
    font-size: 18px;
}
.rating i {
    color: #F26B42;
}
#testimonial .rating i:nth-last-child(1){
    color: #fff;
}
.main-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.author {
    display: flex;
    align-items: center;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("../img/prev.png");
    right: 10%;
    top: 90%;
    transform: translateX(-100%);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/NEXT.png");
    right: 30px;
    top: 90%;
    transform: translateX(-100%);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}






/***** footer css ***/
footer {
    padding: 80px 0;
    background: #000;
    width: 100%;
    position: relative;
    z-index: 2;
}

.main-left {
    display: flex;
    align-items: center;
}

.email,
.number {
    display: flex;
    gap: 10px;
    align-items: center;
}

.email a {
    margin-right: 4rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    text-decoration: none;
}

.email a:hover {
    color: #f98238;
}

.number a:hover {
    color: #f98238;
}

.email i,
.number i {
    color: #fff;
}

.number a {
    margin-right: 4rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    text-decoration: none;
}

.follow {
    display: flex;
    align-items: center;
    margin-right: 4rem;
    gap: 10px;
}

.follow p {
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
}

.main-right {
    display: flex;
    align-items: center;
    justify-content: right;
}

.follow i {
    color: #fff;
}</pre></body></html>