@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

html,body{
  overflow-x: hidden;
}
body {
  font-family: "Titillium Web", sans-serif;
}

h1,h2,h3,h4,h5,h6,p,span,a, .sk-bio-summary, .sk-bio-count{
  font-family: "Titillium Web", sans-serif !important;
}
h1,h2,h3,h4,h5,h6,p,span:not(.info-row span){
  background-color: transparent !important;
}
.added-page h1{
  font-size:revert !important; 
}
table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}
ul li, ol li{
  margin-left: 1rem;
}
#CDSWIDEXC {
  font-family: "Titillium Web", sans-serif !important;
  width: 100% !important;
  margin: 2rem 0 0 0 !important;
  padding: 0 0 1rem 0 !important;
  text-align: center;
  /* border: 1px solid #001e0f !important; */
  border-width: 1px;
  position: relative;
}
.info-col ul li, .mid ul li{
  list-style:disc !important;
}
.mid ol li{
  list-style:decimal !important;
}
a{
  font-size: 1rem;
}
.added-page img{
  width: 100%;
}
.circle.big {
  border-radius: 50%;
  box-shadow: 0 0 10px white;
  pointer-events: none;
  position: fixed;
  top: -10rem;
  left: -10rem;
  height: 2.2rem;
  width: 2.2rem;
  transition: transform 0.4s, background 0.4s;
  mix-blend-mode: difference;
  transform: scale(2.5);
}
.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  border-radius: 50% !important;
  background-color: rgb(255, 255, 255) !important;
}
.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #001e0f !important;
}
#CDSWIDEXC{
  border: 1px solid #001e0f !important;
}
#CDSWIDEXC.widEXC .bravoBox{
  background-color: #001e0f !important;
}
#CDSWIDEXC.widEXC.cx_brand_refresh .bravoBox .bravoWrapper .bravoText{
  color: #FFF !important;
}
.gclose svg, .gnext svg, .gprev svg{
  width: 1rem !important;
}
.glightbox-clean .gprev, .glightbox-clean .gnext{
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.info-col.overview a{
  text-decoration: underline;
  color: rgb(61, 100, 255);
}

.card-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.card-input:checked + .card {
  background-color: #001e0f;
  color: #FFF;
}

.info-col.overview p{
  color: rgb(87 83 78 / 1);
}

#location{
  line-height: 2rem;
}

.specs-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.specs-button input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.specs-button span {
  display: block;
  padding: 8px 20px;
  border: 1px solid #ccc;
}

.specs-button input[type="radio"]:checked + span {
  background-color: #001e0f;
  color: white;
  border-color: #001e0f;
}

.privacy-content p, .about-content p{
  font-size: 1.125rem; 
  line-height: 1.75rem;
  color: rgb(87 83 78);
}

.blog-body .info-left h5{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.blog-body p img {
  height: 32rem;
  width: 100rem;
  object-fit: cover;
}

.profile-body .upload-btn {
  cursor: pointer;
  padding: 0.5rem 1rem;
  background-color: transparent;
  border: none;
  outline: none;
}


.profile-body .upload-btn svg {
  vertical-align: middle;
}
@media (max-width: 1024px)
{
  .blog-body p img {
    width: 100rem;
    height: 26rem;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .blog-body p img {
    width: 100rem;
    height: 20rem;
    object-fit: cover;
  }
}
@media (max-width: 640px) {
  .overflow-x-auto {
      -webkit-overflow-scrolling: touch;
      overflow-x: auto;
  }
}
@media (max-width: 480px) {
  .blog-body p img {
    width: 100rem;
    height: 18rem;
    object-fit: cover;
  }
}
