﻿
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


* {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}

body {
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: auto;
    margin: 0;
    color: black;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: all 0.3s;
}


.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    flex-grow: 1;
    margin: 0px 20%;
    border: 2px solid whitesmoke;
    border-top: none;
}

#sidebar {
    background: #009a9c;
    color: #fff;
    border-right: none;
    min-width: 20vw;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 1.9rem;
        background: #009a9c;
        border-bottom: 2px solid #009688;
    }

    #sidebar ul.components {
        padding: 20px 0;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.7rem;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #ffffcc;
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #337ab7;
        background: #fff;
        text-decoration: none;
        border-right: 2px solid #009a9c;
    }


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}


footer {
    background-color: #fff;
    color: #6d7fcc;
    text-align: center;
    padding: 10px;
    border-top: 2px solid whitesmoke;
    border-right: 2px solid whitesmoke;
    position: fixed;
    bottom: 0;
    width: 100%;
}

    footer img {
        width: 100px;
        height: auto;
        padding: 2rem;
        margin-top: -5px;
    }

    footer a {
        font-size: 2rem;
    }
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    flex-grow: 1;
    /*    padding: 0 0 0 1.3rem;
*/ /*min-height: calc(100vh - 40px);*/
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.fixed-bottom {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.nav-lg {
    padding: -0.5rem -0.5rem 0.5rem -0.5rem;
}

.d-inline {
    display: inline-flex;
    margin-bottom: 1rem;
}


.components a {
    color: #fff;
}

.collapsebtn {
    display: block;
    padding: 0.75rem;
    color: #fff;
}

.btn-default-collapse {
    margin-left: 2rem;
    background: #009a9c;
    border: 2px solid whitesmoke;
    margin-top: 5%;
    font-size: 2rem;
    outline: #fff !important;
}


.navbar-collapse-mr {
    background: #009a9c;
    border: 1px solid #009a9c;
}

.navbar-nav > .active > a {
    color: #009a9c !important;
    background-color: #fff !important;
}

.navbar-nav a {
    color: #fff !important;
}

.navbar {
    color: #009a9c;
    background-color: #fff;
    padding: 0px;
}

.btn-font-icon {
    padding: 1rem;
    border-radius: 5px;
}

.main-content {
    padding: 0 2rem;
}

    .main-content p {
        margin: 0 0 10px;
        line-height: 3rem;
        font-size: 1.6rem;
    }

.cf-p-1 {
    padding: 0;
}

.panel-head {
    color: #2f469c !important;
    font-size: 3rem;
}

    .panel-head span {
        font-size: 1.7rem;
        color: #009a9c;
    }


.logo {
    width: 10rem;
    height: auto;
}

.contentbtn {
    padding: 6px 12px;
}

.main-content h3 {
    color: #2f469c !important;
}

.main-content h4 {
    color: #2f469c !important;
}

.main-content a {
    color: #2f469c !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.chart {
    margin: 2rem 0;
}

    .chart img {
        /*        width: 60vw;
*/
    }

.joincard {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 1.25rem;
    padding: 3rem;
}

.joincard-body {
    padding: 1.25rem;
}

.btn-Reset {
    background-color: orange;
    color: #fff;
    width: 20vw;
}

.btn-Join {
    width: 20vw;
}

.fitimg img {
    width: 100%;
    height: auto;
}

.swal2-popup {
    max-width: 80% !important;
}

    .swal2-popup .swal2-title {
        color: #2f469c !important;
    }

    .swal2-popup .swal2-styled {
        background-color: #337ab7 !important;
        padding: 1rem 3rem !important;
        border-color: #2e6da4 !important;
    }

    .swal2-popup .swal2-buttonswrapper {
        margin: 0 !important;
    }

.contactus {
    margin-top: 5%;
}

    .contactus img {
        float: left;
        margin: 5% 0;
        width: auto;
        height: auto;
    }

.contactus-pd {
    padding: 0;
}

@media (max-width: 375px) and (orientation: portrait) {

    .joincard {
        width: auto !important;
        margin: 0 !important;
    }

    .joincard-body {
        padding: 0 !important;
    }

    .btn-Reset {
        width: 34vw !important;
    }

    .btn-Join {
        width: 29vw !important;
    }

    .panel-head span {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 375px) and (orientation: landscape) {

    .joincard {
        width: auto !important;
        margin: 0 !important;
    }

    .joincard-body {
        padding: 0 !important;
    }

    .btn-Reset {
        width: 34vw !important;
    }

    .btn-Join {
        width: 29vw !important;
    }

    .panel-head span {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 375.98px) and (max-width: 480px) and (orientation: portrait) {

    .joincard {
        width: 85% !important;
    }

    .joincard-body {
        padding: 0 !important;
    }

    .btn-Reset {
        width: 26vw !important;
    }

    .btn-Join {
        width: 22vw !important;
    }

    .panel-head span {
        font-size: 1.2rem !important;
    }
}

@media (min-width: 375.98px) and (max-width: 480px) and (orientation: landscape) {

    .joincard {
        width: 85% !important;
    }
    .joincard-body {
        padding: 0 !important;
    }

    .btn-Reset {
        width: 26vw !important;
    }

    .btn-Join {
        width: 22vw !important;
    }

    .panel-head span {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 575.98px) and (orientation: portrait) {
    .fixed-bottom {
        position: relative;
        width: 100%;
        margin-top: 15%;
        bottom: 0;
    }

    #sidebar {
        display: none; /* Hide sidebar on mobile devices */
    }

    .wrapper {
        margin: 0;
        border: none;
    }

    #content {
        padding: 0;
    }

    .panel-head {
        font-size: 2.2rem;
        line-height: 20px;
    }

        .panel-head span {
            font-size: 1.4rem;
        }

    .btn-default-collapse {
        padding: 0 5px;
        border-radius: 7px;
    }

    .contentbtn {
        padding: 3px 6px;
    }

    .main-content h3 {
        font-size: 1.6rem;
    }

    .main-content h4 {
        font-size: 1.4rem
    }

    footer a {
        font-size: 1.1rem;
    }

    .footerlink a {
        color: #2f469c !important;
    }

    .main-content p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .fitimg img {
        width: 100%;
        height: auto;
    }

    .navbar {
        margin: 0;
    }

    .joincard {
        width: 60vw;
        margin: 0 5rem 0 10rem;
    }


    .joincard-body {
        padding: 1rem;
    }

    .btn-Reset {
        width: 20vw;
    }

    .btn-Join {
        width: 20vw;
    }

    .chart img {
        width: 60vw;
    }

    .swal2-popup .swal2-content {
        font-size: 1.4rem !important;
    }

    .swal2-popup .swal2-title {
        font-size: 2rem !important;
        font-weight: 500 !important;
    }

    .swal2-popup .swal2-styled {
        border-radius: 0.4rem !important;
        font-size: 1.4rem !important;
        padding: 0.5rem 2.4rem !important;
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {

    .fixed-bottom {
        position: relative;
        width: 100%;
        margin-top: 15%;
        bottom: 0;
    }

    #sidebar {
        display: none; /* Hide sidebar on mobile devices */
        border: none;
    }

    #content {
        padding: 0;
    }

    .nav-mob {
        margin: -0.5rem -0.5rem 0.5rem -0.5rem;
    }

    .wrapper {
        margin: 0;
    }

    .panel-head {
        font-size: 2.2rem;
        line-height: 20px;
    }

        .panel-head span {
            font-size: 1.4rem;
        }

    .btn-default-collapse {
        border-radius: 7px;
        padding: 0 5px
    }

    .contentbtn {
        padding: 3px 6px;
    }

    .main-content h3 {
        font-size: 1.6rem;
    }

    .main-content h4 {
        font-size: 1.4rem
    }

    footer a {
        font-size: 1.2rem;
    }

    .main-content p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .fitimg img {
        width: 100%;
        height: auto;
    }

    .navbar {
        margin: 0;
    }

    .joincard {
        width: 60vw;
        margin: 0 5rem 0 10rem;
    }

    .joincard-body {
        padding: 1rem;
    }

    .btn-Reset {
        width: 20vw;
    }

    .btn-Join {
        width: 20vw;
    }

    .chart img {
        width: 60vw;
    }

    .swal2-popup .swal2-content {
        font-size: 1.4rem !important;
    }

    .swal2-popup .swal2-title {
        font-size: 2rem !important;
    }

    .swal2-popup .swal2-styled {
        border-radius: 0.4rem !important;
        font-size: 1.4rem !important;
        padding: 0.5rem 2.4rem !important;
    }
}


@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) {

    .fixed-bottom {
        position: relative;
        width: 100%;
        margin-top: 15%;
        bottom: 0;
    }

    #sidebar {
        display: none; /* Hide sidebar on mobile devices */
    }

    .wrapper {
        margin: 0;
        border: none;
    }

    #content {
        padding: 0;
    }

    .panel-head {
        font-size: 2.2rem;
        line-height: 20px;
    }

        .panel-head span {
            font-size: 1.4rem;
        }

    .btn-default-collapse {
        padding: 0 5px;
        border-radius: 7px;
    }

    .contentbtn {
        padding: 3px 6px;
    }

    .main-content p {
        line-height: 2.2rem;
        font-size: 1.5rem;
    }

    .main-content h3 {
        font-size: 2rem
    }

    .main-content h4 {
        font-size: 1.5rem
    }

    footer a {
        font-size: 1.2rem;
    }



    .navbar {
        margin: 0;
    }

    .joincard {
        width: 50vw;
        margin-left: 12rem;
    }

    .btn-Reset {
        width: 18vw;
    }

    .btn-Join {
        width: 15vw;
    }

    .chart img {
        width: 50vw;
    }

    .swal2-popup .swal2-content {
        font-size: 1.4rem !important;
    }

    .swal2-popup .swal2-title {
        font-size: 2rem !important;
    }

    .swal2-popup .swal2-styled {
        border-radius: 0.4rem !important;
        font-size: 1.4rem !important;
        padding: 0.5rem 2.4rem !important;
    }

    .swal2-popup {
        max-width: 60% !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
    .fixed-bottom {
        position: relative;
        width: 100%;
        margin-top: 15%;
        bottom: 0;
    }

    #sidebar {
        display: none; /* Hide sidebar on mobile devices */
        border: none;
    }

    #content {
        padding: 0;
    }

    .nav-mob {
        margin: -0.5rem -0.5rem 0.5rem -0.5rem;
    }

    .wrapper {
        margin: 0;
    }

    .panel-head {
        font-size: 2.2rem;
        line-height: 20px;
    }

        .panel-head span {
            font-size: 1.4rem;
        }

    .btn-default-collapse {
        border-radius: 7px;
        padding: 0 5px
    }

    .contentbtn {
        padding: 3px 6px;
    }

    .main-content h3 {
        font-size: 2rem
    }

    .main-content h4 {
        font-size: 1.5rem
    }

    footer a {
        font-size: 1.2rem;
    }

    .main-content p {
        font-size: 1.3rem;
        line-height: 2.5rem;
    }

    .navbar {
        margin: 0;
    }

    .joincard {
        width: 52vw;
        margin-left: 12rem;
    }

    .btn-Reset {
        width: 19vw;
    }

    .btn-Join {
        width: 16vw;
    }

    .chart img {
        width: 50vw;
    }

    .swal2-popup .swal2-content {
        font-size: 1.4rem !important;
    }

    .swal2-popup .swal2-title {
        font-size: 2rem !important;
    }

    .swal2-popup .swal2-styled {
        border-radius: 0.4rem !important;
        font-size: 1.4rem !important;
        padding: 0.5rem 2.4rem !important;
    }

    .swal2-popup {
        max-width: 55% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
    .fixed-bottom {
        position: relative;
        width: 100%;
        margin-top: 15%;
        bottom: 0;
    }

    .logo {
        height: auto;
        margin: 1.2rem;
    }

    .wrapper {
        margin: 0;
        border: none;
    }

    #sidebar {
        min-width: 25vw;
    }


    .panel-head {
        font-size: 2.8rem;
    }

        .panel-head span {
            font-size: 1.8rem;
            color: #009a9c;
        }

    footer a {
        font-size: 1.2rem;
    }

    .main-content p {
        line-height: 2.5rem;
        font-size: 1.5rem;
    }

    .main-content h3 {
        font-size: 2rem;
    }

    .main-content h4 {
        font-size: 1.5rem;
    }

    .chart img {
        width: 30vw;
    }

    .joincard {
        width: 46vw;
        margin: 8rem;
    }

    .btn-Reset {
        width: 15vw;
    }

    .btn-Join {
        width: 13vw;
    }

    .swal2-popup .swal2-content {
        font-size: 1.5rem !important;
    }

    .swal2-popup .swal2-title {
        font-size: 2rem !important;
    }

    .swal2-popup .swal2-styled {
        border-radius: 0.4rem !important;
        font-size: 1.4rem !important;
        padding: 0.5rem 2.4rem !important;
    }

    .swal2-popup {
        max-width: 55% !important;
    }
}

@media only screen and (min-width:768px) and (max-width: 991.98px) and (orientation: landscape) {

    .fixed-bottom {
        position: relative;
        width: 100%;
        margin-top: 15%;
        bottom: 0;
    }

    .wrapper {
        margin: 0;
        border: none;
    }

    #sidebar {
        min-width: 25vw;
    }

    .logo {
        height: auto;
        margin: 1.2rem;
    }

    .panel-head {
        font-size: 2.8rem;
    }

        .panel-head span {
            font-size: 1.8rem;
            color: #009a9c;
        }

    footer a {
        font-size: 1.2rem;
    }

    .main-content p {
        line-height: 2.5rem;
        font-size: 1.5rem;
    }

    .main-content h3 {
        font-size: 2rem;
    }

    .main-content h4 {
        color: #337ab7 !important;
        font-size: 1.5rem;
    }

    .chart img {
        width: 30vw;
    }

    .joincard {
        width: 38vw;
        margin: 10rem;
    }

    .btn-Reset {
        width: 14vw;
    }

    .btn-Join {
        width: 12vw;
    }

    .swal2-popup .swal2-content {
        font-size: 1.5rem !important;
    }

    .swal2-popup .swal2-title {
        font-size: 2rem !important;
    }

    .swal2-popup .swal2-styled {
        border-radius: 0.4rem !important;
        font-size: 1.4rem !important;
        padding: 0.5rem 2.4rem !important;
    }

    .swal2-popup {
        max-width: 55% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .fixed-bottom {
        position: relative;
        width: 100%;
        margin-top: 15%;
        bottom: 0;
    }

    .wrapper {
        margin: 0px 11%;
    }

    #sidebar {
        min-width: 21vw;
    }

        #sidebar ul li a {
            font-size: 1.5rem;
        }

        #sidebar .sidebar-header {
            padding: 2rem;
        }

    .logo {
        margin: 1.2rem;
    }

    footer a {
        font-size: 1.3rem;
    }

    .main-content p {
        line-height: 2.5rem;
        font-size: 1.4rem;
    }

    .main-content h3 {
        font-size: 2rem;
    }

    .main-content h4 {
        font-size: 1.5rem;
    }

    .chart img {
        width: 35vw;
    }

    .joincard {
        width: 30vw;
        margin-left: 12rem;
    }

    .btn-Reset {
        width: 11vw;
    }

    .btn-Join {
        width: 9vw;
    }

    .swal2-popup .swal2-content {
        font-size: 1.4rem !important;
    }

    .swal2-popup .swal2-title {
        font-size: 2rem !important;
    }

    .swal2-popup .swal2-styled {
        border-radius: 0.4rem !important;
        font-size: 1.4rem !important;
        padding: 0.5rem 2.4rem !important;
    }

    .swal2-popup {
        max-width: 40% !important;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .fixed-bottom {
        padding: 0;
        position: relative;
        bottom: 0;
        margin-top: 15%;
        padding-bottom: 2rem;
    }

    .wrapper {
        margin: 0px 15%;
    }

    #sidebar {
        min-width: 20vw;
    }

        #sidebar ul li a {
            font-size: 1.8rem;
        }

        #sidebar .sidebar-header {
            padding: 3.2rem;
            /* background: #009a9c; */
            /* border-bottom: 2px solid #f5f5f5; */
        }

    footer a {
        font-size: 1.3rem;
    }

    .main-content p {
        line-height: 2.2rem;
        font-size: 1.5rem;
        padding-bottom: 0;
    }

    .main-content h3 {
        font-size: 2.2rem;
    }

    .main-content h4 {
        font-size: 1.7rem;
    }

    .chart img {
        width: 30vw;
    }

    .joincard {
        width: 25vw;
        margin: 8rem;
    }

    .btn-Join {
        width: 8vw;
    }

    .btn-Reset {
        width: 9vw;
    }

    .swal2-popup .swal2-content {
        font-size: 1.6rem !important;
    }

    .swal2-popup .swal2-title {
        font-size: 2rem !important;
    }

    .swal2-popup .swal2-styled {
        border-radius: 0.4rem !important;
        font-size: 1.4rem !important;
        padding: 0.5rem 2.4rem !important;
    }

    .swal2-popup {
        max-width: 35% !important;
    }
}


@media only screen and (min-width: 1400px) {
    .fixed-bottom {
        padding: 2rem 0;
        position: relative;
        bottom: 0;
        margin-top: 10%;
    }

    .wrapper {
        margin: 0px 20%;
    }

    #sidebar {
        min-width: 25%;
    }

        #sidebar ul li a {
            font-size: 1.8rem;
        }

        #sidebar .sidebar-header {
            padding: 3.2rem;
            /* background: #009a9c; */
            /* border-bottom: 2px solid #f5f5f5; */
        }

    footer a {
        font-size: 1.3rem;
    }

    .main-content p {
        line-height: 2.3rem;
        font-size: 1.6rem;
        padding-bottom: 0;
    }

    .main-content h3 {
        font-size: 2rem;
    }

    .main-content h4 {
        font-size: 1.7rem;
    }

    .chart img {
        width: 25vw;
    }

    .joincard {
        width: 22vw;
        margin-left: 14rem;
    }

    .btn-Reset {
        width: 8vw;
    }

    .btn-Join {
        width: 7vw;
    }

    .swal2-popup .swal2-content {
        font-size: 1.6rem !important;
    }

    .swal2-popup .swal2-title {
        font-size: 2rem !important;
    }

    .swal2-popup .swal2-styled {
        border-radius: 0.4rem !important;
        font-size: 1.6rem !important;
        padding: 1rem 3rem !important;
    }

    .swal2-popup {
        max-width: 25% !important;
    }
}



/*About page image alignment css*/
#aboutcontent {
    float: left;
    margin-right: 20px; /* Adjust as needed */
}

#rewardscontent {
    float: left;
    margin-right: 20px;
}
/* Media queries */
@media (max-width: 575.98px) and (orientation: portrait) {
    #aboutcontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }

    #rewardscontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }
}

@media (max-width: 575.98px) and (orientation: landscape) {
    #aboutcontent {
        float: left;
        margin-right: 20px; /* Adjust as needed */
        margin-bottom: 0; /* Reset margin bottom */
        width: auto; /* Reset width */
    }

    #rewardscontent {
        float: none;
        margin-right: 0;
        margin-bottom: 20px; /* Add some space below the image */
        width: auto; /* Make the image full width */
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: portrait) {
    #aboutcontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }

    #rewardscontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) and (orientation: landscape) {
    #aboutcontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }

    #rewardscontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) and (orientation: portrait) {
    #aboutcontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }

    #rewardscontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) and (orientation: landscape) {
    #aboutcontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }

    #rewardscontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #aboutcontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }

    #rewardscontent {
        float: none;
        margin-right: 0;
        margin-bottom: 10px; /* Add some space below the image */
        width: 100%; /* Make the image full width */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
    #aboutcontent {
        margin-right: 15px;
        margin-top: 5px;
        width: 42%;
    }

    #rewardscontent {
        margin-right: 15px;
        margin-top: 5px;
        width: 42%;
    }
}

@media only screen and (min-width: 1400px) {
    #aboutcontent {
        margin-right: 15px;
        width: 35%;
    }

    #rewardscontent {
        margin-right: 15px;
        width: 35%;
    }
}

.video__container {
    position: relative;
    height: 270px;
    width: calc(100% + 4rem);
    left: -2rem;
    }

    .video__container video {
        width: 100%;
        height: 100%;
        border: 1px solid rgba(0, 0, 0, .125);
        top: 0;
        left: 0;
        object-fit: cover;
    }

@media only screen and (max-width: 576px) {
    .video__container {
       height: 200px;
      }
}


input:focus {
    outline: none;
}

.chatbot-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

#chatbotButton {
    width: 75px;
    height: 75px;
    background-color: #a9a9a9;
    padding: 2px;
    cursor: pointer;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
}

.chatBtn {
    width: 100%;
    height: auto;
}
