
@media (max-width: 991.98px) {

    .fullscreen-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1050;
        background: #6c0116;
        width: 100vw;
        height: 100vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.5s ease, visibility 0.5s ease;
        display: flex;
    }

    .fullscreen-nav.show {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .btn-close-white {
        filter: brightness(0) invert(1);
    }

  
    .fullscreen-nav .navbar-nav {
        flex-direction: column;
    }

    .fullscreen-nav .nav-link {
        font-size: 1.8rem;
        margin: 1rem 0;
        color: #cbb26a !important; /* สีเมนู */
    }

    .fixed-md-top {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1030;
    }

    body {
        padding-top: 115px;
    }

    .slide-product-items img{
        height:300px !important;
    }

    .logo{
        max-height:75px !important;
    }
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}


body{
    background-color:#6c0116;
    color:#cbb26a;
}

.logo{
    max-height:110px;
    max-width:290px;
}

.navbar{
    border-bottom:1px solid #cbb26a;
    /* border-top:1px solid #cbb26a; */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23cbb26a' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler:focus{
    box-shadow:none;
}

a.nav-link,
a.nav-link.active,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show{
    color:#cbb26a;
}

a{
    color:#cbb26a;
}

.container{
    color:#cbb26a;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea.form-control{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid;
    border-color: #cbb26a;
    color: #cbb26a;
    line-height: 24px;
    font-size: 15px;
    padding: 8px;
    border-radius: 0;
}

.btn{
    background-color:#cbb26a;
    color:#6c0116;
    border-radius: 0;
    padding: 0.7em;
    border: 1px solid;
}

.btn:active,.btn:hover{
    color:#cbb26a !important;
    background-color:#6c0116 !important;
    border:1px solid #cbb26a !important;
}

.form-check-input{
    background-color: transparent;
    border-color: #cbb26a;
    border-radius: 0 !important;
    box-shadow: none;
}

.form-check-input:focus{
    border-color: #cbb26a;
    box-shadow: none;
}

.form-check-input:checked{
    background-color: transparent;
    border-color: #cbb26a;
    box-shadow: none;
}

.form-text{
    color: #cbb26a;
}

.form-control{
    color: #cbb26a;
}

.form-control:focus{
    background-color:transparent;
    border:none;
    border-bottom: 1px solid;
    border-color: #cbb26a;
    color:#cbb26a;
    box-shadow:none;
}

.footer{
    background-color:#cbb26a;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid;
}

.subscribeContainer{
    /* border-top: 1px solid; */
    /* border-right: 1px solid transparent; */
    background-color:#6c0116;
    margin-top: 1px;
    margin-right:1px;
}

.contactInfo{
    margin-right: -1px;
    border-top: 1px solid;
    background-color:#6c0116;
}

.floating-fixed-button{
    position: fixed;
    border: none;
    bottom: 20px; 
    right: 20px; 
    width: 60px; 
    height: 60px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    z-index: 999;
    background-color:#26d467;
    color:white;
}

.floating-fixed-button:hover,.floating-fixed-button:active{
    background-color:#26d467 !important;
    color:#333;
}

.indent{
    text-indent: 2em;
}

.contentmax{
    max-width:1000px;
}

.contentmax1440{
    max-width:1400px;
}

.bggold{
    background-color:#cbb26a;
    border-color:#cbb26a !important;
}
.outline-1px {
    outline: 1px solid ;
}

.bgred{
    background-color:#6c0116;
}

.textred{
    color:#6c0116;
}

.carousel h1{
    font-size:5rem;
}
.carousel h2{
    font-size:4rem;
}

.carousel-brand-item{
    height:140px;
    width:140px;
    background-color:white;
    padding:10px;
    display: flex;
    align-items: center;  
    justify-content: center; 
}

.carousel-brand-item img{
    max-height:140px;
    max-width:140px;
}

.slide-bg {
  height: 700px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

  display: flex;
  align-items: baseline;     
  justify-content: center; 
}

.slide-caption{
    background-color:#6c0116;
    letter-spacing: 0.025em;
}

.ourbrandslide{
    border:1px solid #cbb26a;
}

h2.responsive-text {
    font-size: clamp(3rem, 5vw, 4rem);
}

h2.responsive-text2{
    font-size:clamp(2.5rem,5vw,3.5rem);
}

.slide-product-items{
    margin:auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* height: 400px; */
}

.slide-product-items img{
    object-fit: cover;
    height: 400px;
}

.bgimage{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    border: none;
    margin:-8px;
    padding: 10px 15px;
    border-radius: 50%;
    pointer-events: auto;
}


.intl-tel-input {
    display: table-cell;
}
.intl-tel-input .selected-flag {
    z-index: 4;
}
.intl-tel-input .country-list {
    z-index: 5;
}
.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}
.iti {
    width: 100%;
}

.iti input {
    width: 100%;
}