@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'The Foregen Rough One';
    src: url('../fonts/TheForegenRoughOne.woff2') format('woff2'), url('../fonts/TheForegenRoughOne.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'The Foregen Rough One';
    src: url('../fonts/TheForegenRoughOne.woff2') format('woff2'), url('../fonts/TheForegenRoughOne.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.container-fluid,
.container {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row>* {
    padding-left: 15px;
    padding-right: 15px;
}

@media(min-width:1450px) {
    .container {
        max-width: 1330px;
    }
}

@media(min-width:1550px) {
    .container {
        max-width: 1430px;
    }
}

@media(min-width:1650px) {
    .container {
        max-width: 1530px;
    }
}

@media(min-width:1750px) {
    .container {
        max-width: 1630px;
    }
}

.theme-btn {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 300;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.theme-btn:hover {
    background-color: #243e55;
    border-color: #243e55;
    color: #fff;
    text-decoration: none;
}

.theme-btn-outline {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 300;
    transition: all 0.3s ease;
    border-radius: 30px;
}

.theme-btn-outline:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
    text-decoration: none;
}

.sub-heading h2 {
    font-size: 80px;
    margin-bottom: 10px;
    color: #000;
}

.sub-heading p {
    font-size: 14px;
    color: #555;
    margin-bottom: 40px;
}


/* Header Start */

.hmg-header {
    padding: 20px 0;
    
}
hmg-header.hmg-header-change-bg .header-logo img {
    width: 150px;
}

.hmg-header .burger-menu {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}

.hmg-header .header-logo {
    position: relative;
    
    display: inline-block;
    
}
.header-logo img{width:200px;}

.hmg-header .header-logo img {
    display: block;
    position: relative;
    transition: 0.5s;
}

.hmg-header .theme-btn {
    font-size: 14px;
}

.usr-menu-itm {
    font-size: 18px;
    color: #fff!important;
}

.hmg-header-usermenu {
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 30px;
    column-gap: 10px;
    margin-left: auto;
}

.hmg-header.hmg-header-change-bg {
    background-color: #1a1a1a;
}

.hmg-header.hmg-header-change-bg .header-logo img {
    width: 150px;
}



.side-bar-menu {
    background-color: #fff;
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 99;
    padding-top: 80px;
    padding-bottom: 50px;
    transition: 0.5s;
}

.side-bar-menu ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 50px;
}

.side-bar-menu ul li a {
    color: #325279;
    font-weight: 700;
    font-family: "Playfair", serif;
}

.side-bar-menu.side-bar-menu-show {
    left: -0px;
}

.side-bar-menu .burger-menu {
    position: absolute;
    right: 30px;
    top: 30px;
}


/* Header Start */



/* Our Product Section */

.our-produc-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.our-prdct-itm {
    margin-top: 30px;
}

.our-prdct-itm img {
    width: 100%;
    border-radius: 20px;
}

.our-prdct-itm-full img {
    width: 100%;
    border-radius: 20px;
}

.our-prdct-itm-contnt {
    text-align: center;
    margin-top: 20px;
    display: block;
}

.our-prdct-itm-contnt h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
}

.our-prdct-itm-contnt p {
    font-size: 14px;
    color: #555;
}

.new-collection {
    background-color: #e4e8ee;
    padding-top: 50px;
    padding-bottom: 50px;
}

.collection-itm-full,
.collection-itm {
    margin-top: 30px;
}

.collection-itm-full img,
.collection-itm img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.collection-itm img {
    height: 750px;
    object-fit: cover;
}

.collection-itm-full img {
    height: 850px;
}

.difrent-prdct-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}

.difrent-prdct-sec .row {
    row-gap: 30px;
}

.difrent-prdct-itm img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.difrent-prdct-itm {
    position: relative;
}

.difrent-prdct-itm .shop-now-div {
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 200px;
    padding: 15px;
    border-radius: 0 10px;
}

.difrent-prdct-itm .shop-now-div .theme-btn-outline {
    display: block;
    text-align: center;
    padding: 5px 20px;
}

.difrent-prdct-itm h3 {
    position: absolute;
    font-size: 30px;
    right: 30px;
    bottom: 30px;
    text-transform: uppercase;
}

.difrent-prdct-itm.difrent-prdct-itm-right .shop-now-div {
    top: auto;
    bottom: 0;
    border-radius: 10px 0;
}

.difrent-prdct-itm.difrent-prdct-itm-right h3 {
    bottom: auto;
    top: 30px;
}

.diciplane-section {
    background-image: url('../images/diciplane-section-bg.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.diciplane-section h2 {
    font-size: 50px;
    color: #000;
}

.instagram-follow-section {
    background-color: #e4e8ee;
    padding-top: 100px;
    padding-bottom: 100px;
}

.instagram-follow-section h2 {
    font-size: 72px;
    margin-bottom: 40px;
    color: #000;
    text-align: center;
}

.instagram-follow-section ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}

.instagram-follow-section ul li {
    width: calc(16.66% - 10px);
}

.instagram-follow-section ul li a {
    display: block;
}

.instagram-follow-section ul li a img {
    width: 100%;
    border-radius: 10px;
}

.subscribe-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.subscribe-section .sub-heading h2 {
    font-size: 60px;
}

.subscribe-section .sub-heading p {
    font-size: 26px;
    margin-bottom: 40px;
    color: #000;
}

.subscribe-section form {
    display: flex;
    align-items: center;
    row-gap: 20px;
    column-gap: 15px;
}

.subscribe-section form .form-control {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    box-shadow: none!important;
    height: 58px;
}

.subscribe-section form .theme-btn {
    height: 58px;
}

.theme-ftr {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #1a1a1a;
}

.theme-ftr .row {
    row-gap: 30px;
}

.theme-ftr h3 {
    font-size: 26px;
    margin-bottom: 15px;
}

.theme-ftr ul li {
    margin-bottom: 10px;
}

.theme-ftr ul li a {
    color: #ccc;
}

.theme-ftr ul li a:hover {
    color: #fff;
}

.theme-ftr .frt-social-lnk {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-top: 30px;
}

.theme-ftr .frt-social-lnk a {
    display: inline-block;
    font-size: 18px;
    color: #1a1a1a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}

.footer-logo-col {
    text-align: end;
}

.footer-logo-col img {
    max-width: 100%;
}

.copyright-txt {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright-txt .row {
    row-gap: 20px;
}

.copyright-txt ul {
    display: flex;
    justify-content: flex-end;
    row-gap: 10px;
    column-gap: 20px;
}

.copyright-txt ul li a {
    display: inline-block;
    color: #ccc;
}

.copyright-txt ul li a:hover {
    color: #fff;
}

.hmg-hero-banner {
    position: relative;
    width: 100%;
    height: 100vh; /* full screen */
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hmg-hero-banner .hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hmg-hero-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* optional dark overlay */
    z-index: 1;
}

.hmg-hero-banner .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center; /* vertical center */
    height: 100%;
}

.hmg-hero-banner .hero-content {
    text-align: left;
}

.hmg-hero-banner h1 {
    font-family: 'The Foregen Rough One';
    font-size: 122px;
    color: #fff;
    line-height: 1;
    letter-spacing: 3px;
    margin-bottom: 0;
}


