* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Gamez';
    src: url('./assets/font-files/GAMEZ/gamez.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Panchang-variable';
    src: url('./assets/font-files/PANCHANG-VARIABLE/Panchang-Variable.ttf') format('truetype'); 
    /* font-weight: 700;
    font-style: normal; */
}

@font-face {
    font-family: 'Panchang-Variable';
    src: url('../fonts/Panchang-Variable.woff2') format('woff2'),
         url('../fonts/Panchang-Variable.woff') format('woff'),
         url('../fonts/Panchang-Variable.ttf') format('truetype');
    font-weight: 200 800;
    font-display: swap;
    font-style: normal;
  }
/* 
.container {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
} */

/* Header Styles */
header{
    top: 0px;
    z-index: 10;
}

/* Contact Styles */
body {
    /* background-image: url('../images/contact-us/background.png');
    background-repeat: no-repeat;
    background-size: cover; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    overflow-x: hidden;
}
.hero-sec{
    background-image: url('../images/contact-us/background.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-9 .hero-sec{
	background-image:none;
}


.contact-container {
    width: 100%;
    top: 140px;
    padding: 5rem 0 25rem;
    /* padding: 15.625rem 0 25rem; */
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-title{
    font-family: 'Panchang-variable', sans-serif;
    font-size: 40rem;
    font-weight: 800;
    /* line-height: 1em; */
    text-transform: uppercase;
    letter-spacing: 0.5rem;
}

.contact-box {
    background: #efefefca;
    border-radius: 35px;
    padding: 7.5rem 3.75rem 9.375rem;
    /* display: flex;
    gap: 20px; */
    width: 60%;
    margin: auto;
    backdrop-filter: blur(1px);
}

form{
    display: flex;
    flex-direction: column;
    gap: 3.125rem;
    align-items: left;
    width: 100%;
}

.form-field{
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

h1 {
    text-align: center;
    font-size: 6rem;
}

.contact-box h1{
    font-family: 'Gamez', sans-serif;
}

/* abstract elements */
.ring-icon{
    position: absolute;
    width: 70%;
    top: 5%;
    right: -62%;
}

.left-bottom{
    position: absolute;
    left: -65%;
    bottom: -40%;
    width: 78%;
}

.spaceship{
    position: absolute;
    transform: scaleX(-1);
    right: -35%;
    bottom: 20%;
    width: 40%;
}

.spaceship1{
    position: absolute;
    transform: scaleX(-1);
    right: -25%;
    top: -17%;
    width: 25%;
}

.spaceship2{
    position: absolute;
    right: 102%;
    top: 7%;
    width: 25%;
}

/* form elements */
.input-group {
    padding: 0.7rem;
}

.input-group label {
    font-family: 'Panchang-variable', serif;
    text-transform: uppercase;
    display: block;
    padding: 0.625rem;
    font-size: 1.75rem;
    font-weight: 450;
    letter-spacing: 2px;
    color: #2d9fe6;
}

.input-group input,
.input-group textarea {
    font-family: 'Panchang-Variable', sans-serif;
    width: 100%;
    padding: 0.625rem;
    border-style: groove;
    border: none;
    border-width: 90%;
    outline: none;
    background: #00000000;
    font-size: 1rem;
}

.input-group input {
    border-bottom: 2.5px solid #82828286 ;
}

.input-group input:focus,
.input-group textarea:focus {
    outline: none;
    background: #00000000;
}

#message{
    padding: 1.375rem;
    font-size: 0.75rem;
    background-color: white;
    border-radius: 30px;
}
/* 
.submit-button{
    padding: 0 15px;
} */

#submit {
    font-family: 'Panchang-variable';;
    align-items: center;
    width: 100%;
    padding: 1.875rem;
    border: none;
    background: linear-gradient(to right, #2692D2, #5844C6);
    color: white;
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: 3px;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
}

#submit:hover {
    background: linear-gradient(to right, #5844C6, #2692D2);
}

/* Footer */

/* footer {
    background-image: url(../images/FOOTER\ BANNER\ 1.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-container {
    width: 85%;
    padding: 6.25rem 0 3.125rem 0;
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1.875rem;
}

.footer-top h2 {
    width: 35%;
    font-family: "Montserrat";
    color: #fff;
    font-size: 1.875rem;
    line-height: 2em;
    font-weight: 500;
}

.footer-top>div {
    width: 60%;
    display: flex;
    flex-direction: row;
    gap: 30px;
    justify-content: flex-end;
}

.footer-top p {
    font-family: "Montserrat";
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2em;
}

.mailto{
    color: white;
    text-decoration: none;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
    align-items: end;
}

.footer-bottom-left {
    display: flex;
    width: 50%;
    justify-content: left;
    align-items: flex-end;
    gap: 20px;
}

.footer-bottom-left img {
    width: 6.25rem;
}

.footer-bottom-left p {
    font-family: "Montserrat";
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2em;
}

.footer-bottom-left a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    gap: 20px;
}

.footer-bottom-right a img {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}
    */

html {
    font-size: 16px;
}



@media only screen and (max-width: 1440px) {
    html {
        font-size: 14px;
    }
} 

@media only screen and (max-width: 1200px) {
    html {
        font-size: 12px;
    }
    h1{
        font-size: 5rem;
    }
}

@media only screen and (max-width: 1080px) {
    html {
        font-size: 12px;
    }
}

@media only screen and (max-width: 810px) {
    html {
        font-size: 12px;
    }
    .contact-container{
        padding: 12rem 0rem 25rem;
    }
    .contact-box{
        padding: 2.5rem 1.5rem 3rem;
        width: 75%; 
    }
    .input-group input{
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 650px) {
    html {
        font-size: 10px;
    }
    h1{
        font-size: 3.5rem;
    }
    .contact-container{
        padding: 5rem 0rem 25rem;
    }
    .contact-box{
        padding: 1.65rem 1rem 2.5rem;
        width: 75%; 
		transform: scale(.9);
    }
    .input-group input{
        font-size: 1.25rem;
    }
    .left-bottom{
        display: none;
    }
    /* .footer-container{
        gap: 5rem;
    }
    .footer-top, .footer-bottom{
        flex-direction: column;
        align-items: center;
    }
    .footer-top h2, .footer-top>div, .footer-bottom-left, .footer-bottom-right{
        width: 100%;
    }
    .footer-top h2{
        font-size: 2.5rem;
    }
    .footer-top>div{
        gap: 1rem;
    }
    .footer-top p {
        font-size: 1.2rem;
        font-weight: 350;
    }
    .footer-bottom{
        gap: 2rem;
    }
    .footer-bottom-left, .footer-bottom-right{
        align-items: end;
        justify-content: center;
    }
    .footer-bottom-left{
        gap: 0.5rem;
    }
    .footer-bottom-left p{
        font-size: 0.9rem;
    } */
} 


@media only screen and (max-width: 480px) {
    html {
        font-size: 10px;
    }
    h1{
        font-size: 3rem;
    }
    .input-group input{
        font-size: 1.25rem;
    }
}






.aboutUs_contact_popup {
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 500000;
    height: 100vh;
    overflow: auto;
	
	display: none;
	    background: #0000007a;
	    background: #0000007a;
    align-items: center;
    justify-content: center;
	
}

.aboutUs_ContactUs .contact-box{
	
/* 	    transform: scale(.8); */
	    backdrop-filter: blur(99px);
}

.aboutUs_ContactUs .contact-box .close{
	
			position: absolute;
	    right: 2rem;
    top: 1rem;
    width: 1.5rem;
	    height: auto;
	    cursor: pointer;
    transition: all .3s ease-in-out;
}


.aboutUs_ContactUs .contact-box .close:hover{
	opacity: .7;
}


.aboutUs_ContactUs h2{
	font-family: "Panchang";
    font-size: 3.5rem;
    line-height: 1.4em;
    letter-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    width: 75%;
    background: -webkit-linear-gradient(180deg, #E35E26, #F1A624);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	 transition: all .3s ease-in-out;
}


.aboutUs_ContactUs h2:hover{
	opacity: .7;
}

.aboutUs_ContactUs .title{
	position: relative;
	display: flex;
	    width: 100%;
    padding: 2rem 6%;
	  cursor: pointer;

}
.wpcf7-response-output {
    display: none;
}

@media only screen and (max-width: 650px) {
	
	.aboutUs_ContactUs h2{
		
		        font-size: 1.95rem !important;
   
	}
	
	
.aboutUs_ContactUs .contact-box{
	width : 100% !important;
	
}	
}

.page-id-9 .input-group label {
	font-size: .8rem
}

.page-id-9 .input-group input,
.page-id-9 .input-group textarea{
	    font-size: .8rem;

}

.page-id-9 .contact-box{
	padding: 2.5rem 1.75rem 2.375rem;
	    width: 50%;
}
.page-id-9 .form-field{
	gap: 0;
}

.page-id-9 form{
	gap: 0.5rem;
	
}


.page-id-9 #submit{
	    font-size: .9rem;
	    padding: 1rem;
}
.input-group textarea{
	height: 3rem;
}


@media only screen and (max-width: 768px) {
	
	.page-id-9 .input-group input, .page-id-9 .input-group textarea{
		    font-size: 1.2rem;
	}
	.page-id-9 .input-group label{
		font-size: 1.2rem;
	}
	
}



