/* 25 Nov. 2022*/
.block-heading{
    color: #6C6F70;
} 

.heading-2nd-page{
    letter-spacing: 1.32px;
    color: #6C6F70;
    font-size: 44px;
    font-weight: 100;
}

.youtube-container {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    
}

.youtube-player {
    display: block;
    margin: 20px auto;
    /* padding-bottom: 56.25%; */
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
    display: block;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

div.youtube-play-btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background-image: url("http://222.local/wp-content/themes/city-safari/image/Youtube.svg");
  background-size: 72px 72px;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.txt-color{
    color: #6C6F70 !important;
}

.txt-ltrspc{
    letter-spacing: 1.26px !important;
    opacity: 1;
}

.txt-wordspc{
    letter-spacing: 1.32px !important;
}

.txt-cswrdspc{
    letter-spacing: 0.42px !important;
}


/* hamburger */

.slider{
    display: flex;  
     justify-content: right;
    margin-right: 2em;
    color:gray;
    font-size:30px;
    cursor:pointer;
    margin-top: 10px;
}

  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
  }
  
  .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 26px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }
  @media screen and (max-width: 600px) {
    .overlay a {font-size: 15px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
   
   .slider{
    display: flex;
    justify-content: end;
    margin-left: 21rem;
    
   }
  }