@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');


@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&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: 15px;
    border-radius: 0 !important;
    border: 1px solid #07111E;
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
    line-height: 1.5;
    color: #212529;
    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: 16px;
    color: #162436;
    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;
}
.check-input {
    margin-top: 20px;
}
.form_section h3 {
    color: #07111E;
    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: #2b3862;
    color: #fff;
    outline: none;
    width: 100%;
    height: 45px;
    border: none;
    font-weight: bold;
    border-radius: 0;
    font-size: 17px;
    transition: 0.3s;
    cursor: pointer;
    font-family: 'Manrope';
}
#SubmitQuerytop:hover {
    background-color: #2b3862;
    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: 10px 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:#07111E;
	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: #07111E;
    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;
    margin-left: 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:#07111E;
	margin:20px  auto;
	text-decoration: none;
	border-radius:25px;
    cursor: pointer;
}

.Developer{
	padding:40px 0 0;
}

.Developer .customContainer{
	width:90%;
	margin: auto;
	text-align: center;
}
.Developer .customContainer h3 {
    font-size: 38px;
    font-weight: 700;
    color: #07111E;
}

.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 60px;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    width: 70%;
    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: #07111E;
    border-bottom: 2px solid #07111E;
}

.ListInfo p {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}


.footer{
	padding:10px 30px;
	text-align: center;
	background-color: #07111E;
    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: #07111E;
    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: #07111E;
    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;
}

.hero {
    width: 100%;
    height: 100vh;
    background: url(../../media/images/bgMain3.png);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-top: 76px;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgb(7 17 30 / 0%);
}
.containerMeodi {
    height: 100%;
    width: 85%;
    gap: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.left h3 {
    font-size: 46px;
    line-height: 53px;
    letter-spacing: .5px;
    color: black;
    text-transform: uppercase;
    font-family: 'Manrope';
    font-weight: 600;
}
.left h1 {
    font-size: 46px;
    line-height: 53px;
    letter-spacing: .5px;
    color: #020202;
    text-transform: uppercase;
    font-family: "IBM Plex Serif", serif;
    margin-bottom: 18px;
    font-weight: 400;
}
.tagline {
    display: inline-block;
    padding: 10px 14px;
    border: 1px solid #ffc300;
    background-color: #ffc300;
    color: #000;
    font-size: 22px;
    font-family: 'Maven Pro';
    margin-bottom: 22px;
    font-weight: 500;
}

.left h2 {
    font-size: 38px;
    background-color: #00000087;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 22px;
    font-family: 'Maven Pro';
    width: 95%;
    padding: 10px;
}
.btn {
    background: #ffc300;
    width: fit-content;
    padding: 6px 25px;
    border-radius: 35px;
    font-size: 23px;
    font-weight: 700;
    color: #000000;
    transition: .3s;
    margin-bottom: 25px;
}
.btn:hover {
    color: #000000;
}

.banner-form-section {
    background: #07111ec4;
    border-radius: 15px;
    width: 40%;
    border: 1px solid #fff;
    max-width: 436px;
}

.banner-setion .banner .carousel-inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000008c;
    background: linear-gradient(90deg, #0000008f 35%, transparent);
}

.banner-form-section .banner-form {
    margin: 0;
    padding: 30px 25px;
    border-radius: 15px;
    width: 100%;
}

.banner-form-section .banner-form .form-group {
    margin: 10px 0;
}

.banner-form-section .banner-form .form-group .form-control {
    padding: 7px 18px;
    min-height: 42px;
    background: none;
    border-image: initial;
    border-radius: 5px !important;
    color: #fff;
    border: 1px solid #ffffff5c;
    background-color: #162436;
    font-size:15px;
    width: 100%;
    font-family: 'Manrope';
    font-weight: 100;
    letter-spacing: 0.9px;
}
.checkbox-section{
    display: flex;
    align-items: center;
}
.checkbox-section p{
    margin:0;
}

.banner-form-section .banner-form button.btn.dark_btn.rounded.submit_btn {
    background: #f4f1e8;
    padding: 3px 16px;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
    font-family: 'Poppins Regular';
    width: fit-content;
    margin: 0 auto;
    text-transform: uppercase;
    display: block;
    font-weight: 900;
    margin-top:30px;
}

.banner-form-section .banner-form .form-group input.form-control::placeholder {
    color: #fff;
}

.banner-form-section .banner-form .form-group input.form-control:focus {
    border: 1px solid;
    outline: none;
    box-shadow: none;
}

.banner-form-section .banner-form .form-group input.form-control:hover {
    border: 1px solid;
    outline: none;
    box-shadow: none;
}

select.form-select.form-group {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    color: #fff;
    font-size: 15px;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 0;
    font-weight: 300;
    letter-spacing: 0.5px;
    padding: 7px 10px;
    background-color: transparent !important;
    border-color: transparent transparent initial;
}

select.form-select.form-group:focus,
select.form-select.form-group:hover {
    box-shadow: none;
    border: 1px solid;
}

select.form-select.form-group option {
    background: rgba(12, 19, 15, 0.84);
    margin-bottom: 5px;
}


h4.form_title {
    color: #FFC300;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 31px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.form-bottom p {
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-weight: 200;
}

.banner-form .form {
    padding: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#banner1 .brochure-mob{
    background-color: #C4DCEA;
    padding: 10px 20px;
    font-size: 22px;
    display: block;
    width: fit-content;
    color: #07111E;
    margin: 20px auto;
    text-decoration: none;
    border-radius: 25px;
    cursor: pointer;
}

.disclaimer h1 {
    font-size: 33px;
    text-align: center;
    border-bottom: 1px solid #dddddd;
    width: fit-content;
    margin: auto;
    font-weight: bold;
}
.contnbxx {
    margin-top: 30px;
}
.contnbxx h3 {
    margin-top: 30px;
}
.contnbxx h2, .contnbxx h3 {
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px dashed #d5d5d5;
    width: fit-content;
    margin-bottom: 12px;
    color: #000;
}

@media (min-width:1600px){

.attend img.bgAtte {
    width: 100%;
    height: 570px;
}

}


@media (max-width: 1400px){
.MapINFO {
    margin-top: 280px;
}
.attend .customContainerSec {
    width: 90%;
}
.banner-form-section {
    width: 85%;
}
h4.form_title {
    padding: 10px 0px;
    font-size: 23px;
    font-weight: 800;
}
}

@media (max-width:1200px){
.HeroSec .customContainer{
    width:99%;
    grid-template-columns:1fr;
}
.formBx {
    display: none;
}
.footer{
    padding:10px 30px 60px;
}
.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 10px;
}
.HeroSec {
    background-image: unset;
    background-repeat:unset;
    background-size:unset;
    padding: 0px 0;
    border-radius: 0px;
}
.logoBrand {
    width: 100%;
    height: auto;
    display: block;
}
.left h1 {
    font-size: 35px;
    line-height: 43px;
}
.left h2 {
    font-size: 30px;
    line-height: 36px;
    width: 100%;
}
.banner-form-section{
    display: none;
}

}

@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);
}

.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;
}

.btn {
    width: fit-content;
    padding: 6px 25px;
    font-size: 17px;
    margin-bottom: 25px;
}

}


@media (max-width:676px){
.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: #07111E;
    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 #07111E;
    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;
}
.left h1 {
    font-size: 25px;
    line-height: 27px;
}
.left h2 {
    font-size: 19px;
    line-height: 22px;
}
.btn {
    width: 100%;
    font-size: 12px;
    margin-bottom: 25px;
}
.containerMeodi {
    width: 90%;
}
.tagline {
    padding: 7px 8px;
    font-size: 14px;
}

.hero {
    height: 70vh;
}

}
