html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

#intro {
    background: url("../img/new-banner.png") no-repeat center center;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #85cbcd !important;
    /* color: #fff !important; */
}

.navbar:not(.top-nav-collapse) {
    background: #fff !important;
    box-shadow: none;
    margin-top: 35px;
}

@media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background: #fff !important;
    }

    .border-right {
        border-right: 0px !important;
    }

    .curve-border {
        right: 0 !important;
        top: unset !important;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        transform: rotate(-90deg);
        height: 50px;
        width: 40px;
        bottom: -35px;
    }
}

#intro .h6 {
    font-weight: 300;
    line-height: 1.7;
}

.bg-light-gray {
    background-color: #efeeee !important;
}

.site-bg-img {
    height: 100vh;
    min-height: 480px;
    max-height: 1080px;
}

.hm-gradient .site-bg-img {
    background: rgba(42, 27, 161, 0.7);
    background: linear-gradient(45deg, rgb(0 0 0 / 95%), rgb(0 4 3 / 70%) 100%);
}

@media (max-width: 450px) {
    .intro-content {
        width: 90% !important;
        left: 0% !important;
        padding: 6rem 0px !important;
        top: 15px;
    }

    .testimonial-slider button.slick-prev.slick-arrow {
        right: 22% !important;
    }

    h2 span::after {
        width: 60% !important;
        left: 18% !important;
    }

    .underline-sm::after {
        width: 25% !important;
        left: 37% !important;
    }

    .underline-lg::after {
        width: 40% !important;
        left: 30% !important;
    }

    .loginform.vh-100 {
        height: auto !important;
    }

    .arrows {
        display: none;
    }

    .floating-form {
        position: relative !important;
        left: unset !important;
        width: 95% !important;
        height: 100% !important;
        margin: 0px auto 30px auto;
    }

    .title-tiles {
        padding: unset !important;
    }

    span.number-outline {
        margin-right: 15px !important;
        top: -7px !important;
        padding: 3px 13px !important;
    }

    .issues-tiles {
        border: none !important;
        border-bottom: 1px solid !important;
    }

    .issues-tiles:last-child {
        border: none !important;
    }

    .intro-content h1 {
        font-size: 1.7rem !important;
    }

    .intro-content li {
        font-size: 70%;
        margin-bottom: 5px !important;
    }

    #home {
        margin-top: 55px !important;
    }

    .margins {
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .property-image {
        height: auto !important;
    }

    .catalogue {
        height: auto !important;
    }

    .timeline::after {
        display: none;
    }

    .timeline .container {
        width: 100%;
        padding-left: 30px !important;
        padding-righit: 30px !important;
    }

    .timeline .container.right {
        left: 0%;
    }

    .timeline .container.left::after, .timeline .container.right::after {
        display: none;
    }

    .timeline .container.left::before, .timeline .container.right::before {
        display: none;
    }

    .timeline .container.left .date, .timeline .container.right .date {
        right: auto;
        left: 15px;
    }

    .timeline .container.left .icon, .timeline .container.right .icon {
        right: auto;
        left: 146px;
    }

    .timeline .container.left .content, .timeline .container.right .content {
        padding: 15px !important;
        border-radius: unset !important;
        /* margin-left: unset !important; */
        /* padding: 15px; */
    }

    .intro-item img {
        width: 100%;
        object-fit: fill;
    }

    .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1;
        opacity: 0.30;
        top: 0px;
        left: 0px;
    }

    .intro-item .texts {
        position: absolute;
        z-index: 3;
        width: 100% !important;
        height: auto;
        top: 10% !important;
        left: 15%;
    }

    .heading span {
        font-size: 1rem !important;
        font-weight: 600;
    }
}

#pricing .lead {
    opacity: 0.7;
}

#pricing .card-image {
    background: url("../img/architecture.jpg") no-repeat center center;
}

#pricing ul li {
    font-size: 1.1em;
}

.navbar-brand img {
    width: 150px;
    height: auto;
}

li.nav-item::after, footer li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: black;
    transition: all 0.5s ease;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
}

li.nav-item:hover:after, footer li a:hover::after {
    width: 100%;
}

h2 span::after {
    content: "";
    width: 30%;
    height: 3px;
    background: inherit;
    position: absolute;
    bottom: -10px;
    left: 35%;
}

.underline-sm::after {
    width: 25%;
    left: 37%;
}

.btn-outline-black::after, .sliding-bg::after {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background: black;
    left: 0px;
    top: 0px;
    position: absolute;
    transition: all 0.5s ease;
    z-index: 0;
}

a.btn-outline-black:hover, .sliding-bg::after {
    color: #fff !important;
}

.btn-outline-black:hover::after, .sliding-bg::after {
    width: 100%;
}

.property-image img {
    height: 100% !important;
    object-fit: cover;
}

.property-image {
    height: 100%;
}

.catalogue {
    transition: 0.3s;
    background: #f2f2f2;
    cursor: pointer;
    height: 100%;
}

.catalogue:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .30) !important;
}

blockquote {
    border: none;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: -30px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote h4:before {
    content: open-quote;
    font-weight: bold;
    font-size: 4rem;
    color: white;
}

blockquote h4:after {
    content: close-quote;
    font-weight: bold;
    font-size: 4rem;
    color: white;
}

.testimonial-item img {
    width: 100%;
}

.btn-close:focus, .btn-close:visited {
    border: none;
    outline: none;
}

ul.features-list li:after {
    content: "";
    width: 9px;
    height: 1px;
    background: black;
    position: absolute;
    bottom: 12px;
    left: -18px;
}

.no-hover::after {
    content: none !important;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    background: #ffffff;
    overflow-x: hidden;
}

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #212121;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.timeline .container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    /* width: 50%; */
}

.timeline .container::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    background: #000;
    border: 1px solid #212121;
    border-radius: 50%;
    z-index: -1;
    right: -10px;
}

.timeline .container.right::after {
    left: -10px;
    right: unset;
}

.timeline .container::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(38% - 0px);
    right: 30px;
    background: #fff;
    z-index: 0;
    box-shadow: 2px 2px 5px 1px lightgrey;
    transform: rotate(45deg);
}

.timeline .container.right::before {
    left: 45px;
    transform: rotate(45deg);
}

.timeline .container .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 120px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #006E51;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.timeline .container.left .date {
    right: -75px;
}

.timeline .container.right .date {
    left: -350px;
}

.timeline .container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #F6D155;
    border: 2px solid #006E51;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #006E51;
    z-index: 1;
}

.timeline .container.left .icon {
    right: 56px;
}

.timeline .container.right .icon {
    left: 56px;
}

.timeline .container .content {
    /* padding: 30px 90px 30px 30px; */
    background: #fff;
    position: relative;
    /* border-radius: 0 500px 500px 0; */
    margin-right: 50px;
    color: #000;
    z-index: 0;
}

.timeline .container .content, .timeline .container.right .content {
    padding: 15px 15px 15px 30px;
    /* border-radius: 500px 0 0 500px; */
    margin-right: unset;
    margin-left: 30px;
    background-color: #fff;
    color: #000;
    box-shadow: -1px 3px 5px 1px lightgrey;
}

.timeline .container .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.timeline .container .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.timeline .number {
    position: absolute;
    font-size: 72px;
    top: calc(50% - 42px);
    left: 12px;
}

.left .number {
    left: unset;
    right: -45px;
    background-color: #52ab98;
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 90px;
    }

    .timeline .container {
        width: 100%;
        padding-left: 120px;
        padding-right: 30px;
    }

    .timeline .container.right {
        left: 0%;
    }

    .timeline .container.left::after, .timeline .container.right::after {
        left: 82px;
    }

    .timeline .container.left::before, .timeline .container.right::before {
        left: 100px;
        border-color: transparent #006E51 transparent transparent;
    }

    .timeline .container.left .date, .timeline .container.right .date {
        right: auto;
        left: 15px;
    }

    .timeline .container.left .icon, .timeline .container.right .icon {
        right: auto;
        left: 146px;
    }

    .timeline .container.left .content, .timeline .container.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
}

.timeline .title h3 {
    background: #2b6777;
    width: 85%;
    color: #fff;
    padding: 15px 20px 15px 55px;
    position: relative;
}

.timeline .title h3::after {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    background: inherit;
    transform: rotate(45deg);
    top: calc(50% - 34px);
    right: -34px;
    z-index: -1;
}

.timeline .container.left .content {
    margin-right: 30px !important;
    margin-left: unset !important;
}

.timeline .container.left::before {
    right: 45px;
}

.title.right {
    justify-content: end !important;
}

.timeline .title.right h3 {
    background: #52ab98;
}

.timeline .title.right h3::after {
    right: unset;
    left: -34px;
}

.intro-item img {
    width: 100%;
    object-fit: fill;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.30;
    top: 0px;
    left: 0px;
}

.intro-item .texts {
    position: absolute;
    z-index: 3;
    width: 80%;
    height: auto;
    top: 35%;
    left: 15%;
}

.heading span {
    font-size: 3.5rem;
    font-weight: 600;
}

#home {
    margin-top: 65px;
}

span.number-outline {
    position: relative;
    width: 35px;
    height: 35px;
    left: 0px;
    top: 0px;
    font-weight: 400;
    font-size: 18px;
    padding: 3px 12px;
    border-radius: 50%;
    margin-right: 45px;
    color: #03366D;
}

.bounce {
    position: relative;
    max-width: 100%;
    height: auto;
}

.timeline-item:hover .bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

* {
    font-family: 'Quicksand', sans-serif;
}

.boxes {
    background: #fff;
    padding: 15px 25px;
    margin: 10px 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
}

body::-webkit-scrollbar {
    width: .5em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(252 193 0);
    outline: 1px solid rgb(252 193 0);
    border-radius: 8px;
}

.btn-curve {
    border-radius: 18px !important;
}

.divider {
    position: absolute;
    width: 2px;
    height: 100%;
    background: inherit;
    left: 50%;
}

ul.ticked-list li:before {
    content: "\2713";
    font-weight: 800;
    position: absolute;
    left: -25px;
    color: #212121;
}

.file input {
    opacity: 0;
    cursor: pointer;
    padding: 5px !important;
}

.file label {
    text-align: center;
    color: #000;
    padding: 0px;
    left: 0px;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}

.file {
    width: 100%;
    position: relative;
    border: 1px solid #ced4da;
    margin-bottom: 15px;
}

lottie-player {
    width: 350px;
    height: 350px;
    margin: 0px auto;
}

.bg-dark-blue {
    background-color: #00548C;
}

#slots span {
    transition: all 0.5s ease;
    cursor: pointer;
    border-radius: 4px;
    background-color: transparent;
    color: #00548C !important;
    border: 1px solid #00548C !important;
    outline: 1px solid #00548C !important;
    box-shadow: none;
}

#slots span:hover, #slots span.active {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #00548C;
    color: #fff !important;
}

.loader {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    background: #171616b3;
    z-index: 9999;
}

.loader svg {
    z-index: 10000;
    width: 150px;
}

li.nav-item {
    display: flex !important;
    align-items: center;
}

.session-expired {
    margin: 150px auto 0px auto;
}

.password i, .reset-password i {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
}

.custom-card-header {
    height: 120px;
    position: relative;
}

.custom-card-header span {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    bottom: -30px;
    left: 10px;
}

.white-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(255 255 255 / 70%);
}

.intro-content {
    position: relative;
    z-index: 1;
    width: 65%;
    height: auto;
    padding: 8rem 0px 6rem 0px;
    right: 0% !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    /* text-align: center; */
}

.intro-content h1 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 1px;
}

.navbar.top-nav-collapse {
    box-shadow: 2px -4px 3px 6px rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

.intro-content ul {
    list-style-type: none;
    //list-style-image: url('../img/checked.png');
    list-style-position: inside;
    font-size: 18px;
    font-weight: 600;
}

.intro-section {
    background-image: url("../img/new-banner.png");
    background-size: cover;
    /* object-fit: fill; */
    background-repeat: no-repeat;
    background-position: top;
    max-height: 650px;
    /* background-position: center; */
}

.title-tiles {
    /* border: 1px solid; */
    height: 55px;
    padding: 5px 0px 0px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
}

.bg-info span.number-outline {
    background: #125670;
}

.rgba-amber-strong span.number-outline {
    background: orange;
}

.issues-tiles {
    height: 300px;
    padding: 30px 10px 20px 10px;
    border-color: #fff !important;
}

.issues-tiles:nth-child(odd) {
    border-right: 0.5px solid;
    border-bottom: 1.5px solid;
}

.issues-tiles:nth-child(even) {
    border-left: 0.5px solid;
    border-bottom: 1.5px solid;
}

.issues-tiles:last-child, .issues-tiles:nth-last-child(2) {
    border-bottom: none;
}

.arrow-2 {
    width: 100px;
    height: 24px;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1;
    opacity: 0.5;
}

.arrow-2:before, .arrow-2:after {
    content: "";
    background: currentColor;
    width: 15px;
    clip-path: polygon(0 10px, calc(100% - 12px) 10px, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, calc(100% - 12px) calc(100% - 10px), 0 calc(100% - 10px));
    animation: a2 1s normal linear;
    animation-fill-mode: forwards;
    opacity: 0.5;
    z-index: 1;
}

.arrow-2:before {
    transform: scaleX(-1);
}

@keyframes a2 {
    from {
        opactiy: 0;
        flex-grow: 0
    }

    to {
        flex-grow: .5;
        opacity: 1;
    }

    /* 90%,100%{flex-grow: .5} */
}

.arrows {
    position: absolute;
    top: 48%;
    left: 45.5%;
}

.arrow-2.left {
    transform: rotate(45deg);
}

.arrow-2.right {
    transform: rotate(-45deg);
}

.arrow-2.box-border.left, .arrow-2.box-border.right {
    transform: rotate(90deg);
}

.arrow-2.box-border.top, .arrow-2.box-border.bottom {
    transform: rotate(180deg);
}

.arrow-2.box-border.left {
    left: -55px;
}

.arrow-2.box-border.right {
    left: 55px;
}

.arrow-2.box-border.top {
    top: -55px;
}

.arrow-2.box-border.bottom {
    top: 55px;
}

h5.h5-responsive {
    font-weight: 500;
}

img.logo-scroll, .top-nav-collapse .logo-noscroll {
    display: none;
}

.top-nav-collapse .logo-scroll, img.logo-noscroll {
    display: inline;
}

.top-nav-collapse .nav-link {
    color: #fff !important;
}

.top-nav-collapse li.nav-item::after {
    background: #fff !important;
}

.bg-mm-blue {
    background-color: #85CBCD !important;
}

.bg-mm-yellow {
    background-color: #FCCC2D !important;
}

.text-mm-blue {
    color: #85CBCD !important;
}

.text-mm-yellow {
    color: #FCC200 !important;
}

#about {
    background-image: url("../img/bg.jpg");
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

footer li a {
    font-weight: 500;
}

footer li a::after {
    background-color: #ffffff;
    bottom: -4px;
    height: 1.7px;
}

footer i.fa {
    color: #FCC200;
    transition: color 0.3s ease-in-out;
}

footer a:hover i.fa {
    color: #85cbcd;
}

.wp-icon {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.bg-theme-blue {
    background-color: #85CBCD !important;
}

.bg-theme-light-blue {
    background-color: #DCF5F5 !important;
}

.font-dark-blue {
    color: #03366D !important;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-rubik {
    font-family: 'Rubik', sans-serif;
}

.white-blocks {
    background-color: #fff;
    height: 400px;
    border-radius: 20px;
    padding: 60px 35px;
}

.problems-item {
    padding: 15px;
}

.testimonial-item .white-blocks {
    height: 200px;
    padding: 25px 35px;
}

.testimonial-item {
    padding: 15px;
}

span.first-letter {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    background: #84cacc;
    margin-right: 15px;
    border-radius: 50%;
    padding-top: 8px;
}

.problems-slider ul.slick-dots {
    text-align: center !important;
}

.problems-slider ul.slick-dots,.testimonial-slider ul.slick-dots {
    bottom: -40px;
    text-align: left;
    padding-left: 10px;
}

.problems-slider .slick-dots li.slick-active button:before,.testimonial-slider .slick-dots li.slick-active button:before {
    content: "";
    width: 30px;
    height: 11px;
    background: #DC7000;
    border-radius: 16px;
    top: 3px;
    left: -3px;
}

.testimonial-slider button.slick-prev.slick-arrow {
    top: unset;
    bottom: -61px;
    left: unset;
    right: 13%;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.testimonial-slider button.slick-next.slick-arrow {
    top: unset;
    bottom: -60px;
    left: unset;
    right: 8%;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.testimonial-slider button.slick-next.slick-arrow::before {
    font-size: 24px;
    color: #DC7000;
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #DC7000;
    border-radius: 50%;
    padding-top: 6px;
    content: "\2771";
    font-weight: 500;
}

.testimonial-slider button.slick-prev.slick-arrow::before {
    font-size: 24px;
    color: #DC7000;
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #DC7000;
    border-radius: 50%;
    padding-top: 6px;
    content: "\2770";
    font-weight: 500;
}

.floating-form {
    left: 10%;
    position: absolute;
    z-index: 1;
    height: 65%;
    width: 30%;
}

span#founder_rates {
    border: none !important;
    outline: none !important;
    color: inherit !important;
}

span#founder_rates:hover {
    border: none !important;
    outline: none !important;
    color: inherit !important;
    background: transparent !important;
    box-shadow: none !important;
}

.intro-content a.btn {
    background: #00548C;
    color: #fff;
}

@media (min-width: 768px) {
    .col-md-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.curve-border {
    position: absolute;
    right: -20%;
    top: 30%;
}

.team-item {
    margin-top: 100px;
}

.team-item img {
    position: absolute;
    width: 120px;
    top: -66px;
    left: 0;
    right: 0px;
}

.team-item .white-blocks {
    position: relative;
}

.problems-item .white-blocks {
    height: 450px;
}


#play-button button{
    background: #85cbcdc2;
    border: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 38%;
    width: 55px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.top-header {
    height: 35px;
    position: fixed;
    top: 0px;
    display: block;
    left: 0px;
    width: 100%;
    background: #00568c;
    text-align: center;
}

.top-header a {
    color: #fff;
    font-weight: 500;
    margin-top: 5px;
    display: block;
    text-transform: capitalize;
    text-decoration: underline;
}

.title-tiles:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #03366D;
    border-radius: 50%;
}

.font-18{
    font-size:1.2rem;
}
#play-button button:focus {
    border: none;
    outline: none;
}

div#play-button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#play-button img {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

#play-button.hide-thumbnail img {
    opacity: 0;
}