@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    --title-font: "Red Hat Display", Helvetica, Arial, sans-serif;
}

h5.s1{
    font-size: 84px;
    font-family: var(--title-font);
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.0) !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0,0,0,.3);
    margin-bottom: 10px;
}

.text-light h5.s1{
     -webkit-text-stroke-color: rgba(255,255,255,.75);
}

.mobileShow{
        display:none !important;
    }
    
    
    
    .carousel-item h3, .de-title-2 h3 {
    font-family: var(--deco-font);
    font-size: 100px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 50px;
    position: relative;
    margin-top: 80px;
}


   .golge{
        
background: rgb(2,0,36) !important;
background: linear-gradient(0deg, rgba(2,0,36,0) 0%, rgba(0,0,0,1) 100%) !important;
    }
    
    
    .social-icons i {
    text-shadow: none;
    color: #000;
    padding: 8px 8px 12px 7px;
    width: 35px;
    height: 25px;
    text-align: center;
    font-size: 18px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    margin: 0 3px 0 3px;
    background-color: #6d6d6d !important;
}

@media only screen and (max-width: 767px) {
    h5.s1{
        font-size: 60px;
    }

    .carousel-item h1.s1, 
    .de-title-2 h1.s1,
    .carousel-item h3.s1{
        font-size: 40px;
        letter-spacing: 0;
    }
    .mobileHide{
        display:none !important;
    }
    
      .mobileShow{
        display:block !important;
    }
    
    
    .carousel-item h3, .de-title-2 h3 {
    font-family: var(--deco-font);
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: 0;
    line-height: 30px;
    position: relative;
    margin-top: 100px;
}
.carousel-item h1.s1, .de-title-2 h1.s1, .carousel-item h3.s1 {
    font-size: 30px;
}

    
    
}

 

.footer-menu{
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin-top: 60px;
    margin-bottom: 60px;
} 

.footer-menu li a{
    list-style: none;
    float: left;
    width: 20%;
    padding: 0px;
    text-align: center;
    border-right: solid thin #ca8e464d;
    font-size: 15px;
    color: #CCC;
} 

.mobileHeader {
    width: 100%;
    height: auto;
    z-index: 999999999999 !important;
    position: absolute;
}

#menu-btn-new{
   position: absolute;
    top: 66px;
    right: 30px;
    border: none;
    background-color: #ca8e4663;
    color: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 40px;
    padding: 5px;
    z-index: 9999999999999;

}

#mobilMenu{
    position: fixed;
    top: 0px;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 9999999999999;
    padding: 10%;
    display: none;
}


.menu-close-button{
     position: fixed;
    float: right;
    right:0px;
    top: 58px;
    background-color: transparent;
    color: #b98344;
    border: none;
    font-size: 50px;
    width: auto;
    height: auto;

}

h5.s1{
    font-size: 120px;
   font-family: var(--deco-font);
    margin: 0;
    font-weight: 400;
}
