@charset "utf-8";
:root{
    --bs-font-sans-serif:"Montserrat", sans-serif;
    --bs-body-color:#f2f2f2;
    --accent1:#FFF4B7;
    --accent1RGB:255, 244, 183;
    --accent2:#F16339;
    --accent3:#FFCC29;
    --accent4:#F2A055;
    --darkgrey:#0F0F19
}
body{
    background-color: #000;
    line-height: 1.7;
}

/* RESET */
a{
    color:#000;
    text-decoration: none;
}
a:focus-visible {
    outline: none;
}
.navbar{
    --bs-navbar-brand-padding-y:0;
    --bs-navbar-padding-y:0;
}
.navbar .container{
    background: var(--accent3);
    border-radius:0 0 10px 10px;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 500;
    text-transform: uppercase;
    color:#000000;
    position: relative;
    
}
.navbar-light .navbar-nav .nav-link span{
    border-bottom:1px solid transparent;
}
.navbar-nav .nav-link.active span{
    border-color:#000000;
}
.dropdown-menu{
     --bs-dropdown-bg:#000;
     --bs-dropdown-color:#000;
     --bs-body-color:#fff;
     --bs-border-color-translucent:rgba(255,255,255,.175);
     --bs-dropdown-link-hover-bg:var(--accent1);
     --bs-dropdown-link-hover-color:#000;
     --bs-dropdown-link-active-bg:var(--accent3);
     --bs-dropdown-link-active-color:#000;

}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.125rem;
        padding-left:  1.125rem;
    }
    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }
.dropdown-menu {
  margin-top: 0;
}
a.no-link {
  cursor: default;
}
}
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.875rem;
        padding-left:  1.875rem;
    }
}


.offcanvas{
    --offCanvSize:1.125rem;
    --offLinkColor:#fff;
    --offLinkHover:var(--accent3);
    background-color:#000;
    color:#fff;
}
.offcanvas.offcanvas-top{
    --bs-offcanvas-height:100%;
    border-bottom: 0;
}
.offcanvas-header{
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.offcanvas-header .btn-close {
    --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 16 16' fill='%23FFCC29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-focus-shadow:none;
    --bs-btn-close-opacity:1;
    width:3rem;
    height: 3rem;
    border-radius: 50%;
    background: #1D1D1F var(--bs-btn-close-bg) center / 1em auto no-repeat;    
    padding:0;   
}
@media(min-width:768px){
    .offcanvas-header .btn-close {
        width:72px;
        height: 72px;
    } 
}
.offcanvas a{
    color:var(--offLinkColor)
}
.offcanvas a:hover, .offcanvas a:active{
    color:var(--offLinkHover);
}
.offcanvas .navbar{
    font-size:var(--offCanvSize);
    font-weight: 500;
    list-style: none;
    display: block;    
}
.offcanvas .nav-link{
    --bs-nav-link-font-size:var(--offCanvSize);
    --bs-nav-link-color:#fff;
    --bs-nav-link-font-weight:400;
    --bs-nav-link-hover-color:var(--offLinkColor);
    --bs-navbar-active-color:var(--offLinkHover);
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.offcanvas .nav-link.active{
    color:var(--offLinkHover);
}
.offcanvas .navbar ul{
    list-style: disc;    
}
.offcanvas .navbar li li::marker{
    color:var(--accent3);
}
.offcanvas .navbar li ul .nav-link{
    font-weight: 300;
    font-size:1rem;
     padding-top: .25rem;
    padding-bottom: .25rem;
}
.HeadContact{
    border-top:1px solid rgba(255,255,255,.2);
    margin-top:2.75rem;
    padding-top: 2.75rem;
}
.btn{
    --bs-btn-box-shadow:none;
    --bs-btn-focus-box-shadow:none;
    --bs-btn-padding-x: 1.25rem;
    --bs-btn-padding-y:.5rem;
    font-weight: 400;
}
@media(min-width:576px){
  .btn{
    --bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y:.75rem;
}  
}
.btn-primary{
    --bs-btn-color:#000;
    --bs-btn-hover-bg: #ee404b;
    --bs-btn-hover-border-color: #ee404b;
    --bs-btn-active-bg:#ee404b;
    --bs-btn-active-border-color: #ee404b;
    --bs-border-width:0;
    --bs-btn-bg: var(--accent3);
}
.VideoBtn {
    display: inline-flex;
    align-items: center;
    gap:7px;
    
}
.VideoBtn .Icon{
    --s:12px;
    background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="800px" height="800px" viewBox="0 0 24 24" fill="none"><path d="M21.4086 9.35258C23.5305 10.5065 23.5305 13.4935 21.4086 14.6474L8.59662 21.6145C6.53435 22.736 4 21.2763 4 18.9671L4 5.0329C4 2.72368 6.53435 1.26402 8.59661 2.38548L21.4086 9.35258Z" fill="%23f2f2f2"/></svg>');
    width:var(--s);
    height: var(--s);
    background-size:var(--s);
    position: relative;
    right:0;
    transition: all .3s ease-in-out;
    opacity: .7;
}
.VideoBtn:hover .Icon{    
    right:-6px;
}
.CustomLargeBtn{
    --bs-btn-padding-x: 2rem;
    font-size:1.125rem;
    font-weight:600;
}
.CustomLargeBtn.btn:disabled{
    display: none;
}
@media(min-width:576px){
    .CustomLargeBtn{
        --bs-btn-padding-x: 2.5rem;
        font-size:1.25rem;
} 
}
@media(min-width:1440px){
    .pt-xxl-5{
        padding-top:3rem;
    }
}
/* MAIN CSS */
@media(min-width:1600px){
    .ContainerXXL{
        max-width: 1520px;
    }
}
.Accent-1, a.Accent-1{
    color:var(--accent1)
}
a.Accent-1:hover{
    color:var(--accent2);
}
.AccentBg-2{
    background-color:var(--accent1)
}
.Accent-2{
    color:var(--accent2)
}
.AccentBg-1{
    background-color:var(--accent2)
}
.Accent-3{
    color:var(--accent3)
}
.Accent-4{
    color:var(--accent4)
}
.AccentBg-3{
    background-color:var(--accent3)
}
.AccentBg-1{
    background-color:var(--accent1)
}
.FS18{
    font-size:1.125rem;
}
.FS20{
    font-size:1.25rem;
}
.Fw400{
    font-weight:400
}
.Fw500{
    font-weight:500
}
.Fw600{
    font-weight:600
}
.Radius10{
    border-radius: 10px;
}
.BtnOutline1{
    --bs-btn-color: #FFF4B7;
    --bs-btn-border-color: #8E8E8E;
    --bs-btn-hover-bg:var(--accent3);
}
.StickyTop{
    position:sticky;
    top: 0;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}
.SideNavBtn{
    background-color: transparent;
    border:0
}
@media(max-width:575px){
    #PageBanner{
        margin-top: 80px;
    }
}
.SectionTitle{
    font-size:2rem;
    font-weight:400;
    margin-bottom: 40px;
}
.GradientTxt{
    background: #FEBF59;
    background: linear-gradient(to bottom right, #FEBF59 0%, #DD694D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(min-width:768px){
    .SectionTitle{
        font-size:2.5rem;
    }
}
@media(min-width:992px){
    .SectionTitle{
        font-size:3rem;
    }}
@media(min-width:1200px){
    .SectionTitle{
        font-size:3.25rem;}
}
@media(min-width:1400px){
    .SectionTitle{
        font-size:3rem;}
}

#Experience{
    background: rgb(15,15,24);
    background: linear-gradient(180deg, rgba(15,15,24,1) 0%, rgba(36,36,61,1) 100%);
    color:#D9D9D9;
    padding-top:30px;
}
#Offreings{
    background:#24243c url(../img/offerings-bg-675.webp)no-repeat bottom center;
    background-size:100%;
    padding-top:100px;
    /*padding-bottom:680px;*/
    padding-bottom: 150px;
}
.OrnaTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 40px;
}
@media(min-width:576px){
    #Offreings{
        padding-bottom: 130px; 
    }
}
@media(min-width:768px){
    #Experience{
        padding-top:50px;
    }
    #Offreings{
        background-image:url(../img/offerings-bg-992.webp);
    }
}
@media(min-width:992px){
    #Offreings{
        background-image:url(../img/offerings-bg-1200.webp);
        padding-bottom: 150px;
    }
    #Offreings .OrnaTitle{
        margin-bottom: 60px;
    }
}
@media(min-width:1200px){

    #Offreings{
        padding-bottom:160px;
        background-image:url(../img/offerings-bg.webp);
    }
    #Offreings .OrnaTitle{
        margin-bottom: 60px;
    }

}

.HeadingOrna{
    background:url(../img/heading-ornament.svg)no-repeat 0 0;
    min-width:30.16px;
    height: 10.16px;
    position: relative;
}
.mask1 {
    --s: 174px;  
    --h: 236px;
    -webkit-mask-image: url(../img/img-mask.svg);
    mask-image: url(../img/img-mask.svg);
    mask-size:var(--s);
    mask-repeat: no-repeat;
    width: var(--s);   
    position: relative; 
}
.MaskContent{
    background:url(../img/img-mask.svg)no-repeat 0 0;
    background-size: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding:26px 15px 15px;
    opacity: 0;
    transition: all .7s ease-in-out;
    text-align: center;
    color:#fff;
}
.MaskContent img{
    width:32px;
}
.mask1:hover .MaskContent, .mask1.faded .MaskContent{
    opacity: 1;
}
.ServiceImg{
    width:var(--s);
    height:var(--h);
}
.ServiceIcon{
    --s:60px;
    width:var(--s);
    height:var(--s);
    background: url(../img/service-icons.svg)no-repeat var(--x) 0;
    display: block;
    margin: 0 auto;
}
.Icon2x{
    --s:100px;
    /*background-size: 3286px;*/
    background-size: 3400px;
}

.Gair{
    --x:0;
}
.Manganiyars{
    --x:-770px;
}
.GenAlpha{
    --x:-140px;
}
.Sitar{
    --x:-350px;
}
.KalbeliaMusic{
    --x:-210px;
}
.DholThaliNisan{
    --x:-70px;
}
.SurnaiyaLangas, .Meghwals{
    --x:-490px;
}
.KabirRecital{
    --x:-700px;
}
.RajasthaniMela{
    --x:-420px;
}
.HeritageWalk{
    --x:-630px;
}
.ForgottenStories{
    --x:-560px;
}
.VillageVisit{
    --x:-280px;
}
.Bahuroopia{
    --x:-840px;
}
.Bagpiper{
    --x:-910px;
}
.Chang{
    --x:-1050px;
}
.KachchhiGhodi{
    --x:-1607.55px;
}
.SitarSantoor{
    --x:-1817.55px;
}
.NagaraConcert{
     --x:-1470px;
}
.SitarSarangiEnsemble{
     --x:-892px;
}
.TieAndDye{
    --x:-1260px;
}
.SurnaiyaLanga{
    --x:-490px;
}
.TerahTaaliDance{
    --x:-1957.55px;
}
.Ghoomer, .KalbeliaDance{
    --x:-2027.55px;
}
.TextileBlock{
    --x:-1887.55px;
}
.BluePottery{
    --x:-980px;
}
.TraditionalPottery{
    --x:-1190px;
}
.GiantPuppets{
    --x:-1120px;
}
.KamaychaConcert{
    --x:-1330px;
}
.LacBangleMaking{
    --x:-1400px;
}
.JaipurBrass{
    --x:-1677.55px;
}
.Thaap{
    --x:-2097.55px;
 }
.GoatMashak{
    --x:-2167.55px;
}
.ShehnaiNagada{
    --x:-1537.55px
}
@media(max-width:575px){
    .ServiceIcon{
    --s:42.02px;
    background-size:1656px;
}
.Gair{
    background-size: 1546px;
}
.Manganiyars, .SurnaiyaLangas, .Meghwals{
    --x:-364.65px;
}
.GenAlpha{
    --x:-104.19px;
}
.Sitar{
    background-size: 1550px;
    --y: -0.97px;        
    --x:-243.46px;
}
.KalbeliaMusic{
    --x: -152.28px;
    background-size: 1600px;
}
.DholThaliNisan{
    --x:-52.09px;
}
.KabirRecital{
    --x:-520.93px;
}
.RajasthaniMela{
    --x:-312.56px;
}
.HeritageWalk{
    --x:-468.83px;
}
.ForgottenStories{
    --x:-416.74px;
}
.VillageVisit{
    --x:-208.37px;
}
.Bahuroopia{
    --x:-625.11px;
}
.Bagpiper{
    --x:-677.2px;
}
.Chang{
    --x:-781.39px;
}
.KachchhiGhodi{
    --x:-1196.42px;
}
.SitarSantoor{
    --x:-1352.69px;
}
.NagaraConcert{
     --x:-1093.94px;
}
.SitarSarangiEnsemble{
     --x:-260.46px;
}
.TieAndDye{
    --x:-937.67px;
}
.SurnaiyaLanga{
    --x:-364.65px;
}
.TerahTaaliDance{
    --x:-1456.88px;
}
.Ghoomer, .KalbeliaDance{
    --x: -1390.97px;
    background-size: 1530px;
}
.TextileBlock{
    --x:-1404.79px;
}
.BluePottery{
    --x:-729.3px;
}
.TraditionalPottery{
    --x:-885.57px;
}
.GiantPuppets{
    --x:-833.48px;
}
.KamaychaConcert{
    --x: -925.76px;
    background-size: 1550px;
}
.LacBangleMaking{
    --x:-1041.85px;
}
.JaipurBrass{
    --x:-1248.51px;
}
.Thaap{
    --x:-1561.06px;
 }
.GoatMashak{
    --x:-1613.16px;
}
.ShehnaiNagada{
    --x:-1144.32px
}
}
.ServiceName{
    font-size:1rem;
    font-weight: 600;
}
.IdealFor{
    --s:7px;
    font-size:.75rem;
    font-weight:500;
    list-style-type: disc;
    padding:0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:0 .5rem;
    flex-wrap: wrap;
}
.IdealFor li{
    margin-left: var(--s);
    padding-right: var(--s);
    margin-top: 0 !important;
}
.IdealFor li:first-child{
    list-style: none;
    margin-left: 0;
}
.IdealFor li:last-child{
    padding-right: 0;
}
@media(min-width:576px){
    .IdealFor{
         --s:10px;
        font-size:.875rem;
    }
    .ServiceName{
        font-size:1.25rem;  
    }
}
.ExploreBtn{
    background:url(../img/explore-btn-bg.svg)no-repeat 0 0;
    height:28px;
    width:100px;
    margin:0 auto;
    color:#fff;
    font-size:.75rem;
    font-weight:500;
    display: block;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
}
.marquee ul.flex {
    display: flex;
    align-items: center;
    gap:2rem;
}
@media(min-width:576px){
    .mask1 {
        --s: 200px;  
        --h: 270px;
    }
    .MaskContent{
        padding:36px 15px 20px;
    }
}
@media(min-width:768px){
.marquee {
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;
}
}
@media(min-width:1200px){
    .mask1{
        --s: 250px;  
        --h: 339px;
    }
    .marquee ul.flex {
        gap:4rem;
    }
    .MaskContent{
        padding:46px 30px 30px;
    }
    .ServiceName{
        font-size:1.675rem;
    }
    .IdealFor{
        font-size:.9375rem;
    }
    .MaskContent img{
        width:60px;
    }
    .ExploreBtn{
        font-size:.875rem;
    }

}
@media(min-width:1440px){
    .mask1{
        --s: 310px;  
        --h: 420px;   
    }
    .marquee ul.flex {
        gap:5rem;
    }
    .MaskContent{
        padding:80px 40px 36px;
    }
}
@media(max-width:767px){
    .marquee ul.flex {
        justify-content: center;
        flex-wrap: wrap;
        gap:20px;
    }
    .marquee ul.flex li:nth-child(2n+2){
        margin-top:60px;
    }
}
@media(max-width:575px){
    .marquee ul.flex {
        column-gap:24px;
        row-gap: 0;
        align-items: start;
    }
    .ServiceName{
        margin-bottom: 10px!important;
    }
    .IdealFor{
        margin-bottom: 10px;;
        line-height: 1.3;
    }
}

#Testimonaials{
    background:#0d0b13 url(../img/testimonial-bg-675.webp) no-repeat center bottom;  
    padding-bottom: 250px;
    background-size: 100%;
}
.QuoteImg{
    opacity: .05;
}
.QuoteTxt{
    font-size:1.125rem;
    line-height: 1.5;
    color:#eee;
    margin-bottom: 2rem;
}
@media(min-width:576px){
    .QuoteTxt{
        font-size:1.25rem;
    }
}
@media(min-width:768px){
    #Testimonaials{
        min-height: 700px;  
        padding-bottom:0;
    }
    .QuoteTxt{
        font-size:1.375rem;
    }
}
@media(min-width:992px){
    #Testimonaials{
        background-image:url(../img/testimonial-bg.webp); 
    }
    .QuoteTxt{
        font-size:1.25rem;
    }    
}
/*@media(min-width:1200px){*/

@media(min-width:991px){
    #Testimonaials{
        background-size: auto;
         min-height: 897px;  
    }
}
/*@media(max-width:1439px){*/
@media(max-width:991px){
        #Testimonaials {
            background-position: 80% 100%;
        }
}
@media(max-width:991px){
    #Testimonaials {
            background-position: right bottom;
            background-size: 70%;
        }
    .QuoteImg img{
    display: none;
}
}
@media(max-width:575px){
     #Testimonaials {
            background-size: 100%;
        }
}
.QuoteWriter{
    font-size:1.125rem;
    font-weight: 500;
    color:var(--accent1);
}
.Designation{
    font-weight: 500;
    color:#eee;
}
.CarouselNav{
    display: flex;
    justify-self: end;
    margin-bottom:1rem;
}
.CarouselNav .carousel-control-next, .CarouselNav .carousel-control-prev{
    position: relative;
    width:24px;
}

#ClientTestimonials .carousel-indicators{
    position: relative;
    top: auto;
    left: auto;
    justify-content: start;
    margin-left: 0;
    margin-top:20px;
}
@media(min-width:768px){
    .QuoteImg img{
        width:90px;
    }
}
@media(min-width:992px){
    .QuoteImg img{
        width:100px;
    }
}
@media(min-width:1200px){
    .QuoteImg img{
        width:130px;
    }
}
@media(min-width:1440px){
    .QuoteImg img{
        width:150px;
    }
}
@media(max-width:575px){
    .CarouselNav{
        margin-top:-40px
    }
}
#PastProjects{
    padding-bottom:80px;
    /*background-color:#0a090f;*/
}
#Projects .carousel-control-next, #Projects .carousel-control-prev{
    width: 40px;
    opacity: 1;
}
#Projects .carousel-control-next-icon, #Projects .carousel-control-prev-icon{
    width:40px;
    height: 40px;
    background:var(--bs-body-color) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' width='12' height='10' stroke='%237C4E8B' stroke-width='2' %3e%3cpath d='M0.267902 4.75514L10.3042 4.72648M10.3042 4.72648L6.43868 0.882964M10.3042 4.72648L6.4607 8.59202'/%3e%3c/svg%3e") no-repeat center center;
    border-radius: 50%;
}
#Projects .carousel-control-prev{
    transform: rotate(-180deg);
}
@media(min-width:768px){
    #PastProjects{
        padding-bottom:100px;
    }
}
@media(min-width:992px){
   #Projects .carousel-control-prev{
        left: -20px;
    }
    #Projects .carousel-control-next{
        right: -20px;
    }
}
@media(max-width:575px){
    #PastProjects{
        padding-top:30px;
    }
}
.EventWrap{
    border:1px solid #3c3a33;
    border-radius:10px;
    overflow: hidden;
}
.EventGlimps{
    padding-left:0
}
.EventInfoWrap{
    background-color: #000;
    padding:20px 40px 20px 60px;
    display: flex;
    align-items: center;
    position: relative;
}
.EventName{
    font-size:1.5rem;
    color:var(--accent1);
    font-weight: 600;    
}
@media(min-width:576px){
    .EventName{
    font-size:2rem;
    }
}
@media(min-width:992px){
    .EventGlimps img{
        object-fit: cover;
        height: 100%;
    }
    .flex-lg-row-reverse .EventInfoWrap{
         padding:20px 60px 20px 40px;
    }
}


.EventBrief{
    margin-bottom: 30px;
}
.EventAction{
    display: flex;
    gap:28px;
    flex-wrap: wrap;
}
.BtnOutline2 {
    --bs-btn-color:var(--bs-body-color) ;
    --bs-btn-border-color:rgba(var(--accent1RGB),.5);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-color: #EEEEEE;
}
.VideoBtn2{
    display: flex;
    align-items: center;
    gap:8px;
    --bs-btn-font-size:17px;
    --bs-btn-color:#fff ;
    --bs-btn-bg:var(--accent2);
    --bs-btn-border-color: var(--accent2);
    --bs-btn-hover-color:#000;
    --bs-btn-hover-border-color: var(--accent1);
    --bs-btn-hover-bg:  var(--accent1);
}
.VideoBtn2 svg{
     fill:#fff;
}
.VideoBtn2:hover svg{
    fill:#000;
}
@media(min-width:1200px){
    .EventBrief{
        margin-bottom: 65px;
    }
}

@media(max-width:991px){
    .EventWrap{
        flex-direction: column;
    }
    .EventInfoWrap{
        padding:20px 20px 30px 20px;
    }
    /*.ProjNav{
        display: flex;
        gap:10px;
        position: absolute;
        top: -78px;
        right: 0;
    }
    .carousel-control-next, .carousel-control-prev{
        position: relative;
    }*/
    .ProjNav{
        display:none
    }
    .Swipe{
        position: absolute;
        top: 0;
        left: 0;
        width:50px;
        z-index: 2;
        border-radius:10px 0 0 0;
        overflow: hidden;
        opacity: .55;
    }
    .Swipe img{
        border-radius:0 0 6px 0;
       
    }
    .ProControlWrap{
        display: flex;
        justify-content: end;
        gap:10px;
        margin-bottom: 30px;
        margin-top: -60px;
    }
   
}
#Projects{
    box-shadow:0 0 50px rgb(48 28 20)
}
.RecognitionsHome{
    margin-bottom:80px;
}
.RecognitionsAbout{
    margin-top:80px;
}

@media(min-width:1200px){
  .RecognitionsHome{
    margin-bottom:100px;
}  
.RecognitionsAbout{
    margin-top:100px;
}
}
.TrustedTitle{
    font-size:1.25rem;
    color:var(--accent1);
    margin-bottom: 40px;
}
.LoogGrid{
    display: flex;
    gap:50px;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}
#InstaFeed{
    margin-top: 80px;
}
@media(min-width:992px){
    #InstaFeed{
        margin-top: 120px;
        
    }
    .LoogGrid{
        row-gap: 0;
    }
}
@media(min-width:1200px){
    #InstaFeed{
        margin-top: 100px;
    }
    .LoogGrid{
        column-gap:70px;
    }
}
footer{
    padding-top:100px;
    padding-bottom: 20px;
    font-size:1.063rem;
}
.FooterLogo{
        width:150px;
    }
.FooterHead {
    margin-bottom: 40px;
}
.FooterHead .SubHead{
    font-size:24px;
    
}
.FooterHead .FHead{
    font-size:32px;
    font-weight: 500;
    line-height: 1.5;
}
@media(max-width:991px){
    footer{
        padding-top:70px;
        position: relative;
    }
     footer:before{
        content: '';
        display: block;
        background: url(../img/footer-mobile-seprator.svg)no-repeat top center;
       height: 20px;
       margin-bottom: 70px;
       width:100%;
    }
    footer .onde{
        bottom: 1.5vh;
        height: 25vh;
        min-height: 139px;
        max-height: 134px;
    }
}
@media(max-width:575px){
    footer{
        padding-top:50px;
   }
    footer:before{
        margin-bottom: 50px;
    }
    .FooterLogo{
        width:150px;
    }
    .FooterHead .FHead{
        font-size:24px;
    }
    .FooterCouple img{
        width:250px;
    }
    footer .onde{
        min-height: 80px;
        max-height: 80px;
    }
}
.ContactInfo{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.FooterWidgetTitle{
    font-size:1rem;
    color:#DEDEDE;
    font-weight:400;
    margin-bottom: 0;
}
.Social{
    display: flex;
    gap:20px;
    margin-top:50px;
}
.Social .Icon{
    background: url(../img/social-media.svg)no-repeat var(--x) var(--y);
    width:24px;
    height:24px;
    display: block;
    --y:0;
}
.Facebook{
    --x:0;
}
.Youtube{
    --x:-34px;
}
.Instagram{
    --x:-68px;
}
.X{
    --x:-102px;
}
.Linkedin{
    --x:-136px;
}
.Facebook:hover, .Youtube:hover, .Instagram:hover, .X:hover, .Linkedin:hover{
--y:-32px;
}
.FootWave{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
}
.FooterContent{
    position: relative;
    z-index: 1;
}
@media(min-width:992px){
    Footer{
        padding-bottom: 45px;
    }
    .FooterContent{
        padding-left: 10px;
    }
    .FooterHead {
        margin-bottom: 50px;
    }
}
@media(min-width:1200px){
    .FooterContent{
        padding-left: 57px;
    }
}
@media(min-width:1440px){
    Footer{
        padding-bottom: 40px;
    }
}
@media(max-width:991px){
    .FooterContent{
        margin-bottom: 50px;
    }    
}
@media(max-width:575px){
    .FooterContent{
        text-align: center;
    }
    .FooterWidget {
        margin-bottom: 30px;
    }
    footer .Social{
        justify-content: center;
    }
}
.onde {
    position: absolute;
    bottom: 3vh;
    left: 0;
    width: 100%;
    height: 155vh;
    margin-bottom: -7px;
    min-height: 160px;
    max-height: 230px;
  }
  .ondebox:after {
    content: '';
    background: rgb(15, 15, 24);
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 11%, rgba(0, 0, 0, 1) 100%);
}
  
  /* Animation */
  
  .parallaxonde > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallaxonde > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallaxonde > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallaxonde > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallaxonde > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
@media(max-width:767px){
    .onde {
    height: 75vh;
    min-height: 70px;
    max-height: 150px;
}
}
@media(max-width:575px){
    .onde {
    height: 55vh;
    min-height: 60px;
    max-height: 100px;
}
}
.PageTopSection {
    background: #24243C ;
    background-image:url(../img/inner-head-bg.webp);
    background:url(../img/inner-head-bg.webp)no-repeat 90% 0, linear-gradient(180deg, rgba(36, 36, 60, 1) 0%, rgba(15, 15, 25, 0.9) 33%) ;
    position: relative;
}
.Ideal{
    border-bottom:1px solid rgba(236,146,83,.25);
    padding-bottom:1rem;
    font-size:1rem;
    letter-spacing: .25px;
}
.Mood{
    justify-content: center;
    gap:10px;
    align-items: center;
    /*color:#fff;*/
    margin-bottom: 3rem;
    letter-spacing: .25px;
    font-size:1rem;
}
.Star{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M4.0857 2.34048C4.65817 0.444683 7.34246 0.444682 7.91492 2.34048L8.00965 2.65419C8.20326 3.29535 8.70495 3.79705 9.34612 3.99065L9.65982 4.08538C11.5556 4.65785 11.5556 7.34214 9.65983 7.91461L9.34612 8.00934C8.70495 8.20295 8.20326 8.70464 8.00965 9.3458L7.91492 9.65951C7.34246 11.5553 4.65817 11.5553 4.0857 9.65951L3.99097 9.34581C3.79736 8.70464 3.29567 8.20295 2.6545 8.00934L2.3408 7.91461C0.444995 7.34214 0.444994 4.65785 2.3408 4.08538L2.6545 3.99066C3.29567 3.79705 3.79736 3.29535 3.99097 2.65419L4.0857 2.34048Z" fill="%23F16339"/></svg>');
    opacity:.8;
    width:12px;
    height: 12px;
    background-size: 12px;
}
/*
.Star svg path{
    d: path("M 4.08539 2.34043 C 4.65786 0.444629 7.34215 0.444628 7.91462 2.34043 L 8.00935 2.65414 C 8.20296 3.2953 8.70465 3.79699 9.34581 3.9906 L 9.65952 4.08533 C 11.5553 4.6578 11.5553 7.34209 9.65952 7.91456 L 9.34581 8.00929 C 8.70465 8.2029 8.20296 8.70459 8.00935 9.34575 L 7.91462 9.65946 C 7.34215 11.5553 4.65786 11.5553 4.08539 9.65946 L 3.99066 9.34575 C 3.79705 8.70459 3.29536 8.2029 2.6542 8.00929 L 2.34049 7.91456 C 0.44469 7.34209 0.444689 4.6578 2.34049 4.08533 L 2.6542 3.9906 C 3.29536 3.79699 3.79705 3.2953 3.99066 2.65414 L 4.08539 2.34043 Z");
    fill:#F16339;
}
*/
.InnerPageHead{    
    padding-top: 125px;
}
@media(min-width:768px){
    .InnerPageHead{    
        padding-top: 150px;
    } 
}

@media(min-width:1920px){
    .PageTopSection img{
        width:100%
    }
}
/*.OfferingInner{
    background: url(../img/inner-head-bg.png)no-repeat right top;
}*/
.OfferMidSection{
    background: #0F0F19;
    background-image:url(../img/inner-head-bg.webp);
    background: url(../img/inner-head-bg.webp) no-repeat  90% 50%, linear-gradient(180deg, rgba(21, 21, 35, 1) 0%, rgba(92, 92, 144, 0) 30%, rgba(36, 36, 60, 0.9) 79%, rgba(0, 0, 0, 1) 100%);
}
.OffringIntro{
    margin-bottom: 48px;
}
.OffringIntroTxt, .OfferContent{
        font-size:1.063rem;
        color:#f2f2f2;
}
.OfferingVideoOverlay:before{
    overflow: hidden;
}
.OfferingVideoOverlay:before{
    content:'';
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.03);
    background: linear-gradient(180deg,rgba(0, 0, 0, .6) 0%, rgba(255, 255, 255, 0) 42%);
    position: absolute;
    z-index: 1;
}
.OfferingVideoBtn{
    position: absolute;
    z-index: 1; 
    left:10px; 
    top:10px; 
}
.FeelVibe{
    margin-top:50px;
}
.VideoBg{
     padding-top: 400px;
}
.MoreOffering{
    margin-top:70px;
}
.SpecialProIntro{
    line-height: 1.5;
}
.SCreationContent{
    font-size:1.063rem;
}
.FeelVibe .CustomLargeBtn{
    margin-top:2rem;
}
.OfferingVideo {
    overflow: hidden;
    border-radius: 10px;
}
@media(min-width:992px){
    .OffringIntro{
        margin-bottom: 106px;
    }
    
    .FeelVibe{
        margin-top:80px;
    }
}
@media(min-width:1200px){
    .OfferContent{
        padding-left: 100px;
    }
    .SCreationContent{
        padding-left:72px;
    }
    .FeelVibe{
        margin-top:100px;
    }
}
@media(max-width:575px){
    .OfferingVideo img{
       width:200px;
    }
    .SpecialProIntro{
    font-size:1.25rem;
}
}
.ImgOverlay:after{
    content:'';
    position:absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(0, 0, 0, 10);
    background: linear-gradient(180deg,rgba(0, 0, 0, .7) 0%, rgba(255, 255, 255, 0) 50%);
}
.SpecialCreationHead{
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.SpecialCreationContent{   
    padding-top:10px;
    background:#2d2d4a;
    /*background-image:url(../img/thaap-wave.svg) ;
    background:url(../img/thaap-wave.svg), linear-gradient(180deg,rgba(14, 14, 24, 1) 0%, rgba(37, 37, 61, 1) 46%, rgba(0, 0, 0, 1) 100%);*/
    background:linear-gradient(180deg,rgba(14, 14, 24, 1) 0%, rgba(37, 37, 61, 1) 46%, rgba(0, 0, 0, 1) 100%);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.SpecialProIntro{
 font-size:1.063rem;
}
@media(min-width:992px){
    .SpecialProIntro{
    font-size:1.25rem;
    }
}

.BulletList li{
    margin-bottom: 8px;
}
.BulletList li::marker{
    color:var(--accent2)
}
.SCreationGallery{
    margin-top: 60px;
    background:url(../img/single-wave-bg.svg)no-repeat center center;
}

.AllInstruments{
    background: #000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(45, 45, 74, 1) 20%, rgba(45, 45, 74, 1) 80%, rgba(0, 0, 0, 1) 99%);
}
.Instruments{
    padding-top:5rem;
}
.PlayerBlock{
    padding-left: 20px;
    padding-right: 20px;
}

.InstruCol{
    position: relative;
}
.InstruRow{
        --bs-gutter-y:7rem;
    }
@media(min-width:992px){
    .SCreationGallery{
    margin-top: 120px;
}
    .InstruRow{
    --bs-gutter-y:6rem; 
    --bs-gutter-x:5rem;
}
    .InstruRow .InstruCol:nth-child(odd):after{
        content:'';
        height:60px;
        width:60px;
        background: url(../img/thaap-divider.svg) no-repeat;
        position: absolute;
        bottom: -76px;
        right: -30px;
    } 
    .InstruRow .InstruCol:last-child:after{
        display: none!important;
    }

}
@media(max-width:767px){
    
    .InstruRow .InstruCol:after{
        content:'';
        height:60px;
        width:60px;
        background: url(../img/thaap-divider.svg) no-repeat;
        position: absolute;
        bottom: -90px;
        left: 50%;
        transform: translateX(-50%);
        background-size: 40px;
    }   
}
.InstrumentBlock{
    display: flex;
    align-items: center;
    gap:30px;
}
@media(max-width:1199px){
    .InstrumentBlock{
        flex-direction: column;
    }
}
.InstrumentWrap{
    min-width:248px
}

.ThaapVideo{
    background:#000 url(../img/thaap-video-bg.webp) no-repeat center center;
    
}
.Waveform{background-color: #3F3F59; padding:10px 10px 24px 10px; border-radius: 0 0 5px 5px ; }
.Ply{text-align:center; margin-top:-14px}

.Experience{
    background:url(../img/highlights-bg.svg)no-repeat;
    width:606px;
    height: 389px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:.10
}
.VillageMidSection{
    background: #0F0F19;
    background: linear-gradient(180deg, rgba(21, 21, 34, 1) 0%, rgba(39, 39, 65, 1) 100%); 
}
@media(max-width:575px){
    .VillageMidSection{
        padding-bottom: 30px;
    }
}
.VillageIntro{
 margin-bottom: 100px;
}
.owl-item.active .Experience {
    opacity:1
}
.TourHighlights .owl-dots{
    display: flex;
    gap:10px;
    justify-content: center;
    margin:20px 0
}
.TourHighlights button.owl-dot{
    width:20px;
    height:4px;
    background: rgba(255, 255, 255, .65);
}
.TourHighlights .owl-dot.active{
    background-color:var(--accent4);
}
.PageTab{
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.PageTab a{
    background: url(../img/btn-bg.svg)no-repeat ;
    height: 78px;
}
.ButtonBg{
    display: block;
    background-size: cover;
    font-size:1.5rem;
    font-weight:500;
    text-transform: uppercase;
}

#Itinerary{
     padding-top: 120px;
     min-height: 820px;
     background: url(../img/itinerary-mob.webp) no-repeat top  center;
}

@media(min-width:576px){
   #Itinerary{
        padding-top: 180px;
        padding-bottom: 110px;
        background-image:url(../img/itinerary-1920.webp);
        min-height: auto;
   } 
}
@media(min-width:1921px){
    #Itinerary{
        padding-top: 150px;
        padding-bottom: 150px;
        background-image:url(../img/itinerary-3840.webp);
    }
}

.TourContent{
    max-width:476px;
    color:#0F0F19;
}
.YelloBox{
    background:var(--accent1);
    padding:20px;
    border-radius:0 10px 10px 10px;
}
.Button2{
    background-size: cover;
}
.ItineraryContent ul{
    border-bottom:1px solid #AD780D
}
.ItineraryContent li{
    padding:10px;
    display: flex;
    gap:1rem;
}
.ItineraryContent li:nth-child(odd){
    background-color:#F2E7AA;
}
.ActivityWrap .small{
    font-size:12px;
    line-height: 18px;
}
#TourDetails .nav-link{
    --bs-nav-link-font-size:1.5rem;
    --bs-nav-link-font-weight:600;
}
.ActivityTime{
    font-weight: 600;
}
#Packages{
    background-color: #000;
    color:#0F0F19;
}
@media(max-width:991px){
    .OfferingBanner{
        object-fit: cover;
        object-position: top center;
        height: 600px;
        width: 100%;
    }
    .PackageCol{
        margin-bottom: 60px;
    }
    #Packages{
        padding-bottom:0
    }
}
@media(max-width:575px){
    .OfferingBanner{
        height: 500px;
    }
}

.AllOfferingTop{
    background: #1D1D30;
    background-image:url(../img/all-offering-title-bg.svg);
    background:url(../img/all-offering-title-bg.svg)no-repeat bottom center, linear-gradient(180deg,rgba(29, 29, 48, 1) 0%, rgba(32, 32, 52, 1) 77%);
    background-size: cover;
}
.OfferingContent{
    background: #1D1D30;
    background: linear-gradient(180deg, rgba(32, 32, 52, 1) 32%, rgba(0, 0, 0, 1) 100%);
    padding-bottom: 120px;
}
.Filter{
    border-top:1px solid rgba(236, 146, 83, .25);
    border-bottom:1px solid rgba(236, 146, 83, .25);
    padding-top: 10px;
    padding-bottom: 10px;
}
.Filter .form-select{
    --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23F16339' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-color:transparent;
    color:#fff;
    font-weight:500;
    border: 0;
    background-size: 20px;
    
}
.Filter .form-select option{
    background-color: #000;
}

.Filter .form-select:focus{
    box-shadow: none;
}
.OfferingList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:3rem 5rem;
    margin-bottom: 50px;
}
.FilterWrap{
   margin-bottom:50px;
}
@media(min-width:576px){
    .FilterWrap{
    width:520px;
    margin:0 auto 90px auto;
}
}
@media(max-width:575px){
    .OfferingList{
        gap:3rem 2rem; 
    }
}
#FAQAccord{
    --bs-accordion-color:#fff;
    --bs-accordion-active-bg:transparent;
    --bs-accordion-bg:transparent;
    --bs-accordion-border-color:rgba(255,255,255,.2);
    --bs-accordion-btn-color:#fff;
    --bs-accordion-active-color:var(--accent1);
    --bs-accordion-btn-focus-box-shadow:none;
    --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff4b7' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-padding-x:0;
    --bs-accordion-body-padding-x:0;
    display: flex;
    flex-direction: column;
    gap:20px;
    text-align: start;
}
.accordion-button{
    font-size:1.125rem;
    line-height: 1.45;
    align-items: start;
}
.FSBlock{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:5rem;
}
.FSCol{
    max-width:500px;
}
.FSContent{
    padding:1.5rem 1.75rem 2rem;
    border-radius:0 0 10px 10px;
}
.FSContent h4{
    font-weight:550;
}
.Wood{
    background-color:#9A4C1C;
}
.FolkMusic{
    background-color:#AA7A3E;
}
.Fakirs{
  background-color:#B67000;  
}
.Traditional{
   background-color:#A21631; 
}
.Metal{
    background-color:#8D5915;
}
.Beads{
    background-color:#8E5E07;
}
.Beads{
    background-color:#8E5E07;
}
.Nomads{
     background-color:#B67000;
}
.Storytellers{
    background-color:#881223;
}
.GenAlphVideo{
    background:#000 url(../img/manganayiar-video-bg.webp) no-repeat 0 0;
}
.Seprator{
    color:rgba(241, 99, 57, 1);
    margin:0 .25rem;
}
.ForgottenIntro{
    background: #0E0E19;
    background: linear-gradient(180deg,rgba(14, 14, 25, 1) 35%, rgba(32, 34, 48, 1) 100%);
    padding:40px 0 40px 0;
    border-radius: 30px;
    margin-bottom: 60px;
}
@media(min-width:576px){
    .ForgottenIntro{
        padding-bottom:60px;
    }
}
@media(min-width:992px){
    .ForgottenIntro{
        padding-bottom:80px;
         margin-bottom: 100px;
    }
}

.ProjectRow{
        --w:.35rem;
        margin:0 -.35rem;
        gap:calc(var(--w) * 2) 0;
      }
      .ProjectCol{
        padding:0 var(--w);
      }
     
      .w-33{
        width:33.3333%;
      }
      a.ProjectVideo{
        position:absolute;
        left:var(--w);
        top:var(--w);
        width:calc( 100% - var(--w) );
        height:calc( 100% - var(--w) );
        display:flex;
        align-items:center;
        justify-content:center;
        z-index: 1;
        border:10px rgba
      }
      .ProjectVideo svg{
        width:70px;
        height:70px;
        fill:#000;   
        transition:.3s all ease-in-out;
        background: #FFCC29;
        background: radial-gradient(circle,rgba(255, 204, 41, 1) 50%, rgba(255, 255, 255, 0) 50%);
        border:7px solid rgba(0,0,0,.5);
        border-radius:50%;        
      }
      a.ProjectVideo:hover svg{
        transform:scale(1.2);
      }
      @media(min-width:768px){
        .ProjectRow{
        --w:1rem;
        margin:0 -1rem;
      }
      .ProjectVideo svg{
        width:80px;
        height:80px;
        border-width:10px;
      }
      }
      @media(min-width:992px){
        .ProjectRow{
        --w:1.5rem;
        margin:0 -1.5rem;
      }
      }
      @media(min-width:768px){
        .w-md-50{
            width:50%;
        }
        
      }
      .form-floating>label{
        left:auto
      }
      .form-floating>.form-control, .form-floating>.form-select, .form-control, .form-control:focus{
        color:#0F0F19
      }
    label.error, .form-floating>.form-select~label.error {
            position: relative;
        display: block;
        padding: 0;
        font-size: 13px;
        color: red;
        background: transparent;
        transform: scale(1);
        height: auto;
        }
        .form-floating>.form-select~label.error::after{
            display:none
        }
    
      #TourDetails{
        --bs-border-width:0;
        --bs-nav-tabs-link-active-color:var(--accent2);
        --bs-nav-tabs-link-active-bg:var(--accent1);
        --bs-nav-link-color:#0F0F19;
        --bs-nav-link-hover-color:#000;
      }
      #TourTerms{
        --bs-accordion-bg:transparent;
        --bs-accordion-btn-bg:transparent;
        --bs-accordion-active-bg:transparent;
       --bs-accordion-border-color:rgba(255,255,25,.2);
        --bs-accordion-active-color:var(--accent2);
        --bs-accordion-body-padding-x:0;
        --bs-accordion-btn-padding-x:0;
        --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23f2f2f2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
        --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23F16339' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
        --bs-accordion-body-padding-y:0;
        --bs-accordion-body-padding-x:0;
        --bs-accordion-btn-focus-box-shadow:none

      }
     #TourTerms .accordion-button:not(.collapsed){
        box-shadow: none;
      }
    #TourTerms .accordion-button{
        font-weight: 500;
    }
    .RuralRajasthan{
        background-color:#292933;
        background-image: url(../img/rural-raj-block-motif.webp), url(../img/rural-raj-block-bg.webp);
        background-repeat:repeat-y, no-repeat;
        background-position:98% 0, bottom center;
        padding:20px 40px 60px 20px;
        border-radius:10px;
        background-size: auto, contain;
    }
    .CantMiss{
        padding:20px;
    }

    .ms-choice{
        background-color: transparent!important;
        border:none!important;
    }
    .ms-choice>span.placeholder {
        color: #fff!important;
        opacity:1!important;
        font-weight:500;
    }
    .ms-choice>span{
        top:7px!important;
        color:#fff;
        right:24px!important;
    }
    .ms-choice>div.icon-caret{
        display: none!important;
    }
    .placeholder{
       background-color: transparent!important;  
    }
    .ms-drop ul{
        text-align: start!important;
        max-height:260px!important;
    }
    .ms-drop{
        background: #000!important;
        color: #fff!important;
        border: none!important;
        right:0!important;
    }
   .ms-drop input[type="checkbox"]{
    accent-color: var(--accent2)!important;
   }
   select option:hover{
    background-color:var(--accent1);
    }
.Thanks h4{
    line-height: 1.5;
}
.footer-bottom{
    font-size: 12px;
    font-weight: 400;  
    color:#bbb;  
}
.footer-bottom a{
    color:#bbb;
}
.footer-bottom a:hover{
    color:var(--accent1)
}
.NotFound{
    position: absolute;
    top: 50%;
    left: 0;
    width:100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.Oops{
    font-weight: 900;
    font-size:40px;
    margin-bottom: 20px;
}
@media(min-width:576px){

 .Oops{
    font-size:85px;
}
}
@media(min-width:768px){
    .Oops{
    font-size:100px;}
}
@media(min-width:992px){
    .Oops{
    font-size:120px;
    }
}