body{
margin:0;
padding:0;
overflow-x:hidden;
}


 @font-face{
  font-family:"myFont";
  src:url("https://tal.giwdevelopment.com/fonts/7311041/bfbff343-25af-48a7-8848-f5af8545c3a9.woff2") format("woff2"),url("https://tal.giwdevelopment.com/fonts/7311041/7fc2995a-85d1-4838-9e8c-f43929535ff3.woff") format("woff");
}

*{
    font-family: myFont;
}

.navbar-toggler{
    border: 1px solid #fff !important;
}
.navbar-toggler-icon{
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.pointer {
cursor: pointer;
}

._logo{
    display: none;
}

.top-h{
     height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(227, 217, 227);
    padding: 0px 40px;
    color: black !important;
}

.top-h p{
    font-size: 16px;
}

.rules_:hover,
.roles_:active,
.rules_{
    color: black;
        display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

#_rules{
    display: none;
    align-items: center;
    /* justify-content: end; */
    position: fixed;
    top: 100px;
    right: 20px;
    gap: 10px;
    flex-direction: column;
    z-index: 1000;
}

#_rules a{
    display: flex;
    color: black;
    background: rgb(227, 217, 227);
    padding:10px;
    border-radius: 2px;
    text-decoration: none;
}

.navbar{
      position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 1000;
   background-color: black;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(227, 217, 227);
  color: black;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #e5dbdb;
}
    .navbar-nav{
    
        justify-content: space-around;
        width: 100%;
        align-items: center;
    }
    
      .navbar-nav li{
          width : 16.66%;
          text-align: center;
      }
    
    .navbar-nav li > a{
        color: rgb(227, 217, 227);
    }
    
    .nav-link{
        color: rgb(227, 217, 227);
    }
    
    .dropdown {
        position: relative;
        display: inline-block;
      }
    
    .dropdown .dropdown-menu{
        background: rgb(227, 217, 227) !important;
        flex-direction: column;
        width: 250px;
        gap: 10px;
        padding: 10px;
    }
    
    .dropdown-content {
        display: none;
        position: absolute !important;
        
      }
      
 .dropdown-menu.show {
    display: flex !important;
}
    
    .dropdown-menu > a{
        color: black;
        text-decoration: none;
    }
    
    a{
        color: rgb(227, 217, 227);
        text-decoration: none;
        position: relative;
        transition: all 0.5s;
    }
    
    a::before{
        content: '';
        width: 0%;
        border-top: 2px solid black;
        position: absolute;
        bottom: 0;
    }
    
    .dropdown-menu > a:hover{
        color: black !important;
        text-decoration: none !important;
    }
    
    .dropdown-menu > a:hover::before{
        width: 100%;
        transition: all 0.5s ease;
    }

main{
background-image: url("https://tal.giwdevelopment.com/assets/aqua_bath_shower.jpg");

/*background-image: url("https://www.dropbox.com/s/fi97kylfptgov1c/tantra.jpg?dl=1");*/

background-repeat: no-repeat;
background-size: cover;
background-position: center;
height:100vh;
/*margin-bottom:-3%;*/
}


/*#nav_bar{*/
/*border-top: 1px solid white;*/
/*border-bottom: 1px solid white;*/
/*background-color: black;*/
/*width:100%;*/
/*height:8vh;*/
/*position:sticky;*/
/*top:0;*/
/*z-index:1;*/
/*display:flex;*/
/*flex-direction: row;*/
/*justify-content: space-between;*/
/*}*/

/*#nav_diamond{*/
/*color:rgb(177, 160, 176);*/
/*margin-top:120%;*/
/*margin-left:-200%;*/
/*}*/

/*.nav_links{*/
/*font-family: Raleway;*/
/*color:white;*/
/*font-size:18px;*/
/*margin:auto;*/
/*padding:0%;*/
/*width:10%;*/
/*}*/

/*#therapists{*/
/*margin-left: 8%;*/
/*}*/

/*.dropdown{*/
/*height:8vh;*/
/*margin: 1% auto;*/
/*width:10%;*/
/*}*/

/*#massages,#locations{*/
/*margin-left:0%;*/
/*}*/

/*#massages_menu,#locations_menu{*/
/*visibility: collapse;*/
/*background-color: rgb(227, 217, 227);*/
/*color:black;*/
/*font-family: Raleway;*/
/*font-size:16px;*/
/*display:flex;*/
/*flex-direction: column;*/
/*height:40vh;*/
/*width:130%;*/
/*line-height:2rem;*/
/*text-align: center;*/
/*margin-top: 10%;*/
/*}*/

/*#locations_menu{*/
/*font-size:15px;*/
/*height:60vh;*/
/*width:110%;*/
/*line-height:1.5rem;*/
/*}*/

.main_section{
    /*height: 100%;*/
    /*padding-bottom: 3rem;*/
    /*background-color: rgba(255, 255, 255, 0.7);*/
    
        position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

#bath_shower{
color:white;
/*font-family: Raleway;*/
font-size: 30px;
text-align: center;
padding:3rem;
}

#transparent_background{
/*background-color: rgba(255, 255, 255, 0.2);*/

}

#bath_shower_p{
/*font-family: Raleway;*/
text-align: center;
font-size: 18px;
color:white;
/*width:80%;*/
/*margin: -3% auto;*/
padding:1%;
}

a{
text-decoration: none;
color:black
}

#contact{
    text-align: center;
    color: rgb(227, 217, 227);
    }
    
    
    #footer_logo{
    margin-bottom:20%;
    width : 30% !important;
    }


    
    footer{
        background-color: black;
        color: rgb(227, 217, 227);
        padding: 2rem 0rem;
    }
    
    footer a{
        color: rgb(227, 217, 227) !important;
    }
     @media only screen and (min-width: 992.98px){
         .dropdown:hover .dropdown-content {
        display: flex;
      }
    }
     @media only screen and (max-width: 992px) {
        
        ._logo{
    display: block;
}
        
        .navbar-nav{
            gap: 10px;
        }
        .navbar-nav li{
            text-align: left;
            width: 100%;
        }
        
        
        
        .rules_ p,
        .logo_{
            display: none;
            }
            
        
        
       p{
           font-size: 1rem;
       }
          footer .row{
            row-gap: 30px;;
        }
        
        #contact{
            text-align: left;
        }
    }



/*footer{*/
/*display:flex;*/
/*flex-direction: row;*/
/*font-family: Raleway;*/
/*justify-content: space-evenly;*/
/*background-color: black;*/
/*width:100%;*/
/*height:60vh;*/
/*position:sticky;*/
/*bottom:0;*/
/*z-index:-1;*/
/*}*/

/*#contact{*/
/*color:white;*/
/*margin-top:20%;*/
/*margin-left: -22%;*/
/*}*/

/*#email{*/
/*font-size: 16px;*/
/*text-align: center;*/
/*width:100%;*/
/*margin-top: 3%;*/
/*}*/

/*.fa-instagram{*/
/*display: block;*/
/*margin: auto;*/
/*width:10%;*/
/*margin-top:5%;*/
/*}*/

/*#footer_logo{*/
/*height:28vh;*/
/*margin-top: 50%;*/
/*}*/

/*#massages_links,#locations_links,#quick_links{*/
/*margin-top: 4%;*/
/*}*/

/*#massages_links,#quick_links{*/
/*margin-top:2.5%;*/
/*}*/

/*#massages_title,#locations_title,#contact_title,#quick_links_title{*/
/*font-size: 25px;*/
/*color:rgb(177, 160, 176);*/
/*width:100%;*/
/*text-align: center;*/
/*margin-bottom:-0.5%;*/
/*}*/

/*li{*/
/*font-family: Raleway;*/
/*color:white;*/
/*font-size: 15px;*/
/*line-height: 1.8rem;*/
/*}*/

/*.location{*/
/*line-height: 1.1rem;*/
/*}*/

/*.first_li{*/
/*margin-top: 5%;*/
/*}*/