/* :root {
    --bg: url('/src/pages/home/zone1/bg/bg.png');
  }

nav {
    background-image: var(--bg);
} */

.container p {
    font-size: 22px;
    color: #ffffff;
    text-align: left !important;
}

.event {
    width: 100%;
    height: auto;
}

.fair_box {
    margin-bottom: 5rem;
    color: #ffffff;
}

.fair_box ol{
    padding-left: 15px;
}
.fair_box li{
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top :15px;
}

.fair_box li div{
    font-weight: 300;
}

.fair_box div b {
    font-weight: 600;
}

.fair_box li a{
    color: #ffffff;
    text-decoration: none;
}

.fair_box li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.aboutflex {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.aboutflexbox1 {
    width: 12%;
}
.aboutflexbox2 {
    width: 89%;
}

.padding-5 {
    padding: 5%;
}

.Textdetail {
    font-family: Prompt;
    color: white;
    text-align: left;
    line-height: 30px;
}

.Rectanglebg {
    color: white;
    height: 50px;
    background-image: linear-gradient(to right, rgba(58, 197, 197, 0), #3ac5c5);
    margin-top: 20px;
    margin-bottom: 20px;
}

.Textblod {
    color: white;
    line-height: 300%;
}

.aboutustable {
    width: 100% !important;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    margin-top: 1.5rem;
}

.aboutustable th {
    background-color: #00324d;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: 0.72px;
    color: #d3ff00;
    border: solid 1px #d3ff00;
    padding: 20px 10px;
}

.aboutustable td {
    background-color: #2075bc;
    border: solid 1px #d3ff00;
    padding: 20px 10px;
}

.mar {
    margin-top: 5%;
    margin-bottom: 10%;
}

.RectangleFair {
    width: 199px;
    height: 60px;
    object-fit: contain;
    background-color: #00324d;
    align-items: center;
}

.Fair-Official-Hotel {
    width: 250px;
    height: 60px;
    font-family: Prompt;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.72px;
    line-height: 60px;
    color: #ffffff;
}

.imgFloor {
    width: 100%;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.Event-Name-The-9th {
    font-family: Prompt;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: white;
}


@media only screen and (max-width: 1600px) {
    .fair_box li, .aboutustable {
        font-size: 18px;
    }

    
}

@media only screen and (max-width: 1200px) {
    .aboutflexbox1 {
        width: 14%;
    }

    
}

@media only screen and (max-width: 991px) {
    .aboutflexbox1 {
        width: 22%;
    }

    
}


@media (max-width: 575.98px) {
    .marbot {
        margin-bottom: 3%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .marbot {
        margin-bottom: 3%;
    }
}