@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body{
    	font-family: "Arial" !important;
}
/* navbar */
.header-top {
  background-color: #02275d;
  border-bottom: 1px solid #dee2e6;
 padding-left:110px;
  padding-right:110px;
  padding-top:6px;
  padding-bottom:0px;
}

.contact-info {
  font-size: 14px;
}
.container-nav{
  display: flex;
  justify-content: space-between;
}

/*.nav-links, .social-links {*/
/*  list-style: none;*/
/*  display: flex;*/
/*  gap: 20px;*/
/*}*/

/*.nav-links li, .social-links li {*/
/*  display: inline;*/
/*}*/
/*.nav-links li :hover{*/

/*}*/
.social-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

/*.nav-links a:hover, .social-links a:hover {*/
/* background-color: #02275d;*/
/*}*/

.social-links a {
  font-size: 14px;
}

/*.navbar {*/
/*  background-color: #02275d;*/
/*  padding-top:17px;*/
/*    padding-bottom:1px;*/
/*  display: flex;*/
/*  font-family:Helvetica,sans-serif;*/
/*font-size:14px;*/
/*font-weight:700;*/
   justify-content: center; /* Center the navbar horizontally */
   
/*}*/


.checkbox-container {
  display: flex;
  align-items: center;
  /* Adjust this value to set the gap between checkboxes */
}

.checkbox-container input[type="checkbox"] {
  margin-right: 10px; /* Adjust this value to set the gap between checkbox and label */
}




.slider {
  width: 100%;
  overflow: hidden;
}

.slider img {
  width: 100%;
  display: none;
}



/*.nav-links {*/
/*  list-style: none;*/
/*  display: flex;*/
/*  gap: 20px;*/
/*}*/

/*.nav-links li {*/
/*  display: inline;*/
/*}*/

/*.nav-links a {*/
/*  color: #3bb5d3;*/
/*  text-decoration: none;*/
/*  font-size: 14px;*/
/*  padding: 10px 10px;*/
/*  transition: background-color 0.3s ease;*/
/*}*/

/*.nav-links a:hover {*/
/*  background-color: #02275D;*/
/* color:#fff;*/
/*}*/

.image-container {
  display: flex;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.home {
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-attachment: fixed;
  /* width: 100vw; */
  height: 100%;
  color: #fff;
}

.contact-form {
  background-color: rgba(32, 30, 30, 0.74);
  outline: 1px solid rgba(255, 255, 255, 0.562);
  border-radius: 1rem;
  padding: 3rem;
  margin: 5rem auto;
}

.quiz-btn-section {
  display: flex;
  justify-content: center;
}

.quiz-btn {
  width: 100%;
}

.quiz-btn input[type="submit"] {
  width: 100%;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: none;
  color: white;
  background-color: #007bff;
}


a{

	color: white !important;
}


.div1{
	height: 30px;
	background-color: #02275D;
	display: flex;
	justify-content: space-between;
	padding-top: 0.2rem !important;
	padding-left: 6.3rem !important;
	padding-right: 6.3rem !important;

}




.child1{
	display: flex;
	gap: 1rem;
}

.child2{
	display: flex;
	gap: 0.5rem;
}

.child2 p{
	color: white;
}

.div2{
	display: flex;
	padding: 0.5rem 3rem 0.5rem 3rem;
    background-color: whitesmoke !important;
	justify-content: space-between;
}

.logo1{
	width: 70px;
	object-fit: contain;   
}

.carousel-1{
	height: auto;
	width: 745px;
}


.nav-div{
	font-weight: bold !important;
}


.navbar{
	background-color: #02275D !important;
}

.navbar a{
	font-family: "Arial" !important;
	font-size: 14px;
	color: #3BB5D3 !important;
}

.navbar a:hover{
	color: white !important;
}

.navbar-toggler-icon {
	color: whitesmoke !important;
}

/*.nav-item a {*/
/*	color: white !important;*/
/*}*/

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}






.ticket-container{
  background-image: url('../images/background.jpg');
  background-size: cover;
  background-attachment: fixed;
  /* width: 100vw; */
  height: 100%;
  color: #fff;
}


.container{
	    font-family: "Poppins", sans-serif;
    background-color: #0000008a;
    color: white;
    border-radius: 10px;
}

.text-muted{
	color: rgb(255 255 255 / 75%) !important;
}

.h1{
	font-weight: 700;
}

.ticket-container *{
	margin-bottom: 0 !important;
}

.container-1 h5, .h5{
 font-size: 1.5rem;
}

.text-muted{
	font-size: 0.9rem !important;
}

.container-1 hr{
	margin-top: 0.5rem !important;
	margin-bottom: 1rem !important;
}

.qty-box {
  background-color: #f8f9fa;
  color: black;
  border: 1px solid #ced4da; 
  padding: 0.375rem 0.75rem; 
  height: 100%; /* Make sure the box height matches the select menu */
}

.form-select {
  width: auto; /* Let the select menu take its natural width */
}

.vvip{
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.rate-qty{
	display: flex;
	align-items: center;
	gap: 2rem;
}


.btn-desc{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.btn-1{
	border: solid 1px lightgrey;
	background-color: lightgrey;

	transition: 0.5s;
}

.btn-1:hover{
	background-color: grey;
}


.footer-red{
	background-color: #D10B20;
	height: 13rem;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
	justify-content: center;
	align-items: center;
	position: relative;
}

.line{
	background-color: white;
	height: 0.3rem;
	width: 100vw;

}

.btn-cont .btn-2{
    position: unset !important;
}

.btn-2{
	    border: solid 3px white !important;
    color: white !important;
    font-size: 1em !important;
    padding: 0.5rem 1rem !important;
    background-color: #D10B20 !important;
    position: absolute !important;
    transition: 0.5s !important;
}

.btn-2 h6{
	font-size: 1.3rem !important;
}

.btn-2:hover{
	    border: solid 3px white !important;
    color: black !important;
    font-size: 1em !important;

    background-color: whitesmoke !important;
 
}

.footer-blue{
	background-color: #043174;
	
}

.footer-blue .container{
    background-color: unset;
}

.wel-logo{
	width: 7rem;
}

.footer-parent a{
	text-decoration: none;
}


.custom-form .form-control {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid red !important;
    border-radius: 0 !important;
   
    
    color: #fafdff !important;
  
    background-color: unset !important;
  
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.sub-1{
	    width: 100% !important;
    text-align: left !important;

        background-color: unset !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: solid 2px red !important;
    border-radius: 0 !important;
}

.sub-1:hover{
	
    width: 100%;
    text-align: left;
    background-color: unset !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: solid 2px red;
    border-radius: 0;
}

.sub-1:focus{
	    width: 100%;
    text-align: left;

        background-color: unset !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: solid 2px red;
    border-radius: 0;
}


.form-select1{
    color: white !important;
}

.select-col option{
    color: black !important;
}


.custom-form input:focus {
  background-color: unset !important;
  color: white !important;
}

.custom-form input::placeholder {
  color: white !important;
}

.custom-form textarea:focus {
  background-color: unset !important;
  color: white !important;
}

.custom-form textarea::placeholder {
  color: white !important;
}

.custom-form .form-control:focus,
.custom-form .form-select:focus {
    box-shadow: none;
    border-color: inherit;
}

.dropdown-item{
    color: black !important;
}

.carousel-f-parent{
	display: flex;
	justify-content: center;
}

.carousel-f{
	width: 18rem;
}

.footer-dark{
	background-color: #0D2A4A;
}

.c-font{
	font-size: 0.8rem;
	padding: 0.3rem;
}

.text-red{
	color: red;
}



@media(max-width: 769px){

	.div2 {
    background-color: whitesmoke;
		padding: 0.5rem 0rem 0.5rem 0rem;
		display: flex;
		padding: 0.5rem 0rem 0.5rem 0rem;
		justify-content: space-around;

	}




	.logo1 {
		width: 65px;

	}

	.carousel-1 {
		height: auto;
		width: 660px;
	}


}

@media(min-width: 768px){


	.navbar-toggler {
    display: none;
  }
  .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-nav {
    flex-direction: row !important;
  }
  .nav-item {
    margin-right: 20px;
  }

}

@media(max-width: 426px){

	.div1{
		    padding-left: 0 !important;
    padding-right: 0 !important;
	}

	.div2{
		flex-direction: column;
		align-items: center;
		gap: 1rem;
		background-color: whitesmoke;
	}


	.carousel-1 {

		width: 365px;
	}
	
	.vvip{
		flex-direction: column;
		flex-wrap: wrap;
	}


}

@media(max-width: 321px){

    .carousel-1 {
        width: 260px;
    }

  }