/*===========Common========*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body
{
	font-family: 'Poppins', sans-serif;
	position:relative;
	display: flex;
    justify-content: center;
    flex-direction: column; align-items: center;
}
#map{height:100%;}
.main-container{
display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; border:1px solid white; border-radius:10px;
    width: 80%; position:relative;     margin: 4em auto 2em auto;
}
.h-center{justify-content:center;}
.text-center{text-align:center;}
.v-center{align-items:center;}
.error{color:red;}
.warning{color:orange;}
.success{color:green;}
.tc-white{color:white;}
.tc-black{color:black;}
.bc-white{background:white;}
.bc-black{background:black;}
.bc-yellow{background:yellow;}
.v-line{height:fit-content; width:1px; height: inherit;}
.h-line{height:fit-content; height:1px;width: inherit;}
.light-yellow {background-color:#ffffb3;}
.header-color{background-color:#e2ece9;}
.green {background-color:#fff1e6;}
.blue {background-color:#eef;}
.error{color:red;}
.warning{color:orange;}
.success{color:green;}
.btn{
border: 1px solid black; width: fit-content;
border-radius: 5px;
cursor: pointer;
transition: all 0.3s ease-in-out;
text-align: center;
text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px; height: fit-content;
color:black;
display:flex;
justify-content:center;
align-items:center;
}
.btn a{color: white;}
.btn a:visited {
  color: white;
}
.btn:hover{background:white;color:black; border:1px solid; transition: all 0.8s}
.btn-small{font-size: 13px;padding: 1px 10px 1px 10px;margin: 0px 5px 5px 0px;}
.btn-medium{font-size: 15px; padding: 5px 12px 5px 12px;}
.btn-large{font-size: 17px;padding: 10px 20px 10px 20px;}
.btn-ex-large{font-size: 20px; padding: 10px 20px 10px 20px; color: black; font-weight: 500;}
.buttons-tab>.active{background:black;color:white;box-shadow: #ef0000 0px 0px 5px;}
/*=======End of Common=====*/
.column{display:flex;flex-direction:column;width: 100%;row-gap:0.5em;}
.row{display:flex;flex-direction:row;width: 100%;column-gap: 1em;}
.wrap{flex-wrap:wrap;}

/*==tabs====*/
.main-container{
  width: 85%;
  position: relative;
margin: 3em auto;
background: white;
row-gap:0em;
}
.section{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	border-radius: 10px;
}
.section>h2{
    background: black;
    width: fit-content;
    padding: 10px 40px;
    border-radius: 10px;
    color: white;
    position: absolute;
}
h2>a{color:white;text-decoration:none;}
.common-main-container{
    width: 92%;
    height: fit-content;
    min-height: 4em;
}

#container-title
{
width: 100%;
  background: white;
  height:3em;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  text-align: center;
}

#tabs-section{    width: 100%;
    height: fit-content;
    background: white;
    display: flex;     justify-content: center;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1em;
    padding: 4em 0em 1em 0em;}
#tabs-section>.active{background:black;color:white;box-shadow: #ef0000 0px 0px 10px;}
#body-section{    width: 100%;
    height: fit-content;
    background: white;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 1em;    justify-content: center;
    align-items: center;padding: 2em 0em;}

#container-title>h2{
position: absolute;
  top: -1em;
  background: black;
  color: white;
  padding: 10px 50px;
  border-radius: 10px;
  width: fit-content;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab-content-container{display:none;}

.box-container{     display: flex;
    flex-direction: column;
    row-gap: 1em;
    width: 100%;
    padding:4em 5em;
    border: 1px solid black;
    border-radius: 10px;
    position: relative;background: white;
    margin: 20px 0px;    justify-content: center;
    align-items: center;}

.box-container>h2{
	position: absolute;
    top: -1em;
    background: #000000;
    color: white;
    padding: 5px 20px;
    border-radius: 10px;
    height: 2em;
    font-size: 22px;
    font-weight: 600;
    border: 1px solid black;
    align-items: center;
    justify-content: center;
    display: flex;}

.box-container>h3{position: absolute;
  top: -1em;
  background: #c11313;
  color: white;
  padding: 5px 15px;
  border-radius: 10px;
  height: 2em;
  font-size: 17px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  text-align: center;
}

/*===========Navbar========*/
.header
{
  width:100%;  position:absolute;
  display:flex;
  justify-content: center;
  border-bottom:0px solid black; top: 10px;
}
.navbar-section{    width: 100%;
    display: flex;
    justify-content: center;
}
.navbar-wrapper{width: 96%;
    display: flex;
    justify-content: space-between;
    margin: 1em auto;
    align-items: center;
}
.navbar-left{    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px 20px 20px 50px;}
.logo{    width: 80px;
    height: 80px;
    border-radius: 50%;}
.navbar-left a img{width: 100%;
    height: 100%;border-radius: 50%;}
.navbar-right{    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;cursor: pointer; z-index:2;box-shadow: black 0px 0px 2px;
    position: fixed;
    right: 50px;
    top: 30px;
}
.navbar-right i{    font-size:25px;}
.menubar{    background: white;
    width: 130px;
    height: fit-content;
    z-index: 100;
    position: fixed;
    right: 5px;
    top: 6em; padding-bottom:2.5em;
    border-radius: 10px;    box-shadow: black 0px 0px 25px;
animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(110%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
.links{margin: 2em 1em;}
.links ul{list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    justify-content: flex-end;
    align-items: end;}
.links ul li{display: block;
    margin: 5px auto;
    border-bottom: 2px solid black;
    padding-bottom: 5px;}
.links ul li a{    text-decoration: none;
    color: black;}
#loginbar button a{color:white;text-decoration:none;}
.openmenu{display:block;
animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
#menubar-section-container{display: flex;flex-direction: column;justify-content:center;align-items:center;}
#loginbar button {color: white;
    background: black;
    position: relative;
    top: -10px;}
#closemenu{width: 20px; cursor: pointer;
    height: 20px;
    background: black;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;}
#closemenu i{ 
    font-size: 15px;
    color: white;}
.links{margin: 2em 1em;}
.links ul{list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    justify-content: flex-end;
    align-items: end;}
.links ul li{display: block;
    margin: 5px auto;
    border-bottom: 2px solid black;
    padding-bottom: 5px;}
.links ul li a{    text-decoration: none;
    color: black;}
.openmenu{display:block;
animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

/*==========Flash Message========*/
.flashmessage{padding: 1em 2em 1em 2em;
    border-radius: 10px;
    left: 50%;
    position: fixed;
    top: 15px;
    z-index: 2;
    /*min-width: 40%; */
    max-width: 70%;
width:fit-content;
    height: fit-content;
    overflow: hidden;
    background: #fff;
    transform: translateX(-50%);
    display: flex; flex-direction:column;
    justify-content: center;
    align-items: center;
    text-align: center;
box-shadow: black 0px 0px 5px;
}
.flashmessage h2{font-size:25px;}
.flashmessage h3{font-size:20px;}
.flashmessage-down{
animation: flash-message-down 1s forwards;
  -webkit-animation: flash-message-down 1s forwards;
}
/*==========Flash Message========*/
.more-info-panel{width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    justify-content: center;
}
.more-info-container{
    position: relative;
    background: white;
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-content: center;
    height: auto;
    padding: 4em 4em 4em 4em;
    border-radius: 10px;width: 65%;
    min-height: 45%;
    height: fit-content;
    max-height: 80%;
}
#market-more-info-container{width: 50%;}
.more-info-close{position: absolute;right: 10px;
top: 10px;
font-size: 30px;}


.view-more-wrapper{margin-bottom: 1em;}
.read-more-content-container{margin-top: 1em; height: 250px;overflow: hidden;}
.expand{height: fit-content;}
.read-more-bar{position: relative;
    /* background: black; */
    padding: 1em;
    box-shadow: white 0px -20px 20px;
    top: 5px;
    display: flex;
    justify-content: center;}

@media screen and (min-device-width: 350px) and (max-device-width: 600px)
{
#map{height:100%;}
.main-container{
display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; border:1px solid white; border-radius:10px;
    width: 80%; position:relative;     margin: 4em auto 2em auto;
}
.h-center{justify-content:center;}
.text-center{text-align:center;}
.v-center{align-items:center;}
.error{color:red;}
.warning{color:orange;}
.success{color:green;}
.tc-white{color:white;}
.tc-black{color:black;}
.bc-white{background:white;}
.bc-black{background:black;}
.bc-yellow{background:yellow;}
.v-line{height:fit-content; width:1px; height: inherit;}
.h-line{height:fit-content; height:1px;width: inherit;}
.light-yellow {background-color:#ffffb3;}
.header-color{background-color:#e2ece9;}
.green {background-color:#fff1e6;}
.blue {background-color:#eef;}
.error{color:red;}
.warning{color:orange;}
.success{color:green;}
.btn{
border: 1px solid black; width: fit-content;
border-radius: 5px;
cursor: pointer;
transition: all 0.3s ease-in-out;
text-align: center;
text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px; height: fit-content;
color:black;
display:flex;
justify-content:center;
align-items:center;
}
.btn a{color: white;}
.btn a:visited {
  color: white;
}
.btn:hover{background:white;color:black; border:1px solid; transition: all 0.8s}
.btn-small{font-size: 13px;padding: 1px 10px 1px 10px;margin: 0px 5px 5px 0px;}
.btn-medium{font-size: 15px; padding: 5px 12px 5px 12px;}
.btn-large{font-size: 17px;padding: 10px 20px 10px 20px;}
.btn-ex-large{font-size: 20px; padding: 10px 20px 10px 20px; color: black; font-weight: 500;}
.buttons-tab>.active{background:black;color:white;box-shadow: #ef0000 0px 0px 5px;}
/*=======End of Common=====*/
.column{display:flex;width: 100%;flex-direction:column;}
.row{display:flex;flex-direction:row;width: 100%;column-gap: 1em;}
.wrap{flex-wrap:wrap;}
/*===========Navbar========*/
.header
{
  width:100%;  position:absolute;
  display:flex;
  justify-content: center;
  border-bottom:0px solid black; top: 10px;
}
.navbar-section{    width: 100%;
    display: flex;
    justify-content: center;
}
.navbar-wrapper{width: 96%;
    display: flex;
    justify-content: space-between;
    margin: 1em auto;
    align-items: center;
}
.navbar-left{    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 30px 20px 20px 30px;}
.logo{    width: 55px;
    height: 55px;
    border-radius: 50%;}
.navbar-left a img{width: 100%;
    height: 100%;border-radius: 50%;}
.navbar-right{    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;cursor: pointer; z-index:2;box-shadow: black 0px 0px 2px;
    position: fixed;
    right: 30px;
    top: 30px;
}
.navbar-right i{    font-size:25px;}
.menubar{    background: white;
    width: 130px;
    height: fit-content;
    z-index: 100;
    position: fixed;
    right: 5px;
    top: 6em; padding-bottom:2.5em;
    border-radius: 10px;    box-shadow: black 0px 0px 25px;
animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(110%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}
.links{margin: 2em 1em;}
.links ul{list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    justify-content: flex-end;
    align-items: end;}
.links ul li{display: block;
    margin: 5px auto;
    border-bottom: 2px solid black;
    padding-bottom: 5px;}
.links ul li a{    text-decoration: none;
    color: black;}
#loginbar button a{color:white;text-decoration:none;}
.openmenu{display:block;
animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
#menubar-section-container{display: flex;flex-direction: column;justify-content:center;align-items:center;}
#loginbar button {color: white;
    background: black;
    position: relative;
    top: -10px;}
#closemenu{width: 20px; cursor: pointer;
    height: 20px;
    background: black;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;}
#closemenu i{ 
    font-size: 15px;
    color: white;}
.links{margin: 2em 1em;}
.links ul{list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 1em;
    justify-content: flex-end;
    align-items: end;}
.links ul li{display: block;
    margin: 5px auto;
    border-bottom: 2px solid black;
    padding-bottom: 5px;}
.links ul li a{    text-decoration: none;
    color: black;}
.openmenu{display:block;
animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}
@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes slide-in {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
}
@media screen and (min-device-width: 15000px) and (max-device-width: 2000px)
{
}