@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  /* font-size: 14px;
   color: var(--c6);
   padding: 0;
   margin: 0;
   line-height: 30px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

:root {
  --c1: #404040;
  --c2: #88E788; 
  --c3: #82C8E5; 
  --c4: #fff; 
  --c5: #6b6b6b; 
  --c6: #8e8e8e;
  --f1: arima_madurairegular;
}
::selection {
  background: var(--c3);
	color:var(--c4)
}
.wrapper{
    overflow:hidden;
}
.spacing{
	padding:100px 0;
}
.tit-gap {
    margin-bottom: 70px;
}
.cust-gap{
	row-gap:24px;	
}
#preloader.remove {
    opacity: 0 !important;
    visibility: hidden !important;
}
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--c4);
    top: 0;
    left: 0;
    z-index: 99999999;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.5s;
}
.loader {
    width: 60px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--c2);
    -webkit-mask: radial-gradient(circle closest-side at 50% 40%, #0000 94%, #000);
    transform-origin: 50% 40%;
    animation: l25 1s infinite 
linear;
}
@keyframes l25 {
  100% {transform: rotate(1turn)}
}
/* inner-wrapper */

.inner-header {
    height: 400px;
    background-position: bottom !important;
    background-attachment: fixed !important;
    position: relative;
    display: flex
;
    align-items: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
.inner-header-title {
    padding-top: 75px;
}
/* end inner-wrapper */
/* MAIN HEADER  */
header.main-header {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
	z-index:9999;
}
.header-inner {
    background-color: var(--c4);
    border-radius: 90px;
    padding: 16px 14px 16px 54px;
}
.main-logo a {
    width: 200px;
    display: block !important;
}
.main-menu ul {
    display: flex;
    gap: 55px;
    justify-content: center;
}
.web-btn a {
	position:relative;
    background-color: var(--c2);
    color: #FEFEFE;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
	transition:all.6s;
}
.web-btn a:hover{
	background-color:var(--c1);
}
.main-menu ul li a {
    color: #676767;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding-bottom: 3px;
    overflow: hidden;
    display: block !important;
}
.main-menu ul li a:hover:before{
	left:0;
}
.main-menu ul li a:before {
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background-color: var(--c1);
    content: "";
    transition: all.5s;
}
/* MAIN BANNER  */
section.banner {
    position: relative;
}
section.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 -10.67%, rgba(0, 0, 0, 0) 100.35%);
}
.banner-img img {
    height: 100vh;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    z-index: 99;
}
.web-btn.banner-btns ul {
    display: flex
;
    gap: 50px;
    margin-top: 40px;
}
.banner-title h2 {
    color: #fff;
    font-weight: 700;
    font-size: 66px;
    margin-bottom: 28px;
}
.banner-title h2 span.text-bluee {
    color: var(--c3);
}
.banner-title h2 span.text-gree {
    color: var(--c2);
}
.banner-title p {
    color: var(--c4);
}
.banner-contact-sec ul {
    display: flex;
    justify-content: space-between;
}
.banner-contact-sec ul li i {
    background-color: var(--c3);
    color: var(--c4);
    width: 38px;
    height: 38px;
    align-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}
.banner-contact-sec ul li span {
    color: var(--c4);
    font-weight: 600;
}
.banner-contact-sec ul li ,.banner-contact-sec ul li a {
    display: flex !important;
    align-items: center;
    gap: 12px;
}
.banner-contact-sec {
    margin-top: 40px;
}

/* Pharmacy Steps */

.web-title h2 {
    font-weight: 700;
    color: var(--c1);
    font-size: 50px;
}
.web-title h2 span.text-bluee {
    color: var(--c2);
}
.step-box-img {
    width: 170px;
    margin: 0 auto 30px auto;
}
.steps-box {
    text-align: center;
}
.step-box-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--c1);
}
.step-center {
    position: relative;
}
.steps-box.step-center:before {
    content: "";
    position: absolute;
    top: 31%;
    left: -95px;
    background-image: url(http://localhost/rossmere_pharmacy/wp-content/uploads/2025/09/Vector-1.png);
    background-repeat: no-repeat;
    transform: translate(-50%);
    width: 90px;
    height: 50px;
    background-size: contain;
}
.steps-box.step-center:after {
    content: "";
    position: absolute;
    top: 31%;
    right: -190px;
    background-image: url(http://localhost/rossmere_pharmacy/wp-content/uploads/2025/09/Vector.png);
    background-repeat: no-repeat;
    transform: translate(-50%);
    width: 90px;
    background-size: contain;
    height: 50px;
}

/* SERVICES  */
section.services {
    background-color: #F8F8F8;
}
.services-title h2 {
    margin-bottom: 20px;
}
.service-listing h4 {
    font-weight: 700;
    color: var(--c1);
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 14px;
}
.service-listing {
    margin-bottom: 50px;
}
.service-listing ul li{
    color: rgb(117 116 116);
    margin-bottom: 8px;
    list-style: disc;
    margin-left: 19px;
}
.service-listing-main {
    display: flex;
    align-items: center;
    gap: 40px;
}
.services-title p {color: rgb(117 116 116);line-height: 1.6;}
.services-item {
    border: 3px solid var(--c2);
    border-radius: 10px;
    /* padding: 20px; */
    text-align: center;
    transition: all.4s;
}
.services-icon {
    transition: all.4s;
    width: 65px;
    margin: 0 auto 16px auto;
    background-color: var(--c2);
    padding: 12px 12px;
    border-radius: 5px;
}
.services-icon img {
    filter: brightness(100);
    transition: all .1s;
    height: 40px;
    object-fit: contain;
}
.services-item h2 {
    transition: all .4s;
    color: var(--c3);
    font-size: 20px;
    font-weight: 600;
    display: block !important;
    text-align: center;
}
.services-item p {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 26px;
    transition: all .4s;
    text-align: left;
}
.service-btn {
    font-size: 16px;
    color: var(--c3);
    font-weight: 600;
    transition: all.4s;
}
.service-btn i {
    padding-left: 14px;
    font-size: 14px;
    font-weight: 600;
}
.services-item:hover {
    background-color: var(--c3);
    border-color: var(--c3);
}

.services-item:hover .services-icon img {
    filter: unset;
}

.services-item:hover .services-icon {
    background-color: var(--c4);
}

.services-item:hover h2 {
    color: var(--c4);
}

.services-item:hover p {
    color: var(--c4);
}

.services-item:hover .service-btn {
    color: var(--c4);
}
.service-button {
    margin-top: 60px;
}

/* FEATURES  */
section.features {
    padding: 50px 0px;
}

.featu-img {
    width: 55px;
    margin: 0 auto 30px auto;
}

.feature-box {
    text-align: center;
    background-color: #d7f3ff;
    padding: 40px 0px;
    border-radius: 20px;
    transition: all .4s;
}
.featu-content h4 {
    color: #404040;
    font-size: 20px;
    font-weight: 500;
    transition: all.4s;
}

.feature-box:hover {
    background-color: var(--c3);
}

.feature-box:hover {}

.feature-box:hover .featu-img img {
    filter: brightness(100);
}

.feature-box:hover {}

.feature-box:hover .featu-content h4 {
    color: #fff;
}

/* ABOUT US  */
section.about-us {
    background-color: #6bdb6b;
}
.featu-img img {
    transition: all.4s;
}
.about-content {color: #fff;padding-right: 50px;}
.about-content h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.about-content h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 115.99999999999999%;
    margin-bottom: 14px;
}
.about-btn a {
    background-color: #fff;
    color: var(--c3);
    padding: 12px 32px;
    border-radius: 5px;
    font-weight: 600;
	transition:all.5s;
}
.about-btn a:hover {
    background-color: var(--c1);
    color: var(--c4);
}
.about-btn a i {
    padding-left: 10px;
    font-size: 14px;
}
.about-img {
    border-radius: 10px;
    border: 7px solid #fff;
    height: 380px;
    object-fit: cover;
	overflow:hidden;
}
.about-img:hover img {
    transform: scale(1.1);
}
.about-img img {transition: all.4s;}
.about-content p {
    margin-bottom: 23px;
}

/* BEST DOCTORS  */
.best-doc-content h5 {
    font-size: 14px;
    font-weight: 600;
    color: var(--c3);
    margin-bottom: 10px;
}
.best-doc-content h2 {
    margin-bottom: 20px;
}
.best-doc-content {
    padding-left: 30px;
}
.best-doc-content p {
    color: #B6B6B7;
    font-size: 14px;
    font-weight: 400;
}
.web-btn-2 a {
    background-color: var(--c2);
    color: var(--c4);
}
.best-doc-btns {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.bg-less-btn a {
    color: var(--c1);
    font-size: 16px;
    font-weight: 600;
	transition:all.4s;
}
.bg-less-btn a:hover {
    color: var(--c2);
}
.bg-less-btn a i {
    font-size: 13px;
    padding-left: 8px;
    font-weight: 500;
}
.best-doc-img img {
    transition: all.4s;
    height: 550px;
    object-fit: cover;
}
.best-doc-img:hover img {transform: scale(1.1);}
.best-doc-img {
    overflow: hidden;
    border-radius: 20px;
}

/* FOOTER  */ .input-container {
	display: flex;
	align-items: center;
	gap: 10px;
}

.input-box {
    display: flex
;
    align-items: center;
    background: #F0F0F1;
    border-radius: 8px;
    padding: 12px 18px;
}

.input-box i {
	font-size: 18px;
	margin-right: 13px;
	opacity: 0.6;
}
.input-box input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #333;
    width: 140px;
}

.submit-btn {
    background: var(--c3);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.submit-btn:hover {
	background: #5ab5eb;
}
.footer-top {
    background-color: #F8F8F8;
}
.footer-logo a {
    display: block !important;
    width: 250px;
    margin-bottom: 20px;
}

.footer-content p {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}
.footer-links {
    padding-left: 30px;
}
.footer-links h4 {
    color: #0A0A0A;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
}
.footer-links ul li a, .footer-links ul li {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
	transition:all.4s;
	font-weight:500;
}

.footer-links ul li {
    margin-bottom: 5px;
}

.footer-map iframe {
    width: 100%;
    border-radius: 20px;
    height: 180px;
}

.footer-socials ul {
    display: flex;
    gap: 15px;
}

.footer-socials ul li a {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    color: #000;
    transition: all .5s;
    font-weight: 600;
}

.footer-map {
    margin-bottom: 50px;
}

.footer-socials ul li a i {
    width: 20px;
    height: 20px;
    background-color: var(--c3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 15px;
    font-size: 12px;
    transition: all .5s;
}

.footer-socials ul li a:hover {
    color: var(--c1);
}

.footer-socials ul li a:hover i {
    background-color: var(--c2);
}
.footer-bottom {
    background-color: var(--c3);
    padding: 22px 0px;
}
.copyright p {color: var(--c4);font-size: 16px;font-weight: 500;margin: 0px;}
.privacy-menu ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}
.privacy-menu ul li a {
    color: var(--c4);
    font-size: 16px;
    font-weight: 500;
    transition: all.4s;
}
.footer-links ul li a:hover {
    color: var(--c3);
	padding-left:10px;
}
.privacy-menu ul li a:hover {
    color: var(--c1);
}
.footer-links.center-links {
    padding-left: 0px;
}



/* ABOUT US PAGE CSS */

.inner-about-img {
    border-radius: 14px;
    overflow: hidden;
	margin-right: 40px;
}
.inner-about-img img {
    transition: all .6s;
    height: 450px;
    object-fit: cover;
}
.inner-about-img:hover img {
    transform: scale(1.1);
}
.inner-about-two .inner-about-content p{
    color: #fff;
}
.inner-about-content P {
    margin-bottom: 15px;
    color: #999;
}
.inner-about-two .inner-about-content h2{
    color:var(--c4);
}
.inner-about-content h2 {
    font-size: 34px !important;
    margin-bottom: 20px;
    color: var(--c2);
}
.inner-about-content p:last-child {
    margin-bottom: 0px;
}

/* SECTION FAQS */

.faq-main-item .accordion-button {
    background-color: unset;
    box-shadow: unset;
    font-size: 16px;
    font-weight: 600;
    color: var(--c1);
    transform: unset !important;
}
.faq-main-item .accordion-item {
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--c3);
}
.faq-main-item .accordion-button span {
	color: var(--c3);
	font-size: 15px;
	margin-right: 10px;
	font-weight: 700;
}
.faq-main-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-main-item .accordion-button::after {
 	font-family: "Font Awesome 5 Pro";
    content: "\f067";
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    border-radius: 50%;
    background-image: unset;
    transform: unset;
    color: var(--c1);
}
.faq-main-item .accordion-body {
  color: #999;
  font-weight: 400;
  line-height: 1.8;
}
.faq-main-item .accordion-item:last-child {
  margin: 0px;
}
.faq-img {
    margin-left: 30px;
    overflow: hidden;
    border-radius: 14px;
}
.faq-img img {
    transition: all .6s;
}
.faq-img:hover img {
    transform: scale(1.1);
}
.inner-about-two {
    background-color: var(--c2);
}
.faq-img img {
    height: 500px;
    object-fit: cover;
}

/*SERVICE PAGE*/
.service-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.service-accordion .accordion-button::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border-radius: 50%;
    background-image: unset;
    transform: unset;
    color: var(--c2);
}
.service-accordion .accordion-item {

    border-color: transparent;
    border-width: 1.5px;
}
.service-accordion .accordion-item .accordion-header button {font-size: 16px !important;color: var(--c1);font-weight: 500;
    transform: unset !important;
    background-color: unset;
    box-shadow: unset;
}
.service-accordion .accordion-button:not(.collapsed) {
    color: var(--c2) !important;
}
.service-accordion .accordion-body p a {
    color: var(--c3);
    text-decoration: underline !important;
}
.service-accordion .accordion-body p, .service-accordion .accordion-body ul li {
    font-size: 14px;
    color: var(--c1);
}
.service-accordion .accordion-body ul {
    margin-bottom: 26px;
    text-align: left;
}
.service-accordion .accordion-body ul li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 16px;
	transition:all.4s;
}
/* .services-item .accordion-button::after {
    display: none;
} */
.services-item button.accordion-button {
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
    padding: 30px 0;
}
.services-item .services-item h2 {
    margin-bottom: 0px !important;
}
.services-item:hover button.accordion-button {
    background-color: transparent;
}
.services-item p a {
    color: #000;
    font-weight: 500;
    text-decoration: underline !important;
	transition:all.4s;
}
.services-item .accordion-body {
    padding: 0rem 2.25rem 1rem;
}
.accordion-body {}.accordion-body {
    position: relative;
}
.services-item:hover .book-btn a{
	background-color:var(--c4);
	color: var(--c3) !important;
}
.book-btn a i{
	margin-right:5px;
}
.book-btn a {
    transition: all .4s;
    color: var(--c4);
    line-height: 1;
    background-color: var(--c1);
    padding: 14px 20px;
    border-radius: 5px;
}
.book-btn {
    text-align: left;
}
.book-btn a:hover {
    background-color: var(--c3);
    color: var(--c4);
}
.special-service h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    color: var(--c1);
    margin-top: 34px;
}
.services-item .accordion-button::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    border-radius: 50%;
    background-image: unset;
    transform: unset;
    color: var(--c2);
    top: 10px;
    right: 10px;
}
.services-item .accordion-button:not(.collapsed)::after {
    content: "\f068";
}
.services-item .accordion-item {
    background-color: transparent;
}
.services-item:hover p,.services-item:hover ul li {
    color: var(--c4) !important;
}
.services-item:hover .book-btn a {
    color: var(--c4);
    border-color: var(--c4);
}
.services-item:hover p a {
    color: var(--c4);
}



/* SECTION CONTACT US */

.contact-item input, .contact-item textarea {
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 12px;
    border: 1px solid #0000001c;
    outline: 0;
    color: var(--c1);
    transition: all .5s;
}
.contact-form-main .wpcf7-response-output {
    font-size: 14px;
    text-align: center;
}
.contact-item span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-top: 8px;
}
.contact-item input::placeholder, .contact-item textarea::placeholder {
    color: #0000008a;
}
.contact-item input:focus, .contact-item textarea:focus {
    border-color: var(--c3);
}
.contact-item textarea {
    height: 200px;
}
.contact-form-main form .row {
    row-gap: 20px;
}
.contact-form-main form {
    margin-top: 30px;
}
.contact-btn input {
    border: 0;
}
.contact-btn input:hover {
    background-color: var(--c3);
}
.contact-img {
    overflow: hidden;
	position: relative;
}
.contact-img img {
    transition: all .8s;
}
.contact-img:hover img {
    transform: scale(1.1);
}
.contact-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(280deg, #ffffff, transparent);
    z-index: 1;
}
.contact-form-main {
    padding-left: 20px;
}
.contact-info-item {
    padding: 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -15px;
}
.contact-info-item:hover .contact-info-icon{
	background-color: var(--c2);
}
.contact-info-icon {
    transition: all .5s;
    width: 50px;
    height: 50px;
    background-color: var(--c3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--c4);
    border-radius: 5px;
    margin: 0 auto 15px auto;
}
.contact-info-content {
    text-align: center;
}
.contact-info-content h5 {
    font-weight: 700;
    color: var(--c1);
    margin-bottom: 5px;
}
.contact-info-content a, .contact-info-content span {
    color: var(--c1);
    transition: all .5s;
}
.contact-info-content a:hover {
    color: var(--c3);
}
.map-item iframe {
    width: 100%;
    display: block;
    height: 350px;
}
.contact-form-main h2 {
    font-size: 42px !important;
}
.contact-btn input {
	border-radius: 40px;
	padding: 12px 30px;
	background-color: var(--c2);
	color: var(--c4);
	position: relative;
	z-index: 1;
	transition: all .4s;
	overflow: hidden;
	font-weight: 500;
}
.contact-form-main h2 ~ p {
    margin-top: 20px;
}
.ham-menu a {
    color: var(--c2);
    font-size: 22px;
}

/* RESPONSIVE MENU */

.responsive-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: var(--c4);
    z-index: 9999999;
    transition: all .5s;
}
.responsive-menu.active{
	right: 0;
}
.responsive-menu-main {
    height: 100%;
    padding: 40px 30px;
    position: relative;
}
.responsive-logo {
    width: 180px;
    margin-bottom: 30px;
}
.responsive-links ul li a {
    color: var(--c3);
    padding: 10px 0px;
    display: block !important;
    font-weight: 600;
}
.responsive-links ul li {
    border-bottom: 1px solid #8080803d;
    position: relative;	
}
.resp-social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--c1);
    padding: 6px 0px;
}
.responsive-icon a i {
    display: block;
}
.responsive-icon {
    position: absolute;
    top: 40px;
    right: 30px;
}
.responsive-icon a {
    color: var(--c2);
    font-size: 30px;
    display: inline-block;
}
.responsive-links ul li:last-child {
    border: 0;
}
body.scroll-stop {
    overflow: hidden;
}
.resp-social ul {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.resp-social ul li a i {
    display: block;
}
.resp-social ul li a {
    padding: 10px;
    color: var(--c4);
    font-size: 18px;
}
.responsive-links ul li i {
    position: absolute;
    right: 0;
    top: 13px;
}
.responsive-links ul li ul {
    padding-left: 30px;
    border-top: 1px solid #8080803d;
}
.responsive-links ul li i.active::before {
    content: "\f068";
}








/* section-marquee */

.marquee-slider .marquee {
  overflow: hidden;
  position: relative;
  height: 75px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.marquee-slider .marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 20s linear infinite;
  display: flex;
}
.marquee-slider .marquee--inner:hover {
  animation-play-state: paused;
}
.marquee-slider .slider-left-right {
  transition: all 0.7s;
  background: var(--c1);
  color: var(--c3);
  position: relative;
  z-index: 2;
}
.marquee-slider .marquee span {
  color: var(--c3);
  font-weight: 600;
  transition: all 0.7s;
  font-size: 22px;
}
.marquee-slider .slider-left-right:hover .marquee span {
  color: #fff;
}
.marquee-slider .slider-left-right:hover {
  background: #111;
}
.marquee-slider .slider-right-left .marquee span {
  color: var(--c2);
}
.marquee-slider .slider-right-left {
  background: var(--c3);
  transition: all 0.7s;
  width: 100%;
  z-index: 1;
}
.marquee-slider .slider-right-left .marquee p {
    margin: 0px;
}
.marquee-slider .slider-right-left .marquee span {
    color: var(--c4);
}
.marquee--inner span div span {
  font-family: var(--fblack);
}
.marquee-slider .slider-right-left:hover .marquee span {
  color: #fff;
}
.marquee-slider .slider-right-left:hover {
  background: #111;
}
.marquee-slider .slider-right-left .marquee--inner {
  animation: marquee-right 20s linear infinite;
}
.marquee-slider .slider-right-left .marquee--inner:hover {
  animation-play-state: paused;
  color: red;
}
.marquee-slider {
  position: relative;
}
.marquee--inner > span div span {
  position: relative;
}
.marquee-slider .slider-right-left:hover .marquee--inner > span div span:after {
  background-color: var(--c3);
}
.marquee-slider .slider-right-left .marquee--inner > span div span:after {
  transition: all 0.7s;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marquee-right {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}