body,
html {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    font-family: Roboto !important;
    width: 100%;
    overflow-x: hidden !important;
}
#text{
    display:none;
}
.hidden {
    display: none;
}
#body-bg {
    background: url('../images/bg/bg.png');
}

.text-default {
    color: #cfb886!important;
}

.border-default-dotted {
    border-left: dotted;
    border-width: 3px;
    border-color: #ffffff;
}
#homeview_details{
    background-image: url(../images/banner.gif);
    background-repeat : no-repeat ;
    background-repeat: no-repeat;
    background-size: cover;
}
.pt-8 {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 90px;
}

.display-flex {
    display: flex;
}

.font-34 {
    font-size: 34px;
}

.navbar-default .navbar-nav>li>a:hover {
    /*background-color: #3f3e7f !important;*/
    color: #cc9041 !important;
}

.navbar-default .navbar-nav li a:hover {
    color: rgb(12, 10, 10);
    background-color: #f6f6fa;
}

.navbar-default {
    background: url(../images/bg/bg-nav.jpg);
    background: #525254;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 15%);
    /* background-image: linear-gradient(89deg, #54068f 0%, #7a1bb4 100%); */
    /* opacity: 0.5; */
    /* background: rgb(255, 254, 254); */
    /* background: linear-gradient(90deg, rgb(247 247 247 / 25%) 0%, rgba(43, 35, 31, 1) 50%, rgba(31, 26, 25, 1) 100%, rgba(0, 212, 255, 1) 100%); */
    border-color: unset !important;
    box-shadow: none !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
    color: #333;
}

#copyright {
    text-align: center;
    padding: 1% 0 0 0;
    background-color: #ffffff;
}

.social-media a {
    color: #1c1b19;
    font-size: 20px;
    padding-left: 20px;
}

.footer-subheading {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    padding: 2% 0 5% 0;
    color: #fff;
    text-align: justify;
}

.footer-link ul li a {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}

.footer-address {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}

.address-sub-heading {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
}

.footer-link ul li {
    color: #fff;
}

.navbar {
    border: unset !important;
}


/* .navbar-default .navbar-nav>li>a {
color: rgb(6, 6, 6) !important;
} */

#slider-up {
    background-image: url(../images/bg/slider.png);
    height: 643px;
    position: relative;
    z-index: 1025;
    /* top: 0px; */
    left: 0px;
    background-repeat: no-repeat;
    background-position: right;
    margin-top: -48%;
}

.bg_gradient {
    /* background: rgb(8, 7, 7);
background: linear-gradient(90deg, rgba(8, 7, 7, 1) 0%, rgba(21, 17, 16, 1) 29%, rgba(80, 66, 40, 1) 56%, rgba(33, 27, 26, 1) 77%, rgba(43, 36, 34, 1) 100%);*/
    background-image: linear-gradient(to right, #1f1a19, #412e27, #644534, #855f3e, #a47c47);
}

.mr_4 {
    margin-right: 1.9rem!important;
}

.bg-about {
    background-image: url(../images/about-us.png);
    padding: 50px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.established-entrepreneurs-categories{
    background-image: url('../images/established-entrepreneurs-categories.jpg');
    border-radius: 430px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    height: 900px
}
.about-us-banner {
    background-image: url('../images/award-winngin.png');
    border-radius: 430px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    height: 900px
}

.product-tile {
    padding: 0 0 24px 0;
    background: #fff;
    background-color: rgb(255, 255, 255);
    margin: 20px 0 0 0;
    border-radius: 4px;
    box-shadow: 0 8px 26px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}

.col-profile {
    background-color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    margin-bottom: 10%;
}

.col-profile:hover {
    box-shadow: 0 70px 70px rgb(0 0 0 / 20%);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    animation-timing-function: ease-out;
    transition: 0.2s;
    z-index: 100;
}

.winners {
    background: url(../images/bg/joining.jpg);
    padding: 230px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.winners::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(5, 4, 4, 1) 0%, rgba(43, 35, 31, 1) 50%, rgba(31, 26, 25, 1) 100%, rgba(0, 212, 255, 1) 100%);
    opacity: .6;
    /* !!! */
    z-index: -1;
}

.header-wrapper {
    background: url(../images/bg/header.png);
    padding: 120px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.header-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(5, 4, 4, 1) 0%, rgba(43, 35, 31, 1) 50%, rgba(31, 26, 25, 1) 100%, rgba(0, 212, 255, 1) 100%);
    opacity: .6;
    z-index: -1;
}

.about-award {
    line-height: 100px;
    text-shadow: rgb(0 0 0 / 25%) 0px 5px 5px;
    font-weight: 200;
    font-size: 50px;
}

.winners::after {
    background-image: linear-gradient(to right, #1f1a19, #412e27, #644534, #855f3e, #a47c47);
}

.next-award {
    line-height: 100px;
    text-shadow: rgb(0 0 0 / 25%) 0px 5px 5px;
    font-weight: 200;
    font-size: 100px;
}

a.btn-join {
    background-image: linear-gradient(to right, #1f1a19, #412e27, #644534, #855f3e, #a47c47);
}

.default-shadow {
    box-shadow: 0 0 30px rgb(31 36 41 / 10%);
}

.video-card-main {
    border-radius: 50px;
}

.bg_gradient_wrapper {
    background-image: linear-gradient(to right, #1f1a19f0, #412e27, #644534a3, #855f3ea8, #a47c47);
}

.about_us {
    /* background-image: url('../images/about_us.png'); */
    position: relative;
}

.about_us_wrapper {
    /* background-image: url('../images/about_us.png'); */
    position: absolute;
    top: 30%;
}

.paper-rounded {
    background-color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
    margin-bottom: 10%;
}

.paper-rounded:hover {
    box-shadow: 0 70px 70px rgb(0 0 0 / 20%);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    animation-timing-function: ease-out;
    transition: 0.2s;
    z-index: 100;
}


/* CSS */

.home-area .content .content .subtitle {
    font-family: 'Times New Roman', sans-serif;
    font-size: 75px;
    line-height: 0.7;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    /* text-shadow: 0px -3px 2px rgb(12 19 55 / 0%), 0 -1px 4px #cfb886, 0 -2px 10px #cfb886, 0 -10px 20px #cfb886, 0 -18px 40px #cfb886; */
}
.categories img{
    border-radius: 1rem;
}
.home-area.home-text .content .title {
    /* color: #1f0644; */
    text-transform: uppercase;
    font-size:75px;
    line-height: 1.0;
    -webkit-text-stroke: 3px #cfb886;
    -moz-text-stroke: 3px #cfb886;
    margin-bottom: 25px;
    font-family: 'Times New Roman', sans-serif;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
}

.home-area {
    position: relative;
    padding: 335px 0px 450px;
    position: relative;
    background: #070b28;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 110vh;
}

.mybtn1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: white;
    padding: 12px 35px;
    border-radius: 50px;
    box-shadow: inset 0px 0px 10px 7px #cfb886;
    transition: all 0.3s ease-in;
    display: inline-block;
}

.home-area .content .content .video_btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 40px;
    text-align: center;
    background: #cfb886;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 3;
    font-size: 14px;
}


/* Time Line Style */

.h0 {
    font-size: 150px;
    font-family: 'Times New Roman', sans-serif;
    line-height: 0.8;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.table-border {
    border-width: 2px;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
}

.about-us-wrapper {
    display: block;
    box-sizing: border-box;
    /* height: 500px; */
    background-color: #f2f2f6;
    clip-path: ellipse(55% 100% at 55% 100%);
}

.about-us-image {
    border-width: 1px;
    border-radius: 430px;
    background-position: center center;
    border-color: #cfb886;
    border-style: solid;
}

.holder {
    position: relative;
    width: 100%;
    display: flex;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.h-0 {
    font-size: 60px;
    font-family: 'Monoton', cursive;
    line-height: 1;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

.border-default {
    border-width: 2px;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
}


/* Image hover */


/* End */

.wedding img {
    border-radius: 430px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
    border-style: solid;
    /* background-image: url('../images/wedding.png');*/
    height: 1350px;
    position: relative;
}

.wedding-heading {
    margin-top: -80%;
    position: absolute;
}

.btn-ticket {
    color: #cfb886;
    font-size: 16px;
    font-family: 'Extatica', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 2px;
    border-radius: 0px;
    background-position: center center;
    border-color: #cfb886;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.btn-ticket:hover {
    color: #f1efea;
    background-color: #cfb886;
    text-decoration: none;
}


/* End Time Line Style */


/* Start Judge */

.project-section {
    background-image: url(../images/round-curve.svg);
    background-repeat: no-repeat;
    margin-top: 5%;
}


/* End Judge */


/* End CSS */

.home-banner {
    background-image: url(../images/black-banner.png);
    padding: 300px 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: top;
}

#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 2400;
}

.progress {
    height: 10px;
    background: #050bbb;
    width: 0%;
}


/* Start Hover Effect */

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    top: -200px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.1s ease-out 0.5s;
    transition: all 0.1s ease-out 0.5s;
}

.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    margin: 50px 0 0 0;
    background-color: transparent;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.hovereffect:hover a.info {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    box-shadow: 0 0 5px #000;
    color: #000;
    border: 1px solid #000;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/* End Hover Effects */

.shaded-custom-grid {
    background: #f5f5f5;
    padding: 2.5rem 0;
    position: relative;
}

.shaded-custom-grid::before {
    background: #1c1b19;
    content: '';
    height: 60%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/* Home Effect Registration  */


/*** Footer Start ***/

.footer-bg {
    background: #242424;
    position: relative;
}

.footer-bg::before {
    background-image: url(../images/banner/footer-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    background-size: cover;
    background-position: center;
}

.footer-bg .jazz-location ul li {
    color: #fff;
    display: flex;
    font-family: "f3";
    padding: 10px 0;
}

.footer-bg .jazz-location ul li i {
    font-size: 25px;
    padding-right: 20px;
}

.footer-bg .jazz-location ul li a {
    color: #fff;
    font-family: "f3";
    text-decoration: none;
}

.footer-social-link ul li {
    display: inline-block !important;
}

.footer-social-link {
    margin: 30px 0;
}

.footer-social-link ul li i {
    font-size: 20px !important;
}

.footer-social-link ul li a {
    color: #8e8d8c !important;
    transition: all 600ms ease;
}

.footer-social-link ul li a:hover {
    color: #fff !important;
    transition: all 600ms ease;
}

.jazz-information h3 {
    font-family: "f1";
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.jazz-information ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "f3";
    padding-left: 10px;
}

.jazz-information ul li {
    padding: 10px 0;
    transition: all 600ms ease;
}

.jazz-information ul li:hover {
    padding-left: 5px;
    transition: all 600ms ease;
}

.jazz-information {
    padding: 110px 0 0;
}

.jazz-location {
    padding: 50px 0 0;
}

.ftr-btm .copy-right p {
    color: #fff;
    font-family: "f3";
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
}

.ftr-btm .copy-right p a {
    color: #f0e68c;
    text-decoration: none;
    text-transform: uppercase;
}

.ftr-btm {
    background: #161514;
}


/*** Footer End ****/


/*** Start About Us ***/

.about-banner {
    background-image: url(../images/banner/about-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.about-banner .banner-content .breadcrumb {
    background: transparent;
    padding: 0;
}

.about-banner::before {
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    background: rgb(28 27 25 / 50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-banner .banner-content h2 {
    font-family: "f1";
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.about-banner .banner-content .breadcrumb li {
    padding: 10px 5px;
    color: #ffcb9a;
}

.about-banner .banner-content .breadcrumb li i {
    padding-right: 5px;
}

.about-banner .banner-content .breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.about-jazz {
    padding: 70px 0;
}

.about-jazz .welcome-jazz span {
    font-family: "f3";
    font-size: 20px;
    color: rgb(252 125 174 / 65%);
}

.about-jazz .welcome-jazz h2 {
    font-family: "f1";
    font-size: 50px;
    color: #000;
    font-weight: bold;
    padding-top: 15px;
}

.about-jazz .welcome-jazz p {
    text-align: justify;
    font-family: "f3";
    line-height: 28px;
}

.abt-jewellery-type .jewellery-types .icon img {
    width: 30%;
    text-align: center;
    margin: 0 auto;
}

.abt-jewellery-type .owl-nav {
    position: relative;
}

.abt-jewellery-type .owl-nav .owl-prev {
    position: absolute;
    top: -135px;
    left: -70px;
    outline: none;
}

.abt-jewellery-type .owl-nav .owl-next {
    position: absolute;
    top: -135px;
    right: -70px;
    outline: none;
}

.abt-jewellery-type .owl-nav .owl-next i,
.abt-jewellery-type .owl-nav .owl-prev i {
    border: 2px solid hsl(54deg 77% 75% / 50%);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: transparent;
    transition: all 600ms ease-in-out;
}

.abt-jewellery-type .owl-nav .owl-next i:hover,
.abt-jewellery-type .owl-nav .owl-prev i:hover {
    background: #f0e68c;
    transition: all 600ms ease-in-out;
}

.abt-jewells-type {
    margin: 0px 0 50px;
    background-image: url(../images/about/about-jewell-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.abt-jewells-type::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: rgb(0 0 0 / 90%);
}


/*** End About Us ***/


/*** Start awards ***/

.awards-image .thumbnail img {
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
    cursor: pointer;
    outline: none;
}

.awards-image .thumbnail {
    outline: none;
    padding: 20px 0;
}

.action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

.action a {
    display: inline-block;
    padding: 5px 10px;
    background: #f30;
    color: #fff;
    text-decoration: none;
}

.action a:hover {
    background: #000;
}

.awards-image .slick-dots {
    display: none !important;
}

.awards-image .slick-prev,
.awards-image .slick-next {
    display: none !important;
}

.awards-section {
    padding: 70px 0 0;
}

.awards-jewellery-content h2 {
    font-family: "f1";
    font-size: 40px;
    padding-bottom: 20px;
}

.awards-image .single-awards {
    border: 5px solid rgba(114, 114, 114, 0.13);
}

.awards-jewellery-content p {
    text-align: justify;
    font-family: "f3";
}

.awards-enq {
    margin-top: 40px;
}

.awards-enq a {
    border: 2px solid #fc7dae;
    padding: 10px 30px;
    color: #fff;
    font-family: "f3";
    text-transform: uppercase;
    text-decoration: none;
    background: #fc7dae;
    transition: all 600ms ease-in-out;
    cursor: pointer;
}

.awards-enq a:hover {
    border: 2px solid #fc7dae;
    background: transparent;
    transition: all 600ms ease-in-out;
    color: #242424;
}

.elegant-section .product-collection {
    position: relative;
    transition: all 600ms ease;
    margin-bottom: 40px;
}

.elegant-section .product-collection:hover {
    box-shadow: 0px 0px 10px 0px rgb(229 229 229 / 12%), 0px 5px 10px 0px rgb(0 0 0 / 14%);
    transition: all 600ms ease;
}

.elegant-section .product-collection .overlay-content {
    position: absolute;
    top: -10px;
    transform: translate(155px, -15px);
    visibility: hidden;
    transition: all 600ms ease;
    overflow: hidden;
    opacity: 0;
}

.elegant-section .product-collection:hover .overlay-content {
    visibility: visible;
    top: 30%;
    transition: all 600ms ease;
    opacity: 1;
}

.elegant-section .product-collection .overlay-content a i {
    background: #fc7dae;
    color: #fff;
    border-radius: 100px;
    padding: 15px;
}

.elegant-section .product-collection .product-content {
    border: 1px solid #242424;
    border-top: none;
    padding: 10px 0;
    opacity: 0.25;
    transition: all 600ms ease;
}

.elegant-section .product-collection:hover .product-content {
    opacity: 1;
    transition: all 600ms ease;
}

.elegant-section {
    padding: 70px 0;
}

.elegant-section h2 {
    text-align: center;
    font-family: "f1";
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 40px;
}


/*** End awards ***/


/* Award winner */

.winner-wrapper,
.contact-wrapper {
    display: inline-block;
    -webkit-animation: PreRotate 800ms ease-out 0ms 1, Rotate 5000ms linear 850ms infinite;
    animation: PreRotate 800ms ease-out 0ms 1, Rotate 5000ms linear 850ms infinite;
}

@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes PreRotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes Rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes PreRotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}


/* End Award winner */


/* Ticket details */


/* .contact-wrapper {
background-image: url(../images/contact.svg);
padding: 250px;
background-size: cover;
background-attachment: top;
width: 55%;
background-repeat: no-repeat;
float: left;
} */

.ticket-details {
    margin-top: 30%;
}

.owl-next.disabled,
.owl-prev.disabled {
    display: none !important;
}


/* End ticket details */


/*** Contact ***/

.contact-part {
    padding: 50px 0;
    background: #0d0c09;
}

.contact-part .contact-info {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-column-gap: 30px;
    padding: 30px 20px;
    background: #353530;
    height: 170px;
}

.contact-part .contact-info .icon {
    font-size: 30px;
    color: #f0e68c;
}

.contact-part .contact-info .content h4 {
    color: #fff;
    font-family: "f1";
    font-size: 25px;
}

.contact-part .contact-info .content p {
    font-family: "f3";
    color: #fff;
    margin-bottom: 0;
    line-height: 27px;
}

.contact-part .contact-info .content p a {
    color: #fff;
    text-decoration: none;
}

.contact-frm {
    background: #353530;
    padding: 30px 30px;
}

.contact-frm h3 {
    font-family: "f1";
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
}

.contact-frm .input-group .icon {
    position: absolute;
    top: 0;
    left: 20px;
    transform: translateY(50%);
    color: #f0e68c;
    bottom: 25px;
}

.contact-frm .input-group.textarea .icon {
    top: 6px;
    bottom: auto;
}

.contact-frm .input-group .contact-enq {
    width: 100%;
    outline: none;
    padding: 20px 50px;
    background: #1c1b19;
    border: none;
    color: #fff;
    font-family: "f3";
}

.contact-frm .input-group .contact-enq::placeholder {
    color: #fff;
}

.contact-frm .input-group {
    margin-bottom: 25px;
}

.contact-frm .submit-btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    border: none;
    background: #1c1b19;
    padding: 10px 40px;
    font-family: "f3";
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    outline: none;
    transition: all 600ms ease;
}

.contact-frm .submit-btn:hover {
    background: #fc7dae;
    transition: all 600ms ease;
}

.get-enq .modal-content {
    background: #1c1b19;
    border: none;
}

.get-enq .modal-content .modal-header h5 {
    font-family: "f1";
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.get-enq .modal-content .modal-header .close {
    color: #fff;
    opacity: 0.6;
    outline: none;
}

.get-enq .modal-content .modal-header {
    border-bottom: 1px solid rgb(255 255 255 / 45%);
}

.get-enq .modal-content .contact-frm::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 95%);
    content: " ";
}

.contact-banner {
    margin-top: -20%;
}


/*** Contact End ***/


/*** Gallery Start ***/

.gallery-section {
    padding: 70px 0;
}

.gallery-section .single-gallery {
    position: relative;
    margin-bottom: 30px;
}

.gallery-section .single-gallery .overlay-box {
    position: absolute;
    top: 0;
    transform: translate(50px, -50px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.gallery-section .single-gallery .overlay-box .content h3 {
    color: #fff;
}

.gallery-section .single-gallery::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: " ";
    background: rgb(0 0 0 / 75%);
    transition: all 600ms ease;
}

.gallery-section .single-gallery:hover::before {
    height: 100%;
    transition: all 600ms ease;
}

.gallery-section .single-gallery:hover .overlay-box {
    opacity: 1;
    visibility: visible;
    transition: all 600ms ease;
    top: 50%;
}

.gallery-section .model-gallery .overlay-box {
    transform: translate(110px, -50px);
}

.gallery-section .single-gallery .overlay-box .content a i {
    background: #fc7dae;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
}

.gallery-video-section {
    padding: 70px 0;
}

.video-section {
    margin-bottom: 30px;
}


/*** Gallery End ***/


/*** Faq Start ***/

.faq {
    position: relative;
    background: #353530;
    padding: 10px 0;
    margin-bottom: 30px;
    border-radius: 5px;
}

.faq h2 {
    position: absolute;
    top: 20px;
    left: -20px;
    color: #fff;
    background: #1c1b19;
    width: 40px;
    height: 40px;
    text-align: center;
    font-family: "f3";
    font-size: 25px;
    line-height: 40px;
    box-shadow: 0px 0 5px 0px #000;
    border-radius: 50px;
}

.faq p {
    color: #ffffff57;
    font-family: "f3";
    font-size: 15px;
    padding: 0 50px;
    text-align: justify;
}

.faq-section {
    padding: 50px 0;
}

.terms-condition p {
    font-family: "f3";
    color: #ffffff7a;
    text-align: justify;
}

.condition-section {
    padding: 50px 0;
    background: #0d0c09;
}

.jewel-tps .owl-nav,
.jewel-tps .owl-dots {
    display: none;
}


/*** Faq End ***/

.awards-enquirys ul li {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 10px;
}

.awards-enquirys ul li:nth-child(1) {
    background: #353530;
    color: #fff;
}

.awards-enquirys ul li:nth-child(2) {
    background: #4caf50;
    color: #fff;
}

.awards-enquirys ul li:nth-child(3) {
    background: #ff5094;
}

.awards-enquirys ul li a i {
    color: #fff;
    transform: rotate(-360deg);
    transition: all 0.6s ease;
}

.awards-enquirys ul li:hover a i {
    transform: rotate(360deg);
    transition: all 0.6s ease;
}

.awards-enquirys {
    margin: 10px 0;
    text-align: center;
}

.awards-social-head {
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 999;
}

.winner-text {
    position: absolute;
    top: 20%;
}


/* End Home Effect Registration */

@mixin clearfix() {
    &::after {
        display: block;
        content: "";
        clear: both;
    }
}

.element {
    @include clearfix;
}

.meeting-section {
    background-image: url('../images/banner-wing.jpg');
    padding: 500px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/* Footer Effects */

.animation-footer {
    background: -moz-linear-gradient(45deg, #02e1ba 0%, #1c1b19 29%, #d911f2 66%, #ffa079 100%);
    background: -webkit-linear-gradient(45deg, #02e1ba 0%, #1c1b19 29%, #d911f2 66%, #ffa079 100%);
    background: linear-gradient(45deg, #040403 0%, #040403 29%, #040403 66%, #040403 100%);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    min-height: calc(100vh - 2rem);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    overflow: hidden;
    position: relative;
    padding: 150px 0;
}

.animation-footer::before,
.animation-footer::after {
    content: "";
    width: 70vmax;
    height: 70vmax;
    position: absolute;
    background: rgba(255, 255, 255, 0.07);
    left: -20vmin;
    top: -20vmin;
    animation: morph 15s linear infinite alternate, spin 20s linear infinite;
    z-index: 1;
    will-change: border-radius, transform;
    transform-origin: 55% 55%;
    pointer-events: none;
}

.animation-footer::after {
    width: 70vmin;
    height: 70vmin;
    left: auto;
    right: -10vmin;
    top: auto;
    bottom: 0;
    animation: morph 10s linear infinite alternate, spin 26s linear infinite reverse;
    transform-origin: 20% 20%;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0 50%
    }
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    }
    100% {
        border-radius: 40% 60%;
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

.st0 {
    display: none;
}

.st1 {
    display: inline;
}

.st2 {
    opacity: 0.29;
}

.st3 {
    fill: #FFFFFF;
}

.st4 {
    clip-path: url(#SVGID_2_);
    fill: #FFFFFF;
}

.st5 {
    clip-path: url(#SVGID_4_);
}

.st6 {
    clip-path: url(#SVGID_6_);
}

.st7 {
    clip-path: url(#SVGID_8_);
}

.st8 {
    clip-path: url(#SVGID_10_);
}

.st9 {
    fill: none;
}

.st10 {
    clip-path: url(#SVGID_12_);
}

.st11 {
    opacity: 0.7;
}

.st12 {
    clip-path: url(#SVGID_14_);
}

.st13 {
    opacity: 0.2;
}

.st14 {
    clip-path: url(#SVGID_16_);
}

.st15 {
    opacity: 0.3;
    fill: #FFFFFF;
    enable-background: new;
}


/* End footer Effects */


/* Rules Start */

.rules-wrapper {
    border-radius: 193px 0px 0px 200px;
    -moz-border-radius: 193px 0px 0px 200px;
    -webkit-border-radius: 193px 0px 0px 200px;
    border: 0px solid #000000;
    /* padding: 200px 0; */
    background: url(../images/rules-banner.png) 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: 5%;
    padding-bottom: 5%;
}


/* End Rules */


/* Responsive Css */

@media (min-width: 73.1875rem) {
    .shaded-custom-grid {
        padding: 3.125rem 0;
    }
}

@media only screen and (min-width: 800px) and (max-width: 6000px) {
    .holder:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #f3f3f3;
        border-radius: 50% 50% 0 0 /100% 100% 0 0;
        transform: scaleX(1.5);
    }
}

@media only screen and (min-width: 700px) and (max-width: 6000px) {
    .buy-ticket {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .navbar-default {
        /* background: url('../images/bg/bg-nav.jpg'); */
        background: rgb(5, 4, 4);
        background: linear-gradient(90deg, rgba(5, 4, 4, 1) 0%, rgba(43, 35, 31, 1) 50%, rgba(31, 26, 25, 1) 100%, rgba(0, 212, 255, 1) 100%);
        border-color: unset !important;
        box-shadow: none !important;
    }
    img.logo {
        width: 70%;
    }
}

@media(min-width:200px) and (max-width: 400px) {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }
    .csslider1>ul>.slide.img img {
        height: 400px;
    }
    .csslider1 {
        height: 400px !important;
    }
    .navbar-brand img {
        width: 60%;
    }
}

.banner-content h1 {
    font-size: 39px;
}

@media(min-width:400px) and (max-width: 728px) {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }
    .csslider1>ul>.slide.img img {
        height: 400px;
    }
    .csslider1 {
        height: 400px !important;
    }
    .navbar-brand img {
        width: 60%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }
    .csslider1>ul>.slide.img img {
        height: 400px;
    }
    .csslider1 {
        height: 400px !important;
    }
    .navbar-brand img {
        width: 60%;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }
    .csslider1>ul>.slide.img img {
        height: 400px;
    }
    .csslider1 {
        height: 400px !important;
    }
    .navbar-brand img {
        width: 60%;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }
    .csslider1>ul>.slide.img img {
        height: 400px;
    }
    .csslider1 {
        height: 400px !important;
    }
    .navbar-brand img {
        width: 60%;
    }
}


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .csslider1>ul>.cs_skeleton {
        height: 400px;
    }
    .csslider1>ul>.slide.img img {
        height: 400px;
    }
    .csslider1 {
        height: 400px !important;
    }
    .navbar-brand img {
        width: 60%;
    }
}

@media(min-width:300px) and (max-width: 400px) {
    .home-area .content .content .subtitle {
        font-size: 50px;
    }
    .home-area.home-text .content .title {
        font-size: 32px;
    }
    .home-area {
        padding: 202px 0px 337px;
    }
    .h0 {
        font-size: 30px;
    }
    .h-0 {
        font-size: 30px;
    }
    .col-text-white {
        color: #fff!important;
    }
    .col-my-5 {
        margin-bottom: 1rem!important;
    }
    .about-us-banner {
        height: 550px
    }
    .wedding img {
        height: 582px;
    }
    .wedding-heading {
        margin-top: -90%;
    }
    .contact-banner {
        margin-top: 0;
    }
    .float-right {
        float: none!important;
    }
    .winner-text {
        position: unset;
    }
    .ticket-details {
        margin-top: 0%;
    }
}

@media(min-width:400px) and (max-width: 500px) {
    .home-area .content .content .subtitle {
        font-size: 50px;
    }
    .home-area.home-text .content .title {
        font-size: 32px;
    }
    .home-area {
        padding: 202px 0px 273px;
    }
    .h0 {
        font-size: 30px;
    }
    .h-0 {
        font-size: 30px;
    }
    .col-text-white {
        color: #fff!important;
    }
    .col-my-5 {
        margin-bottom: 1rem!important;
    }
    .about-us-banner {
        height: 550px
    }
    .winner-text {
        position: unset;
    }
    .wedding img {
        height: 582px;
    }
    .wedding-heading {
        margin-top: -73%;
    }
    .contact-banner {
        margin-top: 0;
    }
    .float-right {
        float: none!important;
    }
    .ticket-details {
        margin-top: 0%;
    }
}

@media(min-width:500px) and (max-width: 600px) {
    .home-area .content .content .subtitle {
        font-size: 50px;
    }
    .home-area.home-text .content .title {
        font-size: 32px;
    }
    .home-area {
        padding: 202px 0px 303px;
    }
    .h0 {
        font-size: 30px;
    }
    .h-0 {
        font-size: 30px;
    }
    .col-text-white {
        color: #fff!important;
    }
    .col-my-5 {
        margin-bottom: 1rem!important;
    }
    .about-us-banner {
        height: 550px
    }
    .winner-text {
        position: unset;
    }
    .wedding img {
        height: 582px;
    }
    .wedding-heading {
        margin-top: -59%;
    }
    .contact-banner {
        margin-top: 0;
    }
    .float-right {
        float: none!important;
    }
    .ticket-details {
        margin-top: 0%;
    }
}

@media(min-width:600px) and (max-width: 700px) {
    .home-area .content .content .subtitle {
        font-size: 50px;
    }
    .home-area.home-text .content .title {
        font-size: 32px;
    }
    .home-area {
        padding: 202px 0px 284px;
    }
    .h0 {
        font-size: 30px;
    }
    .h-0 {
        font-size: 30px;
    }
    .col-text-white {
        color: #fff!important;
    }
    .col-my-5 {
        margin-bottom: 1rem!important;
    }
    .about-us-banner {
        height: 550px
    }
    .winner-text {
        position: unset;
    }
    .wedding img {
        height: 582px;
    }
    .wedding-heading {
        margin-top: -61%;
    }
    .contact-banner {
        margin-top: -38%;
    }
    .float-right {
        float: none!important;
    }
    .ticket-details {
        margin-top: 0%;
    }
}

@media(min-width:700px) and (max-width: 800px) {
    .home-area .content .content .subtitle {
        font-size: 50px;
    }
    .home-area.home-text .content .title {
        font-size: 32px;
    }
    .home-area {
        padding: 202px 0px 296px;
    }
    .h0 {
        font-size: 30px;
    }
    .h-0 {
        font-size: 30px;
    }
    .col-text-white {
        color: #fff!important;
    }
    .col-my-5 {
        margin-bottom: 1rem!important;
    }
    .about-us-banner {
        height: 550px
    }
    .winner-text {
        position: unset;
    }
    .wedding img {
        height: 582px;
    }
    .wedding-heading {
        margin-top: -61%;
    }
    .contact-banner {
        margin-top: 0;
    }
    .float-right {
        float: none!important;
    }
    .ticket-details {
        margin-top: 0%;
    }
}

@media(min-width:800px) and (max-width: 900px) {
    .home-area .content .content .subtitle {
        font-size: 50px;
    }
    .home-area.home-text .content .title {
        font-size: 32px;
    }
    .home-area {
        padding: 202px 0px 296px;
    }
    .h0 {
        font-size: 30px;
    }
    .h-0 {
        font-size: 30px;
    }
    .about-us-banner {
        height: 550px
    }
    .winner-text {
        position: unset;
    }
    .wedding img {
        height: 582px;
    }
    .wedding-heading {
        margin-top: -41%;
    }
    .contact-banner {
        margin-top: 0;
    }
    .float-right {
        float: none!important;
    }
    .ticket-details {
        margin-top: 0%;
    }
}

@media(min-width:900px) and (max-width: 1000px) {
    .home-area .content .content .subtitle {
        font-size: 50px;
    }
    .home-area.home-text .content .title {
        font-size: 32px;
    }
    .home-area {
        padding: 202px 0px 200px;
    }
    .h0 {
        font-size: 30px;
    }
    .h-0 {
        font-size: 30px;
    }
    .winner-text {
        position: unset;
    }
    .wedding img {
        height: 934px;
    }
    .wedding-heading {
        margin-top: -73%;
    }
    .contact-banner {
        margin-top: 0;
    }
    .float-right {
        float: none!important;
    }
    .ticket-details {
        margin-top: 0%;
    }
}

::selection {
    background: #b83e6e;
    color: rgba(255, 255, 255, 0.847656);
}


.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    background: linear-gradient(#9e721d, #feffc2);
    background: -webkit-linear-gradient(#9e721d, #feffc2);
      background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }