@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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;
    background-color: #0f0600;
}

a {
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.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;
    }
}

.sub-heading h2 {
    font-size: 62px;
    margin-bottom: 15px;
    color: #f9c363;
    font-family: "Cinzel", serif;
}

.sub-heading p {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
}

.learn-more-btn {
    display: inline-block;
    background-color: #ffe560;
    border: 2px solid #ffe560;
    color: #000!important;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.learn-more-btn:hover {
    opacity: 0.9;
}

.learn-more-btn-outline {
    display: inline-block;
    font-family: "Cinzel", serif;
    background-color: transparent;
    border: 2px solid #ffe560;
    color: #fff!important;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
}

.learn-more-btn-outline:hover {
    background-color: #ffe560;
}


/*Header Css*/

.theme-header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
}

.theme-header .navbar {
    padding: 20px 0;
}

.theme-header .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.theme-header .nav-link {
    color: #fff;
    padding: 0!important;
    margin: 0 15px;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
}

.theme-header .nav-link.get-free-btn {
    background-color: #f9c363;
    color: #010000!important;
    padding: 15px 20px !important;
    border-radius: 30px;
}

.theme-header .navbar .navbar-toggler {
    width: 46px;
    height: 50px;
    padding: 0 10px;
    border-radius: 4px;
    text-align: center;
    border: none;
    outline: none;
    z-index: 110;
    background-color: transparent;
    box-shadow: none;
}

.theme-header .navbar .navbar-toggler span {
    width: 29px;
    height: 3px;
    background: #ffbc51;
    display: block;
    margin: 3px auto 3px auto;
    position: relative;
    top: 0;
    opacity: 1;
    float: right;
    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
    border-radius: 10px;
}

.theme-header .navbar .navbar-toggler span:nth-child(2) {
    width: 25px;
}

.theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 9px;
}

.theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.theme-header .navbar .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -9px;
}

.theme-header.sticky-header {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .15);
    background-color: #020100;
    position: fixed;
    left: 0;
    top: 0;
    animation: headerSlideDown .95s ease 0s 1 normal forwards running;
    z-index: 99;
}

.theme-header.sticky-header .navbar-brand {
    display: inline-block;
}

.theme-header.sticky-header .navbar-brand img {
    width: 150px;
}

@keyframes headerSlideDown {
    0% {
        margin-top: -15rem
    }
    to {
        margin-top: 0
    }
}

@media(max-width:991px) {
    .theme-header .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background-color: #fff;
        padding: 20px;
    }
    .theme-header .nav-link {
        font-size: 18px;
        margin: 5px 0px;
        color: #000!important;
    }
}


/*Footer Css*/

.theme_ftr {
    background-color: #020100;
    padding-top: 60px;
    padding-bottom: 80px;
}

.theme_ftr .theme_ftr_logo {
    width: 180px;
}

.theme_ftr_itm p {
    font-size: 20px;
    line-height: 34px;
}

.theme_ftr_itm p i {
    margin-right: 15px;
    font-size: 22px;
    margin-top: 5px;
    color: #ffbc51;
}

.theme_ftr_itm h4 {
    color: #f9c363;
    font-family: "Cinzel", serif;
    font-size: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.theme_ftr_itm ul li a {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
}

.copy_right_txt ul li a:hover,
.theme_ftr_itm ul li a:hover {
    color: #f9c363;
}

.ftr-social-lnks {
    display: flex;
    margin-top: 20px;
    column-gap: 15px;
}

.theme_ftr_logo_sec {
    margin-bottom: 50px;
}

.ftr-social-lnks a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #020100;
    font-size: 26px;
    background-color: #f9c363;
    border-radius: 50%;
}

.ftr-social-lnks a:hover {
    color: #fff;
    background-color: #0e1629;
}

.copy_right_txt {
    background-color: #0e0600;
    padding-top: 15px;
    padding-bottom: 15px;
}

.copy_right_txt p {
    font-size: 16px;
    color: #fff;
}

.copy_right_txt ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.copy_right_txt ul li {
    margin-left: 20px;
}

.copy_right_txt ul li a {
    font-size: 16px;
    color: #fff;
}


/*Footer Css*/


/* Home Page Banner*/

/*.hmg-bnr-home {
    padding-top: 250px;
    padding-bottom: 60px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 950px;
}*/
.modal-header .btn-close {

    filter: brightness(0) invert(1);
}


.banner-slide{
    display:flex!important;
    align-items:center;
    height:100vh!important;
    min-height:900px!important;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}

.hmg-bnr-home h1 {
    font-size: 140px;
    color: #f9c363;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 140px;
    font-family: "Cinzel", serif;
}

.hmg-bnr-home p {
    background-image: url(../images/banner-des-shape.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 48px;
    color: #331b19;
    margin-bottom:0;
}

.ritual_section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ritual_section_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 40px;
    margin-top: 40px;
}

.ritual_section_ul li {
    color: #f9c363;
    font-family: "Cinzel", serif;
    font-size: 30px;
}

.the_gigar_section {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/the_gigar_bg_img.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.the_gigar_section_ul {
    display: flex;
    justify-content: center;
}

.the_gigar_section_ul li {
    text-align: center;
    padding: 60px;
    position: relative;
}

.the_gigar_section_ul li img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 20px;
}

.the_gigar_section_ul li h4 {
    color: #f9c363;
    font-family: "Cinzel", serif;
    font-size: 30px;
}

.the_gigar_section_ul li p {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
}

.the_gigar_section_ul li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-image: url('../images/the_gigar-line.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.the_gigar_section_ul li:last-child:after {
    display: none;
}

.hmg_post_sec ul {
    display: flex;
    flex-wrap: wrap;
}

.hmg_post_sec ul li {
    width: 33.33%;
}

.hmg_post_sec ul li img {
    width: 100%;
}

.by_invitation_section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/by_invitation_section_bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}