@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;1,100;1,200&family=Roboto:ital,wght@0,700;0,900;1,700;1,900&display=swap");

:root
{
    /* Variables */
    --bg-primary: #F8FAF2;
    --bg-secondary: #ECF0F9;
    --font-primary: #5d5f61;
    --font-heading: #2F313C;
    --font-body: 'Montserrat';
    --line: #4F5944;
    --bg-highlight: #96BBFE;
    --bg-highlight-secondary: #f2ccfd;
    --header-font: 'Bebas Neue';
    --shadow: -1px 2px 4px rgba(0, 0, 0, 0.19);
    
    /* Reset Browser style */
    margin: 0;
    padding: 0;
}

/* Global Styles */
html
{
    box-sizing: border-box;
    font-family: 'Montserrat';
    color: var(--font-primary);
}

body
{
    display: grid;
    grid-template-areas: 
        'main-nav'
        'heading'
        'wrapper'
        'main-footer'
    ;
    background: #fff;
    line-height: 1.4;
    font-family: var(--font-body);
    font-size: 0.9rem;
    font-weight: 500;
}

.btn
{
    background: #31332c;
    color: #fff;
    padding: 0.6rem 1.3rem;
    text-decoration: none;
    border: 10px;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin: 0 0.6rem;
}

.btn-secondary {
    background: transparent;
    color: var(--font-heading);
    padding: 0.6rem 1.3rem;
    text-decoration: none;
    border-radius: 5px;
    border: 1.5px solid var(--font-heading);
    text-transform: uppercase;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
    margin-right: auto;
    transition: 0.25s;
}

.btn-secondary:hover {
    background: var(--font-heading);
    color: var(--bg-primary);
    letter-spacing: 2px;
}

img 
{
    max-width: 100%;
}

h1
{
    font-family: var(--header-font);
    font-weight: 600;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-body);
    font-weight: 500;
    letter-spacing: -1px;
}

h2 {
     font-size: 1.7rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.3rem;
}

h5 {
    font-size: 1.1rem;
}

a {
    text-decoration: none;
    color: var(--font-heading);
}


.divider {
    display: block;
    width: 100%;
    border-bottom: 1px solid var(--line);
    margin: 1rem 0;
    padding: 1rem 1rem;
}

.divider-news {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    border-bottom: 1px dashed var(--line);

}


.sidebar {
    width: 100%;
    background: #fff;
    box-shadow: var(--shadow);
    margin-bottom: 2rem;
    padding: 0;
}

.sidebar img {
    width: 100%;
}

.highlighter  {
    font-weight: 700;
    color: #008c9e;
}

/*End - Global Styles*/

/* Navigation */
.main-nav
{
    grid-area: main-nav;
    padding: 1rem 9rem;
    width: 100%;
    background: #EEEBE2;
    grid-gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
}

.main-nav ul 
{
    display: flex;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: capitalize;
}

.main-nav ul li {
    list-style: none;
    margin-left: 2rem;
}

.main-nav ul .sub-menu {
    display: none;
}

.main-nav .cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
    margin-top: -15px;
    margin-left: auto;
}
.main-nav .logo img {
    max-width: 300px;
}

/*Page Title Area*/

.heading
{
    grid-area: heading;
    padding: 0.6rem 9rem;
    width: 100%;
    background: linear-gradient(132deg, #F4D03F 0%, #38f6d0 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}

.heading:hover {
    background: var(--bg-highlight);
    transition: 0.5s;
}

.heading .page-title {
    display: flex;
    flex-direction: column;
}
.page-title h1 {
    font-size: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 0;
}
.sub-nav {
    padding-bottom: 0.6rem;
    margin-top: 0;
    padding-top: 0;
    font-weight: 500;
}
.sub-nav ul
{
    display: flex;
    list-style: none;
    font-size: 0.8rem;
    padding-left: 0;
    margin-bottom: 0;
}

.sub-nav ul li
{
    margin: 0 0.3rem;
}

.sub-nav ul li a:hover{
    color: var(--bg-highlight-secondary);
}

/*Main Area */
.wrapper
{
    grid-area: wrapper;
    display: grid;
    grid-gap:100px;
    grid-template-columns: 3fr 1fr;
    margin: 5rem 9rem;
}

/*Showcase Areas*/
.showcase{
    display: grid;
    grid-template-columns: 3fr 1fr;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}

.showcase .showcase-text {
    padding: 2rem;
    background: var(--bg-primary);
    display: flex;
    flex-direction: column;
}


.showcase .image {
    min-height: 200px;
    background: url('https://ik.imagekit.io/nga4iqewcs4/MadeToLiveExpo/img/senior_man_r6O2Q7_Dn.png?updatedAt=1685920153422');
    background-size: cover;
    background-position: center; 
}

.showcase .image2 {
  min-height: 200px;
  background: url('https://ik.imagekit.io/nga4iqewcs4/MadeToLiveExpo/img/Untitled%20design_jL7pB1ZcN.png?updatedAt=1693310891339');
  background-size: cover;
  background-position: center; 
}

/*Showcase Activities Page*/
.showcaseActivities {
  display: grid;
  grid-template-columns: 3fr 1fr;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.showcaseActivities .showcase-text {
  padding: 2rem;
  background: var(--bg-primary);
  display: flex;
  flex-direction: column;
}

.showcaseActivities .image4 {
  min-height: 200px;
  background: url('https://ik.imagekit.io/nga4iqewcs4/MadeToLiveExpo/img/confluence_MK7QJJNFe.png?updatedAt=1686386202814');
  background-size: cover;
  background-position: center; 
}



/*Location & Dates*/
.location {
    display: grid;
    grid-template-areas: 
        'title title title'
        'location-map location-map location-map'
        'venue dates-time dates-time'
    ;
}
.title {
    grid-area: title;
    margin-bottom: 1rem;
}
.location-map {
    grid-area: location-map;
    max-height: 200px;
    display: flex;
    justify-content:left;
    margin-bottom: 1rem;
    width: 100%;
}
.venue {
    grid-area: venue;
    height: 180px;
    width: 100%;
    background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8)), url('https://lh3.googleusercontent.com/p/AF1QipM8jQkP_ol16E0mawxvfF6IfQxWQGRw6tndWwvM=s1360-w1360-h1020');
    background-size: cover;
    background-position: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--bg-primary);
    text-align: center;
    font-weight: 600;
}

.dates-time {
    grid-area: dates-time;
    background: var(--bg-primary);
    height: 180px;
    width: 100%;
    padding: 2rem;
}

/*The Organizers */
.organizers {
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: 

        'about-organizers'
        'okhma-clients'
    ;
    background: var(--bg-highlight-secondary);
    padding: 2rem;
}

.about-organizers {
    grid-area: about-organizers;
    display: flex;
    flex-direction: column;

}
.about-organizers h3 span {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--line);
}

.okhma-clients {
    grid-area: okhma-clients;
    display: grid;
    grid-template-columns: 1fr 3fr;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    background: #1D1D1D;
    border-radius: 5px;
    color: rgba(230, 204, 192, 0.9);
    padding: 0 1rem;
}

.okhma-clients2 {
  display: grid;
  grid-template-columns: 1fr 3fr;
  justify-content: center;
  align-items:start;
  margin-right: 1rem;
  background: #065091;
  border-radius: 5px;
  color: rgba(230, 204, 192, 0.9);
  padding: 0 1rem;
}

.okhma-clients ul {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}


#who-meet {
  background: rgba(251, 253, 254, 0.836);
  color: #1D1D1D;
  align-items: start;
  padding-top: 2rem;
  box-shadow: 10px 10px #1D1D1D;
  border-left: 1px solid #1D1D1D;
  border-top: 1px solid #1D1D1D;
  padding: 3rem;
  margin-bottom: 3rem;
}



/*Right Area*/

/*Sponsors Area */
.logo-slider {
    padding: 2rem;
    height: 200px;
    text-align: center;
    transition: 0.25s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}



.logo-slider h3 {
    font-size: 1.2rem;
}

/*Advert Areas*/

.ad {
    box-shadow: none;
}

/*News Area*/
.news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news .news-header {
    background: var(--font-heading);
    color: var(--bg-primary);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 25px;
}

.news .news-area {
    padding: 1.5rem;
    font-size: 0.7rem;
    font-family: 'Lato';
    font-style:italic;
    margin-bottom: 0.2rem;
}

.news .news-area p {
    margin: 0;
    padding: 0;
}

.news .news-area .news-title {
    font-style: normal;
    font-size: 1rem;
    color: #38f6d0;
}

.news .news-area .news-title a:hover {
    color: #aa001b;
}

/*Key Contacts*/
.key-contacts {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bg-primary);
}

.key-contacts .contact-header {

    width: 100%;
    background: var(--line);
    border-radius: 3px;
    padding: 1rem;
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow);
    margin-bottom: 1rem;

}

.key-contacts .contact-header h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bg-primary);
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.key-contacts .contact-body {
    padding: 0.3rem;
}

.contact-body h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.contact {
    padding: 1rem 0;
    border-bottom: 0.5px dashed var(--line);
}

.contact:last-child {
    border-bottom: none;
}

/*Key Dates*/
.key-dates {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--bg-primary);
    font-family: 'Lato';
    font-size: 0.9rem;
    margin: 0;
}

.key-dates .date-header {

    width: 100%;
    background: var(--line);
    border-radius: 3px;
    padding: 1rem;
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow);
    margin-bottom: 1rem;

}

.key-dates .date-header h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--bg-primary);
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.key-dates .date-body {
    padding: 0.3rem;
}

.key-dates .date-body h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0;
    margin-top: 10px;
}

.key-dates .date {
    padding: 0.2rem 0;
    border-bottom: 0.5px dashed var(--line);
}

.key-dates .date:last-child {
    border-bottom: none;
}
/*End - Left Area */


/*Footer*/

.main-footer
{
    grid-area: main-footer;
    width: 100%;
    background: #1D1D1D;
    display: flex;
    flex-direction: column;
    padding: 2rem 9rem;;
}


.top-footer
{
    display: grid;
    grid-gap: 5rem;
    grid-template-columns: repeat(3, 1fr);
    color: #a5a0a0;
}

.top-footer h5 {
    color: #a5a0a0;
    font-size: 1rem;
    letter-spacing: 0;
    border-bottom: 1px double #a5a0a0;
    padding-bottom: 1.4rem;
}
.top-footer .event-details p {
    font-size: 1.1rem;
    font-family: 'Lato';
    font-style: italic;
    font-weight: 600;
}

.top-footer .links {
    display: flex;
    flex-direction: column;
    margin-left: 0;
}
.top-footer .links ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.top-footer .links ul li a {
    color: #a5a0a0;
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: capitalize;

}

.top-footer.links ul li a:hover {
    color: var(--bg-highlight-secondary);

}

.top-footer .socials ul {
    display: flex;
    list-style: none;
    padding-left: 1rem;
    color: var(--bg-highlight-secondary);
}

.bottom-footer {
    display: flex;
    justify-content: space-between;
    color: #666363;
    font-family: 'Lato';
    font-size: 0.8rem;
    width: 100%;
    margin-top: 2rem;
}

.bottom-footer a {
    color: #666363;
    font-family: 'Lato';
    font-size: 0.6rem;
    text-transform: capitalize;
}

.bottom-footer a:hover {
    color: var(--bg-highlight-secondary);
    
}

.bottom-footer ul {
    padding-left: 0;
    display: flex;
    list-style: none;
}
.bottom-footer ul li {
    padding-right: 1rem;
}





/*EXHIBITION PAGE STYLE*/









/*BY SEGUN ARE*/
.faqs {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 50px;
}
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 30px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 17px;
  font-weight: 700;
  margin: 1px 0px;
}

.active,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  padding: 20px;
  background-color: #f5f2f2;
  display: none;
  text-align: justify;
  overflow: hidden;
}
.accordion:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.exhibition .exhibition-headline {
  padding: 2em 2em;
  padding-top: 4em;
}
.exhibition .exhibition-headline .exhibition-tagline {
  width: 80%;
  margin: auto;
}
.exhibition .exhibition-headline .exhibition-tagline h2 {
  font-size: 4em;
  color: #504b4b;
  line-height: 1em;
}
.exhibition .exhibition-headline .exhibition-tagline p {
  font-size: 2em;
  color: #504b4b;
  line-height: 1.2em;
  letter-spacing: -0.05em;
}
.exhibition .exhibition-headline .exhibition-tagline-video {
  width: 70%;
  margin: 1rem auto;
}
.exhibition-content p {
  width: 80%;
  margin: auto;
  padding: 10px 20px;
  font-size: 18px;
  text-align: justify;
  line-height: 1.5rem;
}
.exhibition-content h2 {
  margin-top: 3em;
}
.e-flex {
  display: flex;
  width: 80%;
  margin: 10px auto;
  padding: 5px 10px;
  align-items: center;
  border-top: solid 1px #186fb2;
  border-bottom: solid 1px #186fb2;
}
.e-flex-l {
  width: 45%;
  background-color: #186fb2;
  color: #fff;
  padding: 2rem 1.5rem;
}
.e-flex-l h2 {
  font-size: 4.3rem;
  line-height: 5rem;
  text-align: left;
}
.e-flex-r {
  width: 55%;
  padding: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.9rem;
  color: #186fb2;
}
.exhibition-content span {
  font-weight: 800;
}
.exhibition-content ul {
  text-align: left;
  margin: auto;
  width: 77%;
}
.exhibition-content li {
  list-style-type: circle !important;
  padding: 5px;
}
.border-none {
  border: none;
}
.e-flex-r ul {
  font-size: 1rem;
  width: 100%;
}
.e-flex-r li {
  font-size: 1rem;
  width: 100%;
}
.e-flex-r p {
  font-size: 1rem;
  width: 120%;
  padding-left: 1px !important;
}
.flex-3 {
  display: flex;
  width: 80%;
  margin: 2em auto;
}
.flex-3 .flex-3-card {
  width: 33.3%;
  margin: 5px;
  background-color: #e6e6e6;
  display: flex;
  padding: 10px;
  align-items: center;
}
.flex-3 .flex-3-card .flex-3-card-img {
  width: 30%;
  border: solid 10px #fff;
}
.flex-3 .flex-3-card .flex-3-card-img img {
  padding: 5px;
}
.flex-3 .flex-3-card .flex-3-card-txt {
  width: 70%;
  font-weight: 600;
}
.flex-3 .flex-3-card .flex-3-card-txt p {
  text-align: left;
  font-size: 15px;
}

.flex-3 .flex-header {
  width: 100%;
  margin: 7rem 0;
  text-align: center;
  color: #222222;
}
.flex-3 .flex-header h2 {
  font-size: 20em;
}
.flex-3 .flex-header p {
  font-size: 2rem;
  text-transform: capitalize;
  margin-top: 7.5rem;
}
.district {
  width: 80%;
  margin: auto;
  color: #504b4b;
  margin-bottom: 4rem;
}
.district h2 {
  text-align: left;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 2.5rem;
}
.district p {
  text-align: justify;
}
.district h3 {
  text-align: left;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  text-transform: uppercase;
}
.district .district-flex {
  display: flex;
  background-color: #f5f7f8;
  padding: 2rem;
  border-radius: 10px;
}
.district .district-flex ul {
  margin-left: 1rem;
  text-align: left;
  min-height: 20em;
}
.district .district-flex li {
  list-style-type: disc;
}
.district .district-flex .district-flex-l {
  width: 70%;
}
.district .district-flex .district-flex-r {
  width: 30%;
}
.district .district-flex .district-flex-r .img-bg {
  width: 97%;
  height: 70%;
  border-radius: 10px;
  background-color: #dbd9f0;
}
.district .district-flex .district-flex-r .img-bg .img {
  border-radius: 10px;
  height: 30%;
  width: 15%;
}
.district .district-flex .district-flex-r .img-bg .medlive {
  background-image: url("https://ik.imagekit.io/nga4iqewcs4/MadeToLiveExpo/img/medlive2_4M0BfFMtm-.png?updatedAt=1681731894934");
  background-size: cover;
  top: 64.5em;
  right: 40.3em;
  position: absolute;
}
.district .district-flex .district-flex-r .img-bg .spaland {
  background-image: url("https://ik.imagekit.io/nga4iqewcs4/MadeToLiveExpo/img/spaland2_X8ow4KTxJ.png?updatedAt=1681237461202");
  background-size: cover;
  background-repeat: no-repeat;
  top: 107.5em;
  right: 40.3em;
  position: absolute;
}
.district .district-flex .district-flex-r .img-bg .fol {
  background-image: url("https://ik.imagekit.io/nga4iqewcs4/MadeToLiveExpo/img/food_F6oWhq_cP.png?updatedAt=1681237652317");
  background-size: cover;
  background-repeat: no-repeat;
  top: 150.5em;
  right: 40.3em;
  position: absolute;
}
.district .district-flex .district-flex-r .img-bg .wellness {
  background-image: url("https://ik.imagekit.io/nga4iqewcs4/MadeToLiveExpo/img/wellness_yWD4c-aCJZ.png?updatedAt=1681237671282");
  background-size: cover;
  background-repeat: no-repeat;
  top: 189.5em;
  right: 40.3em;
  position: absolute;
}
.district .district-flex .district-flex-r .img-bg .fitness {
  background-image: url("https://ik.imagekit.io/nga4iqewcs4/MadeToLiveExpo/img/fitness_Kq-qTMqK4.png?updatedAt=1681237555690");
  background-size: cover;
  background-repeat: no-repeat;
  top: 236em;
  right: 40.3em;
  position: absolute;
}
.district .district-flex .district-flex-r .img-bg .lifestyle {
  background-image: url("https://ik.imagekit.io/nga4iqewcs4/MadeToLiveExpo/img/lifestyle_KziaRXeyK3.png?updatedAt=1681237618332");
  background-size: cover;
  background-repeat: no-repeat;
  top: 278.9em;
  right: 40.3em;
  position: absolute;
}
.district .district-flex .district-flex-r .img-bg .therapy {
  background-image: url("https://ik.imagekit.io/nga4iqewcs4/MadeToLiveExpo/img/therapy_tzTKW4BoK.png?updatedAt=1681237357469");
  background-size: cover;
  background-repeat: no-repeat;
  top: 323em;
  right: 40.3em;
  position: absolute;
}

