@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}


ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

p {
  line-height: 23px;
  font-size: 15px;
  font-family: "Poppins Regular";
}

h1,h2{
	font-family: "Playfair Display", serif;
}

h3,h4,h5,p,a,p,span{
	font-family: "Manrope", sans-serif;
}


/*-------------- CSS Resetter ----------*/

/* width */

::-webkit-scrollbar {
  width: 6px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #e2bb6c;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.HeroSec {
    background-image: url(../images/dummyIMG.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
    border-radius: 0px 0px 70px 70px;
}

.HeroSec .customContainer {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 2.6fr 1fr;
    align-items: center;
    gap: 10px;
}

.column1{
	text-align: center;
}
.logoBrand{
	display: none;
}

.column1 h2{
	font-weight: bold;
	font-size: 50px;
	color:#000;
}

.textLine{
	width: 380px;
}

.column1 p{
	font-size:23px;
	font-weight:600;
	letter-spacing:0.8px;
	line-height:30px;
}

.column1 .cartTicket {
    width: 700px;
    height: auto;
}

.paragraph p {
	font-size:16px;
	letter-spacing:0.8px;
}
.paragraph p:nth-child(2){
    font-size:18px;
}

.iti {
    width: 100%;
}

.contentBX {
    position: relative;
}
.formBx {
    background-size: cover;
    margin-top: 2%;
}

.Banner-form {
    width: 65%;
    background-color: #fff;
    padding: 38px;
    border-radius: 10px;
    margin-left: 50px;
    position: relative;
}
.position-relative {
    position: relative;
    margin-bottom: 12px;

}

@keyframes popup {
    from {
        transform: scale(1);
        transition: 0.3s;
    }
    to {
        transform: scale(1.1);
        transition: 0.3s;
    }
}

.projects_form_bg {
    top: 90px;
    position: sticky;
    z-index: 99;
}
.form_section {
    position: relative;
}
.form-label {
    color: #4f4b4b;
    text-align: left !important;
    float: left;
    margin-left: 5px;
}
.text_form {
    padding: 12px 52px;
    width: -webkit-fill-available; /* Old Safari/WebKit */
    width: -moz-available;         /* Firefox old */
    width: stretch;                /* New spec */
    width: 100%;                   /* Fallback */
    display: block;
    font-size: 13px;
    border-radius: 0 !important;
    border: 1px solid #123755;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box; /* ensures padding doesn't overflow */
}

.icon-inside,
.icon-inside2 {
    position: absolute;
    width: 50px;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    font-size: 14px;
    color: #123755;
    z-index: 3;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.icon-inside2 {
    width: 22px;
    height: 43px;
    color: #ffffff;
}
.form_section p {
    color: #333;
    text-align: center;
    margin-bottom:20px;
}
.form_section h3 {
    color: #123755;
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}
.form_bottom .form_section {
    margin: 0;
    background-color: #2a3431;
    border-radius: 0;
}
#SubmitQuerytop {
    background:linear-gradient(to right, #123755, #877566);
    color: #fff;
    outline: none;
    width: 100%;
    height: 50px;
    border: none;
    font-weight: bold;
    border-radius: 0;
    transition: 0.3s;
    cursor: pointer;
}
#SubmitQuerytop:hover {
    background-color: #424242;
    transition: 0.3s;
    border: none;
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
}
.b-user-message {
    position: absolute;
    left: -5000px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.submitSuccess {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    z-index: 99999999;
    font-size: 1.2rem;
}


.overView{
	padding: 60px 0;
}

.overView .customContainer{
	width:90%;
	margin: auto;
	text-align: center;
}

.overView h3{
	font-size:38px;
	font-weight: 600;
	line-height:53px;
	margin-bottom:10px;
}
.overView p{
	font-size:18px;
	line-height:30px;
	font-weight:400;
}

.attend .customContainer {
    width: 90%;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, 100px);
}
.attend {
    padding: 0px 0;
    position: relative;
}
.attend img.bgAtte {
    width: 100%;
    height: auto;
}
.attend h3{
	font-size:38px;
	font-weight: 500;
	color:#123755;
	line-height:53px;
	margin-bottom: 10px;
}
	
.attend p{
	font-size: 18px;
	color: #000;
}

.attend .customContainerSec {
    width: 60%;
    margin:30px auto;
    text-align: center;
    background-color: #123755;
    border-radius: 0px 0px 27px 27px;
}
.customContainerSec ul {
    margin: 0;
    padding: 23px 40px 11px;
}
.customContainerSec li {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-bottom: 1px solid #ffff;
    align-items: center;
}
.imgIcon img{
	width:49px;
	height: auto;
}
.imgIcon {
    position: relative;
    padding: 14px 70px;
    text-align: right;
}
.imgIcon:before {
    width: 1px;
    height: 56px;
    border-right: 1.4px solid #fff;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}

.Data {
    padding: 0 40px;
    text-align: left;
}
.Data h4 {
    font-weight: 600;
    color: #fff;
    font-size:18px;
    text-align: left;
    letter-spacing: 0.5px;
}

.Data p {
    font-weight: 300;
    color: #fff;
    font-size:16px;
    text-align: left;
    letter-spacing: 0.5px;
}

.MapINFO {
    padding: 60px 0 10px;
    position: relative;
    margin-top: 120px;
    background: url(../images/bgBack.jpg) no-repeat;
    background-size: 100% 32%;
    background-position: bottom;
}
.MapINFO .customContainer {
    width: 68%;
    margin: auto;
}


.MapINFO h3 {
    font-size: 38px;
    font-weight: 600;
    line-height: 53px;
    margin-bottom: 10px;
    text-align: center;
}

.customROw{
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap:10px;
}

.customROw .img img{
	width: 100%;
}

.customROw {
    margin: 50px 0;
}
.list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.list a {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}



.MapINFO2 {
    padding: 60px 0 10px;
    position: relative;
}
.MapINFO2 .customContainer {
    width: 70%;
    margin: auto;
    background: url(../images/blueBG.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex
;
    padding: 60px 0;
    flex-direction: column;
    align-items: center; 
}
.MapINFO2 img.right {
	position: absolute;
	width: 150px;
}
.MapINFO2 img.right {
    right: 20px;
    top:44px;
}

.MapINFO2 .customContainer h3 {
    font-size: 38px;
    font-weight: 700;
    color: #ffffff;
    line-height: 53px;
    margin-bottom: 10px;
}
.MapINFO2 .customContainer p {
    font-size: 18px;
    color: #fff;
}

.MapINFO2 .customContainer a{
	background-color: #C4DCEA;
	padding:10px 20px;
	font-size:22px;
	display: block;
	width: fit-content;
	color:#29476D;
	margin:20px  auto;
	text-decoration: none;
	border-radius:25px;
    cursor: pointer;
}

.Developer{
	padding:40px 0;
}

.Developer .customContainer{
	width:90%;
	margin: auto;
	text-align: center;
}
.Developer .customContainer h3 {
    font-size: 38px;
    font-weight: 700;
    color: #29476D;
}

.Developer .customContainer h4 {
    font-size: 38px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.DeveloperInfo .customContainer {
    width: 96%;
    margin: auto;
    background: url(../images/devBG.jpg) no-repeat;
    background-size: 100% 100%;
}


.DeveloperInfo .customContainer .customRow {
    display: grid
;
    padding: 60px 0px 30px;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    width: 60%;
    margin: auto;
    gap:45px;
}

.ListInfo:before {
    position: absolute;
    right: -24px;
    height: 70%;
    width: 1px;
    background-color: #000;
    content: "";
    top: 50%;
    transform: translate(0px, -50%);
}

.ListInfo:nth-child(4):before{
	position: unset;
}

.ListInfo {
    text-align: center;
    position: relative;
}
.ListInfo h2 {
    font-family: "Bebas Neue", sans-serif;
    font-size: 70px;
    font-weight: 700;
    margin-bottom:15px;
    color: #29476D;
    border-bottom: 2px solid #29476D;
}

.ListInfo p {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}


.footer{
	padding:10px 30px;
	text-align: center;
	background-color: #123755;
    width: auto;
}

.footer h3{
	font-size:22px;
	font-weight:500;
	text-align: center;
	color:#fff;
	margin-bottom:10px;
}

.footer p{
	font-size:16px;
	text-align: center;
	color:#fff;
	margin:0;
}

.fixed-footer-cust button {
    background: #fff;
    border:2px solid #000;
    text-align: center;
    padding: 14px 0 14px 0;
    width: 100%;
    position: fixed;
    bottom: 0px;
    border-radius:4px;
    font-size:18px;
    font-weight:600;
    z-index: 9;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
}
.fixed-footer-cust button svg {
    width: 21px;
}


span.closeBTN{
    display: none;
}

.iti-mobile .iti--container{
    display: none;
}

a.buttomTOP {
    background-color: #123755;
    padding: 10px;
    display: none;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    position: fixed;
    transition: opacity 0.3s ease;
    z-index: 999;
    opacity: 0;
    bottom: 60px;
    border: 1px solid #fff;
    right: 20px;
}


.buttomTOP.show {
    display:block;
    opacity: 1;

}


.formBx.active {
    background-size: cover;
    margin-top: 0;
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    background-color: #000000c4;
    bottom: 0;
    width: 100%;
    z-index: 99;
    display: block !important;
}
.formBx.active span.closeBTN {
    position: absolute;
    top: 2px;
    right: 7px;
    font-size: 20px;
    background-color: #123755;
    padding: 10px;
    color: #fff;
    width: 10px;
    text-align: center;
    height: 10px;
    display: block;
    line-height: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.formBx.active .Banner-form{
    width: fit-content;
    background-color: #fff;
    padding: 38px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    margin-top: 90px;
}

.banner-rightbtn {
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    color: #fff;
    top: 35%;
    height: 42px;
    line-height: 42px;
    border: none;
    right: -83px;
    z-index: 4;
    position: fixed;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-decoration: none;
    background-color: #123755;
    transition: .5s ease-in-out;
    transform: rotate(270deg) translate(-50%, 0%);
}


@media (min-width:1600px){

.attend img.bgAtte {
    width: 100%;
    height: 570px;
}

}


@media (max-width: 1400px){
.MapINFO {
    margin-top: 280px;
}
.attend .customContainerSec {
    width: 90%;
}
}

@media (max-width:1200px){
.HeroSec .customContainer{
    width:99%;
    grid-template-columns:1fr;
}
.formBx {
    display: none;
}
.footer{
    padding:10px 30px 60px;
}
.banner-rightbtn{
    display: none !important;
}
.fixed-footer-cust button{
    display: flex;
}
.attend .customContainerSec {
    width: 92%;
}
.MapINFO2 .customContainer {
    width: 100%;
}
.DeveloperInfo .customContainer .customRow {
    width: 90%;
    gap: 30px;
}
.ListInfo h2 {
    font-size: 55px;
}
.ListInfo p {
    font-size: 18px;
}
.Developer {
    padding: 20px 0;
}
.HeroSec {
    background-image: unset;
    background-repeat:unset;
    background-size:unset;
    padding: 0px 0;
    border-radius: 0px;
}
.logoBrand {
    width: 100%;
    height: auto;
    display: block;
}

}

@media (max-width:992px){


.hero-sec {
    grid-template-columns: 1fr;
}

.form_section h3 {
    font-size: 18px;
}

}

@media (max-width:768px){
img.Desk {
    display: none;
}
.mob{
    display: block !important;;
}

.column1 .cartTicket {
    width: 100%;
}

.column1 h2 {
    font-size: 26px;
}
.textLine {
    width: 170px;
}
.column1 p {
    font-size: 17px;
    line-height: 25px;
}
.MapINFO2 .customContainer{
    width: 100%;
}
.DeveloperInfo .customContainer .customRow{
    width:80%;
}
.ListInfo h2 {
    font-size: 40px;
}
.ListInfo p {
    font-size: 16px;
}

.attend .customContainer {
    transform: translate(-50%, 50px);
}
.overView {
    padding: 40px 0;
}

.MapINFO {
    padding: 60px 0 10px;
    position: relative;
    margin-top: 300px;
    background: url(../images/bgGray.png) no-repeat;
    background-size: 100% 32%;
    background-position: bottom;
}
.MapINFO h3 {
    font-size: 28px;
    line-height: 39px;
}

.overView h3 {
    font-size: 33px;
}
.list a {
    font-size: 18px;
}

}


@media (max-width:676px){
.overView {
    padding: 30px 0 20px;
}
.overView h3 {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 34px;
}
.text_form {
    padding: 8px 52px;
    font-size: 12px;
}
.overView p {
    font-size: 16px;
    line-height: 26px;
}
.attend h3 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 0px;
}
.attend .customContainer {
    width: 98%;
    transform: none;
    position: unset;

}

.imgIcon {
    padding: 14px 30px;
    text-align: center;
}
.customContainerSec li {
    grid-template-columns: 1fr 3fr;
}
.imgIcon img {
    width: 33px;
}
.customContainerSec ul {
    padding: 20px;
}
.Data {
    padding:5px 20px;
    text-align: left;
}
.Data h4 {
    font-size: 15px;
}
.attend p {
    font-size: 16px;
}

.MapINFO {
    padding: 60px 0 10px;
    margin-top: 10px;
    background:unset;
}

.MapINFO .customContainer {
    width: 98%;
}
.MapINFO h3 {
    font-size: 26px;
    line-height: 32px;
}
.customROw{
	grid-template-columns:1fr;
	margin: 0;
}
.list a{
	text-align: center;
	font-size:20px;
}
.MapINFO2 {
    padding: 10px 0 10px;
}
.MapINFO2 .customContainer {
    width:90%;
    background: #29476d;
    text-align: center;
    padding: 50px 20px;
}

.MapINFO2 img.right{
	display: none;
}
.MapINFO2 .customContainer h3 {
    font-size: 30px;
    line-height: 36px;
}

.MapINFO2 .customContainer p{
	font-size:16px;
}
.MapINFO2 .customContainer p br{
	display: none;
}

.MapINFO2 .customContainer a {
    margin: 10px auto 0;
    font-size: 14px;
}
.Developer .customContainer h4 {
    font-size: 30px;
    margin: 10px 0;
    line-height: 30px;
}
.DeveloperInfo .customContainer {
    width: 100%;
    background-color: #dbd4bc;
    background-image: unset;
}
.DeveloperInfo .customContainer .customRow {
    grid-template-columns: repeat(1, 1fr);
    width: 70%;
    gap: 15px;
    padding:30px 0px 30px ;
}
.ListInfo:before{
	position: unset;
}

.ListInfo h2{
	border-bottom: 1px solid #29476D;
    font-size:50px;
}
.Developer .customContainer h3 {
    font-size: 33px;
}
.ListInfo p {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 26px;
}

.attend img.bgAtte{
    display: none;
}

.formBx.active .Banner-form{

}


}
