@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400&family=Nanum+Myeongjo:wght@400;700&display=swap');
:root {
    --primary: #005DA6;
}

body {
    scroll-behavior: smooth;
    -webkit-scroll-behavior: smooth;
    /* Safari and Chrome */
}

html {
    scroll-behavior: smooth;
    /* Fallback for other browsers */
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

section {
    margin-left: 20px;
    margin-right: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
a.h6 {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 200;
}

h5 {
    letter-spacing: 9px;
    font-size: 15px;
    font-weight: 400;
    margin-right: -6px;
}

h4 {
    font-size: 16px;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: #000;
    transition: all .6s;
}

nav {
    font-weight: 400;
}

.h3-alter h3 span {
    font-size: 38px;
    /* display: block; */
}

.h3-alter h3 {
    font-size: 18px;
}

.text-white a {
    color: #fff;
}

.modal.fade .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.w-test {
    width: 100px;
    margin-bottom: 15px;
}

section.padded {
    padding-top: 100px;
    padding-bottom: 100px;
}

.btn-outline-primary {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-outline-primary,
.btn-outline-light,
.btn-outline-dark {
    border-width: 3px;
}

.btn-primary {
    background-color: var(--primary);
    border-color: var(--primary);
}

.text-primary {
    color: #005da6 !important;
}

nav .bg-white {
    box-shadow: 0 -30px 30px #0000000d;
}

.li-styled li::before {
    content: " ";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    border-radius: 40px;
    top: 15px;
    display: block;
    background: #000;
}

.li-styled li {
    position: relative;
    list-style: none;
    padding: 5px 0 5px 15px;
}

.nav2 {
    transition: all .6s;
}

.nav2-fixed .nav2 {
    position: fixed;
    width: calc(100% - 40px);
    margin: 0 20px;
    top: 30px;
    z-index: 5;
    background: #fff;
    box-shadow: 0 5px 50px #00000022;
}

.navbar-brand {
    line-height: .6;
}

.about.nav2-fixed .nav2 {
    padding: 10px 0;
    top: 74px;
}

#bg-slider-wrap {
    position: relative;
}

#bg-slider-wrap .bg-slide {
    min-height: calc(100vh - 40px);
    position: relative;
    overflow: hidden;
    /* z-index: 0; */
    display: none;
}

#bg-slider-wrap .bg-slide.active {
    display: block;
}

#bg-slider-wrap .bg-slide .slide-img,
#bg-slider-wrap .bg-slide video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
    animation: fadeIn .4s linear;
}

.contact-link {
    border-left: 1px solid #fff;
    padding-left: 10px;
}

#bg-slide-prev,
#bg-slide-next {
    position: absolute;
    top: 50%;
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
    background: url(images/arrow.png) center center/10px auto no-repeat #fff;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}

#bg-slide-prev {
    left: 20px;
    background: url('images/arrow-left.png') center center/10px auto no-repeat #fff;
}

#bg-slide-next {
    right: 20px;
}

@keyframes fadeIn {
    0% {
        transform: scale(1.5);
    }
}

@keyframes bgAnim {
    0% {
        transform: scale(.9) translateY(-50px);
        opacity: 0;
    }
}

@keyframes bgAnimtwo {
    0% {
        transform: scale(.9) translateY(50px);
        opacity: 0;
    }
}

#bg-slider {
    margin-top: 20px;
}

#bg-slider-wrap .bg-slide .bg-slide-content .btn {
    animation: bgAnimtwo .6s linear .2s backwards;
}

#bg-slider-wrap .bg-slide .bg-slide-content h3 {
    font-size: 2em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-shadow: #000 2px 2px 0px;
    max-width: 700px;
    animation: bgAnim .4s linear 0s backwards;
    /* background: #00000012; */
    /* box-shadow: 0 0 90px #0003; */
}

#bg-slider-wrap::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 0;
}

#bg-slider-wrap .bg-slide .bg-slide-content {
    min-height: calc(100vh - 40px);
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0 15%;
}

.full-screen-section {
    height: 100vh;
}

.half-screen-section {
    height: 60vh;
    padding-top: 10vh;
}

.navigation {
    background: #fff;
    position: fixed;
    height: 100vh;
    width: 50%;
    top: 0;
    right: -50%;
    padding: 50px;
    z-index: 1000;
    transition: all .5s ease-out;
    box-shadow: 0 0 50px #00000033;
}

#dc-box {
    background: #fff;
    position: fixed;
    height: 100vh;
    width: 80%;
    top: 0;
    right: -80%;
    padding: 50px;
    z-index: 1020;
    transition: all .5s ease-out;
    box-shadow: 0 0 50px #00000033;
    overflow-y: auto;
}

.navigation.active,
#dc-box.active {
    right: 0;
}

.menu-btn .btn,
.menu-btn a {
    cursor: pointer;
    letter-spacing: 3px;
}

.menu-btn a {
    font-size: 12px;
}

.menu-btn img {
    width: 20px;
}

.menu-btn {
    background: #005da6;
    padding: 3px 10px;
    border-radius: 30px 0 0 30px;
}

.nav-fixed .menu-btn {
    background: none;
}

.navigation li {
    list-style: none;
    padding: 10px 0;
    font-family: 'Nanum Myeongjo', serif;
}

.navigation a {
    transition: all .6s;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    display: inline-block;
}

a:hover {
    color: var(--primary);
}

.navigation .close-btn {
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 3px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
}

.inner-banner::after,
#banner::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000055;
    z-index: 0;
    top: 0;
    left: 0;
}

.overlay-hidden:after {
    display: none;
}

.inner-icon {
    height: 50px;
    margin-bottom: 30px;
}

.staff-top img {
    width: 130px;
}

.inner-banner::after {
    height: 100%;
}

#banner,
.inner-banner {
    position: relative;
    margin: 0px;
    /* height: 100vh; */
    overflow-y: hidden;
    border: 20px solid #fff;
}

header .navbar-brand img {
    height: 20px;
}

header nav {
    transition: all .6s !important;
}

header {
    transition: all .6s !important;
    z-index: 1020;
    width: 100%;
    padding: 0 20px;
    top: 20px;
    left: 0;
    box-shadow: 0px -10px 10px #0000002b;
}

.fade-up {
    transform: translateY(100px);
    opacity: 0;
}

.scroll-up {
    transform: translateY(0px);
}

.nav-fixed header {
    top: 0;
}

.nav-fixed header nav {
    /* background: #000; */
    background: #013157;
    padding-bottom: 2px;
}

.banner-img {
    position: absolute;
    z-index: 2;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 100%;
}

.vid-bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: .2;
    overflow: hidden;
    height: 100%;
    /* background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); */
}

.vid-bg video {
    object-fit: cover;
}

.row.l-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 0%) 100%);
}

.l-bg {
    background: url(images/bnr-bg-1.jpg) no-repeat center top/cover;
    overflow: hidden;
    padding-bottom: 690px;
    margin-top: -300px;
}

.l-bg-2 {
    position: absolute;
    left: 0;
    top: -80px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(images/bnr-bg-2.png) no-repeat center 0px/cover;
}

#banner-img-1 {
    background-image: url(images/bnr-bg-1.jpg);
    opacity: 0;
}

#banner-img-2 {
    opacity: 0;
    background-image: url(images/bnr-bg-2.png);
    background-position: center 50vh;
    background-repeat: no-repeat;
    z-index: 3;
}

.mem-login {
    font-weight: 400;
    letter-spacing: 1px;
    background: #005da6;
    margin-bottom: -1px;
}

#boca-video .modal-header {
    border: none;
}

#bg-video-2,
#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    /* padding: 20px; */
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#play-btn img {
    width: 100%;
}

#orange {
    width: 70%;
    margin-top: 20%;
    margin-left: -10%;
    transform: rotate(-45deg);
    /* opacity: 0; */
}

h1#bnr-h1 {
    font-size: 7vh;
    margin-top: 20vh;
}

#bnr-h5 {
    font-size: 2vh;
}

#banner h6 a {
    font-size: 12px;
    text-decoration: none;
    color: var(--primary);
}

#bnr-p,
#sc-p-2 {
    opacity: 0;
}

#bnr-p span {
    padding-top: 10px;
    display: block;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
}

#sq {
    overflow: hidden;
    width: 50vh;
    height: 50vh;
    position: absolute;
    top: calc(50% - 25vh);
    left: calc(50% - 25vh);
    z-index: 1;
    transform: rotate(45deg) scale(1);
    background: #fff;
    opacity: 1;
}

.form-error {
    display: none;
    color: red;
    margin-top: 5px;
}

.stylized-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.bnr-bg-2 {
    z-index: 0;
    height: 100vh;
    bottom: -30%;
    left: 0;
    width: 100%;
}

#c-sec:after {
    content: " ";
    position: absolute;
    top: -10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 550px;
    height: 50px;
}

#c-sec:before {
    content: " ";
    position: absolute;
    bottom: -10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 150px;
    height: 250px;
}

#c-sec:after,
#c-sec:before {
    border-width: 1px;
    right: -10px;
    display: none;
}

#c-sec {
    position: relative;
    margin: 0 auto;
    max-width: 50vh;
}

#activities {
    background: #ffffff;
    height: 150px;
    padding: 30px 20px;
    /* opacity: 0; */
    /* position: relative; */
    /* z-index: 2; */
}

#activities a:hover img {
    transform: scale(1.2);
}

#dine-places a,
#activities a {
    width: 100%;
    display: inline-block;
    position: relative;
}

.hive-img {
    max-width: 150px;
}

#inner-top-links img,
#activities img,
#dine-places img {
    transition: all .5s;
    height: 50px;
    margin-bottom: 20px;
}

#inner-top-links a h4 {
    margin-bottom: 11px;
}

.talk-box {
    transition: all .3s;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 40px;
    /* margin: 20px; */
    /* width: 200px; */
    height: auto;
    position: absolute;
    left: 0;
    bottom: 140px;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

.w-max-600 {
    max-width: 600px;
}

#dine-places a:hover .talk-box,
#activities a:hover .talk-box {
    opacity: 1;
    color: #000;
    bottom: 120px;
    z-index: 1;
}

#dine-places a:hover .talk-box {
    bottom: 60px;
}

.arrow-down {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.talk-text h6 {
    font-size: 16px;
}

li.small a {
    font-size: 12px;
    letter-spacing: 3px;
}

#play-btn {
    width: 0px;
    height: 0px;
    padding: 0px;
    opacity: 0;
}

.fade-up {
    margin-top: -10px;
}

#section2 {
    /* background: url(images/banner-2.jpg) no-repeat center center/cover; */
    position: relative;
}

.bg-primary {
    background: #005da6 !important;
}

.section2-bg {
    background: url(images/section-2.jpg) no-repeat center right/cover;
}

.section3-bg {
    background: url(images/mac.jpg) no-repeat center left/cover;
}

.section4-bg {
    background: url(images/banner-3.jpg) no-repeat center center/cover;
}

.golf1-bg {
    background: url(images/golf-1.jpg) no-repeat center center/cover;
}

.golf2-bg {
    background: url(images/bg-cares.jpg) no-repeat center bottom/cover;
}

.fitness-bg {
    background: url(images/fitness-bg.jpg) no-repeat center bottom/cover;
}

.cafe-bg {
    background: url(images/cafe-bg.jpg) no-repeat center bottom/cover;
}

.hb-cafe-bg {
    background: url(images/hb-cafe.jpg) no-repeat center bottom/cover;
}

.cont-bg {
    background: url(images/contact-bg-2.jpg) no-repeat center center/cover;
}

.sup-living-bg {
    background: url(images/sup-living.jpg) no-repeat center bottom/cover;
}

.hive-bg {
    background: url(images/hive-bg.jpg) no-repeat center bottom/cover;
}

.pool-bg {
    background: url(images/pool-bg.jpg) no-repeat center center/cover;
}

.otls-bg {
    background: url(images/otls.jpg) no-repeat center bottom/cover;
}

.re-bg {
    background: url(images/re-bg.jpg) no-repeat center bottom/cover;
}

.real-bg {
    background: url(images/real.jpg) no-repeat center bottom/cover;
}

.ss-bg {
    background: url(images/ss-bg.jpg) no-repeat left top/120% auto;
}

.social-bg {
    background: url(images/social-bg.jpg) no-repeat center bottom/cover;
}

.pfun-bg {
    background: url(images/pfun-bg.jpg) no-repeat center center/cover;
}

.dpark-bg {
    background: url(images/dpark-bg.jpg) no-repeat center center/cover;
}

.famfun-bg {
    background: url(images/fam.jpg) no-repeat center center/cover;
}

#golf-banner {
    background: url(images/golf-banner.jpg) no-repeat;
    background-size: cover !important;
}

#curve-banner {
    background: url(images/curve-banner.jpg) no-repeat center center;
    background-size: cover !important;
}

#about-banner {
    background: url(images/about-banner.jpg) no-repeat;
    background-size: cover !important;
}

#mem-banner {
    background: url(images/mem-banner.jpg) no-repeat;
    background-size: cover !important;
}

#glimpse-banner {
    background: url(images/g-bg.jpg) no-repeat;
    background-size: cover !important;
}

#re-banner {
    background: url(images/abt-bg.jpg) no-repeat;
    background-size: cover !important;
}

#glimpse-box .container {
    position: relative;
    z-index: 1;
}

#glimpse-box {
    position: relative;
}

#glimpse-box::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/about-banner.jpg) no-repeat center center;
    background-size: cover !important;
    z-index: -1;
}

.gb-img img {
    border: 3px solid #fff !important;
}

#glimpse-box::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
    z-index: 0;
}

#contact-banner {
    background: url(images/contact.jpg) center bottom;
    background-size: cover !important;
}

#dining-banner {
    background: url(images/d-s.jpg) no-repeat;
    background-size: cover !important;
}

#pp-banner {
    background: url(images/bnr-bg-1.jpg) no-repeat bottom;
    background-size: cover !important;
}

#ra-s11 {
    background: url(images/tennis-bg-junior.jpg) no-repeat center center/cover;
}

#ra-s12 {
    background: url(images/slider-4.jpg) no-repeat center center/cover;
}

#pedal-bg {
    background: url(images/pedal.jpg) no-repeat center center/cover;
}

#ra-banner {
    background: url(images/ra-banner.jpg) no-repeat center bottom;
    background-size: cover !important;
}

#mem-bg {
    position: relative;
    background: url(images/slider-15.jpg) no-repeat center top/cover;
}

.inner-banner {
    background-size: auto 75vh !important;
}

label {
    margin-top: 15px;
}

input,
textarea,
select {
    border-radius: 0 !important;
}

#map iframe {
    height: 300px;
}

#map .embed-responsive {
    padding-bottom: 300px;
}

#mem-bg:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #052036cc;
    z-index: 0;
}

#shop {
    background: #00000099;
}

.sp .carousel-control-prev,
.sp .carousel-control-next {
    width: auto;
    position: static;
    display: inline-block;
}

#slider {
    margin-top: 20px;
}

#slider h5 {
    font-size: 30px;
}

.carousel-caption {
    /* right: 0;
    bottom: auto;
    top: 0;
    left: 0;
    padding-bottom: .25rem;
    color: #000;
    background: #ffffff; */
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
}

#newsletter a {
    display: block;
    max-height: 400px;
    overflow-y: hidden;
}

#newsletter img {
    opacity: 1;
    transition: all .6s;
}

#newsletter img:hover {
    opacity: .7;
    transform: translateY(-20px);
}

.accordion-flush .accordion-item,
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    background: none;
    border-color: #fff;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button::after {
    /* background: url(images/arrow-down.svg) center center no-repeat; */
}

.accordion-header button {
    font-size: 20px;
}

.accordion {
    border: 1px solid #fff;
}

#in-the-news .nav-tabs .nav-item .nav-link,
#in-the-news .nav-tabs .nav-item .nav-link.active,
#in-the-news .nav-item.show .nav-tabs .nav-link {
    border-radius: 0;
    width: 100%;
    color: #005DA6;
}

#in-the-news .accordion-body a {
    color: #fff;
    border-bottom: 1px solid #ffffff78;
    display: inline-block;
    margin-bottom: 3px;
}

#in-the-news .accordion-body {
    padding: 50px;
    margin: -3px -2px 0;
    background: #005DA6;
    font-size: .85em;
    color: #fff;
}

#in-the-news .nav-tabs .nav-item .nav-link.active {
    background: #005da6;
    color: #fff;
    border-color: #005da6;
}

#in-the-news .nav-item.tab-item-2 .nav-link {
    border-left: none;
    border-right: none;
}

#in-the-news .nav-item .nav-link {
    padding: 15px 30px;
    border: 1px solid #000;
    display: inline-block;
    height: 100%;
    font-family: 'Nanum Myeongjo', serif;
}

#in-the-news .nav-item {
    border-radius: 0;
    width: 33.333333%;
    display: inline-block;
}

.embed-responsive {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* Change the aspect ratio as needed */
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#glimpses .carousel-control-prev {
    left: -50px;
}

#glimpses .carousel-control-next {
    right: -50px;
}

p#sc-p {
    position: absolute;
    width: 100%;
}

section#loader {
    background: #fff;
    z-index: 1020;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.loader-box {
    display: inline-block;
    width: 300px;
    height: 26px;
}

#l-orange {
    left: 0;
    max-height: 300px;
    top: 30vh;
}

#l-orange-2 {
    transform: scaleX(-1);
    right: 0;
    max-height: 200px;
    top: 20vh;
}

.logo-cover {
    left: 0px;
    top: 0px;
    width: 300px;
    height: 36px;
}

#l-logo {
    left: 0px;
    top: 0px;
    width: 300px;
    height: 36px;
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 991px) {
    .navigation {
        width: 90%;
        right: -90%;
        padding: 30px;
    }
    .navigation a {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
    #shop .p-md-5,
    section.bg-primary .p-md-5,
    .p-md-5 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .accordion-button:not(.collapsed) {
        background: none;
    }
    .talk-box {
        padding: 10px;
        left: -60px;
        width: 260px;
    }
    .nav2 a {
        margin: 0 5px !important;
    }
}

@media screen and (max-width: 767px) {
    #glimpses .carousel-dark {
        text-align: left;
    }
    .inner-banner {
        border: none;
    }
    #glimpses .carousel-control-prev,
    #glimpses .carousel-control-next {
        position: static;
        display: inline-block;
        margin: 0;
        text-align: left;
    }
    #l-orange {
        top: 10vh;
        max-height: 200px;
    }
    #l-orange-2 {
        top: 5vh;
        max-height: 100px;
    }
    header {
        padding: 0;
        top: 0;
    }
    section {
        margin-left: 0;
        margin-right: 0;
    }
    .h-mob {
        height: 300px;
    }
    .talk-box {
        position: static;
        padding: 0px;
        opacity: 1;
        max-width: 410px;
        margin: 0 auto;
        margin-bottom: 10px;
        width: 100%;
    }
    #dine-places .talk-box {
        max-width: none;
        background: none;
    }
    #dine-places .talk-text {
        text-align: left !important;
    }
    .talk-box .h4 {
        font-size: inherit;
    }
    #activities {
        height: auto;
        background: #fff;
    }
    .talk-text {
        text-align: center;
    }
    #sq {
        width: 50vw;
        height: 50vw;
        top: calc(50% - 25vw);
        left: calc(50% - 25vw);
    }
    h1#bnr-h1 {
        font-size: 7vw;
        margin-top: 29vh;
    }
    #bnr-h5 {
        letter-spacing: 5px;
        font-size: 2vw;
    }
    footer .col-md-4 {
        margin-bottom: 40px;
    }
    #in-the-news .accordion-body {
        padding: 50px 30px 50px 10px;
    }
    .nav2 a {
        font-size: 13px;
        margin: 0 6px !important;
    }
    h5 {
        font-size: 14px;
        letter-spacing: 6px;
    }
    section.padded {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #shop .p-md-5,
    section.bg-primary .p-md-5 {
        padding: 0 20px !important;
    }
    .bg-styles {
        min-height: 300px;
    }
    #section2 .border-end {
        border: none !important;
    }
    .shadow {
        box-shadow: none !important;
    }
    /* .li-styled li {
        width: 40%;
        display: inline-block;
    } */
    .sp {
        margin: 30px 0;
    }
    #inner-top-links img {
        display: none;
    }
    .nav2 a {
        /* margin: 0 !important; */
        display: block;
        margin: 5px 0 !important;
    }
    .nav2 {
        padding: 0;
        margin-bottom: 3px !important;
    }
    #inner-top-links a h4 {
        font-size: 14px;
    }
    .nav2 .container-fluid {
        /* padding: 0; */
    }
    #inner-top-links .col-auto {
        padding: 0 7px;
    }
    .nav2-fixed .nav2 {
        top: 56px;
        padding-top: 10px;
    }
    .l-bg-2 {
        top: 20px;
    }
}

@media screen and (max-width: 600px) {
    #inner-top-links a h4 {
        font-size: 13px;
        letter-spacing: 0;
    }
    footer h3 {
        display: block;
    }
    #inner-top-links .col-auto.border-end {
        border: none !important;
    }
    #inner-top-links .col-auto a {
        display: inline-block;
    }
    p#sc-p {
        font-size: 13px;
    }
    .display-5 {
        font-size: 24px;
    }
    #bg-slider-wrap .bg-slide .bg-slide-content h3 {
        font-size: 20px;
    }
    #bg-slide-prev {
        left: 0;
    }
    #bg-slide-next {
        right: 0;
    }
    #bg-slide-prev,
    #bg-slide-next {
        height: 30px;
        width: 30px;
        background-size: 10px auto;
    }
    p {
        font-size: 14px;
    }
    .contact-link {
        border-left: none;
        padding-left: 0px;
        font-size: 15px;
    }
    .mem-login {
        font-size: 14px;
    }
    .menu-btn .btn .ms-3 {
        margin-left: 0.3rem !important;
    }
    .menu-btn .btn {
        letter-spacing: 1px;
        font-size: 14px;
    }
}

@media screen and (max-width: 420px) {
    header .navbar-brand img {
        height: 17px;
    }
}