@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #313131;
    font-weight: 600;
}

strong {
    font-weight: 800;
    color: #000;
}

a {
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 400;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: inherit;
}

.fa-phone {
    transform: rotate(90deg);
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

button {
    color: inherit;
    border: none;
}

p {
    margin-bottom: 15px;
    color: #000;
    letter-spacing: 0.5px;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
}

ul {
    padding-left: 0 !important;
}

hr {
    background-color: #041936;
    opacity: 1;
}

.form-select:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: #ccc;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: inherit;
    color: inherit;
}

label {
    margin-bottom: 5px;
}

textarea {
    resize: none;
}

img {
    max-width: 100%;
    height: auto;
}

.sub-heading h2 {
    font-size: 48px;
    color: #1e335a;
    font-weight: 700;
}

.sub-heading p {
    font-size: 18px;
    color: #232323;
}

.sub-heading .line_shape {
    display: inline-block;
    background-color: #1e335a;
    width: 100px;
    height: 6px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}


/* Navigation Styles */

.theame-header .navbar {
    padding: 16px 0;
}

.theame-header .navbar img {
    filter: invert(1);
    width: 120px;
}

.theame-header .navbar-brand {
    display: none;
}

.theame-header .navbar-nav .nav-link {
    color: #FFF;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

.theame-header .navbar-nav .nav-link:hover {
    color: #d4845a !important;
}

.theame-header .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.95);
    border: none;
    border-radius: 0;
    margin-top: 0;
}

.theame-header .dropdown-item {
    color: #ffffff;
    padding: 16px 24px;
    text-transform: uppercase;
    font-size: 13.5px;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.theame-header .dropdown-item:hover {
    background-color: rgba(212, 132, 90, 0.2);
    color: #d4845a;
}

.theame-header .enquire-btn {
    background: linear-gradient(90deg, #b8860b, #ffd700 46%, #daa520);
    color: #000;
    border: none;
    padding: 11.2px 24px;
    border-radius: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.theame-header .enquire-btn:hover {
    background-color: #b8704a;
    transform: translateY(-2px);
}

.theame-header .dropdown-menu {
    display: none;
    animation: fadeIn 0.2s ease-in-out;
}

.theame-header.sticky-header {
    animation: headerSlideDown .95s ease 0s 1 normal forwards running;
    background-color: #c9584c;
}

.theame-header.sticky-header .navbar-nav .nav-link:hover {
    color: #000!important;
}

.theame-header .menu-ul-navbar {
    width: 445px;
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    to {
        margin-top: 0
    }
}


/* Hero Section Styles */

.hero-section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}


/* Video Background */

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}


/* Slider Styles */

.hero-slider {
    height: 100vh;
}

.hero-slide {
    height: 100vh;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 32px;
    margin-left: 5%;
}


/* Hero Title with Gradient Text */

.hero-title {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.21;
    color: #FFF;
    letter-spacing: 3px;
    margin-bottom: 16px;
}

.hero-title strong {
    font-weight: 700;
}

.hero-subtitle {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 32px;
    opacity: 0.9;
}


/* Slick Dots Styling */

.hero-section .slick-dots {
    bottom: 48px !important;
}

.hero-section .slick-dots li button:before {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.hero-section .slick-dots li.slick-active button:before {
    color: #c9584c;
    opacity: 1;
}

.hero-section .slick-dots li button:hover:before {
    color: #c9584c;
}

.hero-section .slick-prev,
.hero-section .slick-next {
    display: none !important;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


/*Product Section*/

.hmg-product-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hmg-product-sec-row {
    row-gap: 30px;
}

.hmg-product-sec .slick-prev {
    left: 15px;
}

.hmg-product-sec .slick-next {
    right: 15px;
}

.hmg-product-sec .slick-prev,
.hmg-product-sec .slick-next {
    width: 30px;
    height: 25px;
    background: #c9584c;
    opacity: 1;
    z-index: 99;
    border: 4px;
}

.hmg-product-itm-upr {
    position: relative;
    overflow: hidden;
    height: 350px;
    width: 100%;
}

.hmg-product-itm-upr img.prdct-itm-img-1,
.hmg-product-itm-upr img.prdct-itm-img-2 {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    left: 0;
    top: 0;
}

.hmg-product-itm-upr img.prdct-itm-img-2 {
    opacity: 0;
}

.hmg-product-itm:hover .hmg-product-itm-upr img.prdct-itm-img-2,
.hmg-product-itm:hover .hmg-product-itm-upr img.prdct-itm-img-1 {
    scale: 1.1;
}

.hmg-product-itm:hover .hmg-product-itm-upr img.prdct-itm-img-1 {
    opacity: 0;
}

.hmg-product-itm:hover .hmg-product-itm-upr img.prdct-itm-img-2 {
    opacity: 1;
}

.hmg-product-itm .add-to-cart-btn {
    position: absolute;
    box-shadow: 0 0 4px 0 #ccc;
    display: inline-flex;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    right: 15px;
    bottom: 15px;
    align-items: center;
    white-space: nowrap;
    padding: 5px;
    background-color: #fff;
    transition: 0.5s;
}

.hmg-product-itm .add-to-cart-btn img {
    width: 25px;
}

.hmg-product-itm .add-to-cart-btn span {
    margin-left: 10px;
    display: inline-block;
    color: #000;
    font-weight: 500;
}

.hmg-product-itm .add-to-cart-btn:hover {
    width: 100px;
    padding-left: 15px;
}

.hmg-product-itm-btm {
    margin-top: 20px;
}

.hmg-product-itm-btm h4 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.hmg-product-itm-btm p {
    font-size: 16px;
    font-weight: 500;
}

.itm-star-rating {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #000;
}

.itm-star-rating span {
    display: inline-block;
    margin-left: 10px;
}

.sale-txt-cstm {
    background-color: #000;
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    top: 15px;
    right: 15px;
}

.sale-txt-cstm.sold-out {
    color: #000;
    background-color: #c9584c;
}

.prodct-slider .hmg-product-itm-img {
    position: relative;
    display: block;
    width: 100%;
    height: 350px;
}


/*Product Section*/


/* Home Page play list Section */

.hmg-playlist-sec {
    overflow: hidden;
}

.hmg-playlist-sec ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hmg-playlist-sec ul li {
    width: 33.33%;
    overflow: hidden;
    height: 400px;
}

.hmg-playlist-sec ul li .hmg-playlist-sec-itm {
    position: relative;
}

.hmg-playlist-sec ul li .hmg-playlist-sec-itm img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center center;
    transition: 0.5s;
}

.hmg-playlist-sec ul li .playlist-contnt {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.hmg-playlist-sec ul li .playlist-contnt span {
    font-size: 14px;
    color: #fff;
    display: block;
}

.hmg-playlist-sec ul li .playlist-contnt a {
    font-size: 28px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    font-family: none;
}

.hmg-playlist-sec ul li .playlist-contnt a:hover {
    opacity: 0.8;
}

.hmg-playlist-sec ul li .hmg-playlist-sec-itm:hover img {
    scale: 1.1;
}

.hmg-playlist-sec h2 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    color: #c9584c;
    margin-bottom: 30px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


/* Home Page play list Section */


/* Home Pgae Marquee section */

.cstm-marque-sec {
    padding-top: 50px;
    padding-bottom: 100px;
}

.cstm-marque-sec marquee span {
    display: flex;
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase;
    color: #c9584c;
    margin-bottom: 0;
}

.cstm-marque-sec-line-1,
.cstm-marque-sec-line-2,
.cstm-marque-sec-line-3,
.cstm-marque-sec-line-4,
.cstm-marque-sec-line-5,
.cstm-marque-sec-line-6 {
    width: 100%;
    display: block;
    height: 10px;
    background-color: #c9584c;
    margin-top: 5px;
}

.cstm-marque-sec-line-2 {
    height: 7px;
}

.cstm-marque-sec-line-3 {
    height: 5px;
}

.cstm-marque-sec-line-4 {
    height: 3px;
}

.cstm-marque-sec-line-5 {
    height: 2px;
}

.cstm-marque-sec-line-6 {
    height: 1px;
}


/* News Letter Section */

.news-latter-sec {
    padding-bottom: 100px;
}

.news-latter-sec h2 {
    font-size: 72px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
}

.news-latter-sec-frm {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    height: 70px;
}

.news-latter-sec-frm .form-control {
    border: none;
    box-shadow: none;
}

.news-latter-sec-frm button {
    background-color: transparent;
    font-size: 22px;
    color: #000;
    border: none;
    margin-right: 10px;
}

.theme-footer {
    border-top: 1px solid #ccc;
    padding-top: 50px;
    padding-bottom: 15px;
}

.theme-footer .footer-logo {
    max-width: 400px;
    margin: auto;
}

.foter-menu-ul {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.foter-menu-ul li {
    margin: 0 10px;
    font-size: 16px;
    color: #000;
}

.foter-menu-ul li a {
    color: #000;
}

.foter-menu-ul li a:hover {
    color: #c9584c;
}