* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lora';
}

.main-content{
  margin-top: 7vh;;
}
.begin-button{
  color: #B84E40 !important;
  border-color: #B84E40;
}
.begin-button:hover{
  color: white;
  border-color: #FFF;
}
.district-card{
  margin-bottom: 9px;
  text-decoration: none;
}
.district-card-body{
  background-color: #342D38;
  border-radius: 4px;
}
.district-title{
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    font-family: 'Oswald-Medium';
}
.percentage {
  font-size: xx-large;
  font-weight: bolder;
  color: black;
}
.percentage > span {
  font-size: small;
  font-weight: 600;
  padding-left: 5px;
  padding-right: 2rem;
}
.percentage > i {
  font-size: smaller;
}

.horizontal-line {
  width: 8%;
  height: 2.5px !important;
  color: brown;
}
.demo-wrap {
  height: 23rem;
  overflow: hidden;
}

.demo-bg {
  /* opacity: 0.6; */
  left: 0;
  top: 0;
  width: 100%;
  height: 16rem;
    object-fit: cover;
}

.demo-content {
  position: relative;
  height: 4rem;
}
p {
  font-weight: 400;
  font-size: 22px;
}
h1, h2, h3, h4,h5, h6 {
  font-family: 'Oswald-Medium';
  font-size: x-large;
  font-weight: 500;
}

h6{
  margin-bottom: 0;
}

.btn-check:focus+.btn, .btn:focus  {
    box-shadow: none !important;
}
.navbarButton > button{
    width: 57px;
    height: 57px;
    border-radius: 35%;
}
.navbarButton > button > i{
  font-size: 30px !important;
  color: brown;
}
.navbarButton > span{
    width: 20px;
}
.navbarButton:hover{
    border-radius: 50%;
    background-color: rgba(60,64,67,0.1);
    outline: none;
}
.navbarIcon{
    color: black;
}
.navbarContent > a > span{
  font-family: 'Oswald-Medium';
  font-size: larger;
  color: black;
  font-weight: initial;
}

.navbarContent > .active > span {
  color: #B84E40;
}
.offcanvas-start{
    border: none !important;
}
.sideNavBar{
  background-color: brown; 
  color: white
}
.sideNavBar > .offcanvas-body{
  overflow-y: unset
}
.sideBarHead, .sideBarTitle{
    font-weight: 500;
    font-size: 26px;
    font-family: 'Oswald-Medium';
}
.btn-close{
  color: #FFF;
}
#root-section{
  width: 100%;
  height: 110vh;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  /* background-size: 60%; */
  /* background-color: #28252E; */
}

.brush-stroke_image{
  position: relative;
  top: -26px;
  z-index: -1;
  width: 100%;
}

.map-section{
  padding-top: 2rem;
}

  :root {
    --bg-color: brown;
    /* --bg-color: #336b87; */
    --color-text: #fbffff;
    --body-color: rgb(0, 0, 0);
    --color-text-hover: rgb(0, 0, 0);
  }

  .fs-large{
    font-size: 82px;
  }

  .text-red{
    color: #B84E40;
  }
  .mainBtn{
    font-size: large;
  }
  .mainBtn-container{
    margin: 0px !important;
    font-family: 'Oswald-Medium' !important;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 0.5px solid var(--color-text);
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
  .container-display{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mainBtn-container, .list{
    width: 100%;
    border-radius: 3px;
    background-color: var(--bg-color);
  }
  #mainList{
    padding: 0px 0px !important;
  }
  #mainList.act{
    display: block;
    top: 0px;
  }
  .display {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .subBtn-container{
    position: relative;
    margin: 0px !important;
    padding-left: 0px !important;
    padding-right: 26px !important;
    width: 100%;
    justify-content: flex-start;
    gap: 25px;
  }
  .btn-container,
  .list {
    width: 100%;
    padding-top: 10px;
    border-radius: 3px;
    background-color: var(--bg-color);
  }
  
  .btn-container{
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    cursor: pointer;
  }
  
  .btn-container > button{
    color: black;
  }
  .list {
    position: absolute;
    display: none;
  }
  
  .list.act {
    position: relative;
    display: block;
  }
  .subBtn {
    padding-left: 0px !important;
  }
  
  .btn-container.act .btn,
  .btn-container:hover .btn,
  .btn-container.act i,
  .btn-container:hover i,
  .item-list:hover .item-link,
  .item-list:hover .icone-list {
    color: var(--color-text-hover);
    border-color: none;
  }
  
  
  .btn-container > i,
  .item-link,
  .icone-list {
    color: var(--color-text);
    text-align: left;
    transition: 0.3s ease-in;
    cursor: pointer;
  }
  
  /* .btn {
    text-align: left !important;
    background-color: transparent;
    border: none;
    border-right: 1px solid var(--color-text);
    padding: 5px;
  }
  .mainBtn-container .btn {
    width: calc(100% - 40px);
    border-radius: 0px !important;
    text-align: left !important;
    background-color: transparent;
    border: none;
    border-right: 2px solid var(--color-text);
    padding: 5px;
  } */
  .mainBtn-container > i {    
    font-weight: unset;
    width: 30px;
    height: 100%;
    font-size: x-large;
    display: grid;
    place-content: center;
  }
  .display > .mainBtn{
    border-bottom: 0.5px solid var(--color-text);
  }
  .display > a {
    text-transform: uppercase;
    font-family: 'Oswald-Medium';
    font-weight: unset;
    font-size: 20px;
  }
  .subBtn > .btn {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Oswald-Medium';
    font-weight: unset;
    border-left: 3px solid var(--color-text);
    height: 30px;
    border-radius: 0px !important;
    padding-left: 10px !important;
  }
  #mainBtn .btn{
    color: var(--color-text);
  }
  .btn-container > i {
    width: 30px;
    height: 100%;
    display: grid;
    place-content: center;
  }
  
  .subBtn.act > i {
    transform: rotate(180deg);
  }
  .list{
    right: 0px !important;
    padding-left: 13px !important;
  }
  .item-list {
    flex-direction: row;
    align-items: center;
    padding: 10px 0px;
  }
  /* .item-link {
    width: calc(100% - 40px);
    border-right: 1px solid var(--color-text);
  } */
  .item-list .item-link{
    text-transform: none;
  }
  .item-list > a{
      text-decoration: none;
  }
  .icone-list {
    width: 40px;
    display: grid;
    place-content: start;
  }

  .homePageContainer{
    height: 100%;
    width: 100%;
    padding-top: 30px;
  }

  .mainPageImage1{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }

  .mainPageImage2{
    position: absolute;
    bottom: 0;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }

  .mainPageImage3{
    position: absolute;
    top: -5;
    right: -20px;
  }

  .mainPageImage4{
    position: absolute;
    bottom: 0;
    right: -2px;
  }


  .testimony_hero_card{
    background: black;
    color: white;
    opacity: 0.87;
  }
  .tag_title {
    font-size: x-large;
    font-weight: 600; 
    text-decoration: none;
    color: black;
  }
  .tag_title > i {
    padding-right: 1rem;
  }

/* path.onmap:hover{
  fill: #863131 !important;
  } */

/* path#path107:hover{
  fill: #863131;
} */
.tooltip-inner{
  background-color: #863131 !important;
}

.testimony_feature_image_container{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 500px;
}

.parent_of_testimony{
  /* width: 100%;
  position: relative;
  left: 50%;  
  margin-left: -50vw; */
  /* padding-left: 8rem;
  padding-right: 8rem; */
}
/* .image-parent{
  width:100%;
  height: 50%;
  overflow:hidden;
}
.image-parent > figure > img {
  width:100%;
  object-fit: contain;
} */

.parent_of_testimony > figure > img{
  object-fit: contain;
  padding-bottom: 4rem;
  padding-top: 4rem;
  display: block;
  margin: 0 auto;
}

.parent_of_testimony > p{
  /* padding-left: 8rem;
  padding-right: 8rem; */
  line-height: 34.5px;
  text-align: left;
}

.parent_of_testimony > div{
  text-align: left !important;
}

.kg-image{
  height: auto;
  /* width: auto; */
  width: 746px;
  margin-left: auto;
  margin-right: auto; 
  display: block;
  /* min-width: 746px; */
}

.card_hover:hover{
  color: #B84E40 !important;
}

/* .image-display-lg{
  display: block;
} */
iframe{
  height: 500px;
}
.tooltip .tooltip-inner{
  font-family: 'Oswald-Medium' !important;
  font-size: 17px;
}

.card-img{
  width: 100%;
  height: 20vw !important;
  object-fit: cover !important;
}


@media (max-width: 575.98px) { 
  p{
    font-size: 18px !important;
  }
  .image-display-sm{
    display: none;
  }

  .fs-large{
    font-size: 64px;
  }

  .translate-middle{
    transform: none !important;
  }

  .start-50{
    left: 0 !important;
  }

  .top-50{
    top: 0 !important;
  }
  .text-sm-left{
    text-align: left !important;
  }
  .px-sm-2{
    padding-left: 16px;
    padding-right: 24px;
  }
  .kg-image{
    height: auto;
    /* width: auto; */
    max-width: 400px;
    min-width: 387px;
  }
  iframe{
    height: 300px;
  }
  .d-xs-none, .d-md-none{
    display: none;
  }
  .card-img{
    width: 100%;
    height: 18rem !important;
    object-fit: cover !important;
  }
  .card-img-overlay{
    top: 185px !important;
  }
}