@font-face {
  font-family: Rubric;
  font-style: normal;
  src: url(../fonts/MyriadPro-Bold.otf);
}

@font-face {
  font-family: Ans;
  font-style: normal;
  src: url(../fonts/MyriadPro-Bold.otf);
}

@font-face {
  font-family: Ans2;
  font-style: normal;
  src: url(../fonts/MyriadPro-Regular.otf);
}


@font-face {
  font-family: Mon1;
  font-style: normal;
  src: url(../../__fonts/Montserrat.ttf);
}


@font-face {
  font-family: MonB1;
  font-style: normal;
  src: url(../../__fonts/Montserrat-Bold.ttf);
}


body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

svg {
  padding: 0px;
  background: #fff;
}

.node {
  cursor: pointer;
  border: 2px solid black;
}

.link {
  fill: none;
  stroke: gray;
  stroke-width: 2px;
}

.bldy {
  color: #e67303;
  font-weight: bold;
}




#expandBtn {
  border: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 14px;
  /* transition: background-color 0.3s ease; */
}

#expandBtn:hover {
  background-color: #ddd;
  color: #000;
}


.bt {
  height: 45px;
  width: 45px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  top: 5px;
  right: 45px;
  position: absolute;
}

.bt:hover {
  height: 45px;
  width: 45px;
  animation-play-state: paused;
  background-color: #e7e7e7;
  border: 2px solid #fff;
  border-radius: 40px;
}

#imgleft {
  height: 580px;
  width: 1225px;
  text-align: center;
  margin-top: 8px;
  overflow: hidden;
  margin-left: 28px;
  /* border: 2px dashed #fff; */
}

#textright {
  font-family: Ans2;
  font-size: 26px;
  line-height: 32px;
  padding: 7px;
  padding-left: 20px;
  height: auto;
  width: 1220px;
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fff;
  border: 0px dashed black;
}

#imgleft1 {
  /* padding: 0 116px 0 116px; */
/*   margin-top: 0px;
  margin-left: -5px;; */
  /* border: 2px dashed #fff; */
  /* float: left; 
  overflow: hidden;*/
}

#textright1 {
  font-family: Mon1;
  font-size: 20px;
  line-height: 30px;
  float: right;
  padding: 10px;
  /* margin-right: 20px; */
  /* margin : 0 100px 0 118px; */
  height: fit-content;
  overflow: auto;
  width: 100%;
  margin-top: 10px;
  background: #fff;
  border: 0px dashed black;
  /* position: relative; */
  border-radius: 10px;
}

#textright1 b{
  font-family: MonB1;
}

#textright2 {
  font-family: Mon1;
  font-size: 26px;
  line-height: 32px;
  padding: 7px;
  padding-left: 20px;
  max-height: 640px;
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background: #fff;
  border: 1px dashed black;
  border-radius: 20px;
}

.textright2a {
  margin: 8px;
  max-height: 640px;
  width: 100%;
  padding: 5px;
  margin: 10px auto 10px auto;
  border: 0px solid red;
  overflow-y: scroll;
  overflow-y: auto;
}

div.name {
  font-family: MonB1;
  padding: 5px;
  height: 150px;
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
  background: gray;
  border-radius: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.oneline {
  margin-top: 15px;
  border: 0px solid black;
}

.twoline {
  margin-top: 5px;
  border: 0px solid black;
}

.threeline {
  margin-top: 0px;
  border: 0px solid black;
}

.fnt1 {
  font-size: 13px;
}

.fnt11 {
  font-size: 22px;
  text-align: center;
}

div.name:hover {
  height: 150px;
  box-shadow: 0 5px 0 #c0b38d;
}

@keyframes bts {
  0% {
    border: 2px solid #16a085;
  }

  50% {
    border: 6px solid #16a085;
  }

  100% {
    border: 1px solid #16a085;
  }
}

#ba01 {
  /* line-height: 123px; */
}

#a01 {
  font-family: Rubric;
  font-size: 30px;
  line-height: 35px;
  pointer-events: none;
  width: 180px;
  height: 62px;
  margin-left: -15px;
  margin-top: -80px !important;
}

#a02 {
  pointer-events: none;
}

#a03 {
  pointer-events: none;
}

#a04 {
  pointer-events: none;
}

#a05 {
  pointer-events: none;
}

#a06 {
  pointer-events: none;
}

#a07 {
  pointer-events: none;
}

#a08 {
  pointer-events: none;
}

#a09 {
  pointer-events: none;
}

#a10 {
  pointer-events: none;
}

#a11 {
  pointer-events: none;
}



div {
  font-variant-ligatures: none;
}


body {
  max-width: 100%;
  /* overflow-x: hidden; */
}



#popbox
{
display:none;
position:absolute;
height:fit-content;
width:40%;
background:#DED7E6;
margin:0px;
border:0px solid black;
padding: 0 20px;


		flex-direction: column;
		overflow: auto !important;



    /* transform: translate(-50%, -50%); */
    /* width: 70%; */
    background-color: #ede7dc;
    border: 2px solid #000000;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 1000;
    height: fit-content;
    animation: fading 0.3s;
    max-height: 95vh;
}


#popbox img {
    max-width: none;
    border-radius: 10px;
}

#popbox .bt {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: white;
    
}

@keyframes fading{0%{opacity:0}50%{opacity:0.5}100%{opacity:1}}
/* 
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translate(-50%, -55%);
  }
  to {
      opacity: 1;
      transform: translate(-50%, -50%);
  }
}

@keyframes fadeOut {
  from {
      opacity: 1;
      transform: translate(-50%, -50%);
  }
  to {
      opacity: 0;
      transform: translate(-50%, -55%);
  }
} */


/*order-of-popup-content*/
img.bt.img-fluid {
  order: 1;
}
div#imgleft1{
  order: 2;
  padding: 0;
}
div#textright1{
  order: 3;
  margin-left: 0;
}
/*order-of-popup-content*/

/* Media Queries for Responsive Design */
/* Small devices (phones) */
@media screen and (max-width: 576px) {
  #popbox {
    width: 100%;
    height: fit-content;
    position: absolute;


  }


  #imgleft,
  #imgleft1 {
    width: 100%;
    margin-left: 0;
    height: auto;
  }

  #textright,
  #textright1,
  #textright2 {
    width: 100%;
    margin-left: 14px;
    margin-right: auto;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .textright2a {
    width: 100%;
    max-height: 300px;
    margin: 5px auto;
  }

  .bt {
    height: 35px;
    width: 35px;
    right: 10px;
  }

  div.name {
    height: 150px;
    font-size: 16px;
    line-height: 20px;
  }

  #a01 {
    font-size: 24px;
    width: 150px;
    margin-left: -10px;
    margin-top: -60px !important;
  }
}





/* Medium devices (tablets) */
@media screen and (min-width: 577px) and (max-width: 992px) {
  #popbox {
    width: 100%;
    height: fit-content;
  
  }

  #imgleft,
  #imgleft1 {
    height: auto;
  }

  #textright,
  #textright1,
  #textright2 {
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    font-size: 16px;
    line-height: 28px;
  }

  .textright2a {
    width: 90%;
    max-height: 400px;
  }

  .bt {
    height: 40px;
    width: 40px;
    right: 20px;
  }

  div.name {
    height: 150px;
    font-size: 18px;
    line-height: 22px;
  }

  #a01 {
    font-size: 26px;
    width: 160px;
    margin-left: -12px;
    margin-top: -70px !important;
  }
}


/* Large devices (desktops) */
@media screen and (min-width: 993px) and (max-width: 1200px) {
  #popbox {
    width: 100%;
    height: fit-content;
    /* right: 25%; */
  }

  #imgleft,
  #imgleft1 {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  #textright,
  #textright1,
  #textright2 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    max-width: 100%;
  }
  #popbox img {
    max-width: none;
  }
}

/* Ensure proper scaling and touch interactions */
* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

html {
  touch-action: manipulation;
}

/* Responsive text scaling */
@media screen and (max-width: 992px) {
  html {
    font-size: 14px;
  }
}

/* Flex container for better responsiveness */
/* .container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0 15px;
  } */

/* 
.av {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 15px;
}
 */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

[class*='col-'] {
  padding: 0 15px;
  width: 100%;
}

@media screen and (min-width: 577px) {
  .col-md-6 {
    width: 50%;
  }
}

@media screen and (min-width: 993px) {
  .col-lg-4 {
    width: 33.333%;
  }
}


#popbg{
  width: 100vw;
  height: 100vh;
  background-color: #9d9d9dc5;
  position: fixed;
  display: none;
  overflow: hidden;
  /* transition: background-color 1s linear; */
  
}
.pop-visible{
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 9;
}



.noChild #expandBtn{
  display: none !important;
}