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;
    }
    
     ._title{
        font-size : 30px;
    }

    
    
    ._location-d{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
    }
    
    .location-card {
  background: white;
  border-radius: 15px;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  padding: 10px;
  text-align: center;
  display: grid;
  grid-template-columns: 40% auto;
  grid-template-areas: "img body";
  align-items: center;
}

.location-card img {
  width: 100%;
  border-radius: 50%;
  grid-area: img;
}
.location-card__body {
  grid-area: body;
}
.location-card .location-card__body h1 {
  margin-bottom: 15px;
}

.location-card h5{
    margin: 0px;
}

.location-card i{
    font-size: 40px;
}

      
    #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%;
        }
        
          .contact_div .card .card-body{
            flex-direction: column;
            gap: 30px;
        }
        
         .contact_div .card .card-body img{
             width: 100%;
             
         }
         
         .rules_ p{
                display: none;
                
            }
         
         ._email{
             width: 100%;
         }
         .logo_{
            display: none;
            }
        
       p{
           font-size: 1rem;
       }
          footer .row{
            row-gap: 30px;;
        }
        
        #contact{
            text-align: left;
        }
    }
    
