@font-face {
    font-family: "Gill Sans";
    src: url("../fonts/gillsans/GillSans.woff2") format("woff2"), url("../fonts/gillsans/GillSans.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.html {
    scroll-behavior: smooth;
}

body {
    font-family: "Gill Sans", sans-serif;
    line-height: 1.6;
    margin: 0px;
    padding: 0px;
    color: rgb(51, 51, 51);
}

p {
    font-size: 15px;
}

a {
    text-decoration: none;
}

header {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999999999;
    background: rgb(0, 0, 0);
}

.navbar {
    background-color: rgb(28, 28, 28);
    padding: 0.7rem 1rem;
}

.navbar-nav {
    background: rgb(49, 49, 49);
    border-radius: 5px;
    margin: 0px 20px 0px 0px;
}

.navbar-brand img {
    height: 30px;
}

.navbar-nav li {
    padding: 0px 20px;
    position: relative;
}

.navbar-nav li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 50%;
    margin: auto 0px;
    background: rgb(255, 255, 255);
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-nav li:last-child::after {
    display: none;
}

.navbar-nav .nav-link {
    color: rgb(255, 255, 255);
    margin: 0px 0%;
    font-weight: 400;
    border-right: 1px solid rgb(92, 92, 92);
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 42px;
    display: block;
    padding-right: 0.8rem !important;
}

.navbar-nav .nav-link:last-child {
    border-right: none;
}

.cta-btn {
    background-color: rgb(51, 51, 51);
    color: white;
    border: 1px solid rgb(85, 85, 85);
    padding: 0.6rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    transition: 0.3s;
    font-size: 20px;
}

.cta-btn:hover {
    background-color: rgb(85, 85, 85);
}

.navbar-brand img {
    height: 30px;
}

.hero-section {
    height: 100vh;
    background: url("../images/banner.png") center center / cover no-repeat;
    position: relative;
    z-index: 1;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.outline-text {
    color: transparent;
    -webkit-text-stroke: 2px white;
    font-weight: 900;
}

.solid-text {
    color: white;
    font-weight: 900;
}

.btn {
    border-radius: 6px;
    font-size: 1rem;
}

section {
    padding: 60px 0px;
}

.promise-section {
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 4rem 0rem;
    position: relative;
    z-index: -1;
}

.promise-section h2 {
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 30px;
}

.promise-section p {
    font-size: 16px;
    max-width: 500px;
    margin: 0px auto 1rem;
    color: rgb(51, 51, 51);
}

.promise-btn {
    border: 1px solid rgb(51, 51, 51);
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    color: rgb(0, 0, 0);
    transition: 0.3s;
    margin: 0px auto 10px;
    display: block;
    width: 200px;
    background-color: rgb(255, 255, 255) !important;
}

.promise-btn:hover {
    background-color: rgb(242, 242, 242);
}

.house-image {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 9999;
    width: 100%;
    border-radius: 23px;
}

.birds {
    position: absolute;
    top: 23%;
    left: 20%;
    width: 170px;
    z-index: 999999;
}

.birds2 {
    position: absolute;
    top: 23%;
    right: 20%;
    width: 85px;
    z-index: 999999;
}

@media (max-width: 768px) {
    .birds {
        width: 70px;
        top: 30px;
        left: 30px;
    }
}

.offer ul {
    list-style-type: none;
    padding: 0px;
}

.offer-img {
    padding: 0px 0px 20px;
}

.offer ul li {
    padding-left: 0px;
    margin: 15px 30px;
    font-size: 20px;
    position: relative;
}

.offer ul li::before {
    content: "→";
    color: rgb(255, 255, 255);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin: 0px 10px 0px -30px;
    position: absolute;
}

.trusted-guide {
    padding: 50px 0px;
}

.trusted-guide h3 {
    font-weight: bold;
    color: rgb(0, 0, 0);
    margin-bottom: 0.5rem;
    text-align: center;
    position: relative;
    font-size: 30px;
}

.trusted-guide p {
    margin-bottom: 7rem;
    text-align: center;
    position: relative;
}

.trusted-guide .card {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 12px;
    box-shadow: rgba(22, 36, 62, 0.5) 0px 2px 10px;
    transition: 0.3s;
    background: rgb(231, 231, 231);
}

.trusted-guide .card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px;
}

.trusted-guide .card-img-top {
    position: relative;
    height: auto;
    width: 85%;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin: -65px auto 0px;
    z-index: 9999;
}

.trusted-guide .card-body {
    padding: 1rem;
    font-size: 0.95rem;
    color: rgb(51, 51, 51);
    text-align: left;
    min-height: 130px;
}

.trusted-guide .video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    padding: 8px;
}

.trusted-guide .video-overlay::before {
    content: "\\25B6";
    font-size: 1.5rem;
    color: rgb(51, 51, 51);
}

section.bg-dark {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.bg-dark h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.bg-dark p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0px;
}

section.bg-dark img {
    border-radius: 12px;
    border: 1px solid rgb(68, 68, 68);
    max-width: 100%;
    height: auto;
}

.team-right img {
    padding: 10px;
}

.project-card {
    background: rgb(248, 248, 248);
    transition: transform 0.2s;
}

.project-card:hover {
    transform: translateY(-5px);
}

.project-card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    margin: 0px !important;
}

.project-card .btn {
    font-size: 14px;
}

.image-stack {
    position: relative;
}

.image-stack .top-img {
    width: 90%;
}

.image-stack .bottom-img {
    margin-left: auto;
    display: block;
    margin-top: -144px;
    margin-right: 0px;
}

.services-right {
    padding: 0px 0px 0px 50px;
}

.sell-faster-section {
    background: url("villa-sell-bg.jpg") center center / cover no-repeat;
    position: relative;
}

.sell-faster-section-main {
    border: 1px solid rgb(255, 255, 255);
}

.sell-faster-section .overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.sell-faster-section h2, .sell-faster-section h5 {
    color: rgb(255, 255, 255);
}

.sell-faster-section li {
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.sell-faster-section {
    background: url("../images/help-bg.png") center center / cover no-repeat;
    position: relative;
    padding: 0px;
}

.sell-faster-section .overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.sell-faster-section h2, .sell-faster-section h5 {
    color: rgb(255, 255, 255);
}

.sell-faster-section li {
    margin-bottom: 0.5rem;
    font-size: 16px;
}

footer {
    border-radius: 40px 40px 0px 0px;
    margin: 50px 0px 0px;
}

.footer-logo {
    margin: 0px auto;
    display: block;
    padding: 0px;
    height: auto;
    width: 85%;
}

.footer-divider {
    border-top: 1px solid rgb(68, 68, 68);
    margin-top: 40px;
    margin-bottom: 30px;
}

.social-icons a {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-decoration: none;
    margin-right: 12px;
}

.footer-links a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-right: 20px;
    font-size: 14px;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-note {
    font-size: 12px;
    color: rgb(204, 204, 204);
    text-align: right;
}

@media (max-width: 768px) {
    .footer-note {
        text-align: center;
        margin-top: 20px;
    }

    .footer-links {
        justify-content: center !important;
        text-align: center;
    }
}

.social-icons a {
    font-size: 1.2rem;
    color: black;
    border: 1px solid black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: black;
    color: white;
}

.scroll-video-container {
    height: 100vh;
    position: relative;
    background: black;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scroll-video {
    width: 100%;
    height: auto;
    max-height: 100vh;
    object-fit: cover;
}

.spacer {
    height: 3000px;
    background: linear-gradient(rgb(245, 245, 245), rgb(204, 204, 204));
}

section.what-we-offer {
    background-color: rgb(255, 255, 255);
    padding: 60px 0px 0px;
    position: relative;
    z-index: 9999999;
}

.what-we-offer::after {
    content: "";
    width: 50%;
    height: 100%;
    background: url("../images/sqare-box-1.png");
    right: 0px;
    top: 0;
    position: absolute;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 24px;
    color: rgb(0, 0, 0);
}

.what-we-offer h2 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 40px;
    z-index: 99999;
    position: relative;
}

.offer-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
    color: rgb(0, 0, 0);
}

.offer-desc {
    font-size: 14px;
    color: rgb(102, 102, 102);
    min-height: 50px;
}

.offer-link {
    font-size: 13px;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.offer-link:hover {
    text-decoration: underline;
}

.what-we-offer a {
    color: rgb(0, 0, 0);
    font-weight: 700;
}

.services-offer {
    position: relative;
    z-index: 999999;
}

.services-offer::before {
    content: "";
    width: 50%;
    height: 100%;
    background: url("../images/sqare-box-1.png");
    left: 0px;
    top: -53%;
    position: absolute;
    z-index: 0;
}

.services-offer::after {
    content: "";
    width: 50%;
    height: 100%;
    background: url("../images/sqare-box-1.png");
    left: 0px;
    bottom: -53%;
    position: absolute;
    z-index: 0;
}

.services-offer ul li {
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.services-offer h5, .services-offer h6 {
    color: rgb(0, 0, 0);
    font-size: 18px;
}

.services-offer h5 {
    text-align: center;
    font-size: 30px;
    position: relative;
    z-index: 9999;
    padding: 0px 0px 5px;
}

.services-offer p {
    text-align: center;
    padding: 0px 0px 30px;
    font-size: 18px;
    position: relative;
    z-index: 99999;
}

.services-offer-right p {
    text-align: left;
    padding: 0px;
}

.services-offer-right {
    padding: 0px 0px 0px 50px;
}

.services-offer-right a {
    color: rgb(0, 0, 0);
}

.services-offer-left img {
    position: relative;
    z-index: 99999;
}

.slick-prev::before, .slick-next::before {
    color: rgb(0, 0, 0) !important;
}

.slick-initialized .slick-slide {
    padding: 0px 10px;
}

.slick-initialized .slick-slide img {
    min-height: 40px;
    margin: 0px auto;
}

.end-to-end-selling h5 {
    padding: 0px 0px 50px;
}

.end-to-end-selling {
    position: relative;
    z-index: 999999;
}

.sell-faster-box {
    background-color: rgb(0, 0, 0);
    padding: 4px;
    z-index: 9999999;
    position: relative;
}

.sell-faster-box-in {
    margin: 10px;
    border: 1px solid rgb(255, 255, 255);
}

.sell-faster-box-in p {
    color: rgb(255, 255, 255);
}

.price {
    background: rgb(0, 0, 0);
}

.price span {
    color: rgb(255, 255, 255);
}

.object-fit-cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

section .text-start {
    max-width: 400px;
    background: rgb(217, 217, 217);
    padding: 10px;
}

section h5 {
    font-size: 1.25rem;
    color: rgb(0, 0, 0);
    letter-spacing: 0.5px;
}

section p {
    font-size: 1rem;
    color: rgb(51, 51, 51);
    line-height: 1.5;
}

.btn-dark {
    background-color: rgb(0, 0, 0);
    border: none;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin: 0px auto;
    display: block;
    width: 100px;
}

.btn-dark:hover {
    background-color: rgb(51, 51, 51);
}

.peaceful-togetherness {
    position: relative;
    padding: 0px;
    z-index: 99;
}

.text-start-peaceful-togetherness {
    position: absolute;
    bottom: 53px;
    left: 25px;
    background: rgb(255, 255, 255);
    padding: 20px;
    max-width: 350px;
    border-radius: 5px;
}

.team-member img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.team-member h6 {
    font-size: 1rem;
    color: rgb(0, 0, 0);
}

.team-member small {
    font-size: 0.85rem;
}

.trusted-guide {
    position: relative;
}

.trusted-guide::before {
    content: "";
    width: 50%;
    height: 100%;
    background: url("../images/sqare-box-1.png");
    left: 0px;
    top: -53%;
    position: absolute;
    z-index: 0;
}

.trusted-guide::after {
    content: "";
    width: 50%;
    height: 100%;
    background: url("../images/sqare-box-1.png");
    right: 0px;
    bottom: -53%;
    position: absolute;
    z-index: 0;
}

.team-behind-block {
    position: relative;
    z-index: 9999999;
}

.trusted-guide-in {
    position: relative;
    z-index: 999999;
}

.rotating {
    width: 23px;
    height: 23px;
    background-image: url("../images/star.png");
    background-size: contain;
    animation: 2s linear 0s infinite normal none running spin;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.marquee-track {
    display: flex;
    animation: 30s linear 0s infinite normal none running marqueeScroll;
    width: max-content;
}

.marquee-cards {
    display: flex;
    align-items: center;
}

.card-box {
    flex: 0 0 auto;
    width: 250px;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.team-member:hover {
    overflow: hidden;
    transition: transform 1s;
}

.team-member:hover img {
    transform: scale(1.1);
}

section .text-start:hover {
    background: rgb(0, 0, 0);
    transition: transform 1s;
}

section .text-start:hover h6 {
    color: rgb(255, 255, 255);
    transition: transform 1s;
}

section .text-start:hover small {
    transition: transform 1s;
    color: rgb(255, 255, 255) !important;
}

.cursor {
    z-index: 2147483647;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s, width 0.3s, height 0.3s;
    width: 10px;
    height: 10px;
    background-color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    &.active {
        transform: translate(-50%, -50%) scale(1.5);
    }

    &.hidden {
        opacity: 0 !important;
    }
}

.promise-section {
    overflow: hidden;
    padding: 45px 0px 0px;
    position: relative;
    z-index: 99999999;
    height: 100vh !important;
}

.promise-section img {
    transition: transform 0.4s;
}

.promise-section:hover img {
    transform: scale(1.1);
}

.birds {
    transition: transform 0.4s;
}

.birds:hover {
    transform: scale(1.2);
}

.house-image {
    transition: transform 0.4s;
}

.house-image:hover {
    transform: scale(1.2);
}

.container-scroller {
    display: flex;
    align-items: stretch;
    padding: 0px 24px;
    gap: 24px;
    border: 1px solid white;
    height: 500px;
    z-index: 2147483647;
    position: relative;
}

.scroller {
    flex: 1 1 0%;
    height: 100%;
    gap: 24px;
    overflow: hidden;
    mask: linear-gradient(0deg, transparent, white 20%, white 80%, transparent);
}

.scroller__inner {
    padding-block: 1rem; display: flex;
    flex-flow: column;
    gap: 1rem;
    height: max-content;
    animation: scroll var(--_animation-duration, 30s) var(--_animation-direction, forwards) linear infinite;
}

.scroller__inner.reverse {
    --_animation-direction: reverse;
}

@keyframes scroll {
    100% {
        transform: translateY(calc(-50% - 0.5rem));
    }
}

.scroll-video-container .text-start-peaceful-togetherness {
    left: 25px;
    right: auto;
}

.scroll-video-container .text-start-peaceful-togetherness .btn-dark {
    width: 170px;
    margin: 20px auto 0px;
    text-align: center;
    display: block;
}

.offer-in {
    border: 1px solid rgb(204, 204, 204);
    border-radius: 20px;
    padding: 45px 20px;
    background: rgb(255, 255, 255);
    z-index: 9999999;
    position: relative;
}

.promise-img {
    margin: 20px 0px 0px;
}

.height-block {
    height: auto;
}

.project-in, .trusted-guide-in {
    max-width: 85%;
    margin: 0px auto !important;
}

.team-behind-in {
    max-width: 75%;
    margin: 0px auto !important;
}

.row {
    margin: 0px;
}

.container {
    padding: 0px;
}

.side_bar, menu {
    text-align: center;
    background: rgb(0, 0, 0);
    width: 100%;
    position: absolute;
    left: 0px;
    top: 63px;
    right: 0px;
    margin: 0px auto;
    padding: 40px;
    display: none !important;
}

#nav-icon {
    width: 30px;
    height: 23px;
    position: relative;
    margin: 0px auto;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(233, 233, 233);
    border-radius: 9px;
    opacity: 1;
    left: 0px;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.banner-blk.about #nav-icon span {
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 9px;
}

#nav-icon span:nth-child(3) {
    top: 18px;
}

.open #nav-icon span:nth-child(1) {
    top: 8px;
    transform: rotate(135deg);
}

.open #nav-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.open #nav-icon span:nth-child(3) {
    top: 8px;
    transform: rotate(-135deg);
}

.menu {
    display: none;
}

.promise-section p {
    text-align: center;
}

.we-make {
    font-size: 25px !important;
    color: rgb(0, 0, 0) !important;
}

.projects-we-like {
    z-index: 999999;
    position: relative;
}

.service-img {
    border-radius: 30px;
}

.footer-logo {
    width: 90%;
    height: 445px;
    background: url("../images/logo.svg") center center / contain no-repeat;
    margin: 0px auto;
    text-align: center;
}

.footer-logo:hover {
    width: 90%;
    background: url("../images/colour-logo.svg") center center / contain no-repeat;
    margin: 0px auto;
    text-align: center;
    transform: scale(1.05);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

.project-banner {
    position: relative;
    height: 100vh;
    width: 100%;
}

.project-banner img {
    height: 100vh;
    width: 100%;
}

.project-banner .btn-dark {
    width: 150px;
}

.form-container {
    background-color: white;
    padding: 30px 25px;
    border-radius: 15px;
    width: 400px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px;
    text-align: center;
    position: absolute;
    right: 50px;
    bottom: 50px;
}

.form-container h2 {
    margin: 0px;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.form-container p {
    font-size: 14px;
    color: rgb(51, 51, 51);
    margin-bottom: 20px;
}

.form-container input, .form-container textarea, .form-container select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
    font-size: 14px;
    color: #7b7b7b;
}
.form-container select{margin: 0 0 10px;padding: 15px 5px;}
.form-container button {
    background-color: black;
    color: white;
    padding: 12px;
    width: 100%;
    border: none;
    border-radius: 7px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.form-container button:hover {
    background-color: rgb(51, 51, 51);
}

.tranquil-block {
    position: relative;
    z-index: 9999999;
    padding: 90px 0px 0px;
}

.tranquil-block-right-in, .project-highlights-left {
    max-width: 400px;
    margin: 0px auto;
}

.red {
    color: rgb(191, 2, 34);
}

.bg-red {
    background: rgb(191, 2, 34);
}

.project-highlights, .project-amenities {
    position: relative;
    z-index: 9999999;
    padding: 0px;
}

.project-highlights-right {
    padding: 0px;
}

.project-amenities {
    padding: 50px 0px !important;
}

.project-highlights {
    padding: 0px;
}

.amenities-block {
    margin: -15% auto 0px;
    max-width: 90%;
}

.amenities-block img {
    border: 1px solid rgb(255, 255, 255);
}

.project-amenities-right {
    max-width: 400px;
    margin: 0px auto;
}

.masterplan h5 {
    text-align: center;
}

.location-highlights {
    padding: 50px 0px !important;
}

.location-highlights-left {
    max-width: 400px;
    margin: 0px auto;
}

.masterplan img {
    width: 80%;
    margin: 0px auto;
    display: block;
}


/* Popup styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 1000;
      left: 0; top: 0;
      width: 100%; height: 100%;
      background-color: rgba(0,0,0,0.7);
    }

    .modal-content {
      background-color: #fff;
      margin: 5% auto;
      padding: 30px;
      width: 90%;
      max-width: 500px;
      border-radius: 10px;
      position: relative;
      font-family: sans-serif;
      height: 90%;
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 16px;
      font-size: 24px;
      color: #333;
      cursor: pointer;
    }

    .form-container {
      text-align: center;
    }

    .form-container h2 {
      margin-bottom: 10px;
    }

    .form-container input,
    .form-container textarea {
      width: 100%;
      padding: 10px;
      margin: 8px 0;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .form-container button {
      padding: 12px 20px;
      background-color: #000;
      color: #fff;
      border: none;
      border-radius: 25px;
      cursor: pointer;
    }

    .form-container button:hover {
      background-color: #333;
    }
.scroll-video-container,
.marquee-wrapper,
.scroller,
.container-scroller {
  width: 100%;
}
html, body { overflow-x: hidden;}
a{text-decoration: none !important;}