@import url("https://fonts.googleapis.com/css2?family=Playball&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"); html { scroll-behavior: smooth; overflow-x: hidden; } html body { font-family: "Poppins", sans-serif; font-size: 16px; background: #fff; position: relative; color: #2d3436; line-height: 26px; font-weight: 400; } html body a { color: #9237cb; text-decoration: none; transition: 0.5s all ease; } html body a:hover { text-decoration: none; color: #2d3436; } h1, h2, h3, h4, h5, h6 { font-family: "Playball", cursive; } .lightfont { font-family: "Poppins", sans-serif; } .hero-btns { padding-top: 2rem; } .btn-custom { background: #205781; border-color: #205781; color: #ffff; border-radius: 0px; padding: 0.75rem 2.5rem; transition: all 0.3s ease-in-out; margin-right: 10px; border-radius: 5px; font-family: "Poppins", sans-serif; font-size: 1rem; border-width: 2px; } .btn-custom.borderd { background-color: transparent; border-color: #fff; } .btn-custom:hover, .btn-custom.borderd:hover { box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2); color: #fff; } .button-wrap .btn-custom:hover { border-color: #98D2C0; } .rating-sec { background: #f4f0f9; border: 1px solid #673ab7; border-radius: 16px; display: grid; gap: 32px; grid-template-columns: repeat(1, 1fr); padding: 72px 48px 56px; position: relative; text-align: center; } .statistics__decoration { align-items: center; background-color: #fff; border: 1px solid #673ab7; border-radius: 999px; display: flex; gap: 6px; left: 50%; padding: 13px 18px; position: absolute; top: 0; transform: translate(-50%, -50%); width: fit-content; } .statistics__decoration i { color: #ffcc00; font-size: 1.5rem; } .statistics__item i { font-size: 2.5rem; color: #673ab7; } .statistics__item .subheading { font-size: 1.25rem; font-weight: bold; color: #000; padding-top: 1rem; } .explore { background-color: #130a38; } .explore .top-heading { font-size: 42px; } .owl-dots { display: flex; align-items: center; justify-content: center; margin-top: 1.5rem; } .owl-dots .owl-dot { background-color: #f5f7fa; width: 20px; height: 20px; margin: 0 5px; border-radius: 50%; } .owl-dots .owl-dot.active { background-color: #ff6842; } @media screen and (min-width: 768px) { .rating-sec { grid-template-columns: repeat(3, 1fr); text-align: left; } } @media (max-width: 575px) { .desktop { display: none; } } @media (min-width: 576px) { .mobile { display: none; } } /*************Header section heree*********/ header { width: 100%; top: 0; z-index: 99; background-color: #255F38; position: fixed; top: 0; right: 0; left: 0; } header.fixed-top { background-color: #1F7D53; } header .navbar { padding: 0; } header .logo { width: 260px; padding: 10px 0; } @media (max-width: 991px) { header .logo { width: 225px; } } header .navbar-light .navbar-brand { margin-right: 2rem; } @media (max-width: 991px) { header .navbar-light .navbar-brand .site-logo { display: none; } } header .navbar-light .navbar-toggler { padding: 0; font-size: 1.5rem; line-height: 0; border-radius: 0; border: none; } @media (max-width: 360px) { header .navbar-light .navbar-toggler { font-size: 1.1rem; } } header .navbar-light .navbar-toggler:focus { box-shadow: none; } header .navbar-light .navbar-toggler .navbar-toggler-icon { width: auto; height: auto; background-image: none; color: #fff; } @media (max-width: 991px) { header .navbar-light .navbar-nav { padding: 20px 0; } } header .navbar-light .navbar-nav .nav-item { position: relative; } header .navbar-light .navbar-nav .nav-item:last-child { padding-right: 0; } @media (max-width: 991px) { header .navbar-light .navbar-nav .nav-item { padding: 0; } } header .navbar-light .navbar-nav .nav-link { font-size: 16px; padding: 15px 12px; color: #fff; white-space: nowrap; } @media (max-width: 991px) { header .navbar-light .navbar-nav .nav-link { display: block; } header .navbar-light .navbar-nav .nav-link { padding: 7px 12px; } } header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link:hover { color: #eb4034; } .hero { width: 100%; min-height: 50vh; background-color: #1F7D53; background-image: url(../assets/hero-bgimage.png); background-size: cover; background-position: center; position: relative; padding: 120px 0 100px 0; color: rgba(255, 255, 255, 0.8); } .top-heading { color: #000; font-family: "Playball", cursive; font-size: 56px; font-style: normal; line-height: normal; } .top-heading span { border-bottom: 2px solid #eb4034; } .lead { color: #000; font-size: 1rem; font-style: normal; line-height: 150%; margin: 15px auto 0px; } .hero .lead { font-size: 18px; } .hero-casino .top-heading { color: #00132e; } .hero-casino .lead { color: #00132e; color: #00132e; font-size: 1.25rem; font-weight: 400; padding-right: 2rem; } .hero-img { width: 100%; max-height: 300px; object-fit: cover; } .raduis-1r { border-radius: 10px; } .hero-casino { } /*******Footer section heree**********/ .footer { background: #1F7D53; color: #fff; padding: 2rem 0 0; text-align: center; } .footer .footer-logos { margin-bottom: 45px; } .footer .footer-logo { padding-bottom: 15px; } .footer .footer-logo img { width: 180px; } .footer .footer-links { padding-bottom: 2rem; } .footer .footer-links a { padding: 0 10px; } .footer .footer-links ul { list-style-type: none; padding: 0; margin: 0; font-size: 1.2rem; } .footer .footer-links ul li { padding: 0 15px 5px 0; font-size: 16px; display: inline-block; } .footer .footer-links ul li:last-child { padding-right: 0; } .footer a { color: #fff; } .footer a:hover { color: #aaa; } .footer a i { font-size: 12px; padding-right: 10px; } .footer .Opphavsrett { color: #b2bec3; font-size: 16px; padding-top: 20px; } .footer .Opphavsrett p { padding-bottom: 20px; } .footer .Opphavsrett p:last-child { padding-bottom: 0; } .after-footer { background: #255F38; padding: 10px 0 10px; border-top: 1px solid #ffffff1a; } .after-footer p { margin-bottom: 0; color: #fdfdfd; font-size: 16px; } .after-footer .before-footer-content { display: flex; justify-content: center; align-items: center; } .fill-img, .fill-text { padding: 1rem; } .hotels-page .float-img { float: left; max-width: 510px; margin: 0rem 2.5rem 1rem 0rem; } .hotels-page .row-reverse .float-img { float: right; max-width: 510px; margin: 0rem 0rem 1rem 2.5rem; } .hotels-page .fill-img, .hotels-page .fill-text { padding: 0; } @media (max-width: 991px) { .hotels-page .row-reverse .float-img, .hotels-page .float-img { float: none; width: 100%; max-width: 100%; margin: 0; } } @media (max-width: 414px) { .after-footer .before-footer-content { flex-direction: column; } .fill-img, .fill-text { padding: 0rem; } } .after-footer .footer-logo { text-align: center; } .after-footer .footer-logo img { max-width: 250px; width: 100%; } .after-footer .social { list-style: none; padding-left: 0; margin-bottom: 0; } .after-footer .social li { display: inline-block; margin-right: 0.5rem; } .after-footer .social li:last-child { margin-right: 0; } .after-footer .social li a { display: inline-block; background-color: #ffffff33; width: 40px; height: 40px; line-height: 40px; text-align: center; color: #fff; border-radius: 2px; font-size: 16px; } @media (max-width: 575px) { .after-footer .social li a { width: 30px; height: 30px; line-height: 30px; font-size: 14px; } } .after-footer .social li a:hover { background-color: #ffffff82; } #newcookies { color: #000; background-color: #ffffffd9; right: 1em; bottom: 1em; height: auto; padding: 1rem 0.5rem; position: fixed; width: calc(100% - 19px); max-width: 400px; z-index: 9999; font-family: "Poppins", sans-serif; font-size: 16px; line-height: 1.5em; padding: 1.2rem; max-width: 30em; letter-spacing: 1.2px; box-shadow: 0 0 20px #ccc; border-radius: 8px; } #newcookies p { margin-bottom: 0; color: #000; } #newcookies .btn { background-color: #eb4034; border-color: #eb4034; color: #fff; padding: 0.5rem 2.5rem; cursor: pointer; width: 100%; border-radius: 30px; margin-top: 1rem; } .social-links { padding-bottom: 1.5rem; } .social-links a i { font-size: 24px; padding-right: 10px; padding-left: 10px; } .form-control { margin-top: 15px; } section { padding: 72px 0; } .section-title { height: 2px; background-color: black; background-image: linear-gradient(90deg, white, black, white); position: relative; margin: 2rem; } .section-title span { position: absolute; left: 50%; top: 50%; background-color: #fff; transform: translate(-50%, -50%); padding: 0.5rem 1rem; font-size: 40px; font-family: "Poppins", sans-serif; } .section-desc { text-align: center; } .testimonials { text-align: center; } .testimonials .col-md-10 { margin: 0 auto; } .testimonials .rating { color: #ffcc00; font-size: 1.5rem; margin-top: 1rem; margin-bottom: 0.5rem; } .testimonials p, .review-text p { font-size: 1.25rem; line-height: 150%; font-weight: 200; font-style: italic; } .testimonials h3 { font-size: 1rem; font-weight: bold; } .testimonials h3 span { font-weight: normal; } .casino-hero, .contact-hero { color: inherit; background-size: 100% 100%; max-width: 100vw; } .contact-hero { background-size: 100% 100%; max-width: 100vw; } .about-hero { background-color: #eeecea; } .about-hero .top-heading { font-size: 54px; } .casino-hero .lead { max-width: 100%; padding-bottom: 10px; } .casino-hero .top-heading { font-size: 64px; } .fill-image { position: relative; height: 100%; width: 100%; } .fill-image img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; object-fit: cover; } .casino-hero .casino-box { margin-top: 2.5rem; margin-bottom: 0; } .nagative-mt-5 { margin-top: -40px; } .casino-box { margin-bottom: 2.5rem; overflow: hidden; display: flex; align-items: center; flex-wrap: wrap; } .casino-box p { font-size: 16px; line-height: 28px; } .fill-text h3 { font-family: "Playball", cursive; font-size: 1.75rem; color: #cf8036; padding-bottom: 5px; } .fill-text h3 span { font-family: "Poppins", sans-serif; display: block; color: #040404; font-size: 14px; padding: 0; padding-top: 5px; } .fill-text .wlcom-desc1 { padding: 0.5rem 0; } .zigzag-section .fill-image { border-radius: 30px; overflow: hidden; } .zigzag-section .col-md-6 { padding: 2rem; } .contact-hero .contact-form { padding-right: 10rem; } .contact-hero .contact-form .top-heading { font-size: 48px; } .contact-hero .fill-image { border-radius: 30px; overflow: hidden; } .h3, h3 { font-family: "Poppins", sans-serif; } .list-wrapper .row { padding-top: 4rem; } .list-wrapper .top-heading, .testimonials .top-heading { font-size: 42px; } .skyblue-bg { background-color: #e1edff; } .gold-bg { background-color: #130a38; } .blue-bg { background-color: #0d294d; } .bg-peach-extra-light { background-color: #fff5ee; } .accordion-item { background-color: #2b8aff; border: none; margin-bottom: 1rem; border-radius: 10px; color: #fff; } .accordion-button:not(.collapsed), .accordion-button { background-color: #2b8aff; color: #fff; font-weight: bold; border-radius: 10px !important; font-size: 1.25rem; box-shadow: none; } .accordion-item:first-of-type, .accordion-item:last-of-type { border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; } .faq h2 { font-size: 42px; font-weight: bold; } .icon-box { background-color: #fff5f5; border-radius: 12px; padding: 24px 32px; } .icon-box .icon { font-size: 2rem; padding-bottom: 1rem; color: #ff6b6b; } .icon-box h3 { font-size: 28px; font-weight: 700; line-height: 1.2; text-decoration: none; } .icon-box p { color: #545465; font-weight: 500; } #wlcom-desc1 strong { color: #eb4034; font-weight: 400; } #wlcom-desc1 strong i { font-size: 24px; } @media (max-width: 1140px) { .contact-hero .contact-form { padding-right: 2.5rem; } } @media (max-width: 991px) { .hero-casino img { width: 100%; margin-bottom: 1.5rem; } .list-wrapper .fill-text, .list-wrapper .float-img { width: 100%; margin: 0; } .list-wrapper .fill-text { padding: 1rem; } .contact-hero .fill-image { min-height: 250px; } } @media (max-width: 767px) { .top-heading { font-size: 24px; } .fill-text { padding: 1rem 0rem 0.5rem; } .section-title span { padding: 0.5rem 0.5rem; font-size: 24px; width: 80%; } section { padding: 30px 0; } .casino-hero .top-heading { font-size: 36px; } .fill-image { min-height: 250px; } .nagative-mt-5 { margin-top: 0; } .about-hero .top-heading { font-size: 36px; } .zigzag-section .col-md-6 { padding: 0 10px; } .contact-hero .contact-form .top-heading { font-size: 36px; } .contact-hero .contact-form { padding-right: 0rem; padding-top: 2rem; } .list-wrapper .float-img { float: none; max-width: 100%; } } @media (min-width: 1200px) { .h3, h3 { font-size: 1.5rem; } } @media (min-width: 992px) { .row-reverse { flex-direction: row-reverse; } } @media (min-width: 1200px) { .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1200px; } }