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: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-family: myFont;
}

.pointer {
cursor: pointer;
}

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



._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{*/
/*z-index:1;*/
/*background-color: white;*/
/*margin-bottom:-3%;*/
/*}*/

#welcome{
display: flex;
background-color: rgb(177, 160, 176);
/*height:85vh;*/
padding: 3rem 0rem;
}

.right_d{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

#title{
font-family:'myFont';
font-size: 80px;
text-align: center;
}

#subtitle{
/*font-family: Raleway;*/
color:white;
text-align: center;
font-size: 25px;
/*margin-top:-5%;*/
}

#home_logo{
display: block;
margin:5% auto;
width: 50%;
}

#slogan{
/*font-family: Raleway;*/
color:black;
text-align: center;
font-size: 35px;
}

/*#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%;*/
/*}*/

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

/*.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;*/
/*}*/

.titles{
/*font-family: Raleway;*/
color: rgb(177, 160, 176);
font-size: 40px;
text-align: center;
margin: 3rem auto;
}

p{
/*font-family: Raleway;*/
/*color: black;*/
/*text-align: center;*/
font-size: 19px;
/*line-height: 2rem;*/
/*width:65%;*/
/*text-align: left;*/
margin:auto;
}

.fa-diamond {
    text-align: center;
    color: rgb(177, 160, 176);
  margin: 1rem 0rem;
  display: block;
   
}

#tantric_quote{
  color: rgb(177, 160, 176);
  font-size: 25px;
  text-align: center;
  /*width: 80%;*/
  margin: 3rem auto;
  /*margin: 10% auto;*/
}

.parallax{
    /*background-image: url("https://tal.giwdevelopment.com/assets/tantra.jpg");*/

/*height:200vh;*/
/*height: 100vh;*/

/*background: url("https://www.dropbox.com/s/2yoiph592gasy4b/catherine_color.png?dl=1");*/
background-position:center; 
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
/*margin-top:10%;*/
}
  
.inner_parallax{
    /*padding: 3rem 0rem;*/
}
  
#catherine_title{
 margin-top:0%;
 }
  
#catherine_p{
color:Black;
width:100%;
}


#benefits_p2{
/*width: 65%;*/
/*margin:1% auto;*/
}

#who_we_are_images{
    row-gap: 30px;
/*display: flex;*/
/*flex-direction: column;*/
/*align-items: center;*/
}

#who_we_are_images img{
    background: black;
}

#first_4,#second_4{
width:80%;
margin: auto;
margin-bottom:3%;
}


.therapist_homepage{
margin-left:3%;
width:21%;
}

#call_button{
background-color: rgb(177, 160, 176);
border: 1px solid rgb(177, 160, 176);
border-radius: 20px;
margin-bottom: 3rem;
    width: fit-content;
    margin: auto;
/*width: 200%;*/
/*height: 8vh;*/
/*padding: 0%;*/
/*margin: 30% -60% auto;*/
}

#phone_number{
  /*font-family: Raleway;*/
  font-size: 20px;
  padding: 5px 60px;
  margin: 0px;
  /*width:50%;*/
  /*margin:4% auto;*/
}


#who_we_are_p1{
  /*margin-top: 5%;*/
  /*margin-bottom: 5%;*/
}

#who_we_are_p2{
  /*margin-bottom:5%;*/
}

#who_we_are_p3{
  /*margin-bottom:5%;*/
}



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

/*#contact{*/
/*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_title,#locations_title,#contact_title,#quick_links_title{*/
/*font-size: 25px;*/
/*color:black;*/
/*width:100%;*/
/*text-align: center;*/
/*}*/

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

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

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



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

footer p{
    /*text-align: left;*/
    color: rgb(227, 217, 227);
}
    
   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;
}
  .logo_{
            display: none;
            }
        
        .navbar-nav{
            gap: 10px;
        }
        .navbar-nav li{
            text-align: left;
            width: 100%;
        }
        
        .rules_ p{
                display: none;
                
            }
        
        #title{
            font-size: 60px;
        }
        
        #subtitle{
            font-size: 20px;
        }
        #slogan{
            font-size: 24px;
        }
        
        .titles{
            font-size: 24px;
            margin: 2rem auto;
        }
        p{
            font-size: 1rem;
        }
        
        footer .row{
            row-gap: 30px;;
        }
        
        #contact{
            text-align: left;
        }
        
    }
    
    @media only screen and (max-width: 768px){
        #welcome{
            flex-direction: column-reverse;
        }
        
        #home_logo{
            width: 100%;
        }
    }
    
    
    