@charset "UTF-8";
/* CSS Document */

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}


	

.hero-image {
    position: relative;
    width: 100%;
    height: 100vh; /* Set to viewport height */
    overflow: hidden; /* Ensures no overflow of images */
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures image covers the container */
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.transparent-box {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
}

h1 {
    font-size: 100px;
    font-family: "Great Vibes";
}

h2 {
    font-size: 35px;
    font-family: "KG Ray of Sunshine";
}

.contact-info {
    text-align: center;
    padding: 20px;
    margin: 20px auto;
}

.contact-info h3 {
    font-size: 30px;
    font-family: "KG Ray of Sunshine", cursive;
    margin-bottom: 10px;
}

.contact-info p {
    font-family: "KG Ray of Sunshine", cursive;
    font-size: 20px;
}

.contact-info a {
    font-family: 'KG Ray of Sunshine', sans-serif;
    font-size: 20px;
    color: #333;
    text-decoration: none;
}

.contact-info a:hover {
    color: #007BFF;
    text-decoration: underline;
}



/* Media Queries */

@media (min-width: 1920px) {
	
	
.contact_page_container {
	width: 1920px;
    height: auto;
    margin: 0px auto 0px auto;
    border: 1px solid #000000;
	

	
}


   
    .hero-image {
    position: relative;
    width: 100%;
    height: auto; /* Set to viewport height */
    overflow: hidden; /* Ensures no overflow of images */
	margin: 50px 0px 0px 0px;
	  
}

.hero-img {
    width: 100%;
    height: 99vh;
    object-fit: cover; /* Ensures image covers the container */
}
	
	.overlay-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 100%;
	height: auto;
}

.transparent-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0px;
    border-radius: 0px;
	
}

  h1 {
    font-size: 65px;
    line-height: 55px;
    font-family: "Great Vibes";
    margin: 0px;
    padding: 0px;
    text-shadow: 1px 1px #000000;
}

h2 {
    font-size: 24px;
	line-height: 24px;
    font-family: "KG Ray of Sunshine";
	margin: 0px;
	 padding: 0px 0px 5px 0px;
	 text-shadow: 1px 1px #000000;
}

.overlay-text-2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 90%;
	height: auto;
	
	
}

.transparent-box-2 {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
	
	
}
	
.transparent-box-2 h3 {
	font-size: 35px;
	line-height: 30px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 10px 0px;
	padding: 0px;
		
	}
	
	.transparent-box-2 p {  
	font-family: "KG Ray of Sunshine", cursive;
    font-size: 20px;
	margin: 0px 0px;
	padding: 0px 0px;
	
	}
	

.transparent-box-2 a {
    font-family: 'KG Ray of Sunshine', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
	
}

.transparent-box-2 a:hover {
    color: #56C5FF;
    text-decoration: underline;
}

.transparent-box-2 h4 {
    font-size: 20px;
	line-height: 24px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 10px;
	padding: 0px; 
}

}



@media (max-width: 1920px) {
   
    .hero-image {
    position: relative;
    width: 100%;
    height: auto; /* Set to viewport height */
    overflow: hidden; /* Ensures no overflow of images */
	margin: 50px 0px 0px 0px;
	  
}

.hero-img {
    width: 100%;
    height: 99vh;
    object-fit: cover; /* Ensures image covers the container */
}
	
	.overlay-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 100%;
	height: auto;
}

.transparent-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0px;
    border-radius: 0px;
	
}

  h1 {
    font-size: 65px;
    line-height: 55px;
    font-family: "Great Vibes";
    margin: 0px;
    padding: 0px;
    text-shadow: 1px 1px #000000;
}

h2 {
    font-size: 24px;
	line-height: 24px;
    font-family: "KG Ray of Sunshine";
	margin: 0px;
	 padding: 0px 0px 5px 0px;
	 text-shadow: 1px 1px #000000;
}

.overlay-text-2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 90%;
	height: auto;
	
	
}

.transparent-box-2 {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
	
	
}
	
.transparent-box-2 h3 {
	font-size: 35px;
	line-height: 30px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 10px 0px;
	padding: 0px;
		
	}
	
	.transparent-box-2 p {  
	font-family: "KG Ray of Sunshine", cursive;
    font-size: 20px;
	margin: 0px 0px;
	padding: 0px 0px;
	
	}
	

.transparent-box-2 a {
    font-family: 'KG Ray of Sunshine', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
	
}

.transparent-box-2 a:hover {
    color: #56C5FF;
    text-decoration: underline;
}

.transparent-box-2 h4 {
    font-size: 20px;
	line-height: 24px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 10px;
	padding: 0px; 
}

}


@media (max-width: 1200px) {
  
    .hero-image {
    position: relative;
    width: 100%;
    height: auto; /* Set to viewport height */
    overflow: hidden; /* Ensures no overflow of images */
	margin: 50px 0px 0px 0px;
	  
}

.hero-img {
    width: 100%;
    height: 95vh;
    object-fit: cover; /* Ensures image covers the container */
}
	
	.overlay-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 100%;
	height: auto;
}

.transparent-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0px;
    border-radius: 0px;
	
}

  h1 {
    font-size: 65px;
    line-height: 55px;
    font-family: "Great Vibes";
    margin: 0px;
    padding: 0px;
    text-shadow: 1px 1px #000000;
}

h2 {
    font-size: 24px;
	line-height: 24px;
    font-family: "KG Ray of Sunshine";
	margin: 0px;
	 padding: 0px 0px 5px 0px;
	 text-shadow: 1px 1px #000000;
}

.overlay-text-2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 90%;
	height: auto;
	
	
}

.transparent-box-2 {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
	
	
}
	
.transparent-box-2 h3 {
	font-size: 35px;
	line-height: 30px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 10px 0px;
	padding: 0px;
		
	}
	
	.transparent-box-2 p {  
	font-family: "KG Ray of Sunshine", cursive;
    font-size: 20px;
	margin: 0px 0px;
	padding: 0px 0px;
	
	}
	

.transparent-box-2 a {
    font-family: 'KG Ray of Sunshine', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
	
}

.transparent-box-2 a:hover {
    color: #56C5FF;
    text-decoration: underline;
}

.transparent-box-2 h4 {
    font-size: 20px;
	line-height: 24px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 10px;
	padding: 0px; 
}

}


@media (max-width: 768px) {
.hero-image {
    position: relative;
    width: 100%;
    height: auto; /* Set to viewport height */
    overflow: hidden; /* Ensures no overflow of images */
	margin: 30px 0px 0px 0px;
	  
}

.hero-img {
    width: 100%;
    height: 95vh;
    object-fit: cover; /* Ensures image covers the container */
}
	
	
	.overlay-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 100%;
	height: auto;
}

.transparent-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0px;
    border-radius: 0px;
	
}

  h1 {
    font-size: 65px;
    line-height: 55px;
    font-family: "Great Vibes";
    margin: 0px;
    padding: 0px;
    text-shadow: 1px 1px #000000;
}

h2 {
    font-size: 24px;
	line-height: 24px;
    font-family: "KG Ray of Sunshine";
	margin: 0px;
	 padding: 0px 0px 5px 0px;
	 text-shadow: 1px 1px #000000;
}

.overlay-text-2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 90%;
	height: auto;
	
	
}

.transparent-box-2 {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
	
	
}
	
.transparent-box-2 h3 {
	font-size: 35px;
	line-height: 30px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 10px 0px;
	padding: 0px;
		
	}
	
	.transparent-box-2 p {  
	font-family: "KG Ray of Sunshine", cursive;
    font-size: 20px;
	margin: 0px 0px;
	padding: 0px 0px;
	
	}
	

.transparent-box-2 a {
    font-family: 'KG Ray of Sunshine', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
	
}

.transparent-box-2 a:hover {
    color: #56C5FF;
    text-decoration: underline;
}

.transparent-box-2 h4 {
    font-size: 20px;
	line-height: 24px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 10px;
	padding: 0px; 
}

}

@media (max-width: 480px) {
   
    .hero-image {
    position: relative;
    width: 100%;
    height: auto; /* Set to viewport height */
    overflow: hidden; /* Ensures no overflow of images */
	margin: 30px 0px 0px 0px;
	  
}

.hero-img {
    width: 100%;
    height: 95vh;
    object-fit: cover; /* Ensures image covers the container */
}
	
	.overlay-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 100%;
	height: auto;
}

.transparent-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0px;
    border-radius: 0px;
	
}

  h1 {
    font-size: 45px;
    line-height: 35px;
    font-family: "Great Vibes";
    margin: 0px;
    padding: 0px;
    text-shadow: 1px 1px #000000;
}

h2 {
    font-size: 22px;
	line-height: 24px;
    font-family: "KG Ray of Sunshine";
	margin: 0px;
	 padding: 0px 0px 5px 0px;
	 text-shadow: 1px 1px #000000;
}

.overlay-text-2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 90%;
	height: auto;
	
	
}

.transparent-box-2 {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
	
	
}
	
.transparent-box-2 h3 {
	font-size: 26px;
	line-height: 22px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 10px 0px;
	padding: 0px;
		
	}
	
	.transparent-box-2 p {  
	font-family: "KG Ray of Sunshine", cursive;
    font-size: 18px;
	margin: 0px 0px;
	padding: 0px 0px;
	
	}
	

.transparent-box-2 a {
    font-family: 'KG Ray of Sunshine', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
	
}

.transparent-box-2 a:hover {
    color: #56C5FF;
    text-decoration: underline;
}

.transparent-box-2 h4 {
    font-size: 14px;
	line-height: 16px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 0px;
	padding: 0px; 
}

}

	
@media (max-width: 300px) {
   .hero-image {
    position: relative;
    width: 100%;
    height: auto; /* Set to viewport height */
    overflow: hidden; /* Ensures no overflow of images */
	   margin-top: 30px;
	  
}

.hero-img {
    width: 100%;
    height: 95vh;
    object-fit: cover; /* Ensures image covers the container */
}
	
	.overlay-text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 100%;
	height: auto;
}

.transparent-box {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0px;
    border-radius: 0px;
	
}

  h1 {
    font-size: 35px;
    line-height: 30px;
    font-family: "Great Vibes";
    margin: 0px;
    padding: 0px;
    text-shadow: 1px 1px #000000;
}

h2 {
    font-size: 20px;
	line-height: 20px;
    font-family: "KG Ray of Sunshine";
	margin: 0px;
	 padding: 0px 0px 5px 0px;
	 text-shadow: 1px 1px #000000;
}

.overlay-text-2 {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
	width: 90%;
	height: auto;
	
	
}

.transparent-box-2 {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
	
	
}
	
.transparent-box-2 h3 {
	font-size: 18px;
	line-height: 20px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 5px 0px;
	padding: 0px;
		
	}
	
	.transparent-box-2 p {  
	font-family: "KG Ray of Sunshine", cursive;
    font-size: 16px;
	margin: 0px 0px;
	padding: 0px 0px;
	
	}
	

.transparent-box-2 a {
    font-family: 'KG Ray of Sunshine', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
	
}

.transparent-box-2 a:hover {
    color: #56C5FF;
    text-decoration: underline;
}

.transparent-box-2 h4 {
    font-size: 14px;
	line-height: 16px;
    font-family: "KG Ray of Sunshine", cursive;
    margin: 0px;
	padding: 0px; 
}

	

}
