<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap');

body
{
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.main-content
{
    padding-top: 40px;
}

.mobile_icon
{
    display: none;
}

.banner-home
{
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
}

.banner-home .title
{
    padding: 194px 0px;
}

.banner-home h1, .banner-home h2
{
    font-weight: 800;
    font-size: 55px;
}

.banner-home .description
{
    font-weight: 500;
    font-size: 20px;
}

.banner-bottom p 
{
    font-weight: 700;
    font-size: 47px;
}

.banner-bottom span 
{
    font-weight: 500;
    font-size: 22px;
}



.en .banner-bottom span
{
    font-size: 18px;
}

.bottom-bg
{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.1) 100%);
}   

.content-2-bg
{
    background-image: url(../img/roulette_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #9D9D9D;
    padding: 100px 0px 30px 0px;
}

.content-2-bg .content-2-text h2
{
    color: #006175;
    font-weight: 700 !important;
    font-size: 58px !important;
}

.en .content-2-bg .content-2-text h2
{
    color: #006175;
    font-weight: 700 !important;
    font-size: 46px !important;
}


.content-2-bg .content-2-text p
{
    font-weight: 500 !important;
    font-size: 20px !important;
}

.content-3-bg
{
    background-image: url(../img/content-3-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    padding: 100px 0px 50px 0px;
}

.content-3-bg .content-text h2
{
    font-weight: 700;
    font-size: 58px;
}

.content-3-bg .content-text p
{
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
}

/* General container styling for spacing */
.container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.carousel-indicators
{
    bottom: -20px !important;
}


/* Card Title Styling */
.card-title {
    font-size: 24px; /* Adjust font size for better readability */
    font-weight: 600;
    color: #006175; /* Custom color for the titles */
    margin-bottom: 15px; /* Spacing below the title */
}

.en .card-title
{
    font-size: 19px;
}

/* Card Text Styling */
.card-text {
    font-size: 20px;
    font-weight: 500;
    color: #9D9D9D; /* Neutral text color */
    line-height: 33px;
    margin-bottom: 20px !important;
}


/* Carousel styles */
.carousel {
    margin-top: 50px; /* Add margin to the top */
}

.card {
    border-radius: 20px !important;  /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for better depth */
    overflow: hidden; /* Keep rounded corners for images */

}

/* .card-width
{
    width: 430px !important;
    height: 430px !important;
}
  */

.card-img-top {
    height: 215px;
    object-fit: cover;
}

.carousel-indicators li {
    background-color: #cccccc;
}

.carousel-indicators .active {
    background-color: #006175;
}

/* .carousel-control-prev
{
    left: -20% !important;
}


.carousel-control-next
{
    right: -20% !important;
} */

.carousel-indicators li
{
    width: 100px !important; 
    height: 8px !important;
    margin-right: 8px !important;
    margin-left: 8px !important;
}



.content-4-bg
{
    background-image: url(../img/content-4-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 66px 0px 50px 0px;
}

.content-4-bg .content-text h2
{
    font-weight: 700;
    font-size: 58px;
    color: #006175;
}

.en .content-4-bg .content-text h2
{
    font-size: 40px;
}

.content-4-bg .content-text p
{
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #9D9D9D;
}

.cta-section {
    background-image: url(../img/open-website-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 30px;
    box-shadow: 4px 4px 20px 0px #00617599;

}

.cta-button {
    background-color: #00b4d8; /* Light blue button color */
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bold;
}

.cta-button:hover {
    background-color: #0092b3; /* Darker shade for hover effect */
}

.cta-section h2
{
    font-weight: 700;
    font-size: 54px;
    text-shadow: 5px 5px 2px 0px #00000080;
}

.en .cta-section h2
{
    font-size: 44px;
}


.cta-section p
{
    font-weight: 500;
    font-size: 22px;
}

.en .cta-section p
{
    font-size: 18px;
}

.open-btn
{
    color: white !important;
    background-color: #009CBD !important;
    border-color: #009CBD !important  ;
    border-radius: 20px !important;
    color: #fff;
    padding: 16px 66px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
}

.content-5-bg
{
    background: #F2F2F2;
    padding: 80px 0px 50px 0px;
}

.content-5-bg .content-text h2
{
    font-weight: 700;
    font-size: 58px;
    color: #006175;
}

.content-5-bg .content-text p
{
    font-weight: 500;
    font-size: 20px;
    line-height: 33px;
    color: #9D9D9D;
}


.open-btn-wrapper
{
    padding-right: 80px !important;
}


/* tablets */
@media (max-width: 1200px) 
{
    .banner-home .title {
        padding: 110px 0px;
    }
    .banner-bottom p 
    {
        font-weight: 700;
        font-size: 40px;
        line-height: 10px;
    }

    .banner-bottom span 
    {
        font-weight: 500;
        font-size: 14px;
    }

    .banner-bottom 
    {
        line-height: 40px;
    }

    .banner-home h2 {
        font-weight: 800;
        font-size: 40px;
    }

    .content-2-bg
    {
        padding: 40px 0px 30px 0px;
    }

    .content-2-bg .content-2-text h2
    {
        font-size: 40px !important;
    }

    .content-3-bg
    {
        padding: 75px 0px 20px 0px !important;
    }

    .content-3-bg .content-text h2 {

        font-size: 40px;
    }

    .content-3-bg .content-text p {
        font-weight: 500;
        font-size: 17px;
        line-height: 33px;
    }

    .card-title
    {
        font-size: 20px;
    }

    .card-text
    {
        font-size: 16px;
    }

    .content-4-bg .content-text h2 {
        font-weight: 700;
        font-size: 40px;
        color: #006175;
    }

    .content-4-bg .content-text p {
        font-size: 17px;
    }

    .cta-section h2
    {
        font-size: 30px;
    }

    .cta-section
    {
        border-radius: 0px;
        background-size: cover;
    }
    .content-4-bg
    {
        padding: 66px 0px 0px 0px;
    }

    .cta-section p {
        font-weight: 500;
        font-size: 18px;
    }

    .open-btn
    {
        padding: 10px 32px !important;
        font-weight: 700 !important;
        font-size: 24px !important;
    }

    .content-5-bg .content-text h2 {
        font-weight: 700;
        font-size: 40px;
        color: #006175;
    }

    .content-5-bg
    {
        padding: 60px 0px 50px 0px;
    }

    .footer-text {
        font-size: 16px !important;
    }
}

/* mobile */
@media (max-width: 576px)
{
    .banner-bottom p 
    {
        font-weight: 700;
        font-size: 19px;
        line-height: 10px;
    }

    .en .banner-bottom p
    {
        line-height: 23px;
    }
    
    .banner-bottom span 
    {
        font-weight: 500;
        font-size: 8px;
    }

    .en .banner-bottom span
    {
        font-size: 14px;
    }

    .en.banner-bottom {
        line-height: 16px;
    }

    .main-content
    {
        padding-top: 52px;
    }
    
    .banner-home h1
    {
        font-weight: 700;
        font-size: 40px;
    }

    .banner-home h2
    {
        font-weight: 700;
        font-size: 20px !important;
    }

    .banner-home .description
    {
        font-weight: 500;
        font-size: 12px;
    }

    .banner-home .title {
        padding: 65px 0px 0px 0px;
    }

    .banner-home
    {
        background-image: url(../img/banner_mobile.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        color: white;

    }

    .desktop_icon
    {
        display: none;
    }

    .mobile_icon
    {
        display: inline-block;
    }

    .navbar .navbar-brand img
    {
        width: 76px !important; 
    }
    
    .content-2-bg
    {
        padding: 40px 0px 30px 0px;
    }

    
    .content-2-bg .content-2-text h2
    {
        font-size: 22px !important;
    }

    .en .content-2-bg .content-2-text h2
    {
        font-size: 22px !important;
    }

    .content-2-bg .content-2-text p
    {
        font-size: 14px !important;
    }

    .content-2-bg
    {
        background-image: url(../img/roulette_bg_mobile.png);

    }

    .content-3-bg .content-text h2
    {
        font-weight: 700;
        font-size: 22px;
    }

    .content-3-bg .content-text p
    {
        font-weight: 500;
        font-size: 14px;
        line-height: 23px;
    }

    .content-3-bg
    {
        padding: 45px 0px 20px 0px !important;
    }

    .card-title {
        font-size: 12px; /* Adjust font size for better readability */
    }
    
    .en .card-title
    {
        font-size: 12px;
    }
    
    .card-img-top
    {
        height: 94px;
    }

    .card
    {
        border-radius: 9px !important;
    }

    /* Card Text Styling */
    .card-text {
        font-size: 9px;
        line-height: 10px;
        margin-bottom: 0px !important;
    }

    .carousel {
        margin-top: 25px
    }

    /* .card-width
    {
        width: 188px !important;
        height: unset !important;
    } */

    .carousel-indicators
    {
        bottom: 0px !important;
    }

    .carousel-indicators li
    {
        height: 4px !important;
        width: 36px !important;
    }

    .content-4-bg .content-text h2
    {
        font-size: 22px;
    }


    .en .content-4-bg .content-text h2
    {
        font-size: 24px !important;
    }

    .content-4-bg .content-text p
    {
        font-size: 14px;
        line-height: 23px;
    }

    .content-4-bg
    {
        padding: 45px 0px 0px 0px;
    }


    .cta-section {
        background-size: cover;
        border-radius: 0px;
        box-shadow: unset;
    }

    .cta-section h2
    {
        font-size: 20px;
        margin-bottom: 5px !important;
        text-align: left;
    }

    .en .cta-section h2
    {
        font-size: 18px;
    }

    .cta-section p
    {
        font-size: 8px;
        text-align: left;
    }

    .en .cta-section p {
        font-size: 10px;
    }

    .open-btn-wrapper
    {
        padding-right: 0px !important;
    }

    .open-btn
    {
        color: white !important;
        background-color: #009CBD !important;
        border-color: #009CBD !important  ;
        border-radius: 9px !important;
        color: #fff;
        padding: 8px 24px !important;
        font-weight: 700 !important;
        font-size: 12px !important;
    }

    .content-5-bg .content-text h2
    {
        font-size: 20px;
    }
    
    .content-5-bg .content-text p
    {
        font-size: 14px;
        line-height: 23px;
    }

    .content-5-bg
    {
        padding: 45px 0px 35px 0px;
    }

    .footer-icon
    {
        width: 35px;
    }

    .footer-text
    {
        font-size: 8px !important;
    }

    .mySwiper-footer .swiper-slide
    {
        background: unset !important;
    }q
    
    .mySwiper-footer .contain-slider
    {
        border-radius: 9px;
        border: 0.44px solid #0061754D;
        box-shadow: 1.77px 1.77px 6.63px 0px #0061754D !important;
    }

    .banner-bottom {
        line-height: 22px;
    }
}

.btn:hover {
    color: #054350 !important;
    text-decoration: none;
}

.contactus_text
{
    font-size: 1.5rem !important;
}

@media (max-width: 576px)
{
    .contactus_text
    {
        font-size: 1rem !important;
    }
}

/* FAQ Section Styling */
#faqAccordion .card {
    border: none;
    margin-bottom: 15px;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

#faqAccordion .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

#faqAccordion .card-header {
    background: #f3f3f3;
    border-bottom: none;
    padding: 0px;
}

#faqAccordion .btn-link {
    color: #006175;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
    padding: 15px 20px;
}

#faqAccordion .btn-link:hover {
    color: #009CBD;
}

#faqAccordion .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

#faqAccordion .card-body {
    padding: 20px;
    color: #666;
    font-size: 18px;
    line-height: 1.6;
    background: #f8f9fa;
    border-radius: 0 0 10px 10px;
}

#faqAccordion .collapse.show {
    background: #f8f9fa;
}

#faqAccordion .card-body h4
{
    font-size: 18px;
    font-weight: 600;
}

/* Mobile Responsive FAQ */
@media (max-width: 576px) {
    #faqAccordion .btn-link {
        font-size: 17px;
    }
    
    #faqAccordion .card-body {
        font-size: 15px;
        padding: 15px;
    }
    
    #faqAccordion .card-header {
        padding: 10px 15px;
    }
}


</pre></body></html>