.announcment{
    margin-top: 22rem;
    height: 14vw;
}


.announcment-heading{
	font-family: Teko, sans-serif;
    font-style: italic;
    font-size: 3vw !important;
    letter-spacing: 0.2rem !important;
    text-align: center !important;
    color: #fff !important;
}
.middle-heading {
	font-size: 2.5vw;
	font-family: cursive;
	color: #fff;
}
@media screen and (max-width: 685px){
    .announcment{
        margin-top: 23rem;
        height: 45vw;
    }
    .announcment-heading {
        font-size: 8.5vw !important;
    }
	.middle-heading {
		font-size: 6vw !important;
    font-family: Arial, Helvetica, sans-serif !important;
	}
	.home h3 {
		margin-top: 5rem !important;
		font-size: 6vw !important;
	}
	.visit-wesal{
		font-size: 15px !important;
	}
}

  
  .title-text {
    text-align: center;
    font-family: 'Fjalla One', sans-serif;

  }
  
  .title-text span.letters {
    font-size: 40px;
  }
  
  
  

  .popup-para:last-of-type {
    padding-bottom: 0;
  }
  /*
  .visit-wesal {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1em 2.5em;
    display: inline-block;
    border-radius: 20px;
    transition: all .3s;
    border: none;
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: white;
    background-color: #0F3A5D;
    cursor: pointer;
  }
  
  .visit-wesal:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .visit-wesal:active {
    transform: scale(0.95);
    box-shadow: none;
  }
  
  .visit-wesal::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
  }
  
  .visit-wesal::after {
    background-color: #164871;
  }
  
  .visit-wesal:hover::after {
    transform: scaleX(1.2) scaleY(1.4);
    opacity: 0;
  }
  */
  .visit-wesal {
    border: none;
    display: block;
    position: relative;
    padding: 0.7em 2.4em;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    color: #fff;
    z-index: 1;
    font-family: inherit;
    font-weight: 500;
  }
  
  .visit-wesal span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1;
    border: 4px solid #fff;
  }
  
  .visit-wesal span::before {
    content: "";
    display: block;
    position: absolute;
    width: 8%;
    height: 500%;
    background: transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-60deg);
    transition: all 0.3s;
  }
  
  .visit-wesal:hover span::before {
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 100%;
    background: #fff;
  }
  
  .visit-wesal:hover {
    color: #0c2d48;
  }
  
  .visit-wesal:active span::before {
    background: #fff;
  }
  /*
  .popup-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }*/
  
  .popup {

    opacity: 1;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }
  
  .backgrounds {
    position: absolute;
    left: calc(50% - 300px); /* Adjust based on the popup width */
    top: 0;
    height: 500px; /* Match the popup height */
    width: 600px; /* Match the popup width */
    overflow: hidden;
    border-radius: 50%; /* Set border radius to 50% to make it a circle */
  }
/*
  .popup-inside {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 black;
    transition: box-shadow 0.5s ease 0.7s, border-radius 0.35s ease 0.7s;
  }*/
  
  
  .background {
    --offset: 0;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #0b395d, #ca1f25);
    transform: scale(0);
    transition: all 0.5s ease 0s;
    border-radius: 50%;
  }
  .background2 {
    --offset: 10%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #145282, #e0373d);
    transform: scale(0);
    transition: all 0.5s ease 0.1s;
  }
  .background3 {
    --offset: 20%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #2a7ebe, #ed585d);
    z-index: 2;
    transition: all 0.5s ease 0.2s;
  }
  .background4 {
    --offset: 30%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #51aaef, #f9767a);
    z-index: 3;
    transition: all 0.5s ease 0.3s;
  }
  .background5 {
    --offset: 40%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: linear-gradient(to right, #bbe2ff, #ffc9cb);
    z-index: 4;
    transition: all 0.5s ease 0.4s;
  }
  .background6 {
    --offset: 40%;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    background: white;
    z-index: 5;
    transition: all 0.8s ease 0.4s;
  }
  .content-popup {
    --offset: 0;
    position: absolute;
    left: var(--offset);
    right: var(--offset);
    bottom: var(--offset);
    top: var(--offset);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.35s ease 0.75s;
    z-index: 10;
    
  }
  .content-popup-header{
    text-align: center;
    height: 200px;
    margin-top: 2rem;
  }
  .content-popup-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 240px; */
    /* margin: 5rem 2rem 0 2rem;*/
  }
  .popup-title {
    margin-bottom: 20px;
    font-family: ui-sans-serif;
    font-size: 35px;
    color: #051522;
    font-weight: bold;
    margin: 0;
    text-align: center;
    overflow: hidden;
    line-height: 1;
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  }
  @keyframes reveal {
    0% {
      transform: translate(0,100%);
    }
    100% {
      transform: translate(0,0);
    }
  }
  .popup-para {
    padding-bottom: 15px;
    font-family: 'Pacifico', cursive;
  
  }
  /*
  .popup-container.active .content-popup {
    opacity: 1;
    transform: none;
  }*/
  /*
  .popup-container.active{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.781); 
    z-index: 999; 
  }
  */

  .popup-container.active .popup {
    opacity: 1;
    visibility: visible;
    border: none; /* Add this rule to hide the border on active */
  
  }
  /*
  .popup-container.active .popup-inside {
    border-radius: 12px;
    box-shadow: -50px 0 200px -50px #0b395d, 50px 0 200px -50px #ca1f25;
  }*/
  
  .popup-container.active .background {
    transform: scale(1);
  }
  
  .popup-container.active .background6 {
    transform: scale(8);
  }
  
  .popup-container.active .backgrounds {
    border-radius: 0 !important;
  }
  
  
  /* Rest of your CSS rules */
  .popup-container.closed{
    background: transparent; /* Semi-transparent black overlay */
    z-index: -999; /* Ensure it's above other content */
  }
  .popup-container.closing .backgrounds {
    border: none;
    width: 0;
    left: 50%;
    top: 50%;
    height: 0;
    transition: all 0.5s ease;
  }
  
  .popup-container.closing .popup {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: all 0.5s ease;
  }
  
  .popup-container.closing .popup-inside {
    border-radius: 50%;
    box-shadow: none;
    transition: all 0.5s ease 0.7s, border-radius 0.35s ease 0.7s;
  }
  .popup-container.closing .backgrounds {
    border-radius: 50% !important;
  }

  /** Media Queries **/

