@font-face {
    font-family: "ChocolateBoxDecorative Regular";
    src: local("ChocolateBoxDecorative Regular"), url("fonts/C_BOX_D.woff") format("woff");
  }

  @font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('fonts/TrajanPro-Regular.woff') format('woff');
  }

  .title-contact{
    font-family:fantasy;
  font-size: 65px;
  text-align: center;}

  .text-para-contact{
    font-family: 'Trajan Pro Regular';
    font-size: 20px;
  }

  .contact-det-tit {
    font-size: 25px;
    font-family: fantasy;
  }
  
  .contact-det-tit-text {
    font-family:cursive;
    font-size: 20px;
  }

.our-branches{
  border: 5px solid wheat;
  border-top-left-radius: 140px;
  border-bottom-right-radius: 140px;
}


  .a-mail{
    text-decoration: none;
  }
  
.video-1,.images-mohd{
    width: 25vh;
    border: 3px solid greenyellow;
}

.video-1:hover,.images-mohd:hover{
  box-shadow: 0 0 30px rgb(255, 1, 200); 
    border: 4px solid rgb(0, 229, 255);
    border-radius: 5px;
}
  
.text-must-visit{
  font-family: 'Trajan Pro Regular';
  font-size: 26px;

}

.our-branches{
  background: linear-gradient(-45deg, #74fff8, #9490f1, #f1a1ff);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

.images-mohd{
  width: 45vh;
}

.map-text{
  font-size: 20px;
  font-family: 'Trajan Pro Regular';

}

.map:hover{
  box-shadow: 0 0 30px rgb(255, 1, 200); 
    border: 10px solid rgb(0, 229, 255);
    border-radius: 5px;
}

.map{
  border: 5px solid yellow;
}


@media (max-width: 790px) {

  .contact-det-tit-text {
      font-family:cursive;
      font-size: 25px;
      text-align: center;
      margin-top:0px;
  }
  .video-1{
      width: 40vh;
      margin-top: 20px;
    }

  .images-mohd{
      margin-top: 20px;
  }
  .video-2{
      visibility:hidden;
      display:none;
  }

  .title-contact{
    font-family:fantasy;
  font-size: 50px;
  text-align: center;}

}
